{"openapi":"3.1.0","info":{"title":"API Open Mercato","version":"0.6.0","description":"Automatycznie wygenerowana definicja OpenAPI dla wszystkich włączonych modułów."},"servers":[{"url":"https://demo.ex-rail.com","description":"Domyślne środowisko"}],"paths":{"/api/dashboards/layout/{itemId}":{"patch":{"operationId":"dashboards_patch_api_dashboards_layout_itemId","summary":"Update a dashboard layout item","description":"Adjusts the size or settings for a single widget within the dashboard layout.\n\nRequires features: dashboards.configure","tags":["Dashboards"],"parameters":[{"name":"itemId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutItemIdPatchParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutItemIdPatchRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiDashboardsLayoutItemIdPatchResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Invalid payload or missing item id","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutItemIdPatchResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutItemIdPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutItemIdPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Item not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutItemIdPatchResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://api.open-mercato.local/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-features":["dashboards.configure"],"x-require-auth":true}},"/api/dashboards/layout":{"get":{"operationId":"dashboards_get_api_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.\n\nRequires features: dashboards.view","tags":["Dashboards"],"parameters":[],"responses":{"200":{"description":"Current dashboard layout and available widgets.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchema"},"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":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/dashboards/layout\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["dashboards.view"],"x-require-auth":true},"put":{"operationId":"dashboards_put_api_dashboards_layout","summary":"Persist dashboard layout changes","description":"Saves the provided widget ordering, sizes, and settings for the current user.\n\nRequires features: dashboards.configure","tags":["Dashboards"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutPutRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiDashboardsLayoutPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Invalid layout payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/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-features":["dashboards.configure"],"x-require-auth":true}},"/api/dashboards/roles/widgets":{"get":{"operationId":"dashboards_get_api_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.\n\nRequires features: dashboards.admin.assign-widgets","tags":["Dashboards"],"parameters":[{"name":"roleId","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsRolesWidgetsGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"tenantId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsRolesWidgetsGetParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"organizationId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsRolesWidgetsGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Current widget configuration for the role.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchema"},"example":{"widgetIds":["string"],"hasCustom":true,"scope":{"tenantId":null,"organizationId":null}}}}},"400":{"description":"Missing role identifier","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsRolesWidgetsGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsRolesWidgetsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsRolesWidgetsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/dashboards/roles/widgets?roleId=00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["dashboards.admin.assign-widgets"],"x-require-auth":true},"put":{"operationId":"dashboards_put_api_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.\n\nRequires features: dashboards.admin.assign-widgets","tags":["Dashboards"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsRolesWidgetsPutRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiDashboardsRolesWidgetsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"widgetIds":["string"]}}}},"400":{"description":"Invalid payload or unknown widgets","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsRolesWidgetsPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsRolesWidgetsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsRolesWidgetsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/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-features":["dashboards.admin.assign-widgets"],"x-require-auth":true}},"/api/dashboards/users/widgets":{"get":{"operationId":"dashboards_get_api_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.\n\nRequires features: dashboards.admin.assign-widgets","tags":["Dashboards"],"parameters":[{"name":"userId","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"tenantId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsGetParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"organizationId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Widget settings for the user.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiDashboardsUsersWidgetsGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/dashboards/users/widgets?userId=00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["dashboards.admin.assign-widgets"],"x-require-auth":true},"put":{"operationId":"dashboards_put_api_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.\n\nRequires features: dashboards.admin.assign-widgets","tags":["Dashboards"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsPutRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiDashboardsUsersWidgetsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"mode":"inherit","widgetIds":["string"]}}}},"400":{"description":"Invalid payload or unknown widgets","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/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-features":["dashboards.admin.assign-widgets"],"x-require-auth":true}},"/api/dashboards/widgets/data":{"post":{"operationId":"dashboards_post_api_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.\n\nRequires features: analytics.view","tags":["Dashboards"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchema"},"example":{"value":null,"data":[{"value":null}],"metadata":{"fetchedAt":"string","recordCount":1}}}}},"400":{"description":"Invalid request payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["analytics.view"],"x-require-auth":true}},"/api/auth/locale":{"get":{"operationId":"auth_get_api_auth_locale","summary":"GET /api/auth/locale","tags":["Auth"],"parameters":[],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthLocaleGetResponses200ContentApplicationJsonSchema"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/auth/locale\" \\\n  -H \"Accept: application/json\""}]},"post":{"operationId":"auth_post_api_auth_locale","summary":"POST /api/auth/locale","tags":["Auth"],"parameters":[],"responses":{"201":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthLocalePostResponses201ContentApplicationJsonSchema"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/auth/locale\" \\\n  -H \"Accept: application/json\""}]}},"/api/auth/profile":{"get":{"operationId":"auth_get_api_auth_profile","summary":"Get current profile","description":"Returns the email address for the signed-in user.","tags":["Authentication & Accounts"],"parameters":[],"responses":{"200":{"description":"Profile payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthProfileGetResponses200ContentApplicationJsonSchema"},"example":{"email":"user@example.com","roles":["string"]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthProfileGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"User not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthProfileGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/auth/profile\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"put":{"operationId":"auth_put_api_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/DocPathsApiAuthProfilePutRequestBodyContentApplicationJsonSchema"},"example":{}}}},"responses":{"200":{"description":"Profile updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthProfilePutResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"email":"user@example.com"}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthProfilePutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthProfilePutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/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}},"/api/auth/roles/acl":{"get":{"operationId":"auth_get_api_auth_roles_acl","summary":"Fetch role ACL","description":"Returns the feature and organization assignments associated with a role within the current tenant.\n\nRequires features: auth.acl.manage","tags":["Authentication & Accounts"],"parameters":[{"name":"roleId","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"tenantId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclGetParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Role ACL entry","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclGetResponses200ContentApplicationJsonSchema"},"example":{"isSuperAdmin":true,"features":["string"],"organizations":null}}}},"400":{"description":"Invalid role id","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Role not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/auth/roles/acl?roleId=00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["auth.acl.manage"],"x-require-auth":true},"put":{"operationId":"auth_put_api_auth_roles_acl","summary":"Update role ACL","description":"Replaces the feature list, super admin flag, and optional organization assignments for a role.\n\nRequires features: auth.acl.manage","tags":["Authentication & Accounts"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclPutRequestBodyContentApplicationJsonSchema"},"example":{"roleId":"00000000-0000-4000-8000-000000000000","organizations":null}}}},"responses":{"200":{"description":"Role ACL updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"sanitized":true}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Role not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclPutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/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-features":["auth.acl.manage"],"x-require-auth":true}},"/api/auth/roles":{"get":{"operationId":"auth_get_api_auth_roles","summary":"List roles","description":"Returns available roles within the current tenant. Super administrators receive visibility across tenants.\n\nRequires features: auth.roles.list","tags":["Authentication & Accounts"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesGetParameters1Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesGetParameters2Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesGetParameters3Schema"},"example":"string"},{"name":"tenantId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesGetParameters4Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Role collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","name":"string","usersCount":1,"tenantId":null,"tenantName":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/auth/roles?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["auth.roles.list"],"x-require-auth":true},"post":{"operationId":"auth_post_api_auth_roles","summary":"Create role","description":"Creates a new role for the current tenant or globally when `tenantId` is omitted.\n\nRequires features: auth.roles.manage","tags":["Authentication & Accounts"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesPostRequestBodyContentApplicationJsonSchema"},"example":{"name":"string"}}}},"responses":{"201":{"description":"Role created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["auth.roles.manage"],"x-require-auth":true},"put":{"operationId":"auth_put_api_auth_roles","summary":"Update role","description":"Updates mutable fields on an existing role.\n\nRequires features: auth.roles.manage","tags":["Authentication & Accounts"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Role updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Role not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesPutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/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-features":["auth.roles.manage"],"x-require-auth":true},"delete":{"operationId":"auth_delete_api_auth_roles","summary":"Delete role","description":"Deletes a role by identifier. Fails when users remain assigned.\n\nRequires features: auth.roles.manage","tags":["Authentication & Accounts"],"parameters":[{"name":"id","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesDeleteParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000","description":"Role identifier"}],"responses":{"200":{"description":"Role deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Role cannot be deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Role not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthRolesDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/auth/roles?id=00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["auth.roles.manage"],"x-require-auth":true}},"/api/auth/sidebar/preferences":{"get":{"operationId":"auth_get_api_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/DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchema"},"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"}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Missing features for role-scope read","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Role not found in current tenant scope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/auth/sidebar/preferences\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"put":{"operationId":"auth_put_api_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.\n\nRequires features: auth.sidebar.manage","tags":["Authentication & Accounts"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchema"},"example":{}}}},"responses":{"200":{"description":"Preferences saved","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchema"},"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"},"appliedRoles":["00000000-0000-4000-8000-000000000000"],"clearedRoles":["00000000-0000-4000-8000-000000000000"]}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Role not found in current tenant scope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/auth/sidebar/preferences\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}],"x-require-features":["auth.sidebar.manage"],"x-require-auth":true},"delete":{"operationId":"auth_delete_api_auth_sidebar_preferences","summary":"Delete a role sidebar variant","description":"Removes the role variant for the current tenant + locale. Idempotent. Requires `auth.sidebar.manage`.\n\nRequires features: auth.sidebar.manage","tags":["Authentication & Accounts"],"parameters":[],"responses":{"200":{"description":"Variant deleted (or never existed)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"scope":{"type":"user"}}}}},"400":{"description":"Missing roleId query parameter","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Role not found in current tenant scope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/auth/sidebar/preferences\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["auth.sidebar.manage"],"x-require-auth":true}},"/api/auth/sidebar/variants/{id}":{"get":{"operationId":"auth_get_api_auth_sidebar_variants_id","summary":"Get a sidebar variant","tags":["Authentication & Accounts"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdGetParameters0Schema"}}],"responses":{"200":{"description":"Variant","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiAuthSidebarVariantsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Variant not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/auth/sidebar/variants/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"put":{"operationId":"auth_put_api_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).\n\nRequires features: auth.sidebar.manage","tags":["Authentication & Accounts"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchema"},"example":{}}}},"responses":{"200":{"description":"Variant updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchema"},"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/DocPathsApiAuthSidebarVariantsIdPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Variant not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/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-features":["auth.sidebar.manage"],"x-require-auth":true},"delete":{"operationId":"auth_delete_api_auth_sidebar_variants_id","summary":"Delete a sidebar variant","description":"Soft-deletes the variant (sets deleted_at).\n\nRequires features: auth.sidebar.manage","tags":["Authentication & Accounts"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdDeleteParameters0Schema"}}],"responses":{"200":{"description":"Variant deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Variant not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/auth/sidebar/variants/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["auth.sidebar.manage"],"x-require-auth":true}},"/api/auth/sidebar/variants":{"get":{"operationId":"auth_get_api_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/DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiAuthSidebarVariantsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/auth/sidebar/variants\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"auth_post_api_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.\n\nRequires features: auth.sidebar.manage","tags":["Authentication & Accounts"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchema"},"example":{}}}},"responses":{"200":{"description":"Variant created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchema"},"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/DocPathsApiAuthSidebarVariantsPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/auth/sidebar/variants\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}],"x-require-features":["auth.sidebar.manage"],"x-require-auth":true}},"/api/auth/users/acl":{"get":{"operationId":"auth_get_api_auth_users_acl","summary":"Fetch user ACL","description":"Returns custom ACL overrides for a user within the current tenant, if any.\n\nRequires features: auth.acl.manage","tags":["Authentication & Accounts"],"parameters":[{"name":"userId","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersAclGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"User ACL entry","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersAclGetResponses200ContentApplicationJsonSchema"},"example":{"hasCustomAcl":true,"isSuperAdmin":true,"features":["string"],"organizations":null}}}},"400":{"description":"Invalid user id","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersAclGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersAclGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersAclGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/auth/users/acl?userId=00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["auth.acl.manage"],"x-require-auth":true},"put":{"operationId":"auth_put_api_auth_users_acl","summary":"Update user ACL","description":"Configures per-user ACL overrides, including super admin access, feature list, and organization scope.\n\nRequires features: auth.acl.manage","tags":["Authentication & Accounts"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersAclPutRequestBodyContentApplicationJsonSchema"},"example":{"userId":"00000000-0000-4000-8000-000000000000","organizations":null}}}},"responses":{"200":{"description":"User ACL updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersAclPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"sanitized":true}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersAclPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersAclPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersAclPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/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-features":["auth.acl.manage"],"x-require-auth":true}},"/api/auth/users/consents":{"get":{"operationId":"auth_get_api_auth_users_consents","summary":"List user consents","description":"Returns all consent records for a given user, with integrity verification status.\n\nRequires features: auth.users.edit","tags":["Auth"],"parameters":[{"name":"userId","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersConsentsGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Consent list returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersConsentsGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersConsentsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersConsentsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/auth/users/consents?userId=00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["auth.users.edit"],"x-require-auth":true}},"/api/auth/users/resend-invite":{"post":{"operationId":"auth_post_api_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.\n\nRequires features: auth.users.create","tags":["Authentication & Accounts"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersResendInvitePostRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Invite email sent","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersResendInvitePostResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Invalid request origin","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersResendInvitePostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersResendInvitePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersResendInvitePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"User not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersResendInvitePostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"User already has a password","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersResendInvitePostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"422":{"description":"Validation error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersResendInvitePostResponses422ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"429":{"description":"Rate limit exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersResendInvitePostResponses429ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Invitation email origin is not configured","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersResendInvitePostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["auth.users.create"],"x-require-auth":true}},"/api/auth/users":{"get":{"operationId":"auth_get_api_auth_users","summary":"List users","description":"Returns users for the current tenant. Search matches email, organization name, and role name. Super administrators may scope the response via organization or role filters.\n\nRequires features: auth.users.list","tags":["Authentication & Accounts"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetParameters1Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetParameters2Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetParameters3Schema"},"example":"string"},{"name":"name","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetParameters4Schema"},"example":"string"},{"name":"organizationId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetParameters5Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"roleIds","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetParameters6Schema"},"example":["00000000-0000-4000-8000-000000000000"]}],"responses":{"200":{"description":"User collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","email":"user@example.com","name":null,"organizationId":null,"organizationName":null,"tenantId":null,"tenantName":null,"roles":["string"]}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/auth/users?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["auth.users.list"],"x-require-auth":true},"post":{"operationId":"auth_post_api_auth_users","summary":"Create user","description":"Creates a new confirmed user within the specified organization, optional display name, and optional roles.\n\nRequires features: auth.users.create","tags":["Authentication & Accounts"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersPostRequestBodyContentApplicationJsonSchema"},"example":{"email":"user@example.com","organizationId":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"201":{"description":"User created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"400":{"description":"Invalid payload or duplicate email","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-features":["auth.users.create"],"x-require-auth":true},"put":{"operationId":"auth_put_api_auth_users","summary":"Update user","description":"Updates profile fields including display name, organization assignment, credentials, or role memberships.\n\nRequires features: auth.users.edit","tags":["Authentication & Accounts"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"User updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"User not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersPutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/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}\""}],"x-require-features":["auth.users.edit"],"x-require-auth":true},"delete":{"operationId":"auth_delete_api_auth_users","summary":"Delete user","description":"Deletes a user by identifier. Undo support is provided via the command bus.\n\nRequires features: auth.users.delete","tags":["Authentication & Accounts"],"parameters":[{"name":"id","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersDeleteParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000","description":"User identifier"}],"responses":{"200":{"description":"User deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"User cannot be deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"User not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuthUsersDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/auth/users?id=00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["auth.users.delete"],"x-require-auth":true}},"/api/directory/organization-switcher":{"get":{"operationId":"directory_get_api_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/DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchema"},"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":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationSwitcherGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/directory/organization-switcher\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/api/directory/organizations":{"get":{"operationId":"directory_get_api_directory_organizations","summary":"List organizations","description":"Returns organizations using options, tree, or paginated manage view depending on the `view` parameter.\n\nRequires features: directory.organizations.view","tags":["Directory"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetParameters2Schema"},"example":"string"},{"name":"view","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetParameters3Schema"},"example":"options"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetParameters4Schema"},"example":"string"},{"name":"tenantId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetParameters5Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"includeInactive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetParameters6Schema"},"example":"true"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetParameters7Schema"},"example":"all"}],"responses":{"200":{"description":"Organization data for the requested view.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiDirectoryOrganizationsGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/directory/organizations?page=1&pageSize=50&view=options\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["directory.organizations.view"],"x-require-auth":true},"post":{"operationId":"directory_post_api_directory_organizations","summary":"Create organization","description":"Creates a new organization within a tenant and optionally assigns hierarchy relationships.\n\nRequires features: directory.organizations.manage","tags":["Directory"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchema"},"example":{"name":"string","slug":null,"parentId":null}}},"description":"Organization attributes and optional hierarchy configuration."},"responses":{"201":{"description":"Organization created.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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  \\\"parentId\\\": null\n}\""}],"x-require-features":["directory.organizations.manage"],"x-require-auth":true},"put":{"operationId":"directory_put_api_directory_organizations","summary":"Update organization","description":"Updates organization details and hierarchy assignments.\n\nRequires features: directory.organizations.manage","tags":["Directory"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","slug":null,"parentId":null}}},"description":"Organization identifier followed by fields to update."},"responses":{"200":{"description":"Organization updated.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/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  \\\"parentId\\\": null\n}\""}],"x-require-features":["directory.organizations.manage"],"x-require-auth":true},"delete":{"operationId":"directory_delete_api_directory_organizations","summary":"Delete organization","description":"Soft deletes an organization identified by id.\n\nRequires features: directory.organizations.manage","tags":["Directory"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsDeleteRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiDirectoryOrganizationsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/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-features":["directory.organizations.manage"],"x-require-auth":true}},"/api/directory/tenants":{"get":{"operationId":"directory_get_api_directory_tenants","summary":"List tenants","description":"Returns tenants visible to the current user with optional search and pagination.\n\nRequires features: directory.tenants.view","tags":["Directory"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsGetParameters1Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsGetParameters2Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsGetParameters3Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsGetParameters4Schema"},"example":"name"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsGetParameters5Schema"},"example":"asc"},{"name":"isActive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsGetParameters6Schema"},"example":"true"}],"responses":{"200":{"description":"Paged list of tenants.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiDirectoryTenantsGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/directory/tenants?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["directory.tenants.view"],"x-require-auth":true},"post":{"operationId":"directory_post_api_directory_tenants","summary":"Create tenant","description":"Creates a new tenant and returns its identifier.\n\nRequires features: directory.tenants.manage","tags":["Directory"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsPostRequestBodyContentApplicationJsonSchema"},"example":{"name":"string"}}},"description":"Tenant name and optional activation flag."},"responses":{"201":{"description":"Tenant created.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["directory.tenants.manage"],"x-require-auth":true},"put":{"operationId":"directory_put_api_directory_tenants","summary":"Update tenant","description":"Updates tenant properties such as name or activation state.\n\nRequires features: directory.tenants.manage","tags":["Directory"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsPutRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiDirectoryTenantsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/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-features":["directory.tenants.manage"],"x-require-auth":true},"delete":{"operationId":"directory_delete_api_directory_tenants","summary":"Delete tenant","description":"Soft deletes the tenant identified by id.\n\nRequires features: directory.tenants.manage","tags":["Directory"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsDeleteRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiDirectoryTenantsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/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-features":["directory.tenants.manage"],"x-require-auth":true}},"/api/customers/activities":{"get":{"operationId":"customers_get_api_customers_activities","summary":"List activitys","description":"Returns a paginated collection of activitys scoped to the authenticated organization.\n\nRequires features: customers.activities.view","tags":["Customers"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetParameters1Schema"},"example":1},{"name":"entityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"dealId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetParameters3Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"activityType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetParameters4Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetParameters5Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetParameters6Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetParameters7Schema"},"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/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiCustomersActivitiesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/customers/activities?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["customers.activities.view"],"x-require-auth":true},"post":{"operationId":"customers_post_api_customers_activities","summary":"Create activity","description":"DEPRECATED (sunset 2026-06-30): Creates a timeline activity. Use POST /api/customers/interactions instead.\n\nRequires features: customers.activities.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiCustomersActivitiesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["customers.activities.manage"],"x-require-auth":true},"put":{"operationId":"customers_put_api_customers_activities","summary":"Update activity","description":"DEPRECATED (sunset 2026-06-30): Updates an activity. Use PUT /api/customers/interactions instead.\n\nRequires features: customers.activities.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiCustomersActivitiesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/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-features":["customers.activities.manage"],"x-require-auth":true},"delete":{"operationId":"customers_delete_api_customers_activities","summary":"Delete activity","description":"DEPRECATED (sunset 2026-06-30): Deletes an activity. Use DELETE /api/customers/interactions instead.\n\nRequires features: customers.activities.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesDeleteRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiCustomersActivitiesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/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-features":["customers.activities.manage"],"x-require-auth":true}},"/api/customers/addresses":{"get":{"operationId":"customers_get_api_customers_addresses","summary":"List addresss","description":"Returns a paginated collection of addresss scoped to the authenticated organization.\n\nRequires features: customers.activities.view","tags":["Customers"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetParameters1Schema"},"example":1},{"name":"entityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetParameters3Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetParameters4Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetParameters5Schema"},"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/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchema"},"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}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/customers/addresses?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["customers.activities.view"],"x-require-auth":true},"post":{"operationId":"customers_post_api_customers_addresses","summary":"Create address","description":"Creates a customer address record and associates it with the referenced entity.\n\nRequires features: customers.activities.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","entityId":"00000000-0000-4000-8000-000000000000","addressLine1":"string"}}},"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/DocPathsApiCustomersAddressesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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}\""}],"x-require-features":["customers.activities.manage"],"x-require-auth":true},"put":{"operationId":"customers_put_api_customers_addresses","summary":"Update address","description":"Updates fields on an existing customer address.\n\nRequires features: customers.activities.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Updates fields on an existing customer address."},"responses":{"200":{"description":"Address updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/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-features":["customers.activities.manage"],"x-require-auth":true},"delete":{"operationId":"customers_delete_api_customers_addresses","summary":"Delete address","description":"Deletes an address by id. The identifier may be included in the body or query.\n\nRequires features: customers.activities.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesDeleteRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiCustomersAddressesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/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-features":["customers.activities.manage"],"x-require-auth":true}},"/api/customers/assignable-staff":{"get":{"operationId":"customers_get_api_customers_assignable_staff","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.\n\nRequires features: customers.roles.view","tags":["Customers"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetParameters2Schema"},"example":"string"}],"responses":{"200":{"description":"Assignable staff members","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiCustomersAssignableStaffGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/customers/assignable-staff?page=1&pageSize=24\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["customers.roles.view"],"x-require-auth":true}},"/api/customers/comments":{"get":{"operationId":"customers_get_api_customers_comments","summary":"List comments","description":"Returns a paginated collection of comments scoped to the authenticated organization.\n\nRequires features: customers.activities.view","tags":["Customers"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetParameters1Schema"},"example":1},{"name":"entityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"dealId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetParameters3Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetParameters4Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetParameters5Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetParameters6Schema"},"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/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiCustomersCommentsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/customers/comments?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["customers.activities.view"],"x-require-auth":true},"post":{"operationId":"customers_post_api_customers_comments","summary":"Create comment","description":"Adds a comment to a customer timeline.\n\nRequires features: customers.activities.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPostRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiCustomersCommentsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null,"authorUserId":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["customers.activities.manage"],"x-require-auth":true},"put":{"operationId":"customers_put_api_customers_comments","summary":"Update comment","description":"Updates an existing timeline comment.\n\nRequires features: customers.activities.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPutRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiCustomersCommentsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/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-features":["customers.activities.manage"],"x-require-auth":true},"delete":{"operationId":"customers_delete_api_customers_comments","summary":"Delete comment","description":"Deletes a comment identified by `id` supplied via body or query string.\n\nRequires features: customers.activities.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsDeleteRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiCustomersCommentsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/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-features":["customers.activities.manage"],"x-require-auth":true}},"/api/customers/companies/{id}/people":{"get":{"operationId":"customers_get_api_customers_companies_id_people","summary":"List linked people for a company","description":"Requires features: customers.companies.view","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetParameters0Schema"}},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetParameters1Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetParameters2Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetParameters3Schema"},"example":"string"},{"name":"sort","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetParameters4Schema"},"example":"name-asc"}],"responses":{"200":{"description":"Paginated linked people","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiCustomersCompaniesIdPeopleGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/customers/companies/:id/people?page=1&pageSize=20&sort=name-asc\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["customers.companies.view"],"x-require-auth":true}},"/api/customers/companies/{id}/roles":{"get":{"operationId":"customers_get_api_customers_companies_id_roles","summary":"List roles for a company","description":"Requires features: customers.roles.view","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Role assignments","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiCustomersCompaniesIdRolesGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/customers/companies/00000000-0000-4000-8000-000000000000/roles\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["customers.roles.view"],"x-require-auth":true},"post":{"operationId":"customers_post_api_customers_companies_id_roles","summary":"Assign a role to a company","description":"Requires features: customers.roles.manage","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesPostParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesPostRequestBodyContentApplicationJsonSchema"},"example":{"roleType":"string","userId":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"201":{"description":"Role created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"400":{"description":"Invalid request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"409":{"description":"Role already assigned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["customers.roles.manage"],"x-require-auth":true},"put":{"operationId":"customers_put_api_customers_companies_id_roles","summary":"Update a company role assignment","description":"Requires features: customers.roles.manage","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesPutParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"roleId","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesPutParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesPutRequestBodyContentApplicationJsonSchema"},"example":{"userId":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Role updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Invalid request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Role not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesPutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/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-features":["customers.roles.manage"],"x-require-auth":true},"delete":{"operationId":"customers_delete_api_customers_companies_id_roles","summary":"Remove a company role assignment","description":"Requires features: customers.roles.manage","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesDeleteParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"roleId","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesDeleteParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Role deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Invalid request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Role not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/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-features":["customers.roles.manage"],"x-require-auth":true}},"/api/customers/companies/{id}":{"get":{"operationId":"customers_get_api_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.\n\nRequires features: customers.companies.view","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetParameters0Schema"}},{"name":"include","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetParameters1Schema"},"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/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchema"},"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,"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/DocPathsApiCustomersCompaniesIdGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Company not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/customers/companies/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["customers.companies.view"],"x-require-auth":true}},"/api/customers/companies":{"get":{"operationId":"customers_get_api_customers_companies","summary":"List companies","description":"Returns a paginated collection of companies scoped to the authenticated organization.\n\nRequires features: customers.companies.view","tags":["Customers"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetParameters2Schema"},"example":"string"},{"name":"email","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetParameters3Schema"},"example":"string"},{"name":"emailStartsWith","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetParameters4Schema"},"example":"string"},{"name":"emailContains","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetParameters5Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetParameters6Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetParameters7Schema"},"example":"asc"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetParameters8Schema"},"example":"string"},{"name":"lifecycleStage","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetParameters9Schema"},"example":"string"},{"name":"source","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetParameters10Schema"},"example":"string"},{"name":"hasEmail","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetParameters11Schema"},"example":"string"},{"name":"hasPhone","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetParameters12Schema"},"example":"string"},{"name":"hasNextInteraction","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetParameters13Schema"},"example":"string"},{"name":"createdFrom","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetParameters14Schema"},"example":"string"},{"name":"createdTo","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetParameters15Schema"},"example":"string"},{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetParameters16Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"tagIds","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetParameters17Schema"},"example":"string"},{"name":"tagIdsEmpty","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetParameters18Schema"},"example":"string"},{"name":"excludeIds","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetParameters19Schema"},"example":"string"},{"name":"excludeLinkedPersonId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetParameters20Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"excludeLinkedCompanyId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetParameters21Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"excludeLinkedDealId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetParameters22Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetParameters23Schema"},"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/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiCustomersCompaniesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/customers/companies?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["customers.companies.view"],"x-require-auth":true},"post":{"operationId":"customers_post_api_customers_companies","summary":"Create company","description":"Creates a company record and associated profile data.\n\nRequires features: customers.companies.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","displayName":"string","nextInteraction":null}}},"description":"Creates a company record and associated profile data."},"responses":{"201":{"description":"Company created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null,"companyId":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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  \\\"nextInteraction\\\": null\n}\""}],"x-require-features":["customers.companies.manage"],"x-require-auth":true},"put":{"operationId":"customers_put_api_customers_companies","summary":"Update company","description":"Updates company profile fields, tags, or custom attributes.\n\nRequires features: customers.companies.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","nextInteraction":null}}},"description":"Updates company profile fields, tags, or custom attributes."},"responses":{"200":{"description":"Company updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/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  \\\"nextInteraction\\\": null\n}\""}],"x-require-features":["customers.companies.manage"],"x-require-auth":true},"delete":{"operationId":"customers_delete_api_customers_companies","summary":"Delete company","description":"Deletes a company by id. The identifier can be provided via body or query.\n\nRequires features: customers.companies.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesDeleteRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiCustomersCompaniesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesDeleteResponses403ContentApplicationJsonSchema"},"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/DocPathsApiCustomersCompaniesDeleteResponses422ContentApplicationJsonSchema"},"example":{"error":"string","code":"COMPANY_HAS_DEPENDENTS"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/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-features":["customers.companies.manage"],"x-require-auth":true}},"/api/customers/dashboard/widgets/customer-todos":{"get":{"operationId":"customers_get_api_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.\n\nRequires features: dashboards.view, customers.widgets.todos","tags":["Customers"],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetParameters0Schema"},"example":1},{"name":"tenantId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"organizationId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Widget payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Widget failed to load","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/customers/dashboard/widgets/customer-todos?limit=5\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["dashboards.view","customers.widgets.todos"],"x-require-auth":true}},"/api/customers/dashboard/widgets/new-customers":{"get":{"operationId":"customers_get_api_customers_dashboard_widgets_new_customers","summary":"Fetch recently created customers","description":"Returns the latest customers created within the scoped tenant/organization for dashboard display.\n\nRequires features: dashboards.view, customers.widgets.new-customers","tags":["Customers"],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewCustomersGetParameters0Schema"},"example":1},{"name":"tenantId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewCustomersGetParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"organizationId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewCustomersGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"kind","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewCustomersGetParameters3Schema"},"example":"person"}],"responses":{"200":{"description":"Widget payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Widget failed to load","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/customers/dashboard/widgets/new-customers?limit=5\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["dashboards.view","customers.widgets.new-customers"],"x-require-auth":true}},"/api/customers/dashboard/widgets/new-deals":{"get":{"operationId":"customers_get_api_customers_dashboard_widgets_new_deals","summary":"Fetch recently created deals","description":"Returns the latest deals created within the scoped tenant/organization for dashboard display.\n\nRequires features: dashboards.view, customers.widgets.new-deals","tags":["Customers"],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewDealsGetParameters0Schema"},"example":1},{"name":"tenantId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewDealsGetParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"organizationId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewDealsGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Widget payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Widget failed to load","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/customers/dashboard/widgets/new-deals?limit=5\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["dashboards.view","customers.widgets.new-deals"],"x-require-auth":true}},"/api/customers/dashboard/widgets/next-interactions":{"get":{"operationId":"customers_get_api_customers_dashboard_widgets_next_interactions","summary":"Fetch upcoming customer interactions","description":"Lists upcoming (or optionally past) customer interaction reminders ordered by interaction date.\n\nRequires features: dashboards.view, customers.widgets.next-interactions","tags":["Customers"],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetParameters0Schema"},"example":1},{"name":"tenantId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"organizationId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"includePast","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetParameters3Schema"},"example":"true"}],"responses":{"200":{"description":"Widget payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Widget failed to load","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/customers/dashboard/widgets/next-interactions?limit=5\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["dashboards.view","customers.widgets.next-interactions"],"x-require-auth":true}},"/api/customers/deals/{id}/companies":{"get":{"operationId":"customers_get_api_customers_deals_id_companies","summary":"List linked companies for a deal","description":"Requires features: customers.deals.view","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdCompaniesGetParameters0Schema"}},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdCompaniesGetParameters1Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdCompaniesGetParameters2Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdCompaniesGetParameters3Schema"},"example":"string"},{"name":"sort","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdCompaniesGetParameters4Schema"},"example":"label-asc"}],"responses":{"200":{"description":"Paginated linked companies","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiCustomersDealsIdCompaniesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdCompaniesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/customers/deals/:id/companies?page=1&pageSize=20&sort=label-asc\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["customers.deals.view"],"x-require-auth":true}},"/api/customers/deals/{id}/people":{"get":{"operationId":"customers_get_api_customers_deals_id_people","summary":"List linked people for a deal","description":"Requires features: customers.deals.view","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdPeopleGetParameters0Schema"}},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdPeopleGetParameters1Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdPeopleGetParameters2Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdPeopleGetParameters3Schema"},"example":"string"},{"name":"sort","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdPeopleGetParameters4Schema"},"example":"label-asc"}],"responses":{"200":{"description":"Paginated linked people","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","label":"string","subtitle":null,"kind":"person","linkedAt":"string"}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdPeopleGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdPeopleGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/customers/deals/:id/people?page=1&pageSize=20&sort=label-asc\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["customers.deals.view"],"x-require-auth":true}},"/api/customers/deals/{id}":{"get":{"operationId":"customers_get_api_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.\n\nRequires features: customers.deals.view","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetParameters0Schema"}},{"name":"include","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetParameters1Schema"},"example":"string"}],"responses":{"200":{"description":"Deal detail payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiCustomersDealsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Deal not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/customers/deals/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["customers.deals.view"],"x-require-auth":true}},"/api/customers/deals/{id}/stats":{"get":{"operationId":"customers_get_api_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.\n\nRequires features: customers.deals.view","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdStatsGetParameters0Schema"}}],"responses":{"200":{"description":"Deal closure stats payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiCustomersDealsIdStatsGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdStatsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdStatsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Deal not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdStatsGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/customers/deals/:id/stats\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["customers.deals.view"],"x-require-auth":true}},"/api/customers/deals":{"get":{"operationId":"customers_get_api_customers_deals","summary":"List deals","description":"Returns a paginated collection of deals scoped to the authenticated organization.\n\nRequires features: customers.deals.view","tags":["Customers"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetParameters2Schema"},"example":"string"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetParameters3Schema"},"example":"string"},{"name":"pipelineStage","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetParameters4Schema"},"example":"string"},{"name":"pipelineId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetParameters5Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"pipelineStageId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetParameters6Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetParameters7Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetParameters8Schema"},"example":"asc"},{"name":"personEntityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetParameters9Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"companyEntityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetParameters10Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetParameters11Schema"},"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/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiCustomersDealsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/customers/deals?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["customers.deals.view"],"x-require-auth":true},"post":{"operationId":"customers_post_api_customers_deals","summary":"Create deal","description":"Creates a sales deal, optionally associating people and companies.\n\nRequires features: customers.deals.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","title":"string"}}},"description":"Creates a sales deal, optionally associating people and companies."},"responses":{"201":{"description":"Deal created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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}\""}],"x-require-features":["customers.deals.manage"],"x-require-auth":true},"put":{"operationId":"customers_put_api_customers_deals","summary":"Update deal","description":"Updates pipeline position, metadata, or associations for an existing deal.\n\nRequires features: customers.deals.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Updates pipeline position, metadata, or associations for an existing deal."},"responses":{"200":{"description":"Deal updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/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-features":["customers.deals.manage"],"x-require-auth":true},"delete":{"operationId":"customers_delete_api_customers_deals","summary":"Delete deal","description":"Deletes a deal by `id`. The identifier may be provided in the body or query parameters.\n\nRequires features: customers.deals.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsDeleteRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiCustomersDealsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/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-features":["customers.deals.manage"],"x-require-auth":true}},"/api/customers/dictionaries/{kind}/{id}":{"patch":{"operationId":"customers_patch_api_customers_dictionaries_kind_id","summary":"Update dictionary entry","description":"Updates value, label, color, or icon for an existing customer dictionary entry.\n\nRequires features: customers.settings.manage","tags":["Customers"],"parameters":[{"name":"kind","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdPatchParameters0Schema"}},{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdPatchParameters1Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdPatchRequestBodyContentApplicationJsonSchema"},"example":{}}}},"responses":{"200":{"description":"Updated dictionary entry","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchema"},"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/DocPathsApiCustomersDictionariesKindIdPatchResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Entry not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdPatchResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Duplicate value conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdPatchResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://api.open-mercato.local/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-features":["customers.settings.manage"],"x-require-auth":true},"delete":{"operationId":"customers_delete_api_customers_dictionaries_kind_id","summary":"Delete dictionary entry","description":"Removes a customer dictionary entry by identifier.\n\nRequires features: customers.settings.manage","tags":["Customers"],"parameters":[{"name":"kind","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdDeleteParameters0Schema"}},{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdDeleteParameters1Schema"}}],"responses":{"200":{"description":"Entry deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdDeleteResponses200ContentApplicationJsonSchema"},"example":{"success":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Entry not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Entry is in use and cannot be deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdDeleteResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/customers/dictionaries/:kind/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["customers.settings.manage"],"x-require-auth":true}},"/api/customers/dictionaries/{kind}":{"get":{"operationId":"customers_get_api_customers_dictionaries_kind","summary":"List dictionary entries","description":"Returns dictionary entries for the requested kind within the currently selected organization.\n\nRequires features: customers.people.view","tags":["Customers"],"parameters":[{"name":"kind","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindGetParameters0Schema"}}],"responses":{"200":{"description":"Dictionary entries","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiCustomersDictionariesKindGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/customers/dictionaries/:kind\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["customers.people.view"],"x-require-auth":true},"post":{"operationId":"customers_post_api_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.\n\nRequires features: customers.settings.manage","tags":["Customers"],"parameters":[{"name":"kind","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostRequestBodyContentApplicationJsonSchema"},"example":{"value":"string"}}}},"responses":{"200":{"description":"Dictionary entry updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses200ContentApplicationJsonSchema"},"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/DocPathsApiCustomersDictionariesKindPostResponses201ContentApplicationJsonSchema"},"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/DocPathsApiCustomersDictionariesKindPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"409":{"description":"Duplicate value conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["customers.settings.manage"],"x-require-auth":true}},"/api/customers/dictionaries/currency":{"get":{"operationId":"customers_get_api_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.\n\nRequires features: customers.people.view","tags":["Customers"],"parameters":[],"responses":{"200":{"description":"Currency dictionary entries","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesCurrencyGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiCustomersDictionariesCurrencyGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesCurrencyGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Currency dictionary missing","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesCurrencyGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesCurrencyGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/customers/dictionaries/currency\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["customers.people.view"],"x-require-auth":true}},"/api/customers/dictionaries/kind-settings":{"get":{"operationId":"customers_get_api_customers_dictionaries_kind_settings","summary":"List kind settings","description":"Returns selection mode and visibility settings for each dictionary kind.\n\nRequires features: customers.people.view","tags":["Customers"],"parameters":[],"responses":{"200":{"description":"Kind settings","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindSettingsGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiCustomersDictionariesKindSettingsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindSettingsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/customers/dictionaries/kind-settings\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["customers.people.view"],"x-require-auth":true},"patch":{"operationId":"customers_patch_api_customers_dictionaries_kind_settings","summary":"Update kind setting","description":"Creates or updates settings for a specific dictionary kind.\n\nRequires features: customers.settings.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindSettingsPatchRequestBodyContentApplicationJsonSchema"},"example":{"kind":"string"}}}},"responses":{"200":{"description":"Setting updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindSettingsPatchResponses200ContentApplicationJsonSchema"},"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/DocPathsApiCustomersDictionariesKindSettingsPatchResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindSettingsPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindSettingsPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://api.open-mercato.local/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-features":["customers.settings.manage"],"x-require-auth":true}},"/api/customers/interactions/cancel":{"post":{"operationId":"customers_post_api_customers_interactions_cancel","summary":"Cancel an interaction","description":"Marks an interaction as canceled.\n\nRequires features: customers.interactions.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCancelPostRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Interaction canceled","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCancelPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCancelPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCancelPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCancelPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Interaction not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCancelPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["customers.interactions.manage"],"x-require-auth":true}},"/api/customers/interactions/complete":{"post":{"operationId":"customers_post_api_customers_interactions_complete","summary":"Complete an interaction","description":"Marks an interaction as done and sets occurredAt to current time (or a provided timestamp).\n\nRequires features: customers.interactions.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCompletePostRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Interaction completed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCompletePostResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCompletePostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCompletePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCompletePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Interaction not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCompletePostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["customers.interactions.manage"],"x-require-auth":true}},"/api/customers/interactions/conflicts":{"get":{"operationId":"customers_get_api_customers_interactions_conflicts","summary":"Detect scheduling conflicts","description":"Checks for overlapping planned interactions within the requested time window.\n\nRequires features: customers.interactions.view","tags":["Customers"],"parameters":[{"name":"date","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsConflictsGetParameters0Schema"},"example":"string"},{"name":"startTime","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsConflictsGetParameters1Schema"},"example":"string"},{"name":"duration","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsConflictsGetParameters2Schema"},"example":1},{"name":"excludeId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsConflictsGetParameters3Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"userId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsConflictsGetParameters4Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"timezoneOffsetMinutes","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsConflictsGetParameters5Schema"},"example":1}],"responses":{"200":{"description":"Conflict detection result","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiCustomersInteractionsConflictsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsConflictsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/customers/interactions/conflicts?date=string&startTime=string&duration=1\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["customers.interactions.view"],"x-require-auth":true}},"/api/customers/interactions/counts":{"get":{"operationId":"customers_get_api_customers_interactions_counts","summary":"Get interaction counts by type","description":"Returns per-type interaction counts scoped to an entity.\n\nRequires features: customers.interactions.view","tags":["Customers"],"parameters":[{"name":"entityId","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCountsGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCountsGetParameters1Schema"},"example":"done"}],"responses":{"200":{"description":"Counts by interaction type","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCountsGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiCustomersInteractionsCountsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCountsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/customers/interactions/counts?entityId=00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["customers.interactions.view"],"x-require-auth":true}},"/api/customers/interactions":{"get":{"operationId":"customers_get_api_customers_interactions","summary":"List interactions","description":"Returns a paginated collection of interactions scoped to the authenticated organization.\n\nRequires features: customers.interactions.view","tags":["Customers"],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetParameters0Schema"},"example":1},{"name":"cursor","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetParameters1Schema"},"example":"string"},{"name":"entityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"dealId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetParameters3Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetParameters4Schema"},"example":"string"},{"name":"interactionType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetParameters5Schema"},"example":"string"},{"name":"type","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetParameters6Schema"},"example":"string"},{"name":"excludeInteractionType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetParameters7Schema"},"example":"string"},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetParameters8Schema"},"example":"string"},{"name":"from","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetParameters9Schema"},"example":"string"},{"name":"to","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetParameters10Schema"},"example":"string"},{"name":"pinned","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetParameters11Schema"},"example":"true"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetParameters12Schema"},"example":"scheduledAt"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetParameters13Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetParameters14Schema"},"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/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchema"},"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,"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/DocPathsApiCustomersInteractionsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/customers/interactions?limit=25\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["customers.interactions.view"],"x-require-auth":true},"post":{"operationId":"customers_post_api_customers_interactions","summary":"Create interaction","description":"Creates a new interaction linked to a customer entity or deal.\n\nRequires features: customers.interactions.manage","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/DocPathsApiCustomersInteractionsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/customers/interactions\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["customers.interactions.manage"],"x-require-auth":true},"put":{"operationId":"customers_put_api_customers_interactions","summary":"Update interaction","description":"Updates fields for an existing interaction.\n\nRequires features: customers.interactions.manage","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/DocPathsApiCustomersInteractionsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/customers/interactions\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["customers.interactions.manage"],"x-require-auth":true},"delete":{"operationId":"customers_delete_api_customers_interactions","summary":"Delete interaction","description":"Soft-deletes an interaction identified by `id`. Accepts id via body or query string.\n\nRequires features: customers.interactions.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsDeleteRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiCustomersInteractionsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/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-features":["customers.interactions.manage"],"x-require-auth":true}},"/api/customers/interactions/tasks":{"get":{"operationId":"customers_get_api_customers_interactions_tasks","summary":"List customertasks","description":"Returns a paginated collection of customertasks scoped to the authenticated organization.\n\nRequires features: customers.interactions.view","tags":["Customers"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetParameters2Schema"},"example":"string"},{"name":"all","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetParameters3Schema"},"example":"string"},{"name":"entityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetParameters4Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetParameters5Schema"},"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/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiCustomersInteractionsTasksGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/customers/interactions/tasks?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["customers.interactions.view"],"x-require-auth":true}},"/api/customers/labels/assign":{"post":{"operationId":"customers_post_api_customers_labels_assign","summary":"Assign label","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsAssignPostRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiCustomersLabelsAssignPostResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"201":{"description":"Assigned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsAssignPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsAssignPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Label or entity not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsAssignPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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}},"/api/customers/labels":{"get":{"operationId":"customers_get_api_customers_labels","summary":"List labels","description":"Returns labels for the current user within the selected organization. Optionally includes assignment status for a specific entity.\n\nRequires features: customers.people.view","tags":["Customers"],"parameters":[],"responses":{"200":{"description":"Labels list","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiCustomersLabelsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/customers/labels\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["customers.people.view"],"x-require-auth":true},"post":{"operationId":"customers_post_api_customers_labels","summary":"Create label","description":"Creates a new label scoped to the current user and selected organization.\n\nRequires features: customers.people.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsPostRequestBodyContentApplicationJsonSchema"},"example":{"label":"string"}}}},"responses":{"201":{"description":"Label created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","slug":"string","label":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"409":{"description":"Duplicate slug","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["customers.people.manage"],"x-require-auth":true}},"/api/customers/labels/unassign":{"post":{"operationId":"customers_post_api_customers_labels_unassign","summary":"Unassign label","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsUnassignPostRequestBodyContentApplicationJsonSchema"},"example":{"labelId":"00000000-0000-4000-8000-000000000000","entityId":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Unassigned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsUnassignPostResponses200ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsUnassignPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Label or entity not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsUnassignPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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}},"/api/customers/people/{id}/companies/{linkId}":{"patch":{"operationId":"customers_patch_api_customers_people_id_companies_linkId","summary":"Update a linked company for a person","description":"Requires features: customers.people.manage","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesLinkIdPatchParameters0Schema"}},{"name":"linkId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesLinkIdPatchParameters1Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesLinkIdPatchRequestBodyContentApplicationJsonSchema"},"example":{}}}},"responses":{"200":{"description":"Updated company link","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesLinkIdPatchResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"result":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesLinkIdPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesLinkIdPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://api.open-mercato.local/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-features":["customers.people.manage"],"x-require-auth":true},"delete":{"operationId":"customers_delete_api_customers_people_id_companies_linkId","summary":"Remove a linked company from a person","description":"Requires features: customers.people.manage","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesLinkIdDeleteParameters0Schema"}},{"name":"linkId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesLinkIdDeleteParameters1Schema"}}],"responses":{"200":{"description":"Deletion result","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesLinkIdDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesLinkIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesLinkIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/customers/people/:id/companies/:linkId\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["customers.people.manage"],"x-require-auth":true}},"/api/customers/people/{id}/companies/enriched":{"get":{"operationId":"customers_get_api_customers_people_id_companies_enriched","summary":"Get enriched company data for a person's linked companies","description":"Requires features: customers.people.view","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetParameters0Schema"}},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetParameters1Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetParameters2Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetParameters3Schema"},"example":"string"},{"name":"sort","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetParameters4Schema"},"example":"name-asc"}],"responses":{"200":{"description":"Enriched company rows with profile, billing, tags, deals and more","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/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-features":["customers.people.view"],"x-require-auth":true}},"/api/customers/people/{id}/companies":{"get":{"operationId":"customers_get_api_customers_people_id_companies","summary":"List linked companies for a person","description":"Requires features: customers.people.view","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesGetParameters0Schema"}}],"responses":{"200":{"description":"Linked company rows","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiCustomersPeopleIdCompaniesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/customers/people/:id/companies\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["customers.people.view"],"x-require-auth":true},"post":{"operationId":"customers_post_api_customers_people_id_companies","summary":"Link a company to a person","description":"Requires features: customers.people.manage","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesPostRequestBodyContentApplicationJsonSchema"},"example":{"companyId":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Linked company row","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesPostResponses200ContentApplicationJsonSchema"},"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/DocPathsApiCustomersPeopleIdCompaniesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["customers.people.manage"],"x-require-auth":true}},"/api/customers/people/{id}/roles":{"get":{"operationId":"customers_get_api_customers_people_id_roles","summary":"List roles for a person","description":"Requires features: customers.roles.view","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Role assignments","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiCustomersPeopleIdRolesGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/customers/people/00000000-0000-4000-8000-000000000000/roles\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["customers.roles.view"],"x-require-auth":true},"post":{"operationId":"customers_post_api_customers_people_id_roles","summary":"Assign a role to a person","description":"Requires features: customers.roles.manage","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesPostParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesPostRequestBodyContentApplicationJsonSchema"},"example":{"roleType":"string","userId":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"201":{"description":"Role created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"400":{"description":"Invalid request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"409":{"description":"Role already assigned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["customers.roles.manage"],"x-require-auth":true},"put":{"operationId":"customers_put_api_customers_people_id_roles","summary":"Update a person role assignment","description":"Requires features: customers.roles.manage","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesPutParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"roleId","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesPutParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesPutRequestBodyContentApplicationJsonSchema"},"example":{"userId":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Role updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Invalid request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Role not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesPutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/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-features":["customers.roles.manage"],"x-require-auth":true},"delete":{"operationId":"customers_delete_api_customers_people_id_roles","summary":"Remove a person role assignment","description":"Requires features: customers.roles.manage","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesDeleteParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"roleId","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesDeleteParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Role deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Invalid request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Role not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/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-features":["customers.roles.manage"],"x-require-auth":true}},"/api/customers/people/{id}":{"get":{"operationId":"customers_get_api_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.\n\nRequires features: customers.people.view","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetParameters0Schema"}},{"name":"include","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetParameters1Schema"},"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/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiCustomersPeopleIdGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Person not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/customers/people/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["customers.people.view"],"x-require-auth":true}},"/api/customers/people/check-phone":{"get":{"operationId":"customers_get_api_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.\n\nRequires features: customers.people.view","tags":["Customers"],"parameters":[{"name":"digits","in":"query","required":true,"schema":{}}],"responses":{"200":{"description":"Matching contact (if any)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleCheckPhoneGetResponses200ContentApplicationJsonSchema"},"example":{"match":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleCheckPhoneGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleCheckPhoneGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/customers/people/check-phone\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["customers.people.view"],"x-require-auth":true}},"/api/customers/people":{"get":{"operationId":"customers_get_api_customers_people","summary":"List people","description":"Returns a paginated collection of people scoped to the authenticated organization.\n\nRequires features: customers.people.view","tags":["Customers"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetParameters2Schema"},"example":"string"},{"name":"email","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetParameters3Schema"},"example":"string"},{"name":"emailStartsWith","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetParameters4Schema"},"example":"string"},{"name":"emailContains","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetParameters5Schema"},"example":"string"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetParameters6Schema"},"example":"string"},{"name":"lifecycleStage","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetParameters7Schema"},"example":"string"},{"name":"source","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetParameters8Schema"},"example":"string"},{"name":"hasEmail","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetParameters9Schema"},"example":"string"},{"name":"hasPhone","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetParameters10Schema"},"example":"string"},{"name":"hasNextInteraction","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetParameters11Schema"},"example":"string"},{"name":"createdFrom","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetParameters12Schema"},"example":"string"},{"name":"createdTo","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetParameters13Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetParameters14Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetParameters15Schema"},"example":"asc"},{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetParameters16Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"tagIds","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetParameters17Schema"},"example":"string"},{"name":"tagIdsEmpty","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetParameters18Schema"},"example":"string"},{"name":"excludeIds","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetParameters19Schema"},"example":"string"},{"name":"excludeLinkedCompanyId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetParameters20Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"excludeLinkedDealId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetParameters21Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetParameters22Schema"},"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/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiCustomersPeopleGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/customers/people?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["customers.people.view"],"x-require-auth":true},"post":{"operationId":"customers_post_api_customers_people","summary":"Create person","description":"Creates a person contact using scoped organization and tenant identifiers.\n\nRequires features: customers.people.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","nextInteraction":null,"firstName":"string","lastName":"string","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/DocPathsApiCustomersPeoplePostResponses201ContentApplicationJsonSchema"},"example":{"id":null,"personId":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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  \\\"nextInteraction\\\": null,\n  \\\"firstName\\\": \\\"string\\\",\n  \\\"lastName\\\": \\\"string\\\",\n  \\\"companyEntityId\\\": null\n}\""}],"x-require-features":["customers.people.manage"],"x-require-auth":true},"put":{"operationId":"customers_put_api_customers_people","summary":"Update person","description":"Updates contact details or custom fields for a person.\n\nRequires features: customers.people.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","nextInteraction":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/DocPathsApiCustomersPeoplePutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/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  \\\"nextInteraction\\\": null,\n  \\\"companyEntityId\\\": null\n}\""}],"x-require-features":["customers.people.manage"],"x-require-auth":true},"delete":{"operationId":"customers_delete_api_customers_people","summary":"Delete person","description":"Deletes a person by id. Request body or query may provide the identifier.\n\nRequires features: customers.people.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleDeleteRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiCustomersPeopleDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleDeleteResponses403ContentApplicationJsonSchema"},"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/DocPathsApiCustomersPeopleDeleteResponses422ContentApplicationJsonSchema"},"example":{"error":"string","code":"PERSON_HAS_DEPENDENTS"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/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-features":["customers.people.manage"],"x-require-auth":true}},"/api/customers/pipeline-stages/reorder":{"post":{"operationId":"customers_post_api_customers_pipeline_stages_reorder","summary":"Reorder pipeline stages","description":"Updates the order of pipeline stages in bulk.\n\nRequires features: customers.pipelines.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesReorderPostRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiCustomersPipelineStagesReorderPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesReorderPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesReorderPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesReorderPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["customers.pipelines.manage"],"x-require-auth":true}},"/api/customers/pipeline-stages":{"get":{"operationId":"customers_get_api_customers_pipeline_stages","summary":"List pipeline stages","description":"Returns pipeline stages for the authenticated organization, optionally filtered by pipelineId.\n\nRequires features: customers.pipelines.view","tags":["Customers"],"parameters":[{"name":"pipelineId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Stage list","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiCustomersPipelineStagesGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/customers/pipeline-stages\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["customers.pipelines.view"],"x-require-auth":true},"post":{"operationId":"customers_post_api_customers_pipeline_stages","summary":"Create pipeline stage","description":"Creates a new pipeline stage.\n\nRequires features: customers.pipelines.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","pipelineId":"00000000-0000-4000-8000-000000000000","label":"string"}}}},"responses":{"201":{"description":"Stage created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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}\""}],"x-require-features":["customers.pipelines.manage"],"x-require-auth":true},"put":{"operationId":"customers_put_api_customers_pipeline_stages","summary":"Update pipeline stage","description":"Updates an existing pipeline stage.\n\nRequires features: customers.pipelines.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Stage updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Stage not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesPutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/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-features":["customers.pipelines.manage"],"x-require-auth":true},"delete":{"operationId":"customers_delete_api_customers_pipeline_stages","summary":"Delete pipeline stage","description":"Deletes a pipeline stage. Returns 409 if active deals use this stage.\n\nRequires features: customers.pipelines.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Stage deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Stage not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Stage has active deals","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesDeleteResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/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-features":["customers.pipelines.manage"],"x-require-auth":true}},"/api/customers/pipelines":{"get":{"operationId":"customers_get_api_customers_pipelines","summary":"List pipelines","description":"Returns a list of pipelines scoped to the authenticated organization.\n\nRequires features: customers.pipelines.view","tags":["Customers"],"parameters":[{"name":"isDefault","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesGetParameters0Schema"},"example":"string"}],"responses":{"200":{"description":"Pipeline list","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiCustomersPipelinesGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/customers/pipelines\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["customers.pipelines.view"],"x-require-auth":true},"post":{"operationId":"customers_post_api_customers_pipelines","summary":"Create pipeline","description":"Creates a new pipeline within the authenticated organization.\n\nRequires features: customers.pipelines.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesPostRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiCustomersPipelinesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["customers.pipelines.manage"],"x-require-auth":true},"put":{"operationId":"customers_put_api_customers_pipelines","summary":"Update pipeline","description":"Updates an existing pipeline.\n\nRequires features: customers.pipelines.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Pipeline updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Pipeline not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesPutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/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-features":["customers.pipelines.manage"],"x-require-auth":true},"delete":{"operationId":"customers_delete_api_customers_pipelines","summary":"Delete pipeline","description":"Deletes a pipeline. Returns 409 if active deals exist.\n\nRequires features: customers.pipelines.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Pipeline deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Pipeline not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Pipeline has active deals","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesDeleteResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/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-features":["customers.pipelines.manage"],"x-require-auth":true}},"/api/customers/settings/address-format":{"get":{"operationId":"customers_get_api_customers_settings_address_format","summary":"Retrieve address format","description":"Returns the current address formatting preference for the selected organization.\n\nRequires features: customers.settings.manage","tags":["Customers"],"parameters":[],"responses":{"200":{"description":"Current address format","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersSettingsAddressFormatGetResponses200ContentApplicationJsonSchema"},"example":{"addressFormat":"string"}}}},"400":{"description":"Organization context missing","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersSettingsAddressFormatGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersSettingsAddressFormatGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersSettingsAddressFormatGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/customers/settings/address-format\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["customers.settings.manage"],"x-require-auth":true},"put":{"operationId":"customers_put_api_customers_settings_address_format","summary":"Update address format","description":"Updates the address format preference for the selected organization.\n\nRequires features: customers.settings.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersSettingsAddressFormatPutRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiCustomersSettingsAddressFormatPutResponses200ContentApplicationJsonSchema"},"example":{"addressFormat":"string"}}}},"400":{"description":"Invalid payload or organization context","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersSettingsAddressFormatPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersSettingsAddressFormatPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersSettingsAddressFormatPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/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-features":["customers.settings.manage"],"x-require-auth":true}},"/api/customers/tags/assign":{"post":{"operationId":"customers_post_api_customers_tags_assign","summary":"Assign tag to customer entity","description":"Links a tag to a customer entity within the validated tenant / organization scope.\n\nRequires features: customers.activities.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsAssignPostRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiCustomersTagsAssignPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"400":{"description":"Validation or assignment failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsAssignPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsAssignPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsAssignPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["customers.activities.manage"],"x-require-auth":true}},"/api/customers/tags":{"get":{"operationId":"customers_get_api_customers_tags","summary":"List tags","description":"Returns a paginated collection of tags scoped to the authenticated organization.\n\nRequires features: customers.activities.view","tags":["Customers"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsGetParameters2Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsGetParameters3Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsGetParameters4Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsGetParameters5Schema"},"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/DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","slug":"string","label":"string","color":null,"description":null,"organization_id":null,"tenant_id":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/customers/tags?page=1&pageSize=100\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["customers.activities.view"],"x-require-auth":true},"post":{"operationId":"customers_post_api_customers_tags","summary":"Create tag","description":"Creates a tag scoped to the current tenant and organization.\n\nRequires features: customers.activities.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsPostRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiCustomersTagsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["customers.activities.manage"],"x-require-auth":true},"put":{"operationId":"customers_put_api_customers_tags","summary":"Update tag","description":"Updates label, color, or description for an existing tag.\n\nRequires features: customers.activities.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsPutRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiCustomersTagsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/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-features":["customers.activities.manage"],"x-require-auth":true},"delete":{"operationId":"customers_delete_api_customers_tags","summary":"Delete tag","description":"Deletes a tag identified by `id`. The identifier may be provided via body or query string.\n\nRequires features: customers.activities.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsDeleteRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiCustomersTagsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/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-features":["customers.activities.manage"],"x-require-auth":true}},"/api/customers/tags/unassign":{"post":{"operationId":"customers_post_api_customers_tags_unassign","summary":"Remove tag from customer entity","description":"Detaches a tag from a customer entity within the validated tenant / organization scope.\n\nRequires features: customers.activities.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsUnassignPostRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiCustomersTagsUnassignPostResponses200ContentApplicationJsonSchema"},"example":{"id":null}}}},"400":{"description":"Validation or unassignment failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsUnassignPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsUnassignPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsUnassignPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["customers.activities.manage"],"x-require-auth":true}},"/api/customers/todos":{"get":{"operationId":"customers_get_api_customers_todos","summary":"List customertodos","description":"Returns a paginated collection of customertodos scoped to the authenticated organization.\n\nRequires features: customers.view","tags":["Customers"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetParameters2Schema"},"example":"string"},{"name":"all","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetParameters3Schema"},"example":"string"},{"name":"entityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetParameters4Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetParameters5Schema"},"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/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiCustomersTodosGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/customers/todos?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["customers.view"],"x-require-auth":true},"post":{"operationId":"customers_post_api_customers_todos","summary":"Create customertodo","description":"DEPRECATED (sunset 2026-06-30): Creates a customer task. Use POST /api/customers/interactions instead.\n\nRequires features: customers.interactions.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosPostRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiCustomersTodosPostResponses201ContentApplicationJsonSchema"},"example":{"linkId":null,"todoId":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["customers.interactions.manage"],"x-require-auth":true},"put":{"operationId":"customers_put_api_customers_todos","summary":"Update customertodo","description":"DEPRECATED (sunset 2026-06-30): Updates a customer task. Use PUT /api/customers/interactions instead.\n\nRequires features: customers.interactions.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosPutRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiCustomersTodosPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/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-features":["customers.interactions.manage"],"x-require-auth":true},"delete":{"operationId":"customers_delete_api_customers_todos","summary":"Delete customertodo","description":"DEPRECATED (sunset 2026-06-30): Deletes a customer task. Use DELETE /api/customers/interactions instead.\n\nRequires features: customers.interactions.manage","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosDeleteRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiCustomersTodosDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/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-features":["customers.interactions.manage"],"x-require-auth":true}},"/api/perspectives/{tableId}/{perspectiveId}":{"delete":{"operationId":"perspectives_delete_api_perspectives_tableId_perspectiveId","summary":"Delete a personal perspective","description":"Removes a perspective owned by the current user for the given table.\n\nRequires features: perspectives.use","tags":["Perspectives"],"parameters":[{"name":"tableId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPerspectiveIdDeleteParameters0Schema"},"example":"string"},{"name":"perspectiveId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPerspectiveIdDeleteParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Perspective removed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPerspectiveIdDeleteResponses200ContentApplicationJsonSchema"},"example":{"success":true}}}},"400":{"description":"Invalid identifiers supplied","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPerspectiveIdDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPerspectiveIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPerspectiveIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Perspective not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPerspectiveIdDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/perspectives/string/00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["perspectives.use"],"x-require-auth":true}},"/api/perspectives/{tableId}/roles/{roleId}":{"delete":{"operationId":"perspectives_delete_api_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.\n\nRequires features: perspectives.role_defaults","tags":["Perspectives"],"parameters":[{"name":"tableId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdRolesRoleIdDeleteParameters0Schema"},"example":"string"},{"name":"roleId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdRolesRoleIdDeleteParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Role perspectives cleared.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdRolesRoleIdDeleteResponses200ContentApplicationJsonSchema"},"example":{"success":true}}}},"400":{"description":"Invalid identifiers supplied","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdRolesRoleIdDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdRolesRoleIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdRolesRoleIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Role not found in scope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdRolesRoleIdDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/perspectives/string/roles/00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["perspectives.role_defaults"],"x-require-auth":true}},"/api/perspectives/{tableId}":{"get":{"operationId":"perspectives_get_api_perspectives_tableId","summary":"Load perspectives for a table","description":"Returns personal perspectives and available role defaults for the requested table identifier.\n\nRequires features: perspectives.use","tags":["Perspectives"],"parameters":[{"name":"tableId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetParameters0Schema"},"example":"string"}],"responses":{"200":{"description":"Current perspectives and defaults.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchema"},"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}],"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/DocPathsApiPerspectivesTableIdGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/perspectives/string\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["perspectives.use"],"x-require-auth":true},"post":{"operationId":"perspectives_post_api_perspectives_tableId","summary":"Create or update a perspective","description":"Saves a personal perspective and optionally applies the same configuration to selected roles.\n\nRequires features: perspectives.use","tags":["Perspectives"],"parameters":[{"name":"tableId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostParameters0Schema"},"example":"string"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchema"},"example":{"name":"string","settings":{}}}},"description":"Perspective payload including optional role defaults."},"responses":{"200":{"description":"Perspective saved successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchema"},"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/DocPathsApiPerspectivesTableIdPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["perspectives.use"],"x-require-auth":true}},"/api/configs/cache":{"get":{"operationId":"configs_get_api_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.\n\nRequires features: configs.cache.view","tags":["Configs"],"parameters":[],"responses":{"200":{"description":"Cache statistics","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiConfigsCacheGetResponses200ContentApplicationJsonSchema"},"example":{"total":1,"segments":{"key":1}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiConfigsCacheGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiConfigsCacheGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Failed to resolve cache stats","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiConfigsCacheGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Cache service unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiConfigsCacheGetResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/configs/cache\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["configs.cache.view"],"x-require-auth":true},"post":{"operationId":"configs_post_api_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.\n\nRequires features: configs.cache.manage","tags":["Configs"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiConfigsCachePostRequestBodyContentApplicationJsonSchema"},"example":{"action":"purgeAll"}}}},"responses":{"200":{"description":"Cache segment cleared successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiConfigsCachePostResponses200ContentApplicationJsonSchema"},"example":{"action":"purgeSegment","segment":"string","deleted":1,"stats":{"total":1,"segments":{"key":1}}}}}},"400":{"description":"Invalid request - missing segment identifier for purgeSegment action","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiConfigsCachePostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiConfigsCachePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiConfigsCachePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Failed to purge cache","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiConfigsCachePostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Cache service unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiConfigsCachePostResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["configs.cache.manage"],"x-require-auth":true}},"/api/configs/system-status":{"get":{"operationId":"configs_get_api_configs_system_status","summary":"Get system health status","description":"Returns comprehensive system health information including environment details, version, resource usage, and service connectivity status.\n\nRequires features: configs.system_status.view","tags":["Configs"],"parameters":[],"responses":{"200":{"description":"System status snapshot","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiConfigsSystemStatusGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Failed to load system status","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/configs/system-status\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["configs.system_status.view"],"x-require-auth":true},"post":{"operationId":"configs_post_api_configs_system_status","summary":"Clear system cache","description":"Purges the entire cache for the current tenant. Useful for troubleshooting or forcing fresh data loading.\n\nRequires features: configs.manage","tags":["Configs"],"parameters":[],"responses":{"200":{"description":"Cache cleared successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusPostResponses200ContentApplicationJsonSchema"},"example":{"cleared":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Failed to purge cache","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Cache service unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusPostResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/configs/system-status\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["configs.manage"],"x-require-auth":true}},"/api/configs/upgrade-actions":{"get":{"operationId":"configs_get_api_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.\n\nRequires features: configs.manage","tags":["Configs"],"parameters":[],"responses":{"200":{"description":"List of pending upgrade actions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiConfigsUpgradeActionsGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiConfigsUpgradeActionsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiConfigsUpgradeActionsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Failed to load upgrade actions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiConfigsUpgradeActionsGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/configs/upgrade-actions\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["configs.manage"],"x-require-auth":true},"post":{"operationId":"configs_post_api_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.\n\nRequires features: configs.manage","tags":["Configs"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiConfigsUpgradeActionsPostRequestBodyContentApplicationJsonSchema"},"example":{"actionId":"string"}}}},"responses":{"200":{"description":"Upgrade action executed successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiConfigsUpgradeActionsPostResponses200ContentApplicationJsonSchema"},"example":{"status":"string","message":"string","version":"string"}}}},"400":{"description":"Invalid request body or missing context","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiConfigsUpgradeActionsPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiConfigsUpgradeActionsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiConfigsUpgradeActionsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Failed to execute upgrade action","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiConfigsUpgradeActionsPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["configs.manage"],"x-require-auth":true}},"/api/audit_logs/audit-logs/access":{"get":{"operationId":"audit_logs_get_api_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.\n\nRequires features: audit_logs.view_self","tags":["Audit Logs"],"parameters":[{"name":"organizationId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000","description":"Limit results to a specific organization"},{"name":"actorUserId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetParameters1Schema"},"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/DocPathsApiAuditLogsAuditLogsAccessGetParameters2Schema"},"example":"string","description":"Restrict to a resource kind such as `order` or `product`"},{"name":"accessType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetParameters3Schema"},"example":"string","description":"Access type filter, e.g. `read` or `export`"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetParameters4Schema"},"example":"string","description":"Page number (default 1)"},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetParameters5Schema"},"example":"string","description":"Page size (default 50)"},{"name":"limit","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetParameters6Schema"},"example":"string","description":"Explicit maximum number of records when paginating manually"},{"name":"before","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetParameters7Schema"},"example":"string","description":"Return logs created before this ISO-8601 timestamp"},{"name":"after","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetParameters8Schema"},"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/DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiAuditLogsAuditLogsAccessGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/audit_logs/audit-logs/access\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["audit_logs.view_self"],"x-require-auth":true}},"/api/audit_logs/audit-logs/actions/export":{"get":{"operationId":"audit_logs_get_api_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.\n\nRequires features: audit_logs.view_self","tags":["Audit Logs"],"parameters":[{"name":"organizationId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsExportGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000","description":"Limit results to a specific organization"},{"name":"actorUserId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsExportGetParameters1Schema"},"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/DocPathsApiAuditLogsAuditLogsActionsExportGetParameters2Schema"},"example":"string","description":"Filter by resource kind (e.g., \"order\", \"product\")"},{"name":"resourceId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsExportGetParameters3Schema"},"example":"string","description":"Filter by resource ID (UUID of the specific record)"},{"name":"actionType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsExportGetParameters4Schema"},"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/DocPathsApiAuditLogsAuditLogsActionsExportGetParameters5Schema"},"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/DocPathsApiAuditLogsAuditLogsActionsExportGetParameters6Schema"},"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/DocPathsApiAuditLogsAuditLogsActionsExportGetParameters7Schema"},"example":"true","description":"When `true`, only undoable actions are returned"},{"name":"limit","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsExportGetParameters8Schema"},"example":"string","description":"Maximum number of records to export (default 1000, capped at 1000)"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsExportGetParameters9Schema"},"example":"createdAt","description":"Sort field: `createdAt`, `user`, `action`, `field`, or `source`."},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsExportGetParameters10Schema"},"example":"asc","description":"Sort direction: `asc` or `desc`."},{"name":"before","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsExportGetParameters11Schema"},"example":"string","description":"Return actions created before this ISO-8601 timestamp"},{"name":"after","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsExportGetParameters12Schema"},"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/DocPathsApiAuditLogsAuditLogsActionsExportGetResponses200ContentApplicationJsonSchema"},"example":{"file":"csv"}}}},"400":{"description":"Invalid filter values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsExportGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsExportGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsExportGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/audit_logs/audit-logs/actions/export?includeRelated=false&undoableOnly=false\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["audit_logs.view_self"],"x-require-auth":true}},"/api/audit_logs/audit-logs/actions/redo":{"post":{"operationId":"audit_logs_post_api_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.\n\nRequires features: audit_logs.redo_self","tags":["Audit Logs"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsRedoPostRequestBodyContentApplicationJsonSchema"},"example":{"logId":"string"}}}},"responses":{"200":{"description":"Redo executed successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsRedoPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"logId":null,"undoToken":null}}}},"400":{"description":"Log not eligible for redo","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsRedoPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsRedoPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsRedoPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["audit_logs.redo_self"],"x-require-auth":true}},"/api/audit_logs/audit-logs/actions":{"get":{"operationId":"audit_logs_get_api_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.\n\nRequires features: audit_logs.view_self","tags":["Audit Logs"],"parameters":[{"name":"organizationId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000","description":"Limit results to a specific organization"},{"name":"actorUserId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetParameters1Schema"},"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/DocPathsApiAuditLogsAuditLogsActionsGetParameters2Schema"},"example":"string","description":"Filter by resource kind (e.g., \"order\", \"product\")"},{"name":"resourceId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetParameters3Schema"},"example":"string","description":"Filter by resource ID (UUID of the specific record)"},{"name":"actionType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetParameters4Schema"},"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/DocPathsApiAuditLogsAuditLogsActionsGetParameters5Schema"},"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/DocPathsApiAuditLogsAuditLogsActionsGetParameters6Schema"},"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/DocPathsApiAuditLogsAuditLogsActionsGetParameters7Schema"},"example":"true","description":"When `true`, the response includes the filtered total count."},{"name":"undoableOnly","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetParameters8Schema"},"example":"true","description":"When `true`, only undoable actions are returned"},{"name":"limit","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetParameters9Schema"},"example":"string","description":"Maximum number of records to return (default 50, max 1000)"},{"name":"offset","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetParameters10Schema"},"example":"string","description":"Zero-based record offset for pagination (legacy — prefer page/pageSize)"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetParameters11Schema"},"example":"string","description":"Page number (default 1)"},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetParameters12Schema"},"example":"string","description":"Page size (default 50, max 200)"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetParameters13Schema"},"example":"createdAt","description":"Sort field: `createdAt`, `user`, `action`, `field`, or `source`."},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetParameters14Schema"},"example":"asc","description":"Sort direction: `asc` or `desc`."},{"name":"before","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetParameters15Schema"},"example":"string","description":"Return actions created before this ISO-8601 timestamp"},{"name":"after","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetParameters16Schema"},"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/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiAuditLogsAuditLogsActionsGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/audit_logs/audit-logs/actions?includeRelated=false&includeTotal=false&undoableOnly=false\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["audit_logs.view_self"],"x-require-auth":true}},"/api/audit_logs/audit-logs/actions/undo":{"post":{"operationId":"audit_logs_post_api_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.\n\nRequires features: audit_logs.undo_self","tags":["Audit Logs"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsUndoPostRequestBodyContentApplicationJsonSchema"},"example":{"undoToken":"string"}}}},"responses":{"200":{"description":"Undo applied successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsUndoPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"logId":"string"}}}},"400":{"description":"Invalid or unavailable undo token","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsUndoPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsUndoPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsUndoPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["audit_logs.undo_self"],"x-require-auth":true}},"/api/attachments/file/{id}":{"get":{"operationId":"attachments_get_api_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/DocPathsApiAttachmentsFileIdGetParameters0Schema"}}],"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/DocPathsApiAttachmentsFileIdGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized - authentication required for private partitions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsFileIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden - insufficient permissions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsFileIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Attachment or file not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsFileIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Partition misconfigured","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsFileIdGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/attachments/file/:id\" \\\n  -H \"Accept: application/json\""}]}},"/api/attachments/image/{id}/{slug}":{"get":{"operationId":"attachments_get_api_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/DocPathsApiAttachmentsImageIdSlugGetParameters0Schema"}},{"name":"slug","in":"path","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsImageIdSlugGetParameters1Schema"}}],"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/DocPathsApiAttachmentsImageIdSlugGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized - authentication required for private partitions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsImageIdSlugGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden - insufficient permissions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsImageIdSlugGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Image not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsImageIdSlugGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Partition misconfigured or image rendering failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsImageIdSlugGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/attachments/image/:id/:slug\" \\\n  -H \"Accept: application/json\""}]}},"/api/attachments/library/{id}":{"get":{"operationId":"attachments_get_api_attachments_library_id","summary":"Get attachment details","description":"Returns complete details of an attachment including metadata, tags, assignments, and custom fields.\n\nRequires features: attachments.view","tags":["Attachments"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdGetParameters0Schema"}}],"responses":{"200":{"description":"Attachment details","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiAttachmentsLibraryIdGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Attachment not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/attachments/library/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["attachments.view"],"x-require-auth":true},"patch":{"operationId":"attachments_patch_api_attachments_library_id","summary":"Update attachment metadata","description":"Updates attachment tags, assignments, and custom fields. Emits CRUD side effects for indexing and events.\n\nRequires features: attachments.manage","tags":["Attachments"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdPatchParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchema"},"example":{}}}},"responses":{"200":{"description":"Attachment updated successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdPatchResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Invalid payload or attachment ID","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdPatchResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Attachment not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdPatchResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Failed to save attributes","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdPatchResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://api.open-mercato.local/api/attachments/library/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}],"x-require-features":["attachments.manage"],"x-require-auth":true},"delete":{"operationId":"attachments_delete_api_attachments_library_id","summary":"Delete attachment","description":"Permanently deletes an attachment file from storage and database. Emits CRUD side effects.\n\nRequires features: attachments.manage","tags":["Attachments"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdDeleteParameters0Schema"}}],"responses":{"200":{"description":"Attachment deleted successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Invalid attachment ID","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Attachment not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/attachments/library/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["attachments.manage"],"x-require-auth":true}},"/api/attachments/library":{"get":{"operationId":"attachments_get_api_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.\n\nRequires features: attachments.view","tags":["Attachments"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetParameters0Schema"},"example":1,"description":"Page number for pagination"},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetParameters1Schema"},"example":1,"description":"Number of items per page (max 100)"},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetParameters2Schema"},"example":"string","description":"Search by file name (case-insensitive)"},{"name":"partition","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetParameters3Schema"},"example":"string","description":"Filter by partition code"},{"name":"tags","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetParameters4Schema"},"example":"string","description":"Filter by tags (comma-separated)"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetParameters5Schema"},"example":"fileName","description":"Field to sort by"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetParameters6Schema"},"example":"asc","description":"Sort direction"}],"responses":{"200":{"description":"Attachments list with pagination and metadata","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiAttachmentsLibraryGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/attachments/library?page=1&pageSize=25\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["attachments.view"],"x-require-auth":true}},"/api/attachments/partitions":{"get":{"operationId":"attachments_get_api_attachments_partitions","summary":"List all attachment partitions","description":"Returns all configured attachment partitions with storage settings, OCR configuration, and access control settings.\n\nRequires features: attachments.manage","tags":["Attachments"],"parameters":[],"responses":{"200":{"description":"List of partitions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","code":"string","title":"string","description":null,"isPublic":true,"requiresOcr":true,"ocrModel":null,"createdAt":null,"updatedAt":null,"envKey":"string"}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/attachments/partitions\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["attachments.manage"],"x-require-auth":true},"post":{"operationId":"attachments_post_api_attachments_partitions","summary":"Create new partition","description":"Creates a new attachment partition with specified storage and OCR settings. Requires unique partition code.\n\nRequires features: attachments.manage","tags":["Attachments"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchema"},"example":{"code":"string","title":"string","description":null,"ocrModel":null}}}},"responses":{"201":{"description":"Partition created successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchema"},"example":{"item":{"id":"00000000-0000-4000-8000-000000000000","code":"string","title":"string","description":null,"isPublic":true,"requiresOcr":true,"ocrModel":null,"createdAt":null,"updatedAt":null,"envKey":"string"}}}}},"400":{"description":"Invalid payload or partition code","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"409":{"description":"Partition code already exists","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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}\""}],"x-require-features":["attachments.manage"],"x-require-auth":true},"put":{"operationId":"attachments_put_api_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.\n\nRequires features: attachments.manage","tags":["Attachments"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchema"},"example":{"code":"string","title":"string","description":null,"ocrModel":null,"id":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Partition updated successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchema"},"example":{"item":{"id":"00000000-0000-4000-8000-000000000000","code":"string","title":"string","description":null,"isPublic":true,"requiresOcr":true,"ocrModel":null,"createdAt":null,"updatedAt":null,"envKey":"string"}}}}},"400":{"description":"Invalid payload or code change attempt","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Partition not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/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  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-features":["attachments.manage"],"x-require-auth":true},"delete":{"operationId":"attachments_delete_api_attachments_partitions","summary":"Delete partition","description":"Deletes a partition. Default partitions cannot be deleted. Partitions with existing attachments cannot be deleted.\n\nRequires features: attachments.manage","tags":["Attachments"],"parameters":[],"responses":{"200":{"description":"Partition deleted successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Invalid ID or default partition deletion attempt","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Partition not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Partition in use","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsDeleteResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/attachments/partitions\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["attachments.manage"],"x-require-auth":true}},"/api/attachments":{"get":{"operationId":"attachments_get_api_attachments","summary":"List attachments for a record","description":"Returns uploaded attachments for the given entity record, ordered by newest first.\n\nRequires features: attachments.view","tags":["Attachments"],"parameters":[{"name":"entityId","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetParameters0Schema"},"example":"string","description":"Entity identifier that owns the attachments"},{"name":"recordId","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetParameters1Schema"},"example":"string","description":"Record identifier within the entity"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetParameters2Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetParameters3Schema"},"example":1}],"responses":{"200":{"description":"Attachments found for the record","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiAttachmentsGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/attachments?entityId=string&recordId=string\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["attachments.view"],"x-require-auth":true},"post":{"operationId":"attachments_post_api_attachments","summary":"Upload attachment","description":"Uploads a new attachment using multipart form-data and stores metadata for later retrieval.\n\nRequires features: attachments.manage","tags":["Attachments"],"parameters":[],"requestBody":{"required":true,"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPostRequestBodyContentMultipartFormDataSchema"},"example":{"entityId":"string","recordId":"string","file":"string"}}}},"responses":{"200":{"description":"Attachment stored successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchema"},"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/DocPathsApiAttachmentsPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["attachments.manage"],"x-require-auth":true},"delete":{"operationId":"attachments_delete_api_attachments","summary":"Delete attachment","description":"Removes an uploaded attachment and deletes the stored asset.\n\nRequires features: attachments.manage","tags":["Attachments"],"parameters":[{"name":"id","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsDeleteParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Attachment deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Missing attachment identifier","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Attachment not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/attachments?id=00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["attachments.manage"],"x-require-auth":true}},"/api/attachments/transfer":{"post":{"operationId":"attachments_post_api_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.\n\nRequires features: attachments.manage","tags":["Attachments"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsTransferPostRequestBodyContentApplicationJsonSchema"},"example":{"entityId":"string","attachmentIds":["00000000-0000-4000-8000-000000000000"],"toRecordId":"string"}}}},"responses":{"200":{"description":"Attachments transferred successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsTransferPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"updated":1}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsTransferPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsTransferPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsTransferPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Attachments not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsTransferPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Attachment model missing","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAttachmentsTransferPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["attachments.manage"],"x-require-auth":true}},"/api/catalog/bulk-delete":{"post":{"operationId":"catalog_post_api_catalog_bulk_delete","summary":"Start bulk deleting catalog products","description":"Requires features: catalog.products.manage","tags":["Catalog"],"parameters":[],"responses":{"201":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogBulkDeletePostResponses201ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogBulkDeletePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogBulkDeletePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/catalog/bulk-delete\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["catalog.products.manage"],"x-require-auth":true}},"/api/catalog/categories":{"get":{"operationId":"catalog_get_api_catalog_categories","summary":"List categories","description":"Returns a paginated collection of categories scoped to the authenticated organization.\n\nRequires features: catalog.categories.view","tags":["Catalog"],"parameters":[{"name":"view","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetParameters0Schema"},"example":"manage"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetParameters1Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetParameters2Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetParameters3Schema"},"example":"string"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetParameters4Schema"},"example":"all"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetParameters5Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated categories","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","name":"string","slug":null,"description":null,"parentId":null,"parentName":null,"depth":1,"treePath":"string","pathLabel":"string","childCount":1,"descendantCount":1,"isActive":true,"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/DocPathsApiCatalogCategoriesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/catalog/categories?view=manage&page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["catalog.categories.view"],"x-require-auth":true},"post":{"operationId":"catalog_post_api_catalog_categories","summary":"Create category","description":"Creates a new product category.\n\nRequires features: catalog.categories.manage","tags":["Catalog"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","name":"string","slug":null,"parentId":null}}},"description":"Creates a new product category."},"responses":{"201":{"description":"Category created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/catalog/categories\" \\\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  \\\"slug\\\": null,\n  \\\"parentId\\\": null\n}\""}],"x-require-features":["catalog.categories.manage"],"x-require-auth":true},"put":{"operationId":"catalog_put_api_catalog_categories","summary":"Update category","description":"Updates an existing category by id.\n\nRequires features: catalog.categories.manage","tags":["Catalog"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","slug":null,"parentId":null}}},"description":"Updates an existing category by id."},"responses":{"200":{"description":"Category updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/catalog/categories\" \\\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  \\\"parentId\\\": null\n}\""}],"x-require-features":["catalog.categories.manage"],"x-require-auth":true},"delete":{"operationId":"catalog_delete_api_catalog_categories","summary":"Delete category","description":"Deletes a category by id.\n\nRequires features: catalog.categories.manage","tags":["Catalog"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes a category by id."},"responses":{"200":{"description":"Category deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/catalog/categories\" \\\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-features":["catalog.categories.manage"],"x-require-auth":true}},"/api/catalog/dictionaries/{key}":{"get":{"operationId":"catalog_get_api_catalog_dictionaries_key","summary":"Get dictionary entries by key","description":"Returns dictionary entries for a specific key (e.g., currency, unit).\n\nRequires features: catalog.products.manage","tags":["Catalog"],"parameters":[{"name":"key","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogDictionariesKeyGetParameters0Schema"}}],"responses":{"200":{"description":"Dictionary entries","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogDictionariesKeyGetResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","entries":[{"id":"00000000-0000-4000-8000-000000000000","value":"string","label":"string","color":null,"icon":null}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogDictionariesKeyGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogDictionariesKeyGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/catalog/dictionaries/:key\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["catalog.products.manage"],"x-require-auth":true}},"/api/catalog/offers":{"get":{"operationId":"catalog_get_api_catalog_offers","summary":"List offers","description":"Returns a paginated collection of offers scoped to the authenticated organization.\n\nRequires features: sales.channels.manage","tags":["Catalog"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetParameters1Schema"},"example":1},{"name":"productId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"channelId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetParameters3Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"channelIds","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetParameters4Schema"},"example":"string"},{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetParameters5Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetParameters6Schema"},"example":"string"},{"name":"isActive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetParameters7Schema"},"example":"string"},{"name":"withDeleted","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetParameters8Schema"},"example":true},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetParameters9Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetParameters10Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetParameters11Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated offers","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","productId":null,"organizationId":null,"tenantId":null,"channelId":null,"title":"string","description":null,"defaultMediaId":null,"defaultMediaUrl":null,"metadata":null,"isActive":null,"createdAt":null,"updatedAt":null,"product":null,"productChannelPrice":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/catalog/offers?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["sales.channels.manage"],"x-require-auth":true},"post":{"operationId":"catalog_post_api_catalog_offers","summary":"Create offer","description":"Creates a new offer linking a product to a sales channel.\n\nRequires features: sales.channels.manage","tags":["Catalog"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","channelId":"00000000-0000-4000-8000-000000000000","title":"string","defaultMediaId":null,"defaultMediaUrl":null,"productId":"00000000-0000-4000-8000-000000000000"}}},"description":"Creates a new offer linking a product to a sales channel."},"responses":{"201":{"description":"Offer created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/catalog/offers\" \\\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  \\\"channelId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"title\\\": \\\"string\\\",\n  \\\"defaultMediaId\\\": null,\n  \\\"defaultMediaUrl\\\": null,\n  \\\"productId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-features":["sales.channels.manage"],"x-require-auth":true},"put":{"operationId":"catalog_put_api_catalog_offers","summary":"Update offer","description":"Updates an existing offer by id.\n\nRequires features: sales.channels.manage","tags":["Catalog"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","defaultMediaId":null,"defaultMediaUrl":null}}},"description":"Updates an existing offer by id."},"responses":{"200":{"description":"Offer updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/catalog/offers\" \\\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  \\\"defaultMediaId\\\": null,\n  \\\"defaultMediaUrl\\\": null\n}\""}],"x-require-features":["sales.channels.manage"],"x-require-auth":true},"delete":{"operationId":"catalog_delete_api_catalog_offers","summary":"Delete offer","description":"Deletes an offer by id.\n\nRequires features: sales.channels.manage","tags":["Catalog"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes an offer by id."},"responses":{"200":{"description":"Offer deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/catalog/offers\" \\\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-features":["sales.channels.manage"],"x-require-auth":true}},"/api/catalog/option-schemas":{"get":{"operationId":"catalog_get_api_catalog_option_schemas","summary":"List option schemas","description":"Returns a paginated collection of option schemas scoped to the authenticated organization.\n\nRequires features: catalog.products.view","tags":["Catalog"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetParameters1Schema"},"example":1},{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetParameters3Schema"},"example":"string"},{"name":"isActive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetParameters4Schema"},"example":"string"},{"name":"withDeleted","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetParameters5Schema"},"example":true},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetParameters6Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated option schemas","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","name":"string","code":null,"description":null,"schema":null,"metadata":null,"is_active":null,"created_at":null,"updated_at":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/catalog/option-schemas?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["catalog.products.view"],"x-require-auth":true},"post":{"operationId":"catalog_post_api_catalog_option_schemas","summary":"Create option schema","description":"Creates a new option schema template for product configurations.\n\nRequires features: catalog.settings.manage","tags":["Catalog"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","name":"string","schema":{"options":[{"code":"string","label":"string","inputType":"select"}]}}}},"description":"Creates a new option schema template for product configurations."},"responses":{"201":{"description":"Option Schema created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/catalog/option-schemas\" \\\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  \\\"schema\\\": {\n    \\\"options\\\": [\n      {\n        \\\"code\\\": \\\"string\\\",\n        \\\"label\\\": \\\"string\\\",\n        \\\"inputType\\\": \\\"select\\\"\n      }\n    ]\n  }\n}\""}],"x-require-features":["catalog.settings.manage"],"x-require-auth":true},"put":{"operationId":"catalog_put_api_catalog_option_schemas","summary":"Update option schema","description":"Updates an existing option schema by id.\n\nRequires features: catalog.settings.manage","tags":["Catalog"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Updates an existing option schema by id."},"responses":{"200":{"description":"Option Schema updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/catalog/option-schemas\" \\\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-features":["catalog.settings.manage"],"x-require-auth":true},"delete":{"operationId":"catalog_delete_api_catalog_option_schemas","summary":"Delete option schema","description":"Deletes an option schema by id.\n\nRequires features: catalog.settings.manage","tags":["Catalog"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes an option schema by id."},"responses":{"200":{"description":"Option Schema deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/catalog/option-schemas\" \\\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-features":["catalog.settings.manage"],"x-require-auth":true}},"/api/catalog/price-kinds":{"get":{"operationId":"catalog_get_api_catalog_price_kinds","summary":"List price kinds","description":"Returns a paginated collection of price kinds scoped to the authenticated organization.\n\nRequires features: catalog.settings.manage","tags":["Catalog"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetParameters2Schema"},"example":"string"},{"name":"isPromotion","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetParameters3Schema"},"example":"string"},{"name":"isActive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetParameters4Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetParameters5Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetParameters6Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetParameters7Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated price kinds","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","organization_id":null,"tenant_id":null,"code":"string","title":"string","display_mode":null,"currency_code":null,"is_promotion":null,"is_active":null,"created_at":null,"updated_at":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/catalog/price-kinds?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["catalog.settings.manage"],"x-require-auth":true},"post":{"operationId":"catalog_post_api_catalog_price_kinds","summary":"Create price kind","description":"Creates a new price kind for categorizing product prices.\n\nRequires features: catalog.settings.manage","tags":["Catalog"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"00000000-0000-4000-8000-000000000000","code":"string","title":"string","displayMode":"excluding-tax"}}},"description":"Creates a new price kind for categorizing product prices."},"responses":{"201":{"description":"Price Kind created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/catalog/price-kinds\" \\\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  \\\"code\\\": \\\"string\\\",\n  \\\"title\\\": \\\"string\\\",\n  \\\"displayMode\\\": \\\"excluding-tax\\\"\n}\""}],"x-require-features":["catalog.settings.manage"],"x-require-auth":true},"put":{"operationId":"catalog_put_api_catalog_price_kinds","summary":"Update price kind","description":"Updates an existing price kind by id.\n\nRequires features: catalog.settings.manage","tags":["Catalog"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","displayMode":"excluding-tax"}}},"description":"Updates an existing price kind by id."},"responses":{"200":{"description":"Price Kind updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/catalog/price-kinds\" \\\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  \\\"displayMode\\\": \\\"excluding-tax\\\"\n}\""}],"x-require-features":["catalog.settings.manage"],"x-require-auth":true},"delete":{"operationId":"catalog_delete_api_catalog_price_kinds","summary":"Delete price kind","description":"Deletes a price kind by id.\n\nRequires features: catalog.settings.manage","tags":["Catalog"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes a price kind by id."},"responses":{"200":{"description":"Price Kind deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/catalog/price-kinds\" \\\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-features":["catalog.settings.manage"],"x-require-auth":true}},"/api/catalog/prices":{"get":{"operationId":"catalog_get_api_catalog_prices","summary":"List prices","description":"Returns a paginated collection of prices scoped to the authenticated organization.\n\nRequires features: catalog.products.view","tags":["Catalog"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetParameters1Schema"},"example":1},{"name":"productId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"variantId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetParameters3Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"offerId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetParameters4Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"channelId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetParameters5Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"currencyCode","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetParameters6Schema"},"example":"string"},{"name":"priceKindId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetParameters7Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"kind","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetParameters8Schema"},"example":"string"},{"name":"userId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetParameters9Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"userGroupId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetParameters10Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"customerId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetParameters11Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"customerGroupId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetParameters12Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"quantity","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetParameters13Schema"},"example":1},{"name":"quantityUnit","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetParameters14Schema"},"example":"string"},{"name":"withDeleted","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetParameters15Schema"},"example":true},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetParameters16Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetParameters17Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetParameters18Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated prices","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","product_id":null,"variant_id":null,"offer_id":null,"currency_code":null,"price_kind_id":null,"kind":null,"min_quantity":null,"max_quantity":null,"unit_price_net":null,"unit_price_gross":null,"tax_rate":null,"tax_amount":null,"channel_id":null,"user_id":null,"user_group_id":null,"customer_id":null,"customer_group_id":null,"metadata":null,"starts_at":null,"ends_at":null,"created_at":null,"updated_at":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/catalog/prices?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["catalog.products.view"],"x-require-auth":true},"post":{"operationId":"catalog_post_api_catalog_prices","summary":"Create price","description":"Creates a new price entry for a product or variant.\n\nRequires features: catalog.pricing.manage","tags":["Catalog"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","currencyCode":"string","priceKindId":"00000000-0000-4000-8000-000000000000","taxRateId":null}}},"description":"Creates a new price entry for a product or variant."},"responses":{"201":{"description":"Price created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/catalog/prices\" \\\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  \\\"currencyCode\\\": \\\"string\\\",\n  \\\"priceKindId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"taxRateId\\\": null\n}\""}],"x-require-features":["catalog.pricing.manage"],"x-require-auth":true},"put":{"operationId":"catalog_put_api_catalog_prices","summary":"Update price","description":"Updates an existing price by id.\n\nRequires features: catalog.pricing.manage","tags":["Catalog"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","taxRateId":null}}},"description":"Updates an existing price by id."},"responses":{"200":{"description":"Price updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/catalog/prices\" \\\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  \\\"taxRateId\\\": null\n}\""}],"x-require-features":["catalog.pricing.manage"],"x-require-auth":true},"delete":{"operationId":"catalog_delete_api_catalog_prices","summary":"Delete price","description":"Deletes a price by id.\n\nRequires features: catalog.pricing.manage","tags":["Catalog"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes a price by id."},"responses":{"200":{"description":"Price deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/catalog/prices\" \\\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-features":["catalog.pricing.manage"],"x-require-auth":true}},"/api/catalog/product-media":{"get":{"operationId":"catalog_get_api_catalog_product_media","summary":"List product media","description":"Returns a list of media attachments for a specific product.\n\nRequires features: catalog.products.view","tags":["Catalog"],"parameters":[{"name":"productId","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductMediaGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"List of product media","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductMediaGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","fileName":"string","url":"string","thumbnailUrl":"string"}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductMediaGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductMediaGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/catalog/product-media?productId=00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["catalog.products.view"],"x-require-auth":true}},"/api/catalog/product-unit-conversions":{"get":{"operationId":"catalog_get_api_catalog_product_unit_conversions","summary":"List product unit conversions","description":"Returns a paginated collection of product unit conversions scoped to the authenticated organization.\n\nRequires features: catalog.products.view","tags":["Catalog"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetParameters1Schema"},"example":1},{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"productId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetParameters3Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"unitCode","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetParameters4Schema"},"example":"string"},{"name":"isActive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetParameters5Schema"},"example":true},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetParameters6Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetParameters7Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetParameters8Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated product unit conversions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","product_id":"00000000-0000-4000-8000-000000000000","unit_code":"string","to_base_factor":1,"sort_order":null,"is_active":null,"metadata":null,"created_at":null,"updated_at":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/catalog/product-unit-conversions?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["catalog.products.view"],"x-require-auth":true},"post":{"operationId":"catalog_post_api_catalog_product_unit_conversions","summary":"Create product unit conversion","description":"Creates a product unit conversion.\n\nRequires features: catalog.products.manage","tags":["Catalog"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","productId":"00000000-0000-4000-8000-000000000000","unitCode":"string","toBaseFactor":1}}},"description":"Creates a product unit conversion."},"responses":{"201":{"description":"Product unit conversion created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/catalog/product-unit-conversions\" \\\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  \\\"productId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"unitCode\\\": \\\"string\\\",\n  \\\"toBaseFactor\\\": 1\n}\""}],"x-require-features":["catalog.products.manage"],"x-require-auth":true},"put":{"operationId":"catalog_put_api_catalog_product_unit_conversions","summary":"Update product unit conversion","description":"Updates an existing product unit conversion by id.\n\nRequires features: catalog.products.manage","tags":["Catalog"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Updates an existing product unit conversion by id."},"responses":{"200":{"description":"Product unit conversion updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/catalog/product-unit-conversions\" \\\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-features":["catalog.products.manage"],"x-require-auth":true},"delete":{"operationId":"catalog_delete_api_catalog_product_unit_conversions","summary":"Delete product unit conversion","description":"Deletes a product unit conversion by id.\n\nRequires features: catalog.products.manage","tags":["Catalog"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes a product unit conversion by id."},"responses":{"200":{"description":"Product unit conversion deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/catalog/product-unit-conversions\" \\\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  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-features":["catalog.products.manage"],"x-require-auth":true}},"/api/catalog/products":{"get":{"operationId":"catalog_get_api_catalog_products","summary":"List products","description":"Returns a paginated collection of products scoped to the authenticated organization.\n\nRequires features: catalog.products.view","tags":["Catalog"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetParameters1Schema"},"example":1},{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetParameters3Schema"},"example":"string"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetParameters4Schema"},"example":"string"},{"name":"isActive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetParameters5Schema"},"example":"string"},{"name":"configurable","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetParameters6Schema"},"example":"string"},{"name":"productType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetParameters7Schema"},"example":"simple"},{"name":"channelIds","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetParameters8Schema"},"example":"string"},{"name":"channelId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetParameters9Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"categoryIds","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetParameters10Schema"},"example":"string"},{"name":"tagIds","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetParameters11Schema"},"example":"string"},{"name":"offerId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetParameters12Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"userId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetParameters13Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"userGroupId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetParameters14Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"customerId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetParameters15Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"customerGroupId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetParameters16Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"quantity","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetParameters17Schema"},"example":1},{"name":"quantityUnit","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetParameters18Schema"},"example":"string"},{"name":"priceDate","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetParameters19Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetParameters20Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetParameters21Schema"},"example":"asc"},{"name":"withDeleted","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetParameters22Schema"},"example":true},{"name":"customFieldset","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetParameters23Schema"},"example":"string"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetParameters24Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated products","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","title":null,"subtitle":null,"description":null,"sku":null,"handle":null,"product_type":null,"status_entry_id":null,"primary_currency_code":null,"default_unit":null,"default_sales_unit":null,"default_sales_unit_quantity":null,"uom_rounding_scale":null,"uom_rounding_mode":null,"unit_price_enabled":null,"unit_price_reference_unit":null,"unit_price_base_quantity":null,"default_media_id":null,"default_media_url":null,"weight_value":null,"weight_unit":null,"dimensions":null,"is_configurable":null,"is_active":null,"metadata":null,"custom_fieldset_code":null,"option_schema_id":null,"created_at":null,"updated_at":null,"pricing":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/catalog/products?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["catalog.products.view"],"x-require-auth":true},"post":{"operationId":"catalog_post_api_catalog_products","summary":"Create product","description":"Creates a new product in the catalog.\n\nRequires features: catalog.products.manage","tags":["Catalog"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","title":"string","sku":null,"taxRateId":null,"taxRate":null,"productType":"simple","defaultUnit":null,"defaultSalesUnit":null,"unitPriceReferenceUnit":null,"defaultMediaId":null,"defaultMediaUrl":null,"weightValue":null,"weightUnit":null,"dimensions":null,"optionSchemaId":null,"customFieldsetCode":null}}},"description":"Creates a new product in the catalog."},"responses":{"201":{"description":"Product created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/catalog/products\" \\\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  \\\"sku\\\": null,\n  \\\"taxRateId\\\": null,\n  \\\"taxRate\\\": null,\n  \\\"productType\\\": \\\"simple\\\",\n  \\\"defaultUnit\\\": null,\n  \\\"defaultSalesUnit\\\": null,\n  \\\"unitPriceReferenceUnit\\\": null,\n  \\\"defaultMediaId\\\": null,\n  \\\"defaultMediaUrl\\\": null,\n  \\\"weightValue\\\": null,\n  \\\"weightUnit\\\": null,\n  \\\"dimensions\\\": null,\n  \\\"optionSchemaId\\\": null,\n  \\\"customFieldsetCode\\\": null\n}\""}],"x-require-features":["catalog.products.manage"],"x-require-auth":true},"put":{"operationId":"catalog_put_api_catalog_products","summary":"Update product","description":"Updates an existing product by id.\n\nRequires features: catalog.products.manage","tags":["Catalog"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","sku":null,"taxRateId":null,"taxRate":null,"defaultUnit":null,"defaultSalesUnit":null,"unitPriceReferenceUnit":null,"defaultMediaId":null,"defaultMediaUrl":null,"weightValue":null,"weightUnit":null,"dimensions":null,"optionSchemaId":null,"customFieldsetCode":null}}},"description":"Updates an existing product by id."},"responses":{"200":{"description":"Product updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/catalog/products\" \\\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  \\\"sku\\\": null,\n  \\\"taxRateId\\\": null,\n  \\\"taxRate\\\": null,\n  \\\"defaultUnit\\\": null,\n  \\\"defaultSalesUnit\\\": null,\n  \\\"unitPriceReferenceUnit\\\": null,\n  \\\"defaultMediaId\\\": null,\n  \\\"defaultMediaUrl\\\": null,\n  \\\"weightValue\\\": null,\n  \\\"weightUnit\\\": null,\n  \\\"dimensions\\\": null,\n  \\\"optionSchemaId\\\": null,\n  \\\"customFieldsetCode\\\": null\n}\""}],"x-require-features":["catalog.products.manage"],"x-require-auth":true},"delete":{"operationId":"catalog_delete_api_catalog_products","summary":"Delete product","description":"Deletes a product by id.\n\nRequires features: catalog.products.manage","tags":["Catalog"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes a product by id."},"responses":{"200":{"description":"Product deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/catalog/products\" \\\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-features":["catalog.products.manage"],"x-require-auth":true}},"/api/catalog/tags":{"get":{"operationId":"catalog_get_api_catalog_tags","summary":"List product tags","description":"Returns a paginated collection of product tags scoped to the authenticated organization.\n\nRequires features: catalog.products.view","tags":["Catalog"],"parameters":[{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogTagsGetParameters0Schema"},"example":"string"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogTagsGetParameters1Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogTagsGetParameters2Schema"},"example":1}],"responses":{"200":{"description":"Paginated product tags","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogTagsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","label":"string","slug":null,"createdAt":"string","updatedAt":"string"}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogTagsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogTagsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/catalog/tags?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["catalog.products.view"],"x-require-auth":true}},"/api/catalog/variants":{"get":{"operationId":"catalog_get_api_catalog_variants","summary":"List variants","description":"Returns a paginated collection of variants scoped to the authenticated organization.\n\nRequires features: catalog.products.view","tags":["Catalog"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetParameters1Schema"},"example":1},{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetParameters3Schema"},"example":"string"},{"name":"productId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetParameters4Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"sku","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetParameters5Schema"},"example":"string"},{"name":"isActive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetParameters6Schema"},"example":"string"},{"name":"isDefault","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetParameters7Schema"},"example":"string"},{"name":"withDeleted","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetParameters8Schema"},"example":true},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetParameters9Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetParameters10Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetParameters11Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated variants","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","product_id":null,"name":null,"sku":null,"barcode":null,"status_entry_id":null,"is_default":null,"is_active":null,"weight_value":null,"weight_unit":null,"dimensions":null,"metadata":null,"option_values":null,"custom_fieldset_code":null,"default_media_id":null,"default_media_url":null,"created_at":null,"updated_at":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/catalog/variants?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["catalog.products.view"],"x-require-auth":true},"post":{"operationId":"catalog_post_api_catalog_variants","summary":"Create variant","description":"Creates a new product variant.\n\nRequires features: catalog.variants.manage","tags":["Catalog"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","productId":"00000000-0000-4000-8000-000000000000","defaultMediaId":null,"defaultMediaUrl":null,"taxRateId":null,"taxRate":null,"customFieldsetCode":null}}},"description":"Creates a new product variant."},"responses":{"201":{"description":"Variant created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/catalog/variants\" \\\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  \\\"productId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"defaultMediaId\\\": null,\n  \\\"defaultMediaUrl\\\": null,\n  \\\"taxRateId\\\": null,\n  \\\"taxRate\\\": null,\n  \\\"customFieldsetCode\\\": null\n}\""}],"x-require-features":["catalog.variants.manage"],"x-require-auth":true},"put":{"operationId":"catalog_put_api_catalog_variants","summary":"Update variant","description":"Updates an existing variant by id.\n\nRequires features: catalog.variants.manage","tags":["Catalog"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","defaultMediaId":null,"defaultMediaUrl":null,"taxRateId":null,"taxRate":null,"customFieldsetCode":null}}},"description":"Updates an existing variant by id."},"responses":{"200":{"description":"Variant updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/catalog/variants\" \\\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  \\\"defaultMediaId\\\": null,\n  \\\"defaultMediaUrl\\\": null,\n  \\\"taxRateId\\\": null,\n  \\\"taxRate\\\": null,\n  \\\"customFieldsetCode\\\": null\n}\""}],"x-require-features":["catalog.variants.manage"],"x-require-auth":true},"delete":{"operationId":"catalog_delete_api_catalog_variants","summary":"Delete variant","description":"Deletes a variant by id.\n\nRequires features: catalog.variants.manage","tags":["Catalog"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes a variant by id."},"responses":{"200":{"description":"Variant deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/catalog/variants\" \\\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-features":["catalog.variants.manage"],"x-require-auth":true}},"/api/sales/adjustment-kinds":{"get":{"operationId":"sales_get_api_sales_adjustment_kinds","summary":"List sales adjustment kinds","description":"Returns a paginated collection of sales adjustment kinds that belong to the current organization.\n\nRequires features: sales.orders.view","tags":["Sales"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsGetParameters2Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsGetParameters3Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsGetParameters4Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsGetParameters5Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated sales adjustment kinds","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","value":"string","label":null,"color":null,"icon":null,"organizationId":null,"tenantId":null,"createdAt":"string","updatedAt":"string"}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/sales/adjustment-kinds?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["sales.orders.view"],"x-require-auth":true},"post":{"operationId":"sales_post_api_sales_adjustment_kinds","summary":"Create sales adjustment kind","description":"Creates an adjustment kind.\n\nRequires features: sales.settings.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsPostRequestBodyContentApplicationJsonSchema"},"example":{}}},"description":"Creates an adjustment kind."},"responses":{"201":{"description":"Sales adjustment kind created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/sales/adjustment-kinds\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}],"x-require-features":["sales.settings.manage"],"x-require-auth":true},"put":{"operationId":"sales_put_api_sales_adjustment_kinds","summary":"Update sales adjustment kind","description":"Updates an adjustment kind.\n\nRequires features: sales.settings.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsPutRequestBodyContentApplicationJsonSchema"},"example":{}}},"description":"Fields to update on the target sales adjustment kind."},"responses":{"200":{"description":"Sales adjustment kind updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsPutResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/sales/adjustment-kinds\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}],"x-require-features":["sales.settings.manage"],"x-require-auth":true},"delete":{"operationId":"sales_delete_api_sales_adjustment_kinds","summary":"Delete sales adjustment kind","description":"Deletes an adjustment kind.\n\nRequires features: sales.settings.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsDeleteRequestBodyContentApplicationJsonSchema"},"example":{}}},"description":"Deletes an adjustment kind."},"responses":{"200":{"description":"Sales adjustment kind deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsDeleteResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/sales/adjustment-kinds\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}],"x-require-features":["sales.settings.manage"],"x-require-auth":true}},"/api/sales/channels":{"get":{"operationId":"sales_get_api_sales_channels","summary":"List sales channels","description":"Manage sales channels to segment orders and pricing across marketplaces or stores.\n\nRequires features: sales.channels.manage","tags":["Sales"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetParameters2Schema"},"example":"string"},{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetParameters3Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetParameters4Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."},{"name":"isActive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetParameters5Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetParameters6Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetParameters7Schema"},"example":"asc"},{"name":"withDeleted","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetParameters8Schema"},"example":true}],"responses":{"200":{"description":"Paginated sales channels","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","name":"string","code":null,"description":null,"statusEntryId":null,"isActive":true,"organizationId":null,"tenantId":null,"createdAt":"string","updatedAt":"string"}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/sales/channels?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["sales.channels.manage"],"x-require-auth":true},"post":{"operationId":"sales_post_api_sales_channels","summary":"Create sales channel","description":"Creates a new sales channel.\n\nRequires features: sales.channels.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","name":"string","code":"string"}}},"description":"Payload describing the sales channel to create."},"responses":{"201":{"description":"Sales channel created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/sales/channels\" \\\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  \\\"code\\\": \\\"string\\\"\n}\""}],"x-require-features":["sales.channels.manage"],"x-require-auth":true},"put":{"operationId":"sales_put_api_sales_channels","summary":"Update sales channel","description":"Updates an existing sales channel by id.\n\nRequires features: sales.channels.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","code":"string"}}},"description":"Fields to update on the target sales channel."},"responses":{"200":{"description":"Sales channel updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/sales/channels\" \\\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  \\\"code\\\": \\\"string\\\"\n}\""}],"x-require-features":["sales.channels.manage"],"x-require-auth":true},"delete":{"operationId":"sales_delete_api_sales_channels","summary":"Delete sales channel","description":"Deletes a sales channel identified by id.\n\nRequires features: sales.channels.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Identifier payload."},"responses":{"200":{"description":"Sales channel deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/sales/channels\" \\\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-features":["sales.channels.manage"],"x-require-auth":true}},"/api/sales/credit-memos":{"get":{"operationId":"sales_get_api_sales_credit_memos","summary":"List creditmemos","description":"Returns a paginated collection of creditmemos that belong to the current organization.\n\nRequires features: sales.credit_memos.manage","tags":["Sales"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosGetParameters2Schema"},"example":"string"},{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosGetParameters3Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"orderId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosGetParameters4Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"invoiceId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosGetParameters5Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosGetParameters6Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosGetParameters7Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosGetParameters8Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated creditmemos","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","creditMemoNumber":"string","status":null,"reason":null,"issueDate":null,"currencyCode":"string"}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/sales/credit-memos?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["sales.credit_memos.manage"],"x-require-auth":true},"post":{"operationId":"sales_post_api_sales_credit_memos","summary":"Create creditmemo","description":"Create a new credit memo\n\nRequires features: sales.credit_memos.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","currencyCode":"string"}}},"description":"Create a new credit memo"},"responses":{"201":{"description":"CreditMemo created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/sales/credit-memos\" \\\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  \\\"currencyCode\\\": \\\"string\\\"\n}\""}],"x-require-features":["sales.credit_memos.manage"],"x-require-auth":true},"put":{"operationId":"sales_put_api_sales_credit_memos","summary":"Update creditmemo","description":"Update a credit memo\n\nRequires features: sales.credit_memos.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Fields to update on the target creditmemo."},"responses":{"200":{"description":"CreditMemo updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutResponses200ContentApplicationJsonSchema"},"example":{"creditMemoId":"00000000-0000-4000-8000-000000000000"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/sales/credit-memos\" \\\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-features":["sales.credit_memos.manage"],"x-require-auth":true},"delete":{"operationId":"sales_delete_api_sales_credit_memos","summary":"Delete creditmemo","description":"Delete a credit memo\n\nRequires features: sales.credit_memos.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Delete a credit memo"},"responses":{"200":{"description":"CreditMemo deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosDeleteResponses200ContentApplicationJsonSchema"},"example":{"creditMemoId":"00000000-0000-4000-8000-000000000000"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/sales/credit-memos\" \\\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-features":["sales.credit_memos.manage"],"x-require-auth":true}},"/api/sales/dashboard/widgets/new-orders":{"get":{"operationId":"sales_get_api_sales_dashboard_widgets_new_orders","summary":"Fetch recently created sales orders","description":"Fetches recently created sales orders for the dashboard widget with a configurable date period.\n\nRequires features: dashboards.view, sales.widgets.new-orders","tags":["Sales"],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetParameters0Schema"},"example":1},{"name":"datePeriod","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetParameters1Schema"},"example":"last24h"},{"name":"customFrom","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetParameters2Schema"},"example":"string"},{"name":"customTo","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetParameters3Schema"},"example":"string"},{"name":"tenantId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetParameters4Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"organizationId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetParameters5Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"List of recent orders","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","orderNumber":"string","status":null,"fulfillmentStatus":null,"paymentStatus":null,"customerName":null,"customerEntityId":null,"netAmount":"string","grossAmount":"string","currency":null,"createdAt":"string"}],"total":1,"dateRange":{"from":"string","to":"string"}}}}},"400":{"description":"Invalid query parameters","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Widget failed to load","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/sales/dashboard/widgets/new-orders?limit=5&datePeriod=last24h\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["dashboards.view","sales.widgets.new-orders"],"x-require-auth":true}},"/api/sales/dashboard/widgets/new-quotes":{"get":{"operationId":"sales_get_api_sales_dashboard_widgets_new_quotes","summary":"Fetch recently created sales quotes","description":"Fetches recently created sales quotes for the dashboard widget with a configurable date period.\n\nRequires features: dashboards.view, sales.widgets.new-quotes","tags":["Sales"],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetParameters0Schema"},"example":1},{"name":"datePeriod","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetParameters1Schema"},"example":"last24h"},{"name":"customFrom","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetParameters2Schema"},"example":"string"},{"name":"customTo","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetParameters3Schema"},"example":"string"},{"name":"tenantId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetParameters4Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"organizationId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetParameters5Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"List of recent quotes","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","quoteNumber":"string","status":null,"customerName":null,"customerEntityId":null,"validFrom":null,"validUntil":null,"netAmount":"string","grossAmount":"string","currency":null,"createdAt":"string","convertedOrderId":null}],"total":1,"dateRange":{"from":"string","to":"string"}}}}},"400":{"description":"Invalid query parameters","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Widget failed to load","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/sales/dashboard/widgets/new-quotes?limit=5&datePeriod=last24h\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["dashboards.view","sales.widgets.new-quotes"],"x-require-auth":true}},"/api/sales/delivery-windows":{"get":{"operationId":"sales_get_api_sales_delivery_windows","summary":"List delivery windows","description":"Define delivery windows to communicate lead times and cut-off rules for sales orders.\n\nRequires features: sales.settings.manage","tags":["Sales"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetParameters2Schema"},"example":"string"},{"name":"isActive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetParameters3Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetParameters4Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetParameters5Schema"},"example":"asc"},{"name":"withDeleted","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetParameters6Schema"},"example":true},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetParameters7Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated delivery windows","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","name":"string","code":null,"description":null,"leadTimeDays":null,"cutoffTime":null,"timezone":null,"isActive":true,"metadata":null,"organizationId":null,"tenantId":null,"createdAt":"string","updatedAt":"string"}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/sales/delivery-windows?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["sales.settings.manage"],"x-require-auth":true},"post":{"operationId":"sales_post_api_sales_delivery_windows","summary":"Create delivery window","description":"Creates a new delivery window.\n\nRequires features: sales.settings.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","name":"string","code":"string"}}},"description":"Payload describing the delivery window to create."},"responses":{"201":{"description":"Delivery window created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/sales/delivery-windows\" \\\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  \\\"code\\\": \\\"string\\\"\n}\""}],"x-require-features":["sales.settings.manage"],"x-require-auth":true},"put":{"operationId":"sales_put_api_sales_delivery_windows","summary":"Update delivery window","description":"Updates an existing delivery window by id.\n\nRequires features: sales.settings.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Fields to update on the target delivery window."},"responses":{"200":{"description":"Delivery window updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/sales/delivery-windows\" \\\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-features":["sales.settings.manage"],"x-require-auth":true},"delete":{"operationId":"sales_delete_api_sales_delivery_windows","summary":"Delete delivery window","description":"Deletes a delivery window identified by id.\n\nRequires features: sales.settings.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Identifier payload."},"responses":{"200":{"description":"Delivery window deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/sales/delivery-windows\" \\\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-features":["sales.settings.manage"],"x-require-auth":true}},"/api/sales/document-addresses":{"get":{"operationId":"sales_get_api_sales_document_addresses","summary":"List document addresss","description":"Returns a paginated collection of document addresss that belong to the current organization.","tags":["Sales"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetParameters1Schema"},"example":1},{"name":"documentId","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"documentKind","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetParameters3Schema"},"example":"order"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetParameters4Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetParameters5Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetParameters6Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated document addresss","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","document_id":"00000000-0000-4000-8000-000000000000","document_kind":"order","customer_address_id":null,"name":null,"purpose":null,"company_name":null,"address_line1":"string","address_line2":null,"building_number":null,"flat_number":null,"city":null,"region":null,"postal_code":null,"country":null,"latitude":null,"longitude":null,"created_at":"string","updated_at":"string"}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/sales/document-addresses?page=1&pageSize=50&documentId=00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"sales_post_api_sales_document_addresses","summary":"Create document address","description":"Creates a sales document address linked to an order or quote.","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","documentId":"00000000-0000-4000-8000-000000000000","documentKind":"order","name":null,"purpose":null,"companyName":null,"addressLine1":"string","addressLine2":null,"city":null,"region":null,"postalCode":null,"country":null,"buildingNumber":null,"flatNumber":null,"latitude":null,"longitude":null}}},"description":"Creates a sales document address linked to an order or quote."},"responses":{"201":{"description":"Document address created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/sales/document-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  \\\"documentId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"documentKind\\\": \\\"order\\\",\n  \\\"name\\\": null,\n  \\\"purpose\\\": null,\n  \\\"companyName\\\": null,\n  \\\"addressLine1\\\": \\\"string\\\",\n  \\\"addressLine2\\\": null,\n  \\\"city\\\": null,\n  \\\"region\\\": null,\n  \\\"postalCode\\\": null,\n  \\\"country\\\": null,\n  \\\"buildingNumber\\\": null,\n  \\\"flatNumber\\\": null,\n  \\\"latitude\\\": null,\n  \\\"longitude\\\": null\n}\""}],"x-require-auth":true},"put":{"operationId":"sales_put_api_sales_document_addresses","summary":"Update document address","description":"Updates a sales document address.","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","id":"00000000-0000-4000-8000-000000000000","documentId":"00000000-0000-4000-8000-000000000000","documentKind":"order","name":null,"purpose":null,"companyName":null,"addressLine1":"string","addressLine2":null,"city":null,"region":null,"postalCode":null,"country":null,"buildingNumber":null,"flatNumber":null,"latitude":null,"longitude":null}}},"description":"Fields to update on the target document address."},"responses":{"200":{"description":"Document address updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/sales/document-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  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"documentId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"documentKind\\\": \\\"order\\\",\n  \\\"name\\\": null,\n  \\\"purpose\\\": null,\n  \\\"companyName\\\": null,\n  \\\"addressLine1\\\": \\\"string\\\",\n  \\\"addressLine2\\\": null,\n  \\\"city\\\": null,\n  \\\"region\\\": null,\n  \\\"postalCode\\\": null,\n  \\\"country\\\": null,\n  \\\"buildingNumber\\\": null,\n  \\\"flatNumber\\\": null,\n  \\\"latitude\\\": null,\n  \\\"longitude\\\": null\n}\""}],"x-require-auth":true},"delete":{"operationId":"sales_delete_api_sales_document_addresses","summary":"Delete document address","description":"Deletes a sales document address.","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","documentId":"00000000-0000-4000-8000-000000000000","documentKind":"order"}}},"description":"Deletes a sales document address."},"responses":{"200":{"description":"Document address deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/sales/document-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  \\\"documentId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"documentKind\\\": \\\"order\\\"\n}\""}],"x-require-auth":true}},"/api/sales/document-history":{"get":{"operationId":"sales_get_api_sales_document_history","summary":"List history entries for an order or quote","tags":["Sales"],"parameters":[{"name":"kind","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentHistoryGetParameters0Schema"},"example":"order"},{"name":"id","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentHistoryGetParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"limit","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentHistoryGetParameters2Schema"},"example":1},{"name":"before","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentHistoryGetParameters3Schema"},"example":"string"},{"name":"after","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentHistoryGetParameters4Schema"},"example":"string"},{"name":"types","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentHistoryGetParameters5Schema"},"example":"string"}],"responses":{"200":{"description":"History entries","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","occurredAt":"string","kind":"status","action":"string","actor":{"id":null,"label":"string"},"source":"action_log"}]}}}},"400":{"description":"Invalid query","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentHistoryGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentHistoryGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Document not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentHistoryGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/sales/document-history?kind=order&id=00000000-0000-4000-8000-000000000000&limit=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/api/sales/document-numbers":{"post":{"operationId":"sales_post_api_sales_document_numbers","summary":"Generate next number","description":"Generates the next sales order or quote number using configured formatting rules.","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentNumbersPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","kind":"order"}}}},"responses":{"200":{"description":"Generated number","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentNumbersPostResponses200ContentApplicationJsonSchema"},"example":{"number":"string","format":"string","sequence":1}}}},"400":{"description":"Invalid input or scope missing","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentNumbersPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentNumbersPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/sales/document-numbers\" \\\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  \\\"kind\\\": \\\"order\\\"\n}\""}],"x-require-auth":true}},"/api/sales/invoices":{"get":{"operationId":"sales_get_api_sales_invoices","summary":"List invoices","description":"Returns a paginated collection of invoices that belong to the current organization.\n\nRequires features: sales.invoices.manage","tags":["Sales"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesGetParameters2Schema"},"example":"string"},{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesGetParameters3Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"orderId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesGetParameters4Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesGetParameters5Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesGetParameters6Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesGetParameters7Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated invoices","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","invoiceNumber":"string","status":null,"issueDate":null,"dueDate":null,"currencyCode":"string"}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/sales/invoices?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["sales.invoices.manage"],"x-require-auth":true},"post":{"operationId":"sales_post_api_sales_invoices","summary":"Create invoice","description":"Create a new invoice\n\nRequires features: sales.invoices.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","currencyCode":"string"}}},"description":"Create a new invoice"},"responses":{"201":{"description":"Invoice created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/sales/invoices\" \\\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  \\\"currencyCode\\\": \\\"string\\\"\n}\""}],"x-require-features":["sales.invoices.manage"],"x-require-auth":true},"put":{"operationId":"sales_put_api_sales_invoices","summary":"Update invoice","description":"Update an invoice\n\nRequires features: sales.invoices.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Fields to update on the target invoice."},"responses":{"200":{"description":"Invoice updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutResponses200ContentApplicationJsonSchema"},"example":{"invoiceId":"00000000-0000-4000-8000-000000000000"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/sales/invoices\" \\\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-features":["sales.invoices.manage"],"x-require-auth":true},"delete":{"operationId":"sales_delete_api_sales_invoices","summary":"Delete invoice","description":"Delete an invoice\n\nRequires features: sales.invoices.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Delete an invoice"},"responses":{"200":{"description":"Invoice deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesDeleteResponses200ContentApplicationJsonSchema"},"example":{"invoiceId":"00000000-0000-4000-8000-000000000000"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/sales/invoices\" \\\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-features":["sales.invoices.manage"],"x-require-auth":true}},"/api/sales/notes":{"get":{"operationId":"sales_get_api_sales_notes","summary":"List sales notes","description":"Returns a paginated collection of sales notes that belong to the current organization.","tags":["Sales"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetParameters1Schema"},"example":1},{"name":"contextType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetParameters2Schema"},"example":"order"},{"name":"contextId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetParameters3Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"orderId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetParameters4Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"quoteId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetParameters5Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetParameters6Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetParameters7Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetParameters8Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated sales notes","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","context_type":"order","context_id":"00000000-0000-4000-8000-000000000000","order_id":null,"quote_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,"page":1,"pageSize":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/sales/notes?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"sales_post_api_sales_notes","summary":"Create sales note","description":"Creates a note attached to a sales document.","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesNotesPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","contextType":"order","contextId":"00000000-0000-4000-8000-000000000000","body":"string","appearanceIcon":null,"appearanceColor":null}}},"description":"Creates a note attached to a sales document."},"responses":{"201":{"description":"Sales note created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesNotesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null,"authorUserId":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesNotesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/sales/notes\" \\\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  \\\"contextType\\\": \\\"order\\\",\n  \\\"contextId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"body\\\": \\\"string\\\",\n  \\\"appearanceIcon\\\": null,\n  \\\"appearanceColor\\\": null\n}\""}],"x-require-auth":true},"put":{"operationId":"sales_put_api_sales_notes","summary":"Update sales note","description":"Updates a sales note.","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesNotesPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","appearanceIcon":null,"appearanceColor":null}}},"description":"Fields to update on the target sales note."},"responses":{"200":{"description":"Sales note updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesNotesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesNotesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/sales/notes\" \\\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":"sales_delete_api_sales_notes","summary":"Delete sales note","description":"Deletes a sales note.","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesNotesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes a sales note."},"responses":{"200":{"description":"Sales note deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesNotesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesNotesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/sales/notes\" \\\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}},"/api/sales/order-adjustments":{"get":{"operationId":"sales_get_api_sales_order_adjustments","summary":"List order adjustments","description":"Returns a paginated collection of order adjustments that belong to the current organization.\n\nRequires features: sales.orders.view","tags":["Sales"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetParameters1Schema"},"example":1},{"name":"orderId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetParameters3Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetParameters4Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetParameters5Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated order adjustments","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","order_id":"00000000-0000-4000-8000-000000000000","order_line_id":null,"scope":"string","kind":"string","code":null,"label":null,"calculator_key":null,"promotion_id":null,"rate":1,"amount_net":1,"amount_gross":1,"currency_code":null,"metadata":null,"position":1,"created_at":"string","updated_at":"string"}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/sales/order-adjustments?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["sales.orders.view"],"x-require-auth":true},"post":{"operationId":"sales_post_api_sales_order_adjustments","summary":"Create order adjustment","description":"Creates an order adjustment and recalculates totals.\n\nRequires features: sales.orders.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","orderId":"00000000-0000-4000-8000-000000000000"}}},"description":"Creates an order adjustment and recalculates totals."},"responses":{"201":{"description":"Order adjustment created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null,"orderId":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/sales/order-adjustments\" \\\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  \\\"orderId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-features":["sales.orders.manage"],"x-require-auth":true},"put":{"operationId":"sales_put_api_sales_order_adjustments","summary":"Update order adjustment","description":"Updates an order adjustment and recalculates totals.\n\nRequires features: sales.orders.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","orderId":"00000000-0000-4000-8000-000000000000"}}},"description":"Fields to update on the target order adjustment."},"responses":{"200":{"description":"Order adjustment updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPutResponses200ContentApplicationJsonSchema"},"example":{"id":null,"orderId":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/sales/order-adjustments\" \\\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  \\\"orderId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-features":["sales.orders.manage"],"x-require-auth":true},"delete":{"operationId":"sales_delete_api_sales_order_adjustments","summary":"Delete order adjustment","description":"Deletes an order adjustment and recalculates totals.\n\nRequires features: sales.orders.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","orderId":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes an order adjustment and recalculates totals."},"responses":{"200":{"description":"Order adjustment deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/sales/order-adjustments\" \\\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  \\\"orderId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-features":["sales.orders.manage"],"x-require-auth":true}},"/api/sales/order-line-statuses":{"get":{"operationId":"sales_get_api_sales_order_line_statuses","summary":"List order line statuses","description":"Manage custom order line statuses available for sales documents.\n\nRequires features: sales.settings.manage","tags":["Sales"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesGetParameters2Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesGetParameters3Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesGetParameters4Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesGetParameters5Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated order line statuses","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","value":"string","label":null,"color":null,"icon":null,"organizationId":null,"tenantId":null,"createdAt":"string","updatedAt":"string"}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/sales/order-line-statuses?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["sales.settings.manage"],"x-require-auth":true},"post":{"operationId":"sales_post_api_sales_order_line_statuses","summary":"Create order line status","description":"Creates a new order line status.\n\nRequires features: sales.settings.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","value":"string","color":null,"icon":null}}},"description":"Payload describing the order line status to create."},"responses":{"201":{"description":"Order line status created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/sales/order-line-statuses\" \\\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  \\\"value\\\": \\\"string\\\",\n  \\\"color\\\": null,\n  \\\"icon\\\": null\n}\""}],"x-require-features":["sales.settings.manage"],"x-require-auth":true},"put":{"operationId":"sales_put_api_sales_order_line_statuses","summary":"Update order line status","description":"Updates an existing order line status by id.\n\nRequires features: sales.settings.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesPutRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","color":null,"icon":null,"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Fields to update on the target order line status."},"responses":{"200":{"description":"Order line status updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/sales/order-line-statuses\" \\\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  \\\"color\\\": null,\n  \\\"icon\\\": null,\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-features":["sales.settings.manage"],"x-require-auth":true},"delete":{"operationId":"sales_delete_api_sales_order_line_statuses","summary":"Delete order line status","description":"Deletes a order line status identified by id.\n\nRequires features: sales.settings.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Identifier payload."},"responses":{"200":{"description":"Order line status deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/sales/order-line-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-features":["sales.settings.manage"],"x-require-auth":true}},"/api/sales/order-lines":{"get":{"operationId":"sales_get_api_sales_order_lines","summary":"List order lines","description":"Returns a paginated collection of order lines that belong to the current organization.\n\nRequires features: sales.orders.view","tags":["Sales"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetParameters1Schema"},"example":1},{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"orderId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetParameters3Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetParameters4Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetParameters5Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetParameters6Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated order lines","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","order_id":"00000000-0000-4000-8000-000000000000","line_number":1,"kind":"string","status_entry_id":null,"status":null,"product_id":null,"product_variant_id":null,"catalog_snapshot":null,"name":null,"description":null,"comment":null,"quantity":1,"quantity_unit":null,"normalized_quantity":1,"normalized_unit":null,"uom_snapshot":null,"currency_code":"string","unit_price_net":1,"unit_price_gross":1,"discount_amount":1,"discount_percent":1,"tax_rate":1,"tax_amount":1,"total_net_amount":1,"total_gross_amount":1,"configuration":null,"promotion_code":null,"promotion_snapshot":null,"metadata":null,"custom_field_set_id":null,"created_at":"string","updated_at":"string"}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/sales/order-lines?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["sales.orders.view"],"x-require-auth":true},"post":{"operationId":"sales_post_api_sales_order_lines","summary":"Create order line","description":"Creates an order line and recalculates totals.\n\nRequires features: sales.orders.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","orderId":"00000000-0000-4000-8000-000000000000","currencyCode":"string","uomSnapshot":null,"quantity":1,"normalizedUnit":null}}},"description":"Creates an order line and recalculates totals."},"responses":{"201":{"description":"Order line created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null,"orderId":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/sales/order-lines\" \\\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  \\\"orderId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"currencyCode\\\": \\\"string\\\",\n  \\\"uomSnapshot\\\": null,\n  \\\"quantity\\\": 1,\n  \\\"normalizedUnit\\\": null\n}\""}],"x-require-features":["sales.orders.manage"],"x-require-auth":true},"put":{"operationId":"sales_put_api_sales_order_lines","summary":"Update order line","description":"Updates an order line and recalculates totals.\n\nRequires features: sales.orders.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","orderId":"00000000-0000-4000-8000-000000000000","currencyCode":"string","uomSnapshot":null,"quantity":1,"normalizedUnit":null}}},"description":"Fields to update on the target order line."},"responses":{"200":{"description":"Order line updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutResponses200ContentApplicationJsonSchema"},"example":{"id":null,"orderId":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/sales/order-lines\" \\\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  \\\"orderId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"currencyCode\\\": \\\"string\\\",\n  \\\"uomSnapshot\\\": null,\n  \\\"quantity\\\": 1,\n  \\\"normalizedUnit\\\": null\n}\""}],"x-require-features":["sales.orders.manage"],"x-require-auth":true},"delete":{"operationId":"sales_delete_api_sales_order_lines","summary":"Delete order line","description":"Deletes an order line and recalculates totals.\n\nRequires features: sales.orders.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","orderId":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes an order line and recalculates totals."},"responses":{"200":{"description":"Order line deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/sales/order-lines\" \\\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  \\\"orderId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-features":["sales.orders.manage"],"x-require-auth":true}},"/api/sales/order-statuses":{"get":{"operationId":"sales_get_api_sales_order_statuses","summary":"List order statuses","description":"Manage the lifecycle states available for sales orders.\n\nRequires features: sales.settings.manage","tags":["Sales"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesGetParameters2Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesGetParameters3Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesGetParameters4Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesGetParameters5Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated order statuses","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","value":"string","label":null,"color":null,"icon":null,"organizationId":null,"tenantId":null,"createdAt":"string","updatedAt":"string"}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/sales/order-statuses?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["sales.settings.manage"],"x-require-auth":true},"post":{"operationId":"sales_post_api_sales_order_statuses","summary":"Create order status","description":"Creates a new order status.\n\nRequires features: sales.settings.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","value":"string","color":null,"icon":null}}},"description":"Payload describing the order status to create."},"responses":{"201":{"description":"Order status created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/sales/order-statuses\" \\\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  \\\"value\\\": \\\"string\\\",\n  \\\"color\\\": null,\n  \\\"icon\\\": null\n}\""}],"x-require-features":["sales.settings.manage"],"x-require-auth":true},"put":{"operationId":"sales_put_api_sales_order_statuses","summary":"Update order status","description":"Updates an existing order status by id.\n\nRequires features: sales.settings.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesPutRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","color":null,"icon":null,"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Fields to update on the target order status."},"responses":{"200":{"description":"Order status updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/sales/order-statuses\" \\\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  \\\"color\\\": null,\n  \\\"icon\\\": null,\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-features":["sales.settings.manage"],"x-require-auth":true},"delete":{"operationId":"sales_delete_api_sales_order_statuses","summary":"Delete order status","description":"Deletes a order status identified by id.\n\nRequires features: sales.settings.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Identifier payload."},"responses":{"200":{"description":"Order status deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/sales/order-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-features":["sales.settings.manage"],"x-require-auth":true}},"/api/sales/orders":{"get":{"operationId":"sales_get_api_sales_orders","summary":"List orders","description":"Returns a paginated collection of orders that belong to the current organization.\n\nRequires features: sales.orders.view","tags":["Sales"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetParameters2Schema"},"example":"string"},{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetParameters3Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"customerId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetParameters4Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"channelId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetParameters5Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"lineItemCountMin","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetParameters6Schema"},"example":1},{"name":"lineItemCountMax","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetParameters7Schema"},"example":1},{"name":"totalNetMin","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetParameters8Schema"},"example":1},{"name":"totalNetMax","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetParameters9Schema"},"example":1},{"name":"totalGrossMin","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetParameters10Schema"},"example":1},{"name":"totalGrossMax","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetParameters11Schema"},"example":1},{"name":"dateFrom","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetParameters12Schema"},"example":"string"},{"name":"dateTo","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetParameters13Schema"},"example":"string"},{"name":"tagIds","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetParameters14Schema"},"example":"string"},{"name":"tagIdsEmpty","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetParameters15Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetParameters16Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetParameters17Schema"},"example":"asc"},{"name":"withDeleted","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetParameters18Schema"},"example":true},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetParameters19Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated orders","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","orderNumber":null,"status":null,"statusEntryId":null,"customerEntityId":null,"customerContactId":null,"billingAddressId":null,"shippingAddressId":null,"customerReference":null,"externalReference":null,"comment":null,"placedAt":null,"expectedDeliveryAt":null,"customerSnapshot":null,"billingAddressSnapshot":null,"shippingAddressSnapshot":null,"shippingMethodId":null,"shippingMethodCode":null,"shippingMethodSnapshot":null,"paymentMethodId":null,"paymentMethodCode":null,"paymentMethodSnapshot":null,"currencyCode":null,"channelId":null,"organizationId":null,"tenantId":null,"validFrom":null,"validUntil":null,"lineItemCount":null,"subtotalNetAmount":null,"subtotalGrossAmount":null,"discountTotalAmount":null,"taxTotalAmount":null,"shippingNetAmount":null,"shippingGrossAmount":null,"surchargeTotalAmount":null,"grandTotalNetAmount":null,"grandTotalGrossAmount":null,"paidTotalAmount":null,"refundedTotalAmount":null,"outstandingAmount":null,"createdAt":"string","updatedAt":"string"}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/sales/orders?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["sales.orders.view"],"x-require-auth":true},"post":{"operationId":"sales_post_api_sales_orders","summary":"Create order","description":"Creates a new sales order.\n\nRequires features: sales.orders.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","currencyCode":"string"}}},"description":"Creates a new sales order."},"responses":{"201":{"description":"Order created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/sales/orders\" \\\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  \\\"currencyCode\\\": \\\"string\\\"\n}\""}],"x-require-features":["sales.orders.manage"],"x-require-auth":true},"put":{"operationId":"sales_put_api_sales_orders","summary":"Order management","description":"Requires features: sales.orders.manage","tags":["Sales"],"parameters":[],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPutResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/sales/orders\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["sales.orders.manage"],"x-require-auth":true},"delete":{"operationId":"sales_delete_api_sales_orders","summary":"Delete order","description":"Deletes a sales order.\n\nRequires features: sales.orders.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes a sales order."},"responses":{"200":{"description":"Order deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/sales/orders\" \\\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-features":["sales.orders.manage"],"x-require-auth":true}},"/api/sales/payment-methods":{"get":{"operationId":"sales_get_api_sales_payment_methods","summary":"List payment methods","description":"Configure payment options that can be assigned to sales orders and invoices.\n\nRequires features: sales.settings.manage","tags":["Sales"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetParameters2Schema"},"example":"string"},{"name":"isActive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetParameters3Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetParameters4Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetParameters5Schema"},"example":"asc"},{"name":"withDeleted","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetParameters6Schema"},"example":true},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetParameters7Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated payment methods","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","name":"string","code":"string","description":null,"providerKey":null,"terms":null,"isActive":true,"metadata":null,"providerSettings":null,"organizationId":null,"tenantId":null,"createdAt":"string","updatedAt":"string"}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/sales/payment-methods?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["sales.settings.manage"],"x-require-auth":true},"post":{"operationId":"sales_post_api_sales_payment_methods","summary":"Create payment method","description":"Creates a new payment method.\n\nRequires features: sales.settings.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","name":"string","code":"string"}}},"description":"Payload describing the payment method to create."},"responses":{"201":{"description":"Payment method created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/sales/payment-methods\" \\\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  \\\"code\\\": \\\"string\\\"\n}\""}],"x-require-features":["sales.settings.manage"],"x-require-auth":true},"put":{"operationId":"sales_put_api_sales_payment_methods","summary":"Update payment method","description":"Updates an existing payment method by id.\n\nRequires features: sales.settings.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Fields to update on the target payment method."},"responses":{"200":{"description":"Payment method updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/sales/payment-methods\" \\\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-features":["sales.settings.manage"],"x-require-auth":true},"delete":{"operationId":"sales_delete_api_sales_payment_methods","summary":"Delete payment method","description":"Deletes a payment method identified by id.\n\nRequires features: sales.settings.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Identifier payload."},"responses":{"200":{"description":"Payment method deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/sales/payment-methods\" \\\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-features":["sales.settings.manage"],"x-require-auth":true}},"/api/sales/payment-statuses":{"get":{"operationId":"sales_get_api_sales_payment_statuses","summary":"List payment statuses","description":"Manage the lifecycle states available for payments.\n\nRequires features: sales.settings.manage","tags":["Sales"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesGetParameters2Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesGetParameters3Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesGetParameters4Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesGetParameters5Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated payment statuses","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","value":"string","label":null,"color":null,"icon":null,"organizationId":null,"tenantId":null,"createdAt":"string","updatedAt":"string"}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/sales/payment-statuses?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["sales.settings.manage"],"x-require-auth":true},"post":{"operationId":"sales_post_api_sales_payment_statuses","summary":"Create payment status","description":"Creates a new payment status.\n\nRequires features: sales.settings.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","value":"string","color":null,"icon":null}}},"description":"Payload describing the payment status to create."},"responses":{"201":{"description":"Payment status created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/sales/payment-statuses\" \\\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  \\\"value\\\": \\\"string\\\",\n  \\\"color\\\": null,\n  \\\"icon\\\": null\n}\""}],"x-require-features":["sales.settings.manage"],"x-require-auth":true},"put":{"operationId":"sales_put_api_sales_payment_statuses","summary":"Update payment status","description":"Updates an existing payment status by id.\n\nRequires features: sales.settings.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesPutRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","color":null,"icon":null,"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Fields to update on the target payment status."},"responses":{"200":{"description":"Payment status updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/sales/payment-statuses\" \\\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  \\\"color\\\": null,\n  \\\"icon\\\": null,\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-features":["sales.settings.manage"],"x-require-auth":true},"delete":{"operationId":"sales_delete_api_sales_payment_statuses","summary":"Delete payment status","description":"Deletes a payment status identified by id.\n\nRequires features: sales.settings.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Identifier payload."},"responses":{"200":{"description":"Payment status deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/sales/payment-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-features":["sales.settings.manage"],"x-require-auth":true}},"/api/sales/payments":{"get":{"operationId":"sales_get_api_sales_payments","summary":"List payments","description":"Returns a paginated collection of payments that belong to the current organization.\n\nRequires features: sales.orders.view","tags":["Sales"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetParameters1Schema"},"example":1},{"name":"orderId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"paymentMethodId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetParameters3Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetParameters4Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetParameters5Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetParameters6Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated payments","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","order_id":null,"payment_method_id":null,"payment_method_name":null,"payment_method_code":null,"payment_reference":null,"status_entry_id":null,"status":null,"status_label":null,"amount":1,"currency_code":"string","captured_amount":null,"refunded_amount":null,"received_at":null,"captured_at":null,"custom_field_set_id":null,"customFieldSetId":null,"custom_values":null,"customValues":null,"custom_fields":null,"customFields":null,"metadata":null,"created_at":"string","updated_at":null}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/sales/payments?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["sales.orders.view"],"x-require-auth":true},"post":{"operationId":"sales_post_api_sales_payments","summary":"Create payment","description":"Creates a payment for a sales order.\n\nRequires features: sales.payments.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","amount":1,"currencyCode":"string"}}},"description":"Creates a payment for a sales order."},"responses":{"201":{"description":"Payment created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null,"orderTotals":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/sales/payments\" \\\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  \\\"amount\\\": 1,\n  \\\"currencyCode\\\": \\\"string\\\"\n}\""}],"x-require-features":["sales.payments.manage"],"x-require-auth":true},"put":{"operationId":"sales_put_api_sales_payments","summary":"Update payment","description":"Updates a payment.\n\nRequires features: sales.payments.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Fields to update on the target payment."},"responses":{"200":{"description":"Payment updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutResponses200ContentApplicationJsonSchema"},"example":{"id":null,"orderTotals":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/sales/payments\" \\\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-features":["sales.payments.manage"],"x-require-auth":true},"delete":{"operationId":"sales_delete_api_sales_payments","summary":"Delete payment","description":"Deletes a payment.\n\nRequires features: sales.payments.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes a payment."},"responses":{"200":{"description":"Payment deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsDeleteResponses200ContentApplicationJsonSchema"},"example":{"id":null,"orderTotals":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/sales/payments\" \\\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-features":["sales.payments.manage"],"x-require-auth":true}},"/api/sales/price-kinds":{"get":{"operationId":"sales_get_api_sales_price_kinds","summary":"List price kinds","description":"Lists available price kinds that can be used when pricing sales channels and offers.\n\nRequires features: sales.channels.manage","tags":["Sales"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPriceKindsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPriceKindsGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPriceKindsGetParameters2Schema"},"example":"string"},{"name":"isActive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPriceKindsGetParameters3Schema"},"example":"string"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPriceKindsGetParameters4Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated price kinds","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPriceKindsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","code":"string","title":"string","currency_code":null,"display_mode":"string","is_active":true}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPriceKindsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesPriceKindsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/sales/price-kinds?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["sales.channels.manage"],"x-require-auth":true}},"/api/sales/quote-adjustments":{"get":{"operationId":"sales_get_api_sales_quote_adjustments","summary":"List quote adjustments","description":"Returns a paginated collection of quote adjustments that belong to the current organization.\n\nRequires features: sales.quotes.view","tags":["Sales"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetParameters1Schema"},"example":1},{"name":"quoteId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetParameters3Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetParameters4Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetParameters5Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated quote adjustments","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","quote_id":"00000000-0000-4000-8000-000000000000","quote_line_id":null,"scope":"string","kind":"string","code":null,"label":null,"calculator_key":null,"promotion_id":null,"rate":1,"amount_net":1,"amount_gross":1,"currency_code":null,"metadata":null,"position":1,"created_at":"string","updated_at":"string"}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/sales/quote-adjustments?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["sales.quotes.view"],"x-require-auth":true},"post":{"operationId":"sales_post_api_sales_quote_adjustments","summary":"Create quote adjustment","description":"Creates a quote adjustment and recalculates totals.\n\nRequires features: sales.quotes.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","quoteId":"00000000-0000-4000-8000-000000000000"}}},"description":"Creates a quote adjustment and recalculates totals."},"responses":{"201":{"description":"Quote adjustment created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null,"quoteId":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/sales/quote-adjustments\" \\\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  \\\"quoteId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-features":["sales.quotes.manage"],"x-require-auth":true},"put":{"operationId":"sales_put_api_sales_quote_adjustments","summary":"Update quote adjustment","description":"Updates a quote adjustment and recalculates totals.\n\nRequires features: sales.quotes.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","quoteId":"00000000-0000-4000-8000-000000000000"}}},"description":"Fields to update on the target quote adjustment."},"responses":{"200":{"description":"Quote adjustment updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPutResponses200ContentApplicationJsonSchema"},"example":{"id":null,"quoteId":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/sales/quote-adjustments\" \\\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  \\\"quoteId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-features":["sales.quotes.manage"],"x-require-auth":true},"delete":{"operationId":"sales_delete_api_sales_quote_adjustments","summary":"Delete quote adjustment","description":"Deletes a quote adjustment and recalculates totals.\n\nRequires features: sales.quotes.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","quoteId":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes a quote adjustment and recalculates totals."},"responses":{"200":{"description":"Quote adjustment deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/sales/quote-adjustments\" \\\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  \\\"quoteId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-features":["sales.quotes.manage"],"x-require-auth":true}},"/api/sales/quote-lines":{"get":{"operationId":"sales_get_api_sales_quote_lines","summary":"List quote lines","description":"Returns a paginated collection of quote lines that belong to the current organization.\n\nRequires features: sales.quotes.view","tags":["Sales"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetParameters1Schema"},"example":1},{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"quoteId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetParameters3Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetParameters4Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetParameters5Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetParameters6Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated quote lines","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","quote_id":"00000000-0000-4000-8000-000000000000","line_number":1,"kind":"string","status_entry_id":null,"status":null,"product_id":null,"product_variant_id":null,"catalog_snapshot":null,"name":null,"description":null,"comment":null,"quantity":1,"quantity_unit":null,"normalized_quantity":1,"normalized_unit":null,"uom_snapshot":null,"currency_code":"string","unit_price_net":1,"unit_price_gross":1,"discount_amount":1,"discount_percent":1,"tax_rate":1,"tax_amount":1,"total_net_amount":1,"total_gross_amount":1,"configuration":null,"promotion_code":null,"promotion_snapshot":null,"metadata":null,"custom_field_set_id":null,"created_at":"string","updated_at":"string"}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/sales/quote-lines?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["sales.quotes.view"],"x-require-auth":true},"post":{"operationId":"sales_post_api_sales_quote_lines","summary":"Create quote line","description":"Creates a quote line and recalculates totals.\n\nRequires features: sales.quotes.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","quoteId":"00000000-0000-4000-8000-000000000000","currencyCode":"string","uomSnapshot":null,"quantity":1,"normalizedUnit":null}}},"description":"Creates a quote line and recalculates totals."},"responses":{"201":{"description":"Quote line created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null,"quoteId":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/sales/quote-lines\" \\\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  \\\"quoteId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"currencyCode\\\": \\\"string\\\",\n  \\\"uomSnapshot\\\": null,\n  \\\"quantity\\\": 1,\n  \\\"normalizedUnit\\\": null\n}\""}],"x-require-features":["sales.quotes.manage"],"x-require-auth":true},"put":{"operationId":"sales_put_api_sales_quote_lines","summary":"Update quote line","description":"Updates a quote line and recalculates totals.\n\nRequires features: sales.quotes.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","quoteId":"00000000-0000-4000-8000-000000000000","currencyCode":"string","uomSnapshot":null,"quantity":1,"normalizedUnit":null}}},"description":"Fields to update on the target quote line."},"responses":{"200":{"description":"Quote line updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutResponses200ContentApplicationJsonSchema"},"example":{"id":null,"quoteId":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/sales/quote-lines\" \\\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  \\\"quoteId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"currencyCode\\\": \\\"string\\\",\n  \\\"uomSnapshot\\\": null,\n  \\\"quantity\\\": 1,\n  \\\"normalizedUnit\\\": null\n}\""}],"x-require-features":["sales.quotes.manage"],"x-require-auth":true},"delete":{"operationId":"sales_delete_api_sales_quote_lines","summary":"Delete quote line","description":"Deletes a quote line and recalculates totals.\n\nRequires features: sales.quotes.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","quoteId":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes a quote line and recalculates totals."},"responses":{"200":{"description":"Quote line deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/sales/quote-lines\" \\\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  \\\"quoteId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-features":["sales.quotes.manage"],"x-require-auth":true}},"/api/sales/quotes/accept":{"post":{"operationId":"sales_post_api_sales_quotes_accept","summary":"Accept quote and convert to order","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesAcceptPostRequestBodyContentApplicationJsonSchema"},"example":{"token":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Quote accepted and order created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesAcceptPostResponses200ContentApplicationJsonSchema"},"example":{"orderId":"00000000-0000-4000-8000-000000000000","orderNumber":"string"}}}},"400":{"description":"Invalid or expired quote","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesAcceptPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Cross-site request rejected","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesAcceptPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Quote not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesAcceptPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"429":{"description":"Too many requests","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesAcceptPostResponses429ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/sales/quotes/accept\" \\\n  -H \"Accept: application/json\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"token\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}]}},"/api/sales/quotes/convert":{"post":{"operationId":"sales_post_api_sales_quotes_convert","summary":"Convert quote","description":"Creates a sales order from a quote and removes the original quote record.\n\nRequires features: sales.quotes.manage, sales.orders.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesConvertPostRequestBodyContentApplicationJsonSchema"},"example":{"quoteId":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Conversion succeeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesConvertPostResponses200ContentApplicationJsonSchema"},"example":{"orderId":"00000000-0000-4000-8000-000000000000"}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesConvertPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesConvertPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesConvertPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"409":{"description":"Conflict detected","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesConvertPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"423":{"description":"Record locked","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesConvertPostResponses423ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/sales/quotes/convert\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"quoteId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-features":["sales.quotes.manage","sales.orders.manage"],"x-require-auth":true}},"/api/sales/quotes/public/{token}":{"get":{"operationId":"sales_get_api_sales_quotes_public_token","summary":"Get quote details by acceptance token","tags":["Sales"],"parameters":[{"name":"token","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Quote details","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchema"},"example":{"quote":{"quoteNumber":"string","currencyCode":"string","validFrom":null,"validUntil":null,"status":null,"subtotalNetAmount":"string","subtotalGrossAmount":"string","discountTotalAmount":"string","taxTotalAmount":"string","grandTotalNetAmount":"string","grandTotalGrossAmount":"string"},"lines":[{"lineNumber":null,"kind":"string","name":null,"description":null,"quantity":"string","quantityUnit":null,"normalizedQuantity":"string","normalizedUnit":null,"uomSnapshot":null,"currencyCode":"string","unitPriceNet":"string","unitPriceGross":"string","discountAmount":"string","discountPercent":"string","taxRate":"string","taxAmount":"string","totalNetAmount":"string","totalGrossAmount":"string","unitPriceReference":null}],"adjustments":[{"scope":null,"kind":null,"label":null,"rate":null,"amountNet":null,"amountGross":null,"currencyCode":null,"position":null,"quoteLineId":null}],"isExpired":true}}}},"404":{"description":"Quote not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/sales/quotes/public/00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\""}]}},"/api/sales/quotes":{"get":{"operationId":"sales_get_api_sales_quotes","summary":"List quotes","description":"Returns a paginated collection of quotes that belong to the current organization.\n\nRequires features: sales.quotes.view","tags":["Sales"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetParameters2Schema"},"example":"string"},{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetParameters3Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"customerId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetParameters4Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"channelId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetParameters5Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"lineItemCountMin","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetParameters6Schema"},"example":1},{"name":"lineItemCountMax","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetParameters7Schema"},"example":1},{"name":"totalNetMin","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetParameters8Schema"},"example":1},{"name":"totalNetMax","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetParameters9Schema"},"example":1},{"name":"totalGrossMin","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetParameters10Schema"},"example":1},{"name":"totalGrossMax","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetParameters11Schema"},"example":1},{"name":"dateFrom","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetParameters12Schema"},"example":"string"},{"name":"dateTo","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetParameters13Schema"},"example":"string"},{"name":"tagIds","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetParameters14Schema"},"example":"string"},{"name":"tagIdsEmpty","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetParameters15Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetParameters16Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetParameters17Schema"},"example":"asc"},{"name":"withDeleted","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetParameters18Schema"},"example":true},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetParameters19Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated quotes","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","quoteNumber":null,"status":null,"statusEntryId":null,"customerEntityId":null,"customerContactId":null,"billingAddressId":null,"shippingAddressId":null,"customerReference":null,"externalReference":null,"comment":null,"placedAt":null,"expectedDeliveryAt":null,"customerSnapshot":null,"billingAddressSnapshot":null,"shippingAddressSnapshot":null,"shippingMethodId":null,"shippingMethodCode":null,"shippingMethodSnapshot":null,"paymentMethodId":null,"paymentMethodCode":null,"paymentMethodSnapshot":null,"currencyCode":null,"channelId":null,"organizationId":null,"tenantId":null,"validFrom":null,"validUntil":null,"lineItemCount":null,"subtotalNetAmount":null,"subtotalGrossAmount":null,"discountTotalAmount":null,"taxTotalAmount":null,"shippingNetAmount":null,"shippingGrossAmount":null,"surchargeTotalAmount":null,"grandTotalNetAmount":null,"grandTotalGrossAmount":null,"paidTotalAmount":null,"refundedTotalAmount":null,"outstandingAmount":null,"createdAt":"string","updatedAt":"string"}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/sales/quotes?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["sales.quotes.view"],"x-require-auth":true},"post":{"operationId":"sales_post_api_sales_quotes","summary":"Create quote","description":"Creates a new sales quote.\n\nRequires features: sales.quotes.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","currencyCode":"string"}}},"description":"Creates a new sales quote."},"responses":{"201":{"description":"Quote created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/sales/quotes\" \\\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  \\\"currencyCode\\\": \\\"string\\\"\n}\""}],"x-require-features":["sales.quotes.manage"],"x-require-auth":true},"put":{"operationId":"sales_put_api_sales_quotes","summary":"Quote management","description":"Requires features: sales.quotes.manage","tags":["Sales"],"parameters":[],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPutResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/sales/quotes\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["sales.quotes.manage"],"x-require-auth":true},"delete":{"operationId":"sales_delete_api_sales_quotes","summary":"Delete quote","description":"Deletes a sales quote.\n\nRequires features: sales.quotes.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes a sales quote."},"responses":{"200":{"description":"Quote deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/sales/quotes\" \\\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-features":["sales.quotes.manage"],"x-require-auth":true}},"/api/sales/quotes/send":{"post":{"operationId":"sales_post_api_sales_quotes_send","summary":"Send quote","description":"Requires features: sales.quotes.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesSendPostRequestBodyContentApplicationJsonSchema"},"example":{"quoteId":"00000000-0000-4000-8000-000000000000","validForDays":14}}}},"responses":{"200":{"description":"Email queued","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesSendPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesSendPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesSendPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesSendPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesSendPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Conflict detected","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesSendPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"423":{"description":"Record locked","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesSendPostResponses423ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/sales/quotes/send\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"quoteId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"validForDays\\\": 14\n}\""}],"x-require-features":["sales.quotes.manage"],"x-require-auth":true}},"/api/sales/returns/{id}":{"get":{"operationId":"sales_get_api_sales_returns_id","summary":"Get return details","description":"Requires features: sales.returns.view","tags":["Sales"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Return details","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchema"},"example":{"return":{"id":"00000000-0000-4000-8000-000000000000","orderId":"00000000-0000-4000-8000-000000000000","returnNumber":"string","statusEntryId":null,"status":null,"reason":null,"notes":null,"returnedAt":null,"createdAt":null,"updatedAt":null,"totalNetAmount":1,"totalGrossAmount":1},"lines":[{"id":"00000000-0000-4000-8000-000000000000","orderLineId":null,"quantityReturned":"string","unitPriceNet":"string","unitPriceGross":"string","totalNetAmount":"string","totalGrossAmount":"string"}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/sales/returns/00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["sales.returns.view"],"x-require-auth":true}},"/api/sales/returns":{"get":{"operationId":"sales_get_api_sales_returns","summary":"List returns","description":"Requires features: sales.returns.view","tags":["Sales"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetParameters1Schema"},"example":1},{"name":"orderId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetParameters3Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetParameters4Schema"},"example":"asc"}],"responses":{"200":{"description":"Returns list","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","order_id":"00000000-0000-4000-8000-000000000000","return_number":"string","status_entry_id":null,"status":null,"reason":null,"notes":null,"returned_at":null,"created_at":"string","updated_at":"string"}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/sales/returns?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["sales.returns.view"],"x-require-auth":true},"post":{"operationId":"sales_post_api_sales_returns","summary":"Create return","description":"Requires features: sales.returns.create","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","orderId":"00000000-0000-4000-8000-000000000000","lines":[{"orderLineId":"00000000-0000-4000-8000-000000000000","quantity":1}]}}}},"responses":{"201":{"description":"Return created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/sales/returns\" \\\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  \\\"orderId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"lines\\\": [\n    {\n      \\\"orderLineId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n      \\\"quantity\\\": 1\n    }\n  ]\n}\""}],"x-require-features":["sales.returns.create"],"x-require-auth":true}},"/api/sales/settings/document-numbers":{"get":{"operationId":"sales_get_api_sales_settings_document_numbers","summary":"Get document numbering settings","description":"Requires features: sales.settings.manage","tags":["Sales"],"parameters":[],"responses":{"200":{"description":"Current numbering formats and counters","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersGetResponses200ContentApplicationJsonSchema"},"example":{"orderNumberFormat":"string","quoteNumberFormat":"string","nextOrderNumber":1,"nextQuoteNumber":1}}}},"400":{"description":"Missing scope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/sales/settings/document-numbers\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["sales.settings.manage"],"x-require-auth":true},"put":{"operationId":"sales_put_api_sales_settings_document_numbers","summary":"Update document numbering settings","description":"Requires features: sales.settings.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersPutRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","orderNumberFormat":"string","quoteNumberFormat":"string","orderCustomerEditableStatuses":null,"orderAddressEditableStatuses":null}}}},"responses":{"200":{"description":"Updated numbering formats and counters","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersPutResponses200ContentApplicationJsonSchema"},"example":{"orderNumberFormat":"string","quoteNumberFormat":"string","nextOrderNumber":1,"nextQuoteNumber":1}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/sales/settings/document-numbers\" \\\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  \\\"orderNumberFormat\\\": \\\"string\\\",\n  \\\"quoteNumberFormat\\\": \\\"string\\\",\n  \\\"orderCustomerEditableStatuses\\\": null,\n  \\\"orderAddressEditableStatuses\\\": null\n}\""}],"x-require-features":["sales.settings.manage"],"x-require-auth":true}},"/api/sales/settings/order-editing":{"get":{"operationId":"sales_get_api_sales_settings_order_editing","summary":"Get order editing guards","description":"Requires features: sales.settings.manage","tags":["Sales"],"parameters":[],"responses":{"200":{"description":"Current order editing guards","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingGetResponses200ContentApplicationJsonSchema"},"example":{"orderCustomerEditableStatuses":null,"orderAddressEditableStatuses":null,"orderStatuses":[{"id":"00000000-0000-4000-8000-000000000000","value":"string","label":"string"}]}}}},"400":{"description":"Missing scope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/sales/settings/order-editing\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["sales.settings.manage"],"x-require-auth":true},"put":{"operationId":"sales_put_api_sales_settings_order_editing","summary":"Update order editing guards","description":"Requires features: sales.settings.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingPutRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","orderCustomerEditableStatuses":null,"orderAddressEditableStatuses":null}}}},"responses":{"200":{"description":"Updated order editing guards","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingPutResponses200ContentApplicationJsonSchema"},"example":{"orderCustomerEditableStatuses":null,"orderAddressEditableStatuses":null,"orderStatuses":[{"id":"00000000-0000-4000-8000-000000000000","value":"string","label":"string"}]}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/sales/settings/order-editing\" \\\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  \\\"orderCustomerEditableStatuses\\\": null,\n  \\\"orderAddressEditableStatuses\\\": null\n}\""}],"x-require-features":["sales.settings.manage"],"x-require-auth":true}},"/api/sales/shipment-statuses":{"get":{"operationId":"sales_get_api_sales_shipment_statuses","summary":"List shipment statuses","description":"Manage the lifecycle states available for shipments.\n\nRequires features: sales.settings.manage","tags":["Sales"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesGetParameters2Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesGetParameters3Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesGetParameters4Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesGetParameters5Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated shipment statuses","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","value":"string","label":null,"color":null,"icon":null,"organizationId":null,"tenantId":null,"createdAt":"string","updatedAt":"string"}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/sales/shipment-statuses?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["sales.settings.manage"],"x-require-auth":true},"post":{"operationId":"sales_post_api_sales_shipment_statuses","summary":"Create shipment status","description":"Creates a new shipment status.\n\nRequires features: sales.settings.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","value":"string","color":null,"icon":null}}},"description":"Payload describing the shipment status to create."},"responses":{"201":{"description":"Shipment status created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/sales/shipment-statuses\" \\\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  \\\"value\\\": \\\"string\\\",\n  \\\"color\\\": null,\n  \\\"icon\\\": null\n}\""}],"x-require-features":["sales.settings.manage"],"x-require-auth":true},"put":{"operationId":"sales_put_api_sales_shipment_statuses","summary":"Update shipment status","description":"Updates an existing shipment status by id.\n\nRequires features: sales.settings.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesPutRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","color":null,"icon":null,"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Fields to update on the target shipment status."},"responses":{"200":{"description":"Shipment status updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/sales/shipment-statuses\" \\\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  \\\"color\\\": null,\n  \\\"icon\\\": null,\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-features":["sales.settings.manage"],"x-require-auth":true},"delete":{"operationId":"sales_delete_api_sales_shipment_statuses","summary":"Delete shipment status","description":"Deletes a shipment status identified by id.\n\nRequires features: sales.settings.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Identifier payload."},"responses":{"200":{"description":"Shipment status deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/sales/shipment-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-features":["sales.settings.manage"],"x-require-auth":true}},"/api/sales/shipments":{"get":{"operationId":"sales_get_api_sales_shipments","summary":"List shipments","description":"Returns a paginated collection of shipments that belong to the current organization.\n\nRequires features: sales.orders.view","tags":["Sales"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetParameters1Schema"},"example":1},{"name":"orderId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetParameters3Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetParameters4Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetParameters5Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated shipments","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","order_id":"00000000-0000-4000-8000-000000000000","shipment_number":null,"shipping_method_id":null,"shipping_method_code":null,"shipping_method_name":null,"status_entry_id":null,"status":null,"status_label":null,"carrier_name":null,"tracking_numbers":null,"shipped_at":null,"delivered_at":null,"weight_value":null,"weight_unit":null,"declared_value_net":null,"declared_value_gross":null,"currency_code":null,"notes":null,"metadata":null,"custom_values":null,"customValues":null,"custom_fields":null,"customFields":null,"items_snapshot":null,"itemsSnapshot":null,"created_at":"string","updated_at":"string"}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/sales/shipments?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["sales.orders.view"],"x-require-auth":true},"post":{"operationId":"sales_post_api_sales_shipments","summary":"Create shipment","description":"Creates a shipment for an order.\n\nRequires features: sales.shipments.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","orderId":"00000000-0000-4000-8000-000000000000"}}},"description":"Creates a shipment for an order."},"responses":{"201":{"description":"Shipment created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/sales/shipments\" \\\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  \\\"orderId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-features":["sales.shipments.manage"],"x-require-auth":true},"put":{"operationId":"sales_put_api_sales_shipments","summary":"Update shipment","description":"Updates a shipment.\n\nRequires features: sales.shipments.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Fields to update on the target shipment."},"responses":{"200":{"description":"Shipment updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/sales/shipments\" \\\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-features":["sales.shipments.manage"],"x-require-auth":true},"delete":{"operationId":"sales_delete_api_sales_shipments","summary":"Delete shipment","description":"Deletes a shipment.\n\nRequires features: sales.shipments.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes a shipment."},"responses":{"200":{"description":"Shipment deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/sales/shipments\" \\\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-features":["sales.shipments.manage"],"x-require-auth":true}},"/api/sales/shipping-methods":{"get":{"operationId":"sales_get_api_sales_shipping_methods","summary":"List shipping methods","description":"Maintain shipping services, carrier mappings, and pricing defaults for order fulfillment.\n\nRequires features: sales.settings.manage","tags":["Sales"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetParameters2Schema"},"example":"string"},{"name":"currency","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetParameters3Schema"},"example":"string"},{"name":"isActive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetParameters4Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetParameters5Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetParameters6Schema"},"example":"asc"},{"name":"withDeleted","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetParameters7Schema"},"example":true},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetParameters8Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated shipping methods","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","name":"string","code":"string","description":null,"carrierCode":null,"providerKey":null,"serviceLevel":null,"estimatedTransitDays":null,"baseRateNet":"string","baseRateGross":"string","currencyCode":null,"isActive":true,"metadata":null,"providerSettings":null,"organizationId":null,"tenantId":null,"createdAt":"string","updatedAt":"string"}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/sales/shipping-methods?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["sales.settings.manage"],"x-require-auth":true},"post":{"operationId":"sales_post_api_sales_shipping_methods","summary":"Create shipping method","description":"Creates a new shipping method.\n\nRequires features: sales.settings.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","name":"string","code":"string"}}},"description":"Payload describing the shipping method to create."},"responses":{"201":{"description":"Shipping method created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/sales/shipping-methods\" \\\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  \\\"code\\\": \\\"string\\\"\n}\""}],"x-require-features":["sales.settings.manage"],"x-require-auth":true},"put":{"operationId":"sales_put_api_sales_shipping_methods","summary":"Update shipping method","description":"Updates an existing shipping method by id.\n\nRequires features: sales.settings.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Fields to update on the target shipping method."},"responses":{"200":{"description":"Shipping method updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/sales/shipping-methods\" \\\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-features":["sales.settings.manage"],"x-require-auth":true},"delete":{"operationId":"sales_delete_api_sales_shipping_methods","summary":"Delete shipping method","description":"Deletes a shipping method identified by id.\n\nRequires features: sales.settings.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Identifier payload."},"responses":{"200":{"description":"Shipping method deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/sales/shipping-methods\" \\\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-features":["sales.settings.manage"],"x-require-auth":true}},"/api/sales/tags":{"get":{"operationId":"sales_get_api_sales_tags","summary":"List sales tags","description":"Manage reusable tags to categorize sales orders and quotes.\n\nRequires features: sales.orders.view","tags":["Sales"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTagsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTagsGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTagsGetParameters2Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTagsGetParameters3Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTagsGetParameters4Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTagsGetParameters5Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated sales tags","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","slug":"string","label":null,"color":null,"description":null,"organization_id":null,"tenant_id":null}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTagsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTagsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/sales/tags?page=1&pageSize=100\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["sales.orders.view"],"x-require-auth":true},"post":{"operationId":"sales_post_api_sales_tags","summary":"Create sales tag","description":"Creates a sales document tag.\n\nRequires features: sales.orders.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTagsPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","slug":"string","label":"string"}}},"description":"Creates a sales document tag."},"responses":{"201":{"description":"Sales tag created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTagsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTagsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTagsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/sales/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-features":["sales.orders.manage"],"x-require-auth":true},"put":{"operationId":"sales_put_api_sales_tags","summary":"Update sales tag","description":"Updates an existing sales tag.\n\nRequires features: sales.orders.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTagsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Fields to update on the target sales tag."},"responses":{"200":{"description":"Sales tag updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTagsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTagsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTagsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/sales/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-features":["sales.orders.manage"],"x-require-auth":true},"delete":{"operationId":"sales_delete_api_sales_tags","summary":"Delete sales tag","description":"Deletes a sales tag.\n\nRequires features: sales.orders.manage","tags":["Sales"],"parameters":[],"responses":{"200":{"description":"Sales tag deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTagsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTagsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTagsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/sales/tags\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["sales.orders.manage"],"x-require-auth":true}},"/api/sales/tax-rates":{"get":{"operationId":"sales_get_api_sales_tax_rates","summary":"List tax rates","description":"Returns a paginated list of sales tax rates for the current organization.\n\nRequires features: sales.settings.manage","tags":["Sales"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetParameters2Schema"},"example":"string"},{"name":"country","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetParameters3Schema"},"example":"string"},{"name":"region","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetParameters4Schema"},"example":"string"},{"name":"channelId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetParameters5Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"isCompound","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetParameters6Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetParameters7Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetParameters8Schema"},"example":"asc"},{"name":"withDeleted","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetParameters9Schema"},"example":true}],"responses":{"200":{"description":"Paginated list of tax rates","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","name":"string","code":null,"rate":1,"countryCode":null,"regionCode":null,"postalCode":null,"city":null,"customerGroupId":null,"productCategoryId":null,"channelId":null,"priority":null,"isCompound":true,"isDefault":true,"metadata":null,"startsAt":null,"endsAt":null,"organizationId":null,"tenantId":null,"createdAt":"string","updatedAt":"string"}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/sales/tax-rates?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["sales.settings.manage"],"x-require-auth":true},"post":{"operationId":"sales_post_api_sales_tax_rates","summary":"Create tax rate","description":"Creates a new tax rate record.\n\nRequires features: sales.settings.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","name":"string","code":"string","rate":1}}},"description":"Payload describing the tax rate to create."},"responses":{"201":{"description":"Identifier of the created tax rate","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/sales/tax-rates\" \\\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  \\\"code\\\": \\\"string\\\",\n  \\\"rate\\\": 1\n}\""}],"x-require-features":["sales.settings.manage"],"x-require-auth":true},"put":{"operationId":"sales_put_api_sales_tax_rates","summary":"Update tax rate","description":"Updates an existing tax rate by identifier.\n\nRequires features: sales.settings.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Fields to update on the target tax rate."},"responses":{"200":{"description":"Update acknowledgement","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/sales/tax-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-features":["sales.settings.manage"],"x-require-auth":true},"delete":{"operationId":"sales_delete_api_sales_tax_rates","summary":"Delete tax rate","description":"Deletes a tax rate identified by `id`.\n\nRequires features: sales.settings.manage","tags":["Sales"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Identifier payload for the tax rate to delete."},"responses":{"200":{"description":"Deletion acknowledgement","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/sales/tax-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-features":["sales.settings.manage"],"x-require-auth":true}},"/api/api_keys/keys":{"get":{"operationId":"api_keys_get_api_api_keys_keys","summary":"List API keys","description":"Returns paginated API keys visible to the current user, including per-key role assignments and organization context.\n\nRequires features: api_keys.view","tags":["Api Keys"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetParameters0Schema"},"example":"string"},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetParameters1Schema"},"example":"string"},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetParameters2Schema"},"example":"string"}],"responses":{"200":{"description":"Collection of API keys","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","name":"string","description":null,"keyPrefix":"string","organizationId":null,"organizationName":null,"createdAt":"string","lastUsedAt":null,"expiresAt":null,"roles":[{"id":"string","name":null}]}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"400":{"description":"Tenant context missing","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/api_keys/keys\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["api_keys.view"],"x-require-auth":true},"post":{"operationId":"api_keys_post_api_api_keys_keys","summary":"Create API key","description":"Creates a new API key, returning the one-time secret value together with the generated key prefix and scope details.\n\nRequires features: api_keys.create","tags":["Api Keys"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostRequestBodyContentApplicationJsonSchema"},"example":{"name":"string","description":null,"tenantId":null,"organizationId":null,"roles":[],"expiresAt":null}}},"description":"API key definition including optional scope and role assignments."},"responses":{"201":{"description":"API key created successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostResponses201ContentApplicationJsonSchema"},"example":{"id":"string","name":"string","keyPrefix":"string","tenantId":null,"organizationId":null,"roles":[{"id":"string","name":null}]}}}},"400":{"description":"Invalid payload or missing tenant context","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/api_keys/keys\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"name\\\": \\\"string\\\",\n  \\\"description\\\": null,\n  \\\"tenantId\\\": null,\n  \\\"organizationId\\\": null,\n  \\\"roles\\\": [],\n  \\\"expiresAt\\\": null\n}\""}],"x-require-features":["api_keys.create"],"x-require-auth":true},"delete":{"operationId":"api_keys_delete_api_api_keys_keys","summary":"Delete API key","description":"Removes an API key by identifier. The key must belong to the current tenant and fall within the requester organization scope.\n\nRequires features: api_keys.delete","tags":["Api Keys"],"parameters":[{"name":"id","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysDeleteParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000","description":"API key identifier to delete"}],"responses":{"200":{"description":"Key deleted successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysDeleteResponses200ContentApplicationJsonSchema"},"example":{"success":true}}}},"400":{"description":"Missing or invalid identifier","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Key not found within scope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/api_keys/keys?id=00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["api_keys.delete"],"x-require-auth":true}},"/api/dictionaries/{dictionaryId}/entries/{entryId}":{"patch":{"operationId":"dictionaries_patch_api_dictionaries_dictionaryId_entries_entryId","summary":"Update dictionary entry","description":"Updates the specified dictionary entry using the command bus pipeline.\n\nRequires features: dictionaries.manage","tags":["Dictionaries"],"parameters":[{"name":"dictionaryId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"entryId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchema"},"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/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Dictionary or entry not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Failed to update entry","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://api.open-mercato.local/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-features":["dictionaries.manage"],"x-require-auth":true},"delete":{"operationId":"dictionaries_delete_api_dictionaries_dictionaryId_entries_entryId","summary":"Delete dictionary entry","description":"Deletes the specified dictionary entry via the command bus.\n\nRequires features: dictionaries.manage","tags":["Dictionaries"],"parameters":[{"name":"dictionaryId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdDeleteParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"entryId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdDeleteParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Entry deleted.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Dictionary or entry not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Failed to delete entry","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdDeleteResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/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-features":["dictionaries.manage"],"x-require-auth":true}},"/api/dictionaries/{dictionaryId}/entries/reorder":{"post":{"operationId":"dictionaries_post_api_dictionaries_dictionaryId_entries_reorder","summary":"Reorder dictionary entries","description":"Updates the position of dictionary entries for drag-and-drop reordering.\n\nRequires features: dictionaries.manage","tags":["Dictionaries"],"parameters":[{"name":"dictionaryId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesReorderPostParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesReorderPostRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiDictionariesDictionaryIdEntriesReorderPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesReorderPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesReorderPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesReorderPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Dictionary not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesReorderPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Failed to reorder entries","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesReorderPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["dictionaries.manage"],"x-require-auth":true}},"/api/dictionaries/{dictionaryId}/entries":{"get":{"operationId":"dictionaries_get_api_dictionaries_dictionaryId_entries","summary":"List dictionary entries","description":"Returns entries for the specified dictionary ordered by position.\n\nRequires features: dictionaries.view","tags":["Dictionaries"],"parameters":[{"name":"dictionaryId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Dictionary entries.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","value":"string","label":"string","color":null,"icon":null,"position":1,"isDefault":true,"createdAt":"string","updatedAt":null}]}}}},"400":{"description":"Invalid parameters","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Dictionary not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Failed to load dictionary entries","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/dictionaries/00000000-0000-4000-8000-000000000000/entries\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["dictionaries.view"],"x-require-auth":true},"post":{"operationId":"dictionaries_post_api_dictionaries_dictionaryId_entries","summary":"Create dictionary entry","description":"Creates a new entry in the specified dictionary.\n\nRequires features: dictionaries.manage","tags":["Dictionaries"],"parameters":[{"name":"dictionaryId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesPostParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchema"},"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/DocPathsApiDictionariesDictionaryIdEntriesPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Dictionary not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Failed to create dictionary entry","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["dictionaries.manage"],"x-require-auth":true}},"/api/dictionaries/{dictionaryId}/entries/set-default":{"post":{"operationId":"dictionaries_post_api_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.\n\nRequires features: dictionaries.manage","tags":["Dictionaries"],"parameters":[{"name":"dictionaryId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesSetDefaultPostParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesSetDefaultPostRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiDictionariesDictionaryIdEntriesSetDefaultPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesSetDefaultPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesSetDefaultPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesSetDefaultPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Dictionary or entry not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesSetDefaultPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Failed to set default entry","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesSetDefaultPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["dictionaries.manage"],"x-require-auth":true}},"/api/dictionaries/{dictionaryId}":{"get":{"operationId":"dictionaries_get_api_dictionaries_dictionaryId","summary":"Get dictionary","description":"Returns details for the specified dictionary, including inheritance flags.\n\nRequires features: dictionaries.view","tags":["Dictionaries"],"parameters":[{"name":"dictionaryId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Dictionary details.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiDictionariesDictionaryIdGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Dictionary not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Failed to load dictionary","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/dictionaries/00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["dictionaries.view"],"x-require-auth":true},"patch":{"operationId":"dictionaries_patch_api_dictionaries_dictionaryId","summary":"Update dictionary","description":"Updates mutable attributes of the dictionary. Currency dictionaries are protected from modification.\n\nRequires features: dictionaries.manage","tags":["Dictionaries"],"parameters":[{"name":"dictionaryId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchRequestBodyContentApplicationJsonSchema"},"example":{}}},"description":"Fields to update on the dictionary."},"responses":{"200":{"description":"Dictionary updated.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchema"},"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/DocPathsApiDictionariesDictionaryIdPatchResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Dictionary not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Dictionary key already exists","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Failed to update dictionary","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://api.open-mercato.local/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-features":["dictionaries.manage"],"x-require-auth":true},"delete":{"operationId":"dictionaries_delete_api_dictionaries_dictionaryId","summary":"Delete dictionary","description":"Soft deletes the dictionary unless it is the protected currency dictionary.\n\nRequires features: dictionaries.manage","tags":["Dictionaries"],"parameters":[{"name":"dictionaryId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdDeleteParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Dictionary archived.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Protected dictionary cannot be deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Dictionary not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Failed to delete dictionary","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdDeleteResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/dictionaries/00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["dictionaries.manage"],"x-require-auth":true}},"/api/dictionaries":{"get":{"operationId":"dictionaries_get_api_dictionaries","summary":"List dictionaries","description":"Returns dictionaries accessible to the current organization, optionally including inactive records.\n\nRequires features: dictionaries.view","tags":["Dictionaries"],"parameters":[{"name":"includeInactive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesGetParameters0Schema"},"example":"true"}],"responses":{"200":{"description":"Dictionary collection.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchema"},"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":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Failed to load dictionaries","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/dictionaries\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["dictionaries.view"],"x-require-auth":true},"post":{"operationId":"dictionaries_post_api_dictionaries","summary":"Create dictionary","description":"Registers a dictionary scoped to the current organization.\n\nRequires features: dictionaries.manage","tags":["Dictionaries"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesPostRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchema"},"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/DocPathsApiDictionariesPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"409":{"description":"Dictionary key already exists","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Failed to create dictionary","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDictionariesPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["dictionaries.manage"],"x-require-auth":true}},"/api/onboarding/demo-feedback":{"post":{"operationId":"onboarding_post_api_onboarding_demo_feedback","summary":"Submit demo feedback","description":"Sends a feedback/contact request from the demo environment to the admin and optionally to the user.","tags":["Demo"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiOnboardingDemoFeedbackPostRequestBodyContentApplicationJsonSchema"},"example":{"email":"user@example.com","message":"","termsAccepted":true,"marketingConsent":false,"sendCopy":true}}},"description":"Feedback form payload."},"responses":{"200":{"description":"Feedback sent successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiOnboardingDemoFeedbackPostResponses200ContentApplicationJsonSchema"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/onboarding/demo-feedback\" \\\n  -H \"Accept: application/json\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"email\\\": \\\"user@example.com\\\",\n  \\\"message\\\": \\\"\\\",\n  \\\"termsAccepted\\\": true,\n  \\\"marketingConsent\\\": false,\n  \\\"sendCopy\\\": true\n}\""}]}},"/api/business_rules/execute/{ruleId}":{"post":{"operationId":"business_rules_post_api_business_rules_execute_ruleId","summary":"Execute a specific rule by its database UUID","description":"Directly executes a specific business rule identified by its UUID, bypassing the normal entityType/eventType discovery mechanism. Useful for workflows and targeted rule execution.\n\nRequires features: business_rules.execute","tags":["Business Rules"],"parameters":[{"name":"ruleId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecuteRuleIdPostParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000","description":"The database UUID of the business rule to execute"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecuteRuleIdPostRequestBodyContentApplicationJsonSchema"},"example":{"dryRun":false}}}},"responses":{"200":{"description":"Rule executed successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecuteRuleIdPostResponses200ContentApplicationJsonSchema"},"example":{"success":true,"ruleId":"string","ruleName":"string","conditionResult":true,"actionsExecuted":null,"executionTime":1}}}},"400":{"description":"Invalid request payload or rule ID","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecuteRuleIdPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecuteRuleIdPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecuteRuleIdPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Rule not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecuteRuleIdPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Execution error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecuteRuleIdPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/business_rules/execute/00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"dryRun\\\": false\n}\""}],"x-require-features":["business_rules.execute"],"x-require-auth":true}},"/api/business_rules/execute":{"post":{"operationId":"business_rules_post_api_business_rules_execute","summary":"Execute rules for given context","description":"Manually executes applicable business rules for the specified entity type, event, and data. Supports dry-run mode to test rules without executing actions.\n\nRequires features: business_rules.execute","tags":["Business Rules"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecutePostRequestBodyContentApplicationJsonSchema"},"example":{"entityType":"string","dryRun":false}}}},"responses":{"200":{"description":"Rules executed successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecutePostResponses200ContentApplicationJsonSchema"},"example":{"allowed":true,"executedRules":[{"ruleId":"string","ruleName":"string","conditionResult":true,"executionTime":1}],"totalExecutionTime":1}}}},"400":{"description":"Invalid request payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecutePostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecutePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecutePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Execution error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecutePostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/business_rules/execute\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"entityType\\\": \\\"string\\\",\n  \\\"dryRun\\\": false\n}\""}],"x-require-features":["business_rules.execute"],"x-require-auth":true}},"/api/business_rules/logs/{id}":{"get":{"operationId":"business_rules_get_api_business_rules_logs_id","summary":"Get execution log detail","description":"Returns detailed information about a specific rule execution, including full context and results.\n\nRequires features: business_rules.view_logs","tags":["Business Rules"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsIdGetParameters0Schema"}}],"responses":{"200":{"description":"Log entry details","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"string","rule":{"id":"00000000-0000-4000-8000-000000000000","ruleId":"string","ruleName":"string","ruleType":"string","entityType":"string"},"entityId":"00000000-0000-4000-8000-000000000000","entityType":"string","executionResult":"SUCCESS","inputContext":null,"outputContext":null,"errorMessage":null,"executionTimeMs":1,"executedAt":"string","tenantId":"00000000-0000-4000-8000-000000000000","organizationId":null,"executedBy":null}}}},"400":{"description":"Invalid log id","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsIdGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Log entry not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/business_rules/logs/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["business_rules.view_logs"],"x-require-auth":true}},"/api/business_rules/logs":{"get":{"operationId":"business_rules_get_api_business_rules_logs","summary":"List rule execution logs","description":"Returns rule execution history for the current tenant and organization with filtering and pagination. Useful for audit trails and debugging.\n\nRequires features: business_rules.view_logs","tags":["Business Rules"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetParameters0Schema"},"example":1},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetParameters1Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetParameters2Schema"},"example":1},{"name":"ruleId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetParameters3Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"entityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetParameters4Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"entityType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetParameters5Schema"},"example":"string"},{"name":"executionResult","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetParameters6Schema"},"example":"SUCCESS"},{"name":"executedBy","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetParameters7Schema"},"example":"string"},{"name":"executedAtFrom","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetParameters8Schema"},"example":"2025-01-01T00:00:00.000Z"},{"name":"executedAtTo","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetParameters9Schema"},"example":"2025-01-01T00:00:00.000Z"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetParameters10Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetParameters11Schema"},"example":"asc"}],"responses":{"200":{"description":"Rule execution logs collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","ruleId":"string","ruleName":"string","ruleType":"string","entityId":"00000000-0000-4000-8000-000000000000","entityType":"string","executionResult":"SUCCESS","inputContext":null,"outputContext":null,"errorMessage":null,"executionTimeMs":1,"executedAt":"string","tenantId":"00000000-0000-4000-8000-000000000000","organizationId":null,"executedBy":null}],"total":1,"totalPages":1}}}},"400":{"description":"Invalid query parameters","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/business_rules/logs?page=1&pageSize=50&sortDir=desc\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["business_rules.view_logs"],"x-require-auth":true}},"/api/business_rules/rules/{id}":{"get":{"operationId":"business_rules_get_api_business_rules_rules_id","summary":"Fetch business rule by ID","description":"Returns complete details of a business rule including conditions and actions.\n\nRequires features: business_rules.view","tags":["Business Rules"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetParameters0Schema"}}],"responses":{"200":{"description":"Business rule detail","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","ruleId":"string","ruleName":"string","description":null,"ruleType":"GUARD","ruleCategory":null,"entityType":"string","eventType":null,"successActions":null,"failureActions":null,"enabled":true,"priority":1,"version":1,"effectiveFrom":null,"effectiveTo":null,"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","createdBy":null,"updatedBy":null,"createdAt":"string","updatedAt":"string"}}}},"400":{"description":"Invalid identifier","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Business rule not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/business_rules/rules/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["business_rules.view"],"x-require-auth":true}},"/api/business_rules/rules":{"get":{"operationId":"business_rules_get_api_business_rules_rules","summary":"List business rules","description":"Returns business rules for the current tenant and organization with filtering and pagination.\n\nRequires features: business_rules.view","tags":["Business Rules"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetParameters0Schema"},"example":"string"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetParameters1Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetParameters2Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetParameters3Schema"},"example":"string"},{"name":"ruleId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetParameters4Schema"},"example":"string"},{"name":"ruleType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetParameters5Schema"},"example":"GUARD"},{"name":"entityType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetParameters6Schema"},"example":"string"},{"name":"eventType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetParameters7Schema"},"example":"string"},{"name":"enabled","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetParameters8Schema"},"example":true},{"name":"ruleCategory","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetParameters9Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetParameters10Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetParameters11Schema"},"example":"asc"}],"responses":{"200":{"description":"Business rules collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","ruleId":"string","ruleName":"string","description":null,"ruleType":"GUARD","ruleCategory":null,"entityType":"string","eventType":null,"enabled":true,"priority":1,"version":1,"effectiveFrom":null,"effectiveTo":null,"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","createdAt":"string","updatedAt":"string"}],"total":1,"totalPages":1}}}},"400":{"description":"Invalid query parameters","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/business_rules/rules?page=1&pageSize=50&sortDir=desc\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["business_rules.view"],"x-require-auth":true},"post":{"operationId":"business_rules_post_api_business_rules_rules","summary":"Create business rule","description":"Creates a new business rule for the current tenant and organization.\n\nRequires features: business_rules.manage","tags":["Business Rules"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchema"},"example":{"ruleId":"string","ruleName":"string","description":null,"ruleType":"GUARD","ruleCategory":null,"entityType":"string","eventType":null,"enabled":true,"priority":100,"version":1,"effectiveFrom":null,"effectiveTo":null,"tenantId":"string","organizationId":"string","createdBy":null,"conditionExpression":null,"successActions":null,"failureActions":null}}}},"responses":{"201":{"description":"Business rule created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/business_rules/rules\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"ruleId\\\": \\\"string\\\",\n  \\\"ruleName\\\": \\\"string\\\",\n  \\\"description\\\": null,\n  \\\"ruleType\\\": \\\"GUARD\\\",\n  \\\"ruleCategory\\\": null,\n  \\\"entityType\\\": \\\"string\\\",\n  \\\"eventType\\\": null,\n  \\\"enabled\\\": true,\n  \\\"priority\\\": 100,\n  \\\"version\\\": 1,\n  \\\"effectiveFrom\\\": null,\n  \\\"effectiveTo\\\": null,\n  \\\"tenantId\\\": \\\"string\\\",\n  \\\"organizationId\\\": \\\"string\\\",\n  \\\"createdBy\\\": null,\n  \\\"conditionExpression\\\": null,\n  \\\"successActions\\\": null,\n  \\\"failureActions\\\": null\n}\""}],"x-require-features":["business_rules.manage"],"x-require-auth":true},"put":{"operationId":"business_rules_put_api_business_rules_rules","summary":"Update business rule","description":"Updates an existing business rule.\n\nRequires features: business_rules.manage","tags":["Business Rules"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchema"},"example":{"description":null,"ruleCategory":null,"eventType":null,"enabled":true,"priority":100,"version":1,"effectiveFrom":null,"effectiveTo":null,"conditionExpression":null,"successActions":null,"failureActions":null,"id":"string"}}}},"responses":{"200":{"description":"Business rule updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Business rule not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/business_rules/rules\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"description\\\": null,\n  \\\"ruleCategory\\\": null,\n  \\\"eventType\\\": null,\n  \\\"enabled\\\": true,\n  \\\"priority\\\": 100,\n  \\\"version\\\": 1,\n  \\\"effectiveFrom\\\": null,\n  \\\"effectiveTo\\\": null,\n  \\\"conditionExpression\\\": null,\n  \\\"successActions\\\": null,\n  \\\"failureActions\\\": null,\n  \\\"id\\\": \\\"string\\\"\n}\""}],"x-require-features":["business_rules.manage"],"x-require-auth":true},"delete":{"operationId":"business_rules_delete_api_business_rules_rules","summary":"Delete business rule","description":"Soft deletes a business rule by identifier.\n\nRequires features: business_rules.manage","tags":["Business Rules"],"parameters":[{"name":"id","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesDeleteParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000","description":"Business rule identifier"}],"responses":{"200":{"description":"Business rule deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Invalid identifier","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Business rule not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/business_rules/rules?id=00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["business_rules.manage"],"x-require-auth":true}},"/api/business_rules/sets/{id}/members":{"post":{"operationId":"business_rules_post_api_business_rules_sets_id_members","summary":"Add rule to set","description":"Adds a business rule to a rule set with specified sequence and enabled state.\n\nRequires features: business_rules.manage_sets","tags":["Business Rules"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersPostRequestBodyContentApplicationJsonSchema"},"example":{"ruleId":"00000000-0000-4000-8000-000000000000","sequence":0,"enabled":true}}}},"responses":{"201":{"description":"Member added","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Rule set or rule not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Rule already in set","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/business_rules/sets/:id/members\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"ruleId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"sequence\\\": 0,\n  \\\"enabled\\\": true\n}\""}],"x-require-features":["business_rules.manage_sets"],"x-require-auth":true},"put":{"operationId":"business_rules_put_api_business_rules_sets_id_members","summary":"Update set member","description":"Updates sequence or enabled state of a rule set member.\n\nRequires features: business_rules.manage_sets","tags":["Business Rules"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersPutParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersPutRequestBodyContentApplicationJsonSchema"},"example":{"memberId":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Member updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Member not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersPutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/business_rules/sets/:id/members\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"memberId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-features":["business_rules.manage_sets"],"x-require-auth":true},"delete":{"operationId":"business_rules_delete_api_business_rules_sets_id_members","summary":"Remove rule from set","description":"Removes a business rule from a rule set (hard delete).\n\nRequires features: business_rules.manage_sets","tags":["Business Rules"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersDeleteParameters0Schema"}},{"name":"memberId","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersDeleteParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000","description":"Member identifier"}],"responses":{"200":{"description":"Member removed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Invalid identifier","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Member not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/business_rules/sets/:id/members?memberId=00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["business_rules.manage_sets"],"x-require-auth":true}},"/api/business_rules/sets/{id}":{"get":{"operationId":"business_rules_get_api_business_rules_sets_id","summary":"Get rule set detail","description":"Returns detailed information about a specific rule set, including all member rules.\n\nRequires features: business_rules.view","tags":["Business Rules"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdGetParameters0Schema"}}],"responses":{"200":{"description":"Rule set details","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","setId":"string","setName":"string","description":null,"enabled":true,"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","createdBy":null,"updatedBy":null,"createdAt":"string","updatedAt":"string","members":[{"id":"00000000-0000-4000-8000-000000000000","ruleId":"00000000-0000-4000-8000-000000000000","ruleName":"string","ruleType":"string","sequence":1,"enabled":true}]}}}},"400":{"description":"Invalid rule set id","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Rule set not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/business_rules/sets/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["business_rules.view"],"x-require-auth":true}},"/api/business_rules/sets":{"get":{"operationId":"business_rules_get_api_business_rules_sets","summary":"List rule sets","description":"Returns rule sets for the current tenant and organization with filtering and pagination.\n\nRequires features: business_rules.view","tags":["Business Rules"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsGetParameters1Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsGetParameters2Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsGetParameters3Schema"},"example":"string"},{"name":"setId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsGetParameters4Schema"},"example":"string"},{"name":"enabled","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsGetParameters5Schema"},"example":true},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsGetParameters6Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsGetParameters7Schema"},"example":"asc"}],"responses":{"200":{"description":"Rule sets collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","setId":"string","setName":"string","description":null,"enabled":true,"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","createdBy":null,"updatedBy":null,"createdAt":"string","updatedAt":"string"}],"total":1,"totalPages":1}}}},"400":{"description":"Invalid query parameters","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/business_rules/sets?page=1&pageSize=50&sortDir=asc\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["business_rules.view"],"x-require-auth":true},"post":{"operationId":"business_rules_post_api_business_rules_sets","summary":"Create rule set","description":"Creates a new rule set for organizing business rules.\n\nRequires features: business_rules.manage_sets","tags":["Business Rules"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPostRequestBodyContentApplicationJsonSchema"},"example":{"setId":"string","setName":"string","description":null,"enabled":true,"tenantId":"string","organizationId":"string","createdBy":null}}}},"responses":{"201":{"description":"Rule set created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/business_rules/sets\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"setId\\\": \\\"string\\\",\n  \\\"setName\\\": \\\"string\\\",\n  \\\"description\\\": null,\n  \\\"enabled\\\": true,\n  \\\"tenantId\\\": \\\"string\\\",\n  \\\"organizationId\\\": \\\"string\\\",\n  \\\"createdBy\\\": null\n}\""}],"x-require-features":["business_rules.manage_sets"],"x-require-auth":true},"put":{"operationId":"business_rules_put_api_business_rules_sets","summary":"Update rule set","description":"Updates an existing rule set.\n\nRequires features: business_rules.manage_sets","tags":["Business Rules"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPutRequestBodyContentApplicationJsonSchema"},"example":{"description":null,"enabled":true,"id":"string"}}}},"responses":{"200":{"description":"Rule set updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Rule set not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/business_rules/sets\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"description\\\": null,\n  \\\"enabled\\\": true,\n  \\\"id\\\": \\\"string\\\"\n}\""}],"x-require-features":["business_rules.manage_sets"],"x-require-auth":true},"delete":{"operationId":"business_rules_delete_api_business_rules_sets","summary":"Delete rule set","description":"Soft deletes a rule set by identifier.\n\nRequires features: business_rules.manage_sets","tags":["Business Rules"],"parameters":[{"name":"id","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsDeleteParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000","description":"Rule set identifier"}],"responses":{"200":{"description":"Rule set deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Invalid identifier","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Rule set not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/business_rules/sets?id=00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["business_rules.manage_sets"],"x-require-auth":true}},"/api/feature_toggles/check/boolean":{"get":{"operationId":"feature_toggles_get_api_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/DocPathsApiFeatureTogglesCheckBooleanGetParameters0Schema"},"example":"string","description":"Feature toggle identifier"}],"responses":{"200":{"description":"Feature status","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckBooleanGetResponses200ContentApplicationJsonSchema"},"example":{"enabled":true,"source":"override","toggleId":"string","identifier":"string","tenantId":"string"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckBooleanGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckBooleanGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Tenant not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckBooleanGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/feature_toggles/check/boolean?identifier=string\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/api/feature_toggles/check/json":{"get":{"operationId":"feature_toggles_get_api_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/DocPathsApiFeatureTogglesCheckJsonGetParameters0Schema"},"example":"string","description":"Feature toggle identifier"}],"responses":{"200":{"description":"Json config","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckJsonGetResponses200ContentApplicationJsonSchema"},"example":{"valueType":"json","source":"override","toggleId":"string","identifier":"string","tenantId":"string"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckJsonGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckJsonGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Tenant not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckJsonGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/feature_toggles/check/json?identifier=string\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/api/feature_toggles/check/number":{"get":{"operationId":"feature_toggles_get_api_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/DocPathsApiFeatureTogglesCheckNumberGetParameters0Schema"},"example":"string","description":"Feature toggle identifier"}],"responses":{"200":{"description":"Number config","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckNumberGetResponses200ContentApplicationJsonSchema"},"example":{"valueType":"number","value":1,"source":"override","toggleId":"string","identifier":"string","tenantId":"string"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckNumberGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckNumberGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Tenant not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckNumberGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/feature_toggles/check/number?identifier=string\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/api/feature_toggles/check/string":{"get":{"operationId":"feature_toggles_get_api_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/DocPathsApiFeatureTogglesCheckStringGetParameters0Schema"},"example":"string","description":"Feature toggle identifier"}],"responses":{"200":{"description":"String config","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckStringGetResponses200ContentApplicationJsonSchema"},"example":{"valueType":"string","value":"string","source":"override","toggleId":"string","identifier":"string","tenantId":"string"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckStringGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckStringGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Tenant not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckStringGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/feature_toggles/check/string?identifier=string\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/api/feature_toggles/global/{id}/override":{"get":{"operationId":"feature_toggles_get_api_feature_toggles_global_id_override","summary":"Fetch feature toggle override","description":"Returns feature toggle override.\n\nRequires features: feature_toggles.view","tags":["Feature Toggles"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdOverrideGetParameters0Schema"}}],"responses":{"200":{"description":"Feature toggle overrides","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdOverrideGetResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","tenantName":"string","tenantId":"00000000-0000-4000-8000-000000000000","toggleType":"boolean"}}}},"400":{"description":"Invalid request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdOverrideGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdOverrideGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdOverrideGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Feature toggle not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdOverrideGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/feature_toggles/global/:id/override\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["feature_toggles.view"],"x-require-auth":true}},"/api/feature_toggles/global/{id}":{"get":{"operationId":"feature_toggles_get_api_feature_toggles_global_id","summary":"Fetch feature toggle by ID","description":"Returns complete details of a feature toggle.\n\nRequires features: feature_toggles.view","tags":["Feature Toggles"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdGetParameters0Schema"}}],"responses":{"200":{"description":"Feature toggle detail","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","identifier":"string","name":"string","description":null,"category":null,"type":"boolean","defaultValue":null}}}},"400":{"description":"Invalid identifier","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Feature toggle not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/feature_toggles/global/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["feature_toggles.view"],"x-require-auth":true}},"/api/feature_toggles/global":{"get":{"operationId":"feature_toggles_get_api_feature_toggles_global","summary":"List global feature toggles","description":"Returns all global feature toggles with filtering and pagination. Requires superadmin role.\n\nRequires features: feature_toggles.view","tags":["Feature Toggles"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalGetParameters0Schema"},"example":1,"description":"Page number for pagination"},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalGetParameters1Schema"},"example":1,"description":"Number of items per page (max 200)"},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalGetParameters2Schema"},"example":"string","description":"Case-insensitive search across identifier, name, description, and category"},{"name":"type","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalGetParameters3Schema"},"example":"boolean","description":"Filter by toggle type (boolean, string, number, json)"},{"name":"category","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalGetParameters4Schema"},"example":"string","description":"Filter by category (case-insensitive partial match)"},{"name":"name","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalGetParameters5Schema"},"example":"string","description":"Filter by name (case-insensitive partial match)"},{"name":"identifier","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalGetParameters6Schema"},"example":"string","description":"Filter by identifier (case-insensitive partial match)"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalGetParameters7Schema"},"example":"id","description":"Field to sort by"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalGetParameters8Schema"},"example":"asc","description":"Sort direction (ascending or descending)"}],"responses":{"200":{"description":"Feature toggles collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","identifier":"string","name":"string","description":null,"category":null,"type":"boolean","defaultValue":null}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"400":{"description":"Invalid query parameters","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/feature_toggles/global?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["feature_toggles.view"],"x-require-auth":true},"post":{"operationId":"feature_toggles_post_api_feature_toggles_global","summary":"Create global feature toggle","description":"Creates a new global feature toggle. Requires superadmin role.\n\nRequires features: feature_toggles.manage","tags":["Feature Toggles"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiFeatureTogglesGlobalPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["feature_toggles.manage"],"x-require-auth":true},"put":{"operationId":"feature_toggles_put_api_feature_toggles_global","summary":"Update global feature toggle","description":"Updates an existing global feature toggle. Requires superadmin role.\n\nRequires features: feature_toggles.manage","tags":["Feature Toggles"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiFeatureTogglesGlobalPutResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Feature toggle not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/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-features":["feature_toggles.manage"],"x-require-auth":true},"delete":{"operationId":"feature_toggles_delete_api_feature_toggles_global","summary":"Delete global feature toggle","description":"Soft deletes a global feature toggle by ID. Requires superadmin role.\n\nRequires features: feature_toggles.manage","tags":["Feature Toggles"],"parameters":[{"name":"id","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalDeleteParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000","description":"Feature toggle identifier"}],"responses":{"200":{"description":"Feature toggle deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalDeleteResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"400":{"description":"Invalid identifier","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Feature toggle not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/feature_toggles/global?id=00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["feature_toggles.manage"],"x-require-auth":true}},"/api/feature_toggles/overrides":{"get":{"operationId":"feature_toggles_get_api_feature_toggles_overrides","summary":"List overrides","description":"Returns list of feature toggle overrides.\n\nRequires features: feature_toggles.view","tags":["Feature Toggles"],"parameters":[{"name":"category","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesGetParameters0Schema"},"example":"string"},{"name":"name","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesGetParameters1Schema"},"example":"string"},{"name":"identifier","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesGetParameters2Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesGetParameters3Schema"},"example":"identifier"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesGetParameters4Schema"},"example":"asc"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesGetParameters5Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesGetParameters6Schema"},"example":1}],"responses":{"200":{"description":"List of overrides","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","toggleId":"00000000-0000-4000-8000-000000000000","overrideState":"enabled","identifier":"string","name":"string","category":null,"defaultState":true,"tenantName":null}],"total":1,"page":1,"pageSize":1,"totalPages":1,"isSuperAdmin":true}}}},"400":{"description":"Invalid query parameters","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/feature_toggles/overrides?page=1&pageSize=25\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["feature_toggles.view"],"x-require-auth":true},"put":{"operationId":"feature_toggles_put_api_feature_toggles_overrides","summary":"Change override state","description":"Enable, disable or inherit a feature toggle for a specific tenant.\n\nRequires features: feature_toggles.manage","tags":["Feature Toggles"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesPutRequestBodyContentApplicationJsonSchema"},"example":{"toggleId":"00000000-0000-4000-8000-000000000000","isOverride":true}}},"description":"Override details."},"responses":{"200":{"description":"Override updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"overrideToggleId":null}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesPutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesPutResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/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-features":["feature_toggles.manage"],"x-require-auth":true}},"/api/workflows/definitions/{id}":{"get":{"operationId":"workflows_get_api_workflows_definitions_id","summary":"Get workflow definition","description":"Get a single workflow definition by ID. Returns the complete workflow structure including steps and transitions (with embedded activities).","tags":["Workflows"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Workflow definition found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdGetResponses200ContentApplicationJsonSchema"},"example":{"data":{"id":"123e4567-e89b-12d3-a456-426614174000","workflowId":"checkout-flow","workflowName":"Checkout Flow","description":"Complete checkout workflow for processing orders","version":1,"definition":{"steps":[{"stepId":"start","stepName":"Start","stepType":"START"},{"stepId":"validate-cart","stepName":"Validate Cart","stepType":"AUTOMATED","description":"Validate cart items and check inventory"},{"stepId":"payment","stepName":"Process Payment","stepType":"AUTOMATED","description":"Charge payment method","retryPolicy":{"maxAttempts":3,"backoffMs":1000}},{"stepId":"end","stepName":"End","stepType":"END"}],"transitions":[{"transitionId":"start-to-validate","fromStepId":"start","toStepId":"validate-cart","trigger":"auto"},{"transitionId":"validate-to-payment","fromStepId":"validate-cart","toStepId":"payment","trigger":"auto"},{"transitionId":"payment-to-end","fromStepId":"payment","toStepId":"end","trigger":"auto","activities":[{"activityName":"Send Order Confirmation","activityType":"SEND_EMAIL","config":{"to":"{{context.customerEmail}}","subject":"Order Confirmation #{{context.orderId}}","template":"order_confirmation"}}]}]},"enabled":true,"tenantId":"123e4567-e89b-12d3-a456-426614174001","organizationId":"123e4567-e89b-12d3-a456-426614174002","createdAt":"2025-12-08T10:00:00.000Z","updatedAt":"2025-12-08T10:00:00.000Z"}}}}},"404":{"description":"Workflow definition not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"Workflow definition not found"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/workflows/definitions/00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\""}]},"put":{"operationId":"workflows_put_api_workflows_definitions_id","summary":"Update workflow definition","description":"Update an existing workflow definition. Supports partial updates - only provided fields will be updated.","tags":["Workflows"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchema"},"example":{"definition":{"steps":[{"stepId":"start","stepName":"Start","stepType":"START"},{"stepId":"validate-cart","stepName":"Validate Cart","stepType":"AUTOMATED"},{"stepId":"payment","stepName":"Process Payment","stepType":"AUTOMATED"},{"stepId":"confirmation","stepName":"Order Confirmation","stepType":"AUTOMATED"},{"stepId":"end","stepName":"End","stepType":"END"}],"transitions":[{"transitionId":"start-to-validate","fromStepId":"start","toStepId":"validate-cart","trigger":"auto"},{"transitionId":"validate-to-payment","fromStepId":"validate-cart","toStepId":"payment","trigger":"auto"},{"transitionId":"payment-to-confirmation","fromStepId":"payment","toStepId":"confirmation","trigger":"auto"},{"transitionId":"confirmation-to-end","fromStepId":"confirmation","toStepId":"end","trigger":"auto"}]},"enabled":true}}}},"responses":{"200":{"description":"Workflow definition updated successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutResponses200ContentApplicationJsonSchema"},"example":{"data":{"id":"123e4567-e89b-12d3-a456-426614174000","workflowId":"checkout-flow","workflowName":"Checkout Flow","description":"Complete checkout workflow for processing orders","version":1,"definition":{"steps":[{"stepId":"start","stepName":"Start","stepType":"START"},{"stepId":"validate-cart","stepName":"Validate Cart","stepType":"AUTOMATED"},{"stepId":"payment","stepName":"Process Payment","stepType":"AUTOMATED"},{"stepId":"confirmation","stepName":"Order Confirmation","stepType":"AUTOMATED"},{"stepId":"end","stepName":"End","stepType":"END"}],"transitions":[{"transitionId":"start-to-validate","fromStepId":"start","toStepId":"validate-cart","trigger":"auto"},{"transitionId":"validate-to-payment","fromStepId":"validate-cart","toStepId":"payment","trigger":"auto"},{"transitionId":"payment-to-confirmation","fromStepId":"payment","toStepId":"confirmation","trigger":"auto"},{"transitionId":"confirmation-to-end","fromStepId":"confirmation","toStepId":"end","trigger":"auto"}]},"enabled":true,"tenantId":"123e4567-e89b-12d3-a456-426614174001","organizationId":"123e4567-e89b-12d3-a456-426614174002","createdAt":"2025-12-08T10:00:00.000Z","updatedAt":"2025-12-08T11:30:00.000Z"},"message":"Workflow definition updated successfully"}}}},"400":{"description":"Validation error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutResponses400ContentApplicationJsonSchema"},"example":{"error":"Validation failed","details":[{"code":"invalid_type","message":"Expected object, received string","path":["definition"]}]}}}},"404":{"description":"Workflow definition not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutResponses404ContentApplicationJsonSchema"},"example":{"error":"Workflow definition not found"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/workflows/definitions/00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"description\\\": null,\n  \\\"metadata\\\": null,\n  \\\"effectiveFrom\\\": null,\n  \\\"effectiveTo\\\": null\n}\""}]},"delete":{"operationId":"workflows_delete_api_workflows_definitions_id","summary":"Delete workflow definition","description":"Soft delete a workflow definition. Cannot be deleted if there are active workflow instances (RUNNING or WAITING status) using this definition.","tags":["Workflows"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdDeleteParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Workflow definition deleted successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdDeleteResponses200ContentApplicationJsonSchema"},"example":{"message":"Workflow definition deleted successfully"}}}},"404":{"description":"Workflow definition not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"Workflow definition not found"}}}},"409":{"description":"Cannot delete - active workflow instances exist","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdDeleteResponses409ContentApplicationJsonSchema"},"example":{"error":"Cannot delete workflow definition with 3 active instance(s)"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/workflows/definitions/00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\""}]}},"/api/workflows/definitions":{"get":{"operationId":"workflows_get_api_workflows_definitions","summary":"List workflow definitions","description":"Get a list of workflow definitions with optional filters. Supports pagination and search.","tags":["Workflows"],"parameters":[{"name":"workflowId","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsGetParameters0Schema"},"example":"string"},{"name":"enabled","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsGetParameters1Schema"},"example":true},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsGetParameters2Schema"},"example":"string"},{"name":"limit","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsGetParameters3Schema"},"example":1},{"name":"offset","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsGetParameters4Schema"},"example":1}],"responses":{"200":{"description":"List of workflow definitions with pagination","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsGetResponses200ContentApplicationJsonSchema"},"example":{"data":[{"id":"123e4567-e89b-12d3-a456-426614174000","workflowId":"checkout-flow","workflowName":"Checkout Flow","description":"Complete checkout workflow for processing orders","version":1,"definition":{"steps":[{"stepId":"start","stepName":"Start","stepType":"START"},{"stepId":"validate-cart","stepName":"Validate Cart","stepType":"AUTOMATED"},{"stepId":"end","stepName":"End","stepType":"END"}],"transitions":[{"transitionId":"start-to-validate","fromStepId":"start","toStepId":"validate-cart","trigger":"auto"},{"transitionId":"validate-to-end","fromStepId":"validate-cart","toStepId":"end","trigger":"auto"}]},"enabled":true,"tenantId":"123e4567-e89b-12d3-a456-426614174001","organizationId":"123e4567-e89b-12d3-a456-426614174002","createdAt":"2025-12-08T10:00:00.000Z","updatedAt":"2025-12-08T10:00:00.000Z"}],"pagination":{"total":1,"limit":50,"offset":0,"hasMore":false}}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/workflows/definitions?workflowId=string&limit=50&offset=0\" \\\n  -H \"Accept: application/json\""}]},"post":{"operationId":"workflows_post_api_workflows_definitions","summary":"Create workflow definition","description":"Create a new workflow definition. The definition must include at least START and END steps with at least one transition connecting them.","tags":["Workflows"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchema"},"example":{"workflowId":"checkout-flow","workflowName":"Checkout Flow","description":"Complete checkout workflow for processing orders","version":1,"definition":{"steps":[{"stepId":"start","stepName":"Start","stepType":"START"},{"stepId":"validate-cart","stepName":"Validate Cart","stepType":"AUTOMATED","description":"Validate cart items and check inventory"},{"stepId":"payment","stepName":"Process Payment","stepType":"AUTOMATED","description":"Charge payment method","retryPolicy":{"maxAttempts":3,"backoffMs":1000}},{"stepId":"end","stepName":"End","stepType":"END"}],"transitions":[{"transitionId":"start-to-validate","fromStepId":"start","toStepId":"validate-cart","trigger":"auto"},{"transitionId":"validate-to-payment","fromStepId":"validate-cart","toStepId":"payment","trigger":"auto"},{"transitionId":"payment-to-end","fromStepId":"payment","toStepId":"end","trigger":"auto","activities":[{"activityName":"Send Order Confirmation","activityType":"SEND_EMAIL","config":{"to":"{{context.customerEmail}}","subject":"Order Confirmation #{{context.orderId}}","template":"order_confirmation"}}]}]},"enabled":true}}}},"responses":{"201":{"description":"Workflow definition created successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostResponses201ContentApplicationJsonSchema"},"example":{"data":{"id":"123e4567-e89b-12d3-a456-426614174000","workflowId":"checkout-flow","workflowName":"Checkout Flow","description":"Complete checkout workflow for processing orders","version":1,"definition":{"steps":[{"stepId":"start","stepName":"Start","stepType":"START"},{"stepId":"validate-cart","stepName":"Validate Cart","stepType":"AUTOMATED"},{"stepId":"payment","stepName":"Process Payment","stepType":"AUTOMATED"},{"stepId":"end","stepName":"End","stepType":"END"}],"transitions":[{"transitionId":"start-to-validate","fromStepId":"start","toStepId":"validate-cart","trigger":"auto"},{"transitionId":"validate-to-payment","fromStepId":"validate-cart","toStepId":"payment","trigger":"auto"},{"transitionId":"payment-to-end","fromStepId":"payment","toStepId":"end","trigger":"auto"}]},"enabled":true,"tenantId":"123e4567-e89b-12d3-a456-426614174001","organizationId":"123e4567-e89b-12d3-a456-426614174002","createdAt":"2025-12-08T10:00:00.000Z","updatedAt":"2025-12-08T10:00:00.000Z"},"message":"Workflow definition created successfully"}}}},"400":{"description":"Validation error - invalid workflow structure","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostResponses400ContentApplicationJsonSchema"},"example":{"error":"Validation failed","details":[{"code":"invalid_type","message":"Workflow must have at least START and END steps","path":["definition","steps"]}]}}}},"409":{"description":"Conflict - workflow with same ID and version already exists","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostResponses409ContentApplicationJsonSchema"},"example":{"error":"Workflow definition with ID \"checkout-flow\" and version 1 already exists"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/workflows/definitions\" \\\n  -H \"Accept: application/json\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"workflowId\\\": \\\"string\\\",\n  \\\"workflowName\\\": \\\"string\\\",\n  \\\"description\\\": null,\n  \\\"version\\\": 1,\n  \\\"definition\\\": {\n    \\\"steps\\\": [\n      {\n        \\\"stepId\\\": \\\"string\\\",\n        \\\"stepName\\\": \\\"string\\\",\n        \\\"stepType\\\": \\\"START\\\"\n      }\n    ],\n    \\\"transitions\\\": [\n      {\n        \\\"transitionId\\\": \\\"string\\\",\n        \\\"fromStepId\\\": \\\"string\\\",\n        \\\"toStepId\\\": \\\"string\\\",\n        \\\"trigger\\\": \\\"auto\\\",\n        \\\"continueOnActivityFailure\\\": false,\n        \\\"priority\\\": 0\n      }\n    ]\n  },\n  \\\"metadata\\\": null,\n  \\\"enabled\\\": true\n}\""}]}},"/api/workflows/events/{id}":{"get":{"operationId":"workflows_get_api_workflows_events_id","summary":"Get workflow event by ID","description":"Get detailed information about a specific workflow event","tags":["Workflows"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetParameters0Schema"}}],"responses":{"200":{"description":"Workflow event details","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"string","workflowInstanceId":"00000000-0000-4000-8000-000000000000","stepInstanceId":null,"eventType":"string","occurredAt":"string","userId":null,"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","workflowInstance":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Insufficient permissions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Workflow event not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/workflows/events/:id\" \\\n  -H \"Accept: application/json\""}]}},"/api/workflows/events":{"get":{"operationId":"workflows_get_api_workflows_events","summary":"List all workflow events","description":"Get a paginated list of all workflow events with filtering options","tags":["Workflows"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetParameters1Schema"},"example":1},{"name":"eventType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetParameters2Schema"},"example":"string"},{"name":"workflowInstanceId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetParameters3Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"userId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetParameters4Schema"},"example":"string"},{"name":"occurredAtFrom","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetParameters5Schema"},"example":"string"},{"name":"occurredAtTo","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetParameters6Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetParameters7Schema"},"example":"occurredAt"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetParameters8Schema"},"example":"asc"}],"responses":{"200":{"description":"List of workflow events","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","workflowInstanceId":"00000000-0000-4000-8000-000000000000","stepInstanceId":null,"eventType":"string","occurredAt":"string","userId":null,"workflowInstance":null}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Insufficient permissions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/workflows/events?page=1&pageSize=50&sortField=occurredAt&sortDir=desc\" \\\n  -H \"Accept: application/json\""}]}},"/api/workflows/instances/{id}/advance":{"post":{"operationId":"workflows_post_api_workflows_instances_id_advance","summary":"Manually advance workflow to next step","description":"Manually advance a workflow instance to the next step. Useful for manual progression, step-by-step testing, user-triggered transitions, and approval flows. Validates transitions and auto-progresses if possible.","tags":["Workflows"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdAdvancePostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdAdvancePostRequestBodyContentApplicationJsonSchema"},"example":{}}}},"responses":{"200":{"description":"Workflow advanced successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdAdvancePostResponses200ContentApplicationJsonSchema"},"example":{"data":{"instance":{"id":"00000000-0000-4000-8000-000000000000","status":"string","currentStepId":null,"previousStepId":null,"transitionFired":null}},"message":"string"}}}},"400":{"description":"Invalid request, no valid transitions, or workflow already completed/cancelled/failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdAdvancePostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdAdvancePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Insufficient permissions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdAdvancePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Workflow instance not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdAdvancePostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdAdvancePostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/workflows/instances/:id/advance\" \\\n  -H \"Accept: application/json\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}]}},"/api/workflows/instances/{id}/cancel":{"post":{"operationId":"workflows_post_api_workflows_instances_id_cancel","summary":"Cancel workflow instance","description":"Cancel a running or paused workflow instance. The workflow will be marked as CANCELLED and will not execute further.","tags":["Workflows"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostParameters0Schema"}}],"responses":{"200":{"description":"Workflow cancelled successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchema"},"example":{"data":{"id":"00000000-0000-4000-8000-000000000000","definitionId":"00000000-0000-4000-8000-000000000000","workflowId":"string","version":1,"status":"RUNNING","currentStepId":"string","correlationKey":null,"metadata":null,"startedAt":"string","completedAt":null,"pausedAt":null,"cancelledAt":null,"errorMessage":null,"errorDetails":null,"pendingTransition":null,"retryCount":1,"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","createdAt":"string","updatedAt":"string","deletedAt":null},"message":"string"}}}},"400":{"description":"Bad request - Workflow cannot be cancelled in current status","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden - Insufficient permissions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Workflow instance not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/workflows/instances/:id/cancel\" \\\n  -H \"Accept: application/json\""}]}},"/api/workflows/instances/{id}/events":{"get":{"operationId":"workflows_get_api_workflows_instances_id_events","summary":"Get workflow instance events","description":"Get a chronological list of events for a workflow instance. Events track all state changes, transitions, and activities.","tags":["Workflows"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdEventsGetParameters0Schema"}},{"name":"eventType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdEventsGetParameters1Schema"},"example":"string"},{"name":"limit","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdEventsGetParameters2Schema"},"example":1},{"name":"offset","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdEventsGetParameters3Schema"},"example":1}],"responses":{"200":{"description":"List of workflow events","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchema"},"example":{"data":[{"id":"string","workflowInstanceId":"00000000-0000-4000-8000-000000000000","stepInstanceId":null,"eventType":"string","occurredAt":"string","userId":null,"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000"}],"pagination":{"total":1,"limit":1,"offset":1,"hasMore":true}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdEventsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Workflow instance not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdEventsGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdEventsGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/workflows/instances/:id/events?limit=100&offset=0\" \\\n  -H \"Accept: application/json\""}]}},"/api/workflows/instances/{id}/retry":{"post":{"operationId":"workflows_post_api_workflows_instances_id_retry","summary":"Retry failed workflow instance","description":"Retry a failed workflow instance from its current step. The workflow will be reset to RUNNING status and execution will continue.","tags":["Workflows"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostParameters0Schema"}}],"responses":{"200":{"description":"Workflow retry initiated successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchema"},"example":{"data":{"instance":{"id":"00000000-0000-4000-8000-000000000000","definitionId":"00000000-0000-4000-8000-000000000000","workflowId":"string","version":1,"status":"RUNNING","currentStepId":"string","correlationKey":null,"metadata":null,"startedAt":"string","completedAt":null,"pausedAt":null,"cancelledAt":null,"errorMessage":null,"errorDetails":null,"pendingTransition":null,"retryCount":1,"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","createdAt":"string","updatedAt":"string","deletedAt":null},"execution":{"status":"RUNNING","currentStep":"string","events":[{"eventType":"string","occurredAt":"string"}],"executionTime":1}},"message":"string"}}}},"400":{"description":"Bad request - Workflow cannot be retried in current status or execution error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden - Insufficient permissions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Workflow instance not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/workflows/instances/:id/retry\" \\\n  -H \"Accept: application/json\""}]}},"/api/workflows/instances/{id}":{"get":{"operationId":"workflows_get_api_workflows_instances_id","summary":"Get workflow instance","description":"Get detailed information about a specific workflow instance including current state, context, and execution status.","tags":["Workflows"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetParameters0Schema"}}],"responses":{"200":{"description":"Workflow instance details","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchema"},"example":{"data":{"id":"00000000-0000-4000-8000-000000000000","definitionId":"00000000-0000-4000-8000-000000000000","workflowId":"string","version":1,"status":"RUNNING","currentStepId":"string","correlationKey":null,"metadata":null,"startedAt":"string","completedAt":null,"pausedAt":null,"cancelledAt":null,"errorMessage":null,"errorDetails":null,"pendingTransition":null,"retryCount":1,"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","createdAt":"string","updatedAt":"string","deletedAt":null}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Workflow instance not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/workflows/instances/:id\" \\\n  -H \"Accept: application/json\""}]}},"/api/workflows/instances/{id}/signal":{"post":{"operationId":"workflows_post_api_workflows_instances_id_signal","summary":"Send signal to specific workflow","description":"Sends a signal to a specific workflow instance waiting for a signal. The workflow must be in PAUSED status and waiting for the specified signal.","tags":["Workflows"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdSignalPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdSignalPostRequestBodyContentApplicationJsonSchema"},"example":{"signalName":"string"}}}},"responses":{"200":{"description":"Signal sent successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdSignalPostResponses200ContentApplicationJsonSchema"},"example":{"success":true,"message":"string"}}}},"400":{"description":"Invalid request body or signal name mismatch","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdSignalPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdSignalPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Insufficient permissions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdSignalPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Instance or definition not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdSignalPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Workflow not paused or not waiting for signal","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdSignalPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Internal server error or transition failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdSignalPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/workflows/instances/:id/signal\" \\\n  -H \"Accept: application/json\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"signalName\\\": \\\"string\\\"\n}\""}]}},"/api/workflows/instances":{"get":{"operationId":"workflows_get_api_workflows_instances","summary":"List workflow instances","description":"Get a list of workflow instances with optional filters. Supports pagination and filtering by status, workflowId, correlationKey, etc.","tags":["Workflows"],"parameters":[{"name":"workflowId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetParameters0Schema"},"example":"string"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetParameters1Schema"},"example":"RUNNING"},{"name":"correlationKey","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetParameters2Schema"},"example":"string"},{"name":"entityType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetParameters3Schema"},"example":"string"},{"name":"entityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetParameters4Schema"},"example":"string"},{"name":"limit","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetParameters5Schema"},"example":1},{"name":"offset","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetParameters6Schema"},"example":1}],"responses":{"200":{"description":"List of workflow instances","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchema"},"example":{"data":[{"id":"00000000-0000-4000-8000-000000000000","definitionId":"00000000-0000-4000-8000-000000000000","workflowId":"string","version":1,"status":"RUNNING","currentStepId":"string","correlationKey":null,"metadata":null,"startedAt":"string","completedAt":null,"pausedAt":null,"cancelledAt":null,"errorMessage":null,"errorDetails":null,"pendingTransition":null,"retryCount":1,"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","createdAt":"string","updatedAt":"string","deletedAt":null}],"pagination":{"total":1,"limit":1,"offset":1,"hasMore":true}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/workflows/instances?limit=50&offset=0\" \\\n  -H \"Accept: application/json\""}]},"post":{"operationId":"workflows_post_api_workflows_instances","summary":"Start workflow instance","description":"Start a new workflow instance from a workflow definition. The workflow will execute immediately.","tags":["Workflows"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostRequestBodyContentApplicationJsonSchema"},"example":{"workflowId":"string"}}},"description":"Workflow instance configuration including workflowId, initial context, and metadata."},"responses":{"201":{"description":"Workflow started successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchema"},"example":{"data":{"instance":{"id":"00000000-0000-4000-8000-000000000000","definitionId":"00000000-0000-4000-8000-000000000000","workflowId":"string","version":1,"status":"RUNNING","currentStepId":"string","correlationKey":null,"metadata":null,"startedAt":"string","completedAt":null,"pausedAt":null,"cancelledAt":null,"errorMessage":null,"errorDetails":null,"pendingTransition":null,"retryCount":1,"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","createdAt":"string","updatedAt":"string","deletedAt":null},"execution":{"status":"RUNNING","currentStep":"string","message":"string"}},"message":"string"}}}},"400":{"description":"Bad request - Validation failed or definition disabled/invalid","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden - Insufficient permissions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Workflow definition not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/workflows/instances\" \\\n  -H \"Accept: application/json\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"workflowId\\\": \\\"string\\\"\n}\""}]}},"/api/workflows/instances/validate-start":{"post":{"operationId":"workflows_post_api_workflows_instances_validate_start","summary":"Validate if workflow can be started","description":"Evaluates pre-conditions defined on the START step and returns validation errors with localized messages if any fail. Returns canStart: true/false with details.","tags":["Workflows"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesValidateStartPostRequestBodyContentApplicationJsonSchema"},"example":{"workflowId":"string"}}}},"responses":{"200":{"description":"Validation result (canStart, errors, validatedRules)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesValidateStartPostResponses200ContentApplicationJsonSchema"},"example":{"canStart":true,"workflowId":"string"}}}},"400":{"description":"Invalid request body or missing context","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesValidateStartPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesValidateStartPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesValidateStartPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/workflows/instances/validate-start\" \\\n  -H \"Accept: application/json\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"workflowId\\\": \\\"string\\\"\n}\""}]}},"/api/workflows/signals":{"post":{"operationId":"workflows_post_api_workflows_signals","summary":"Send signal to workflows by correlation key","description":"Sends a signal to all workflow instances waiting for the specified signal that match the correlation key. Returns the count of workflows that received the signal.","tags":["Workflows"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsSignalsPostRequestBodyContentApplicationJsonSchema"},"example":{"correlationKey":"string","signalName":"string"}}}},"responses":{"200":{"description":"Signal sent to matching workflows","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsSignalsPostResponses200ContentApplicationJsonSchema"},"example":{"success":true,"message":"string","count":1}}}},"400":{"description":"Missing tenant or organization context","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsSignalsPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsSignalsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Insufficient permissions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsSignalsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsSignalsPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/workflows/signals\" \\\n  -H \"Accept: application/json\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"correlationKey\\\": \\\"string\\\",\n  \\\"signalName\\\": \\\"string\\\"\n}\""}]}},"/api/workflows/tasks/{id}/claim":{"post":{"operationId":"workflows_post_api_workflows_tasks_id_claim","summary":"Claim a task from role queue","description":"Allows a user to claim a task assigned to their role(s). Once claimed, the task moves to IN_PROGRESS status and is assigned to the claiming user.","tags":["Workflows"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostParameters0Schema"}}],"responses":{"200":{"description":"Task claimed successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchema"},"example":{"data":{"id":"00000000-0000-4000-8000-000000000000","workflowInstanceId":"00000000-0000-4000-8000-000000000000","stepInstanceId":"00000000-0000-4000-8000-000000000000","taskName":"string","description":null,"status":"PENDING","formSchema":null,"formData":null,"assignedTo":null,"assignedToRoles":null,"claimedBy":null,"claimedAt":null,"dueDate":null,"escalatedAt":null,"escalatedTo":null,"completedBy":null,"completedAt":null,"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","createdAt":"string","updatedAt":"string"},"message":"string"}}}},"400":{"description":"Missing tenant or organization context","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Task not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Task already claimed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/workflows/tasks/:id/claim\" \\\n  -H \"Accept: application/json\""}]}},"/api/workflows/tasks/{id}/complete":{"post":{"operationId":"workflows_post_api_workflows_tasks_id_complete","summary":"Complete a task with form data","description":"Validates form data against task schema, updates task with completion data, merges form data into workflow context, and resumes workflow execution.","tags":["Workflows"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostRequestBodyContentApplicationJsonSchema"},"example":{"formData":{}}}}},"responses":{"200":{"description":"Task completed successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchema"},"example":{"data":{"id":"00000000-0000-4000-8000-000000000000","workflowInstanceId":"00000000-0000-4000-8000-000000000000","stepInstanceId":"00000000-0000-4000-8000-000000000000","taskName":"string","description":null,"status":"PENDING","formSchema":null,"formData":null,"assignedTo":null,"assignedToRoles":null,"claimedBy":null,"claimedAt":null,"dueDate":null,"escalatedAt":null,"escalatedTo":null,"completedBy":null,"completedAt":null,"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","createdAt":"string","updatedAt":"string"},"message":"string"}}}},"400":{"description":"Invalid request body, validation failed, or missing context","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Task not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Task already completed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/workflows/tasks/:id/complete\" \\\n  -H \"Accept: application/json\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"formData\\\": {}\n}\""}]}},"/api/workflows/tasks/{id}":{"get":{"operationId":"workflows_get_api_workflows_tasks_id","summary":"Get task details","description":"Returns complete details of a user task by ID.","tags":["Workflows"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetParameters0Schema"}}],"responses":{"200":{"description":"User task details","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchema"},"example":{"data":{"id":"00000000-0000-4000-8000-000000000000","workflowInstanceId":"00000000-0000-4000-8000-000000000000","stepInstanceId":"00000000-0000-4000-8000-000000000000","taskName":"string","description":null,"status":"PENDING","formSchema":null,"formData":null,"assignedTo":null,"assignedToRoles":null,"claimedBy":null,"claimedAt":null,"dueDate":null,"escalatedAt":null,"escalatedTo":null,"completedBy":null,"completedAt":null,"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","createdAt":"string","updatedAt":"string"}}}}},"400":{"description":"Missing tenant or organization context","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Task not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/workflows/tasks/:id\" \\\n  -H \"Accept: application/json\""}]}},"/api/workflows/tasks":{"get":{"operationId":"workflows_get_api_workflows_tasks","summary":"List user tasks","description":"Returns paginated list of user tasks with optional filtering by status, assignee, workflow instance, overdue, and myTasks flags.","tags":["Workflows"],"parameters":[{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetParameters0Schema"},"example":"string","description":"Filter by status (comma-separated for multiple: PENDING,IN_PROGRESS,COMPLETED,CANCELLED,ESCALATED)"},{"name":"assignedTo","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000","description":"Filter by assigned user ID"},{"name":"workflowInstanceId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000","description":"Filter by workflow instance ID"},{"name":"overdue","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetParameters3Schema"},"example":true,"description":"Filter overdue tasks (true/false)"},{"name":"myTasks","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetParameters4Schema"},"example":true,"description":"Show only tasks assigned to or claimable by current user"},{"name":"limit","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetParameters5Schema"},"example":1,"description":"Number of results (max 100)"},{"name":"offset","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetParameters6Schema"},"example":1,"description":"Pagination offset"}],"responses":{"200":{"description":"User tasks list with pagination","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchema"},"example":{"data":[{"id":"00000000-0000-4000-8000-000000000000","workflowInstanceId":"00000000-0000-4000-8000-000000000000","stepInstanceId":"00000000-0000-4000-8000-000000000000","taskName":"string","description":null,"status":"PENDING","formSchema":null,"formData":null,"assignedTo":null,"assignedToRoles":null,"claimedBy":null,"claimedAt":null,"dueDate":null,"escalatedAt":null,"escalatedTo":null,"completedBy":null,"completedAt":null,"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","createdAt":"string","updatedAt":"string"}],"pagination":{"total":1,"limit":1,"offset":1,"hasMore":true}}}}},"400":{"description":"Invalid query parameters or missing tenant context","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/workflows/tasks?limit=50&offset=0\" \\\n  -H \"Accept: application/json\""}]}},"/api/search/embeddings/reindex/cancel":{"post":{"operationId":"search_post_api_search_embeddings_reindex_cancel","summary":"Cancel vector reindex","description":"Cancels an in-progress vector reindex operation.\n\nRequires features: search.embeddings.manage","tags":["Search"],"parameters":[],"responses":{"200":{"description":"Cancel result","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexCancelPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"jobsRemoved":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexCancelPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexCancelPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/search/embeddings/reindex/cancel\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["search.embeddings.manage"],"x-require-auth":true}},"/api/search/embeddings/reindex":{"post":{"operationId":"search_post_api_search_embeddings_reindex","summary":"Trigger vector reindex","description":"Starts a vector embedding reindex operation.\n\nRequires features: search.embeddings.manage","tags":["Search"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexPostRequestBodyContentApplicationJsonSchema"},"example":{}}}},"responses":{"200":{"description":"Reindex result","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"409":{"description":"Reindex already in progress","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchema"},"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/DocPathsApiSearchEmbeddingsReindexPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Search indexer unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexPostResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/search/embeddings/reindex\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}],"x-require-features":["search.embeddings.manage"],"x-require-auth":true}},"/api/search/embeddings":{"get":{"operationId":"search_get_api_search_embeddings","summary":"Get embeddings configuration","description":"Returns current embedding provider and model configuration.\n\nRequires features: search.embeddings.view","tags":["Search"],"parameters":[],"responses":{"200":{"description":"Embeddings settings","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiSearchEmbeddingsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/search/embeddings\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["search.embeddings.view"],"x-require-auth":true},"post":{"operationId":"search_post_api_search_embeddings","summary":"Update embeddings configuration","description":"Updates the embedding provider and model settings.\n\nRequires features: search.embeddings.manage","tags":["Search"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostRequestBodyContentApplicationJsonSchema"},"example":{}}}},"responses":{"200":{"description":"Updated settings","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchema"},"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/DocPathsApiSearchEmbeddingsPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"409":{"description":"Auto-indexing disabled via environment","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Update failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Configuration service unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/search/embeddings\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}],"x-require-features":["search.embeddings.manage"],"x-require-auth":true}},"/api/search/index":{"get":{"operationId":"search_get_api_search_index","summary":"List vector index entries","description":"Returns paginated list of entries in the vector search index.\n\nRequires features: search.view","tags":["Search"],"parameters":[{"name":"entityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSearchIndexGetParameters0Schema"},"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/DocPathsApiSearchIndexGetParameters1Schema"},"example":1,"description":"Maximum entries to return (default: 50, max: 200)"},{"name":"offset","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSearchIndexGetParameters2Schema"},"example":1,"description":"Offset for pagination (default: 0)"}],"responses":{"200":{"description":"Index entries","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchIndexGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiSearchIndexGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchIndexGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Failed to fetch index","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchIndexGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Vector strategy unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchIndexGetResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/search/index\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["search.view"],"x-require-auth":true},"delete":{"operationId":"search_delete_api_search_index","summary":"Purge vector index","description":"Purges entries from the vector search index. Requires confirmAll=true when purging all entities.\n\nRequires features: search.embeddings.manage","tags":["Search"],"parameters":[{"name":"entityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSearchIndexDeleteParameters0Schema"},"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/DocPathsApiSearchIndexDeleteParameters1Schema"},"example":"true","description":"Required when purging all entities"}],"responses":{"200":{"description":"Purge result","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchIndexDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Missing confirmAll parameter","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchIndexDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchIndexDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchIndexDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Purge failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchIndexDeleteResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Search indexer unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchIndexDeleteResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/search/index\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["search.embeddings.manage"],"x-require-auth":true}},"/api/search/reindex/cancel":{"post":{"operationId":"search_post_api_search_reindex_cancel","summary":"Cancel fulltext reindex","description":"Cancels an in-progress fulltext reindex operation.\n\nRequires features: search.reindex","tags":["Search"],"parameters":[],"responses":{"200":{"description":"Cancel result","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchReindexCancelPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"jobsRemoved":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchReindexCancelPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchReindexCancelPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/search/reindex/cancel\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["search.reindex"],"x-require-auth":true}},"/api/search/reindex":{"post":{"operationId":"search_post_api_search_reindex","summary":"Trigger fulltext reindex","description":"Starts a fulltext (Meilisearch) reindex operation. Can clear, recreate, or fully reindex.\n\nRequires features: search.reindex","tags":["Search"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostRequestBodyContentApplicationJsonSchema"},"example":{}}}},"responses":{"200":{"description":"Reindex result","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"action":"clear","entityId":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"409":{"description":"Reindex already in progress","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostResponses409ContentApplicationJsonSchema"},"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/DocPathsApiSearchReindexPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Search service unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/search/reindex\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}],"x-require-features":["search.reindex"],"x-require-auth":true}},"/api/search/search/global":{"get":{"operationId":"search_get_api_search_search_global","summary":"Global search (Cmd+K)","description":"Performs a global search using saved tenant strategies. Does NOT accept strategies from URL.\n\nRequires features: search.view","tags":["Search"],"parameters":[{"name":"q","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGlobalGetParameters0Schema"},"example":"string","description":"Search query (required)"},{"name":"limit","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGlobalGetParameters1Schema"},"example":1,"description":"Maximum results to return (default: 50, max: 100)"},{"name":"entityTypes","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGlobalGetParameters2Schema"},"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/DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiSearchSearchGlobalGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGlobalGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGlobalGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Search failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGlobalGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Search service unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGlobalGetResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/search/search/global?q=string\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["search.view"],"x-require-auth":true}},"/api/search/search":{"get":{"operationId":"search_get_api_search_search","summary":"Search across all indexed entities","description":"Performs a search using configured strategies (fulltext, vector, tokens). Use for search playground.\n\nRequires features: search.view","tags":["Search"],"parameters":[{"name":"q","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGetParameters0Schema"},"example":"string","description":"Search query (required)"},{"name":"limit","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGetParameters1Schema"},"example":1,"description":"Maximum results to return (default: 50, max: 100)"},{"name":"strategies","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGetParameters2Schema"},"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/DocPathsApiSearchSearchGetParameters3Schema"},"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/DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiSearchSearchGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Search failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Search service unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGetResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/search/search?q=string\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["search.view"],"x-require-auth":true}},"/api/search/settings/fulltext":{"get":{"operationId":"search_get_api_search_settings_fulltext","summary":"Get fulltext search configuration","description":"Returns Meilisearch configuration status and index statistics.\n\nRequires features: search.view","tags":["Search"],"parameters":[],"responses":{"200":{"description":"Fulltext settings","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiSearchSettingsFulltextGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsFulltextGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/search/settings/fulltext\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["search.view"],"x-require-auth":true}},"/api/search/settings/global-search":{"get":{"operationId":"search_get_api_search_settings_global_search","summary":"Get global search strategies","description":"Returns the enabled strategies for Cmd+K global search.\n\nRequires features: search.view","tags":["Search"],"parameters":[],"responses":{"200":{"description":"Global search settings","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGlobalSearchGetResponses200ContentApplicationJsonSchema"},"example":{"enabledStrategies":["fulltext"]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGlobalSearchGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGlobalSearchGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/search/settings/global-search\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["search.view"],"x-require-auth":true},"post":{"operationId":"search_post_api_search_settings_global_search","summary":"Update global search strategies","description":"Sets which strategies are enabled for Cmd+K global search.\n\nRequires features: search.manage","tags":["Search"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGlobalSearchPostRequestBodyContentApplicationJsonSchema"},"example":{"enabledStrategies":["fulltext"]}}}},"responses":{"200":{"description":"Updated settings","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGlobalSearchPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"enabledStrategies":["fulltext"]}}}},"400":{"description":"Invalid request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGlobalSearchPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGlobalSearchPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGlobalSearchPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Internal error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGlobalSearchPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["search.manage"],"x-require-auth":true}},"/api/search/settings":{"get":{"operationId":"search_get_api_search_settings","summary":"Get search settings and status","description":"Returns search module configuration, available strategies, and reindex lock status.\n\nRequires features: search.view","tags":["Search"],"parameters":[],"responses":{"200":{"description":"Search settings","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiSearchSettingsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/search/settings\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["search.view"],"x-require-auth":true}},"/api/search/settings/vector-store":{"get":{"operationId":"search_get_api_search_settings_vector_store","summary":"Get vector store configuration","description":"Returns vector store configuration status.\n\nRequires features: search.view","tags":["Search"],"parameters":[],"responses":{"200":{"description":"Vector store settings","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchema"},"example":{"currentDriver":"pgvector","configured":true,"drivers":[{"id":"pgvector","name":"string","configured":true,"implemented":true,"envVars":[{"name":"string","set":true,"hint":"string"}]}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsVectorStoreGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsVectorStoreGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/search/settings/vector-store\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["search.view"],"x-require-auth":true}},"/api/currencies/currencies/options":{"get":{"operationId":"currencies_get_api_currencies_currencies_options","summary":"List currency options","description":"Returns currencies formatted for select inputs.\n\nRequires features: currencies.view","tags":["Currencies"],"parameters":[{"name":"q","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesOptionsGetParameters0Schema"},"example":"string"},{"name":"query","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesOptionsGetParameters1Schema"},"example":"string"},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesOptionsGetParameters2Schema"},"example":"string"},{"name":"includeInactive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesOptionsGetParameters3Schema"},"example":"true"},{"name":"limit","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesOptionsGetParameters4Schema"},"example":1}],"responses":{"200":{"description":"Option list","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesOptionsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"value":"string","label":"string"}]}}}},"400":{"description":"Invalid query","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesOptionsGetResponses400ContentApplicationJsonSchema"},"example":{"items":[]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesOptionsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesOptionsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/currencies/currencies/options?limit=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["currencies.view"],"x-require-auth":true}},"/api/currencies/currencies":{"get":{"operationId":"currencies_get_api_currencies_currencies","summary":"List currencies","description":"Returns a paginated collection of currencies scoped to the authenticated organization.\n\nRequires features: currencies.view","tags":["Currencies"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetParameters0Schema"},"example":"string"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetParameters1Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetParameters2Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetParameters3Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetParameters4Schema"},"example":"code"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetParameters5Schema"},"example":"asc"},{"name":"isBase","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetParameters6Schema"},"example":"true"},{"name":"isActive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetParameters7Schema"},"example":"true"},{"name":"code","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetParameters8Schema"},"example":"string"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetParameters9Schema"},"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/DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiCurrenciesCurrenciesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/currencies/currencies?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["currencies.view"],"x-require-auth":true},"post":{"operationId":"currencies_post_api_currencies_currencies","summary":"Create currency","description":"Creates a new currency.\n\nRequires features: currencies.manage","tags":["Currencies"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiCurrenciesCurrenciesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["currencies.manage"],"x-require-auth":true},"put":{"operationId":"currencies_put_api_currencies_currencies","summary":"Update currency","description":"Updates an existing currency by id.\n\nRequires features: currencies.manage","tags":["Currencies"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiCurrenciesCurrenciesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/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-features":["currencies.manage"],"x-require-auth":true},"delete":{"operationId":"currencies_delete_api_currencies_currencies","summary":"Delete currency","description":"Deletes a currency by id.\n\nRequires features: currencies.manage","tags":["Currencies"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesDeleteRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiCurrenciesCurrenciesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/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-features":["currencies.manage"],"x-require-auth":true}},"/api/currencies/exchange-rates":{"get":{"operationId":"currencies_get_api_currencies_exchange_rates","summary":"List exchangerates","description":"Returns a paginated collection of exchangerates scoped to the authenticated organization.\n\nRequires features: currencies.rates.view","tags":["Currencies"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetParameters1Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetParameters2Schema"},"example":1},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetParameters3Schema"},"example":"fromCurrencyCode"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetParameters4Schema"},"example":"asc"},{"name":"fromCurrencyCode","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetParameters5Schema"},"example":"string"},{"name":"toCurrencyCode","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetParameters6Schema"},"example":"string"},{"name":"isActive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetParameters7Schema"},"example":"true"},{"name":"source","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetParameters8Schema"},"example":"string"},{"name":"type","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetParameters9Schema"},"example":"buy"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetParameters10Schema"},"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/DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiCurrenciesExchangeRatesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/currencies/exchange-rates?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["currencies.rates.view"],"x-require-auth":true},"post":{"operationId":"currencies_post_api_currencies_exchange_rates","summary":"Create exchangerate","description":"Creates a new exchange rate.\n\nRequires features: currencies.rates.manage","tags":["Currencies"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiCurrenciesExchangeRatesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["currencies.rates.manage"],"x-require-auth":true},"put":{"operationId":"currencies_put_api_currencies_exchange_rates","summary":"Update exchangerate","description":"Updates an existing exchange rate by id.\n\nRequires features: currencies.rates.manage","tags":["Currencies"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiCurrenciesExchangeRatesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/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-features":["currencies.rates.manage"],"x-require-auth":true},"delete":{"operationId":"currencies_delete_api_currencies_exchange_rates","summary":"Delete exchangerate","description":"Deletes an exchange rate by id.\n\nRequires features: currencies.rates.manage","tags":["Currencies"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesDeleteRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiCurrenciesExchangeRatesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/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-features":["currencies.rates.manage"],"x-require-auth":true}},"/api/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/DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiCurrenciesFetchConfigsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/currencies/fetch-configs\" \\\n  -H \"Accept: application/json\""}]},"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/DocPathsApiCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchema"},"example":{"provider":"NBP","isEnabled":false,"syncTime":null,"config":null}}}},"responses":{"201":{"description":"Currency fetch configuration created successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchema"},"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/DocPathsApiCurrenciesFetchConfigsPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/currencies/fetch-configs\" \\\n  -H \"Accept: application/json\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"provider\\\": \\\"NBP\\\",\n  \\\"isEnabled\\\": false,\n  \\\"syncTime\\\": null,\n  \\\"config\\\": null\n}\""}]},"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/DocPathsApiCurrenciesFetchConfigsPutRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchema"},"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/DocPathsApiCurrenciesFetchConfigsPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/currencies/fetch-configs\" \\\n  -H \"Accept: application/json\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"syncTime\\\": null,\n  \\\"config\\\": null,\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}]},"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/DocPathsApiCurrenciesFetchConfigsDeleteParameters0Schema"},"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/DocPathsApiCurrenciesFetchConfigsDeleteResponses200ContentApplicationJsonSchema"},"example":{"success":true}}}},"400":{"description":"Bad request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/currencies/fetch-configs?id=00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\""}]}},"/api/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/DocPathsApiCurrenciesFetchRatesPostRequestBodyContentApplicationJsonSchema"},"example":{}}}},"responses":{"200":{"description":"Currency rates fetched successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchRatesPostResponses200ContentApplicationJsonSchema"},"example":{"totalFetched":1,"byProvider":{"key":{"count":1}},"errors":["string"]}}}},"400":{"description":"Bad request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchRatesPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchRatesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchRatesPostResponses500ContentApplicationJsonSchema"},"example":{"totalFetched":1,"byProvider":{"key":{"count":1}},"errors":["string"]}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/currencies/fetch-rates\" \\\n  -H \"Accept: application/json\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}]}},"/api/resources/resources/tags/assign":{"post":{"operationId":"resources_post_api_resources_resources_tags_assign","summary":"Assign resource tag","description":"Assigns a tag to a resources resource.\n\nRequires features: resources.manage_resources","tags":["Resources"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiResourcesResourcesTagsAssignPostRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiResourcesResourcesTagsAssignPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiResourcesResourcesTagsAssignPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiResourcesResourcesTagsAssignPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiResourcesResourcesTagsAssignPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["resources.manage_resources"],"x-require-auth":true}},"/api/resources/resources/tags/unassign":{"post":{"operationId":"resources_post_api_resources_resources_tags_unassign","summary":"Unassign resource tag","description":"Removes a tag from a resources resource.\n\nRequires features: resources.manage_resources","tags":["Resources"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiResourcesResourcesTagsUnassignPostRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiResourcesResourcesTagsUnassignPostResponses200ContentApplicationJsonSchema"},"example":{"id":null}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiResourcesResourcesTagsUnassignPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiResourcesResourcesTagsUnassignPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiResourcesResourcesTagsUnassignPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["resources.manage_resources"],"x-require-auth":true}},"/api/staff/leave-requests/accept":{"post":{"operationId":"staff_post_api_staff_leave_requests_accept","summary":"Approve leave request","description":"Approves a leave request and adds unavailability rules for the staff member.\n\nRequires features: staff.leave_requests.manage","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsAcceptPostRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","decisionComment":null,"decidedByUserId":null}}}},"responses":{"200":{"description":"Leave request approved","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsAcceptPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"id":null}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsAcceptPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsAcceptPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsAcceptPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["staff.leave_requests.manage"],"x-require-auth":true}},"/api/staff/leave-requests/reject":{"post":{"operationId":"staff_post_api_staff_leave_requests_reject","summary":"Reject leave request","description":"Rejects a leave request with an optional comment.\n\nRequires features: staff.leave_requests.manage","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsRejectPostRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","decisionComment":null,"decidedByUserId":null}}}},"responses":{"200":{"description":"Leave request rejected","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsRejectPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"id":null}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsRejectPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsRejectPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsRejectPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["staff.leave_requests.manage"],"x-require-auth":true}},"/api/staff/team-members/self":{"get":{"operationId":"staff_get_api_staff_team_members_self","summary":"Get current user team member profile","description":"Returns the staff team member linked to the current user, if any.\n\nRequires features: staff.leave_requests.send","tags":["Staff"],"parameters":[],"responses":{"200":{"description":"Team member profile","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchema"},"example":{"member":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersSelfGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersSelfGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/staff/team-members/self\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["staff.leave_requests.send"],"x-require-auth":true},"post":{"operationId":"staff_post_api_staff_team_members_self","summary":"Create current user team member profile","description":"Creates a team member profile for the signed-in user.\n\nRequires features: staff.leave_requests.send","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersSelfPostRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiStaffTeamMembersSelfPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersSelfPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersSelfPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersSelfPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"409":{"description":"Already exists","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersSelfPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["staff.leave_requests.send"],"x-require-auth":true}},"/api/staff/team-members/tags/assign":{"post":{"operationId":"staff_post_api_staff_team_members_tags_assign","summary":"Assign team member tag","description":"Assigns a tag to a staff team member.\n\nRequires features: staff.manage_team","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersTagsAssignPostRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiStaffTeamMembersTagsAssignPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersTagsAssignPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersTagsAssignPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersTagsAssignPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["staff.manage_team"],"x-require-auth":true}},"/api/staff/team-members/tags/unassign":{"post":{"operationId":"staff_post_api_staff_team_members_tags_unassign","summary":"Unassign team member tag","description":"Removes a tag from a staff team member.\n\nRequires features: staff.manage_team","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersTagsUnassignPostRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiStaffTeamMembersTagsUnassignPostResponses200ContentApplicationJsonSchema"},"example":{"id":null}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersTagsUnassignPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersTagsUnassignPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersTagsUnassignPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["staff.manage_team"],"x-require-auth":true}},"/api/events":{"get":{"operationId":"events_get_api_events","summary":"List declared events","description":"Returns every declared event. Filters: category, module, excludeTriggerExcluded (default true).","tags":["Events"],"parameters":[],"responses":{"200":{"description":"Declared events","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEventsGetResponses200ContentApplicationJsonSchema"},"example":{"data":[{"id":"string","label":"string"}],"total":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEventsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/events\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/api/events/stream":{"get":{"operationId":"events_get_api_events_stream","summary":"GET /api/events/stream","tags":["Events"],"parameters":[],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEventsStreamGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEventsStreamGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/events/stream\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/api/notifications/{id}/action":{"post":{"operationId":"notifications_post_api_notifications_id_action","summary":"POST /api/notifications/{id}/action","tags":["Notifications"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsIdActionPostParameters0Schema"}}],"responses":{"201":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsIdActionPostResponses201ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsIdActionPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/notifications/:id/action\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/api/notifications/{id}/dismiss":{"put":{"operationId":"notifications_put_api_notifications_id_dismiss","summary":"PUT /api/notifications/{id}/dismiss","tags":["Notifications"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsIdDismissPutParameters0Schema"}}],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsIdDismissPutResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsIdDismissPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/notifications/:id/dismiss\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/api/notifications/{id}/read":{"put":{"operationId":"notifications_put_api_notifications_id_read","summary":"PUT /api/notifications/{id}/read","tags":["Notifications"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsIdReadPutParameters0Schema"}}],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsIdReadPutResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsIdReadPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/notifications/:id/read\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/api/notifications/{id}/restore":{"put":{"operationId":"notifications_put_api_notifications_id_restore","summary":"PUT /api/notifications/{id}/restore","tags":["Notifications"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsIdRestorePutParameters0Schema"}}],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsIdRestorePutResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsIdRestorePutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/notifications/:id/restore\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/api/notifications/batch":{"post":{"operationId":"notifications_post_api_notifications_batch","summary":"POST /api/notifications/batch","description":"Requires features: notifications.create","tags":["Notifications"],"parameters":[],"responses":{"201":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsBatchPostResponses201ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsBatchPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsBatchPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/notifications/batch\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["notifications.create"],"x-require-auth":true}},"/api/notifications/feature":{"post":{"operationId":"notifications_post_api_notifications_feature","summary":"POST /api/notifications/feature","description":"Requires features: notifications.create","tags":["Notifications"],"parameters":[],"responses":{"201":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsFeaturePostResponses201ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsFeaturePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsFeaturePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/notifications/feature\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["notifications.create"],"x-require-auth":true}},"/api/notifications/mark-all-read":{"put":{"operationId":"notifications_put_api_notifications_mark_all_read","summary":"PUT /api/notifications/mark-all-read","tags":["Notifications"],"parameters":[],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsMarkAllReadPutResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsMarkAllReadPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/notifications/mark-all-read\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/api/notifications/role":{"post":{"operationId":"notifications_post_api_notifications_role","summary":"POST /api/notifications/role","description":"Requires features: notifications.create","tags":["Notifications"],"parameters":[],"responses":{"201":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsRolePostResponses201ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsRolePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsRolePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/notifications/role\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["notifications.create"],"x-require-auth":true}},"/api/notifications":{"get":{"operationId":"notifications_get_api_notifications","summary":"List notifications","description":"Returns a paginated collection of notifications.","tags":["Notifications"],"parameters":[{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetParameters0Schema"},"example":"unread"},{"name":"type","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetParameters1Schema"},"example":"string"},{"name":"severity","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetParameters2Schema"},"example":"info"},{"name":"sourceEntityType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetParameters3Schema"},"example":"string"},{"name":"sourceEntityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetParameters4Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"since","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetParameters5Schema"},"example":"string"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetParameters6Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetParameters7Schema"},"example":1},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetParameters8Schema"},"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/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiNotificationsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/notifications?page=1&pageSize=20\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"notifications_post_api_notifications","summary":"Create notification","description":"Creates a notification for a user.\n\nRequires features: notifications.create","tags":["Notifications"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiNotificationsPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["notifications.create"],"x-require-auth":true}},"/api/notifications/settings":{"get":{"operationId":"notifications_get_api_notifications_settings","summary":"GET /api/notifications/settings","description":"Requires features: notifications.manage","tags":["Notifications"],"parameters":[],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsSettingsGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsSettingsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsSettingsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/notifications/settings\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["notifications.manage"],"x-require-auth":true},"post":{"operationId":"notifications_post_api_notifications_settings","summary":"POST /api/notifications/settings","description":"Requires features: notifications.manage","tags":["Notifications"],"parameters":[],"responses":{"201":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsSettingsPostResponses201ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsSettingsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsSettingsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/notifications/settings\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["notifications.manage"],"x-require-auth":true}},"/api/notifications/unread-count":{"get":{"operationId":"notifications_get_api_notifications_unread_count","summary":"GET /api/notifications/unread-count","tags":["Notifications"],"parameters":[],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsUnreadCountGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiNotificationsUnreadCountGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/notifications/unread-count\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/api/progress/active":{"get":{"operationId":"progress_get_api_progress_active","summary":"GET /api/progress/active","tags":["Progress"],"parameters":[],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProgressActiveGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProgressActiveGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/progress/active\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/api/progress/jobs/{id}":{"get":{"operationId":"progress_get_api_progress_jobs_id","summary":"GET /api/progress/jobs/{id}","tags":["Progress"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiProgressJobsIdGetParameters0Schema"}}],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProgressJobsIdGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProgressJobsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/progress/jobs/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"put":{"operationId":"progress_put_api_progress_jobs_id","summary":"PUT /api/progress/jobs/{id}","description":"Requires features: progress.update","tags":["Progress"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiProgressJobsIdPutParameters0Schema"}}],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProgressJobsIdPutResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProgressJobsIdPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProgressJobsIdPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/progress/jobs/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["progress.update"],"x-require-auth":true},"delete":{"operationId":"progress_delete_api_progress_jobs_id","summary":"DELETE /api/progress/jobs/{id}","description":"Requires features: progress.cancel","tags":["Progress"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiProgressJobsIdDeleteParameters0Schema"}}],"responses":{"204":{"description":"Success"},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProgressJobsIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProgressJobsIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/progress/jobs/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["progress.cancel"],"x-require-auth":true}},"/api/progress/jobs":{"get":{"operationId":"progress_get_api_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/DocPathsApiProgressJobsGetParameters0Schema"},"example":"string"},{"name":"jobType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetParameters1Schema"},"example":"string"},{"name":"parentJobId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"includeCompleted","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetParameters3Schema"},"example":"true"},{"name":"completedSince","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetParameters4Schema"},"example":"string"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetParameters5Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetParameters6Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetParameters7Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetParameters8Schema"},"example":"createdAt"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetParameters9Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetParameters10Schema"},"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/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiProgressJobsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/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_api_progress_jobs","summary":"Create progressjob","description":"Creates a new progress job for tracking a long-running operation.\n\nRequires features: progress.create","tags":["Progress"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProgressJobsPostRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiProgressJobsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProgressJobsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProgressJobsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["progress.create"],"x-require-auth":true}},"/api/integrations/{id}/credentials":{"get":{"operationId":"integrations_get_api_integrations_id_credentials","summary":"Get or save integration credentials","description":"Requires features: integrations.credentials.manage","tags":["Integrations"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsIdCredentialsGetParameters0Schema"}}],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsIdCredentialsGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsIdCredentialsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsIdCredentialsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/integrations/:id/credentials\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["integrations.credentials.manage"],"x-require-auth":true},"put":{"operationId":"integrations_put_api_integrations_id_credentials","summary":"Get or save integration credentials","description":"Requires features: integrations.credentials.manage","tags":["Integrations"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsIdCredentialsPutParameters0Schema"}}],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsIdCredentialsPutResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsIdCredentialsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsIdCredentialsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/integrations/:id/credentials\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["integrations.credentials.manage"],"x-require-auth":true}},"/api/integrations/{id}/health":{"post":{"operationId":"integrations_post_api_integrations_id_health","summary":"Run health check for an integration","description":"Requires features: integrations.manage","tags":["Integrations"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsIdHealthPostParameters0Schema"}}],"responses":{"201":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsIdHealthPostResponses201ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsIdHealthPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsIdHealthPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/integrations/:id/health\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["integrations.manage"],"x-require-auth":true}},"/api/integrations/{id}":{"get":{"operationId":"integrations_get_api_integrations_id","summary":"Get integration detail","description":"Requires features: integrations.view","tags":["Integrations"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsIdGetParameters0Schema"}}],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsIdGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/integrations/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["integrations.view"],"x-require-auth":true}},"/api/integrations/{id}/state":{"put":{"operationId":"integrations_put_api_integrations_id_state","summary":"Update integration state","description":"Requires features: integrations.manage","tags":["Integrations"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsIdStatePutParameters0Schema"}}],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsIdStatePutResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsIdStatePutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsIdStatePutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/integrations/:id/state\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["integrations.manage"],"x-require-auth":true}},"/api/integrations/{id}/version":{"put":{"operationId":"integrations_put_api_integrations_id_version","summary":"Change integration API version","description":"Requires features: integrations.manage","tags":["Integrations"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsIdVersionPutParameters0Schema"}}],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsIdVersionPutResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsIdVersionPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsIdVersionPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/integrations/:id/version\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["integrations.manage"],"x-require-auth":true}},"/api/integrations/logs":{"get":{"operationId":"integrations_get_api_integrations_logs","summary":"List integration logs","description":"Requires features: integrations.manage","tags":["Integrations"],"parameters":[],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsLogsGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsLogsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsLogsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/integrations/logs\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["integrations.manage"],"x-require-auth":true}},"/api/integrations":{"get":{"operationId":"integrations_get_api_integrations","summary":"List integrations","description":"Returns a paginated collection of integrations.\n\nRequires features: integrations.view","tags":["Integrations"],"parameters":[{"name":"q","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetParameters0Schema"},"example":"string"},{"name":"category","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetParameters1Schema"},"example":"string"},{"name":"bundleId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetParameters2Schema"},"example":"string"},{"name":"isEnabled","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetParameters3Schema"},"example":true},{"name":"healthStatus","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetParameters4Schema"},"example":"healthy"},{"name":"sort","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetParameters5Schema"},"example":"title"},{"name":"order","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetParameters6Schema"},"example":"asc"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetParameters7Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetParameters8Schema"},"example":1},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetParameters9Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated integrations","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","title":"string","description":null,"category":null,"tags":["string"],"hub":null,"providerKey":null,"bundleId":null,"author":null,"company":null,"version":null,"hasCredentials":true,"isEnabled":true,"apiVersion":null,"healthStatus":"healthy","lastHealthCheckedAt":null,"lastHealthLatencyMs":null,"enabledAt":null,"analytics":{"lastActivityAt":null,"totalCount":1,"errorCount":1,"errorRate":1,"dailyCounts":[1]}}],"total":1,"totalPages":1,"bundles":[{"id":"string","title":"string","description":"string","icon":null,"integrationCount":1,"enabledCount":1}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/integrations?order=asc&page=1&pageSize=100\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["integrations.view"],"x-require-auth":true}},"/api/data_sync/mappings/{id}":{"get":{"operationId":"data_sync_get_api_data_sync_mappings_id","summary":"Get, update, or delete a field mapping","description":"Requires features: data_sync.configure","tags":["Data Sync"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncMappingsIdGetParameters0Schema"}}],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncMappingsIdGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncMappingsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncMappingsIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/data_sync/mappings/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["data_sync.configure"],"x-require-auth":true},"put":{"operationId":"data_sync_put_api_data_sync_mappings_id","summary":"Get, update, or delete a field mapping","description":"Requires features: data_sync.configure","tags":["Data Sync"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncMappingsIdPutParameters0Schema"}}],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncMappingsIdPutResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncMappingsIdPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncMappingsIdPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/data_sync/mappings/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["data_sync.configure"],"x-require-auth":true},"delete":{"operationId":"data_sync_delete_api_data_sync_mappings_id","summary":"Get, update, or delete a field mapping","description":"Requires features: data_sync.configure","tags":["Data Sync"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncMappingsIdDeleteParameters0Schema"}}],"responses":{"204":{"description":"Success"},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncMappingsIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncMappingsIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/data_sync/mappings/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["data_sync.configure"],"x-require-auth":true}},"/api/data_sync/mappings":{"get":{"operationId":"data_sync_get_api_data_sync_mappings","summary":"List or create field mappings","description":"Requires features: data_sync.configure","tags":["Data Sync"],"parameters":[],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncMappingsGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncMappingsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncMappingsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/data_sync/mappings\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["data_sync.configure"],"x-require-auth":true},"post":{"operationId":"data_sync_post_api_data_sync_mappings","summary":"List or create field mappings","description":"Requires features: data_sync.configure","tags":["Data Sync"],"parameters":[],"responses":{"201":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncMappingsPostResponses201ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncMappingsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncMappingsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/data_sync/mappings\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["data_sync.configure"],"x-require-auth":true}},"/api/data_sync/runs/{id}":{"get":{"operationId":"data_sync_get_api_data_sync_runs_id","summary":"Get sync run detail","description":"Requires features: data_sync.view","tags":["Data Sync"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncRunsIdGetParameters0Schema"}}],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncRunsIdGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncRunsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncRunsIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/data_sync/runs/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["data_sync.view"],"x-require-auth":true}},"/api/data_sync/schedules/{id}":{"get":{"operationId":"data_sync_get_api_data_sync_schedules_id","summary":"Manage a sync schedule","description":"Requires features: data_sync.configure","tags":["Data Sync"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncSchedulesIdGetParameters0Schema"}}],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncSchedulesIdGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncSchedulesIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncSchedulesIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/data_sync/schedules/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["data_sync.configure"],"x-require-auth":true},"put":{"operationId":"data_sync_put_api_data_sync_schedules_id","summary":"Manage a sync schedule","description":"Requires features: data_sync.configure","tags":["Data Sync"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncSchedulesIdPutParameters0Schema"}}],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncSchedulesIdPutResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncSchedulesIdPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncSchedulesIdPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/data_sync/schedules/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["data_sync.configure"],"x-require-auth":true},"delete":{"operationId":"data_sync_delete_api_data_sync_schedules_id","summary":"Manage a sync schedule","description":"Requires features: data_sync.configure","tags":["Data Sync"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncSchedulesIdDeleteParameters0Schema"}}],"responses":{"204":{"description":"Success"},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncSchedulesIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncSchedulesIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/data_sync/schedules/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["data_sync.configure"],"x-require-auth":true}},"/api/data_sync/schedules":{"get":{"operationId":"data_sync_get_api_data_sync_schedules","summary":"List or create sync schedules","description":"Requires features: data_sync.configure","tags":["Data Sync"],"parameters":[],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncSchedulesGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncSchedulesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncSchedulesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/data_sync/schedules\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["data_sync.configure"],"x-require-auth":true},"post":{"operationId":"data_sync_post_api_data_sync_schedules","summary":"List or create sync schedules","description":"Requires features: data_sync.configure","tags":["Data Sync"],"parameters":[],"responses":{"201":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncSchedulesPostResponses201ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncSchedulesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiDataSyncSchedulesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/data_sync/schedules\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["data_sync.configure"],"x-require-auth":true}},"/api/messages/{id}/actions/{actionId}":{"post":{"operationId":"messages_post_api_messages_id_actions_actionId","summary":"Execute message action","description":"Requires features: messages.actions","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdActionsActionIdPostParameters0Schema"}},{"name":"actionId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdActionsActionIdPostParameters1Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdActionsActionIdPostRequestBodyContentApplicationJsonSchema"}}}},"responses":{"200":{"description":"Action executed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdActionsActionIdPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"actionId":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdActionsActionIdPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdActionsActionIdPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Action not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdActionsActionIdPostResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Action already taken","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdActionsActionIdPostResponses409ContentApplicationJsonSchema"}}}},"410":{"description":"Action expired","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdActionsActionIdPostResponses410ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/messages/:id/actions/:actionId\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["messages.actions"],"x-require-auth":true}},"/api/messages/{id}/archive":{"put":{"operationId":"messages_put_api_messages_id_archive","summary":"Archive message","description":"Requires features: messages.view","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdArchivePutParameters0Schema"}}],"responses":{"200":{"description":"Message archived","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdArchivePutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdArchivePutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdArchivePutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Message not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdArchivePutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/messages/:id/archive\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["messages.view"],"x-require-auth":true},"delete":{"operationId":"messages_delete_api_messages_id_archive","summary":"Unarchive message","description":"Requires features: messages.view","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdArchiveDeleteParameters0Schema"}}],"responses":{"200":{"description":"Message unarchived","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdArchiveDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdArchiveDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdArchiveDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Message not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdArchiveDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/messages/:id/archive\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["messages.view"],"x-require-auth":true}},"/api/messages/{id}/attachments":{"get":{"operationId":"messages_get_api_messages_id_attachments","summary":"List message attachments","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsGetParameters0Schema"}}],"responses":{"200":{"description":"Attachments","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiMessagesIdAttachmentsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Access denied","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Message not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/messages/:id/attachments\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"messages_post_api_messages_id_attachments","summary":"Link attachments to draft message","description":"Requires features: messages.attach_files","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsPostRequestBodyContentApplicationJsonSchema"},"example":{"attachmentIds":["00000000-0000-4000-8000-000000000000"]}}}},"responses":{"200":{"description":"Attachments linked","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Message not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Only draft messages can be edited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["messages.attach_files"],"x-require-auth":true},"delete":{"operationId":"messages_delete_api_messages_id_attachments","summary":"Unlink attachments from draft message","description":"Requires features: messages.attach_files","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsDeleteParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsDeleteRequestBodyContentApplicationJsonSchema"},"example":{}}}},"responses":{"200":{"description":"Attachments unlinked","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Message not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Only draft messages can be edited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsDeleteResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/messages/:id/attachments\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}],"x-require-features":["messages.attach_files"],"x-require-auth":true}},"/api/messages/{id}/confirmation":{"get":{"operationId":"messages_get_api_messages_id_confirmation","summary":"Read message confirmation status","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConfirmationGetParameters0Schema"}}],"responses":{"200":{"description":"Confirmation status","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConfirmationGetResponses200ContentApplicationJsonSchema"},"example":{"messageId":"00000000-0000-4000-8000-000000000000","confirmed":true,"confirmedAt":null,"confirmedByUserId":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConfirmationGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Access denied","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConfirmationGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Message not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConfirmationGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/messages/:id/confirmation\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/api/messages/{id}/conversation/archive":{"put":{"operationId":"messages_put_api_messages_id_conversation_archive","summary":"Archive conversation for current actor","description":"Requires features: messages.view","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConversationArchivePutParameters0Schema"}}],"responses":{"200":{"description":"Conversation archived","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConversationArchivePutResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"affectedCount":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConversationArchivePutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConversationArchivePutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Message not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConversationArchivePutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/messages/:id/conversation/archive\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["messages.view"],"x-require-auth":true}},"/api/messages/{id}/conversation/read":{"delete":{"operationId":"messages_delete_api_messages_id_conversation_read","summary":"Mark entire conversation as unread for current actor","description":"Requires features: messages.view","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConversationReadDeleteParameters0Schema"}}],"responses":{"200":{"description":"Conversation marked unread","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConversationReadDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"affectedCount":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConversationReadDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConversationReadDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Message not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConversationReadDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/messages/:id/conversation/read\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["messages.view"],"x-require-auth":true}},"/api/messages/{id}/conversation":{"delete":{"operationId":"messages_delete_api_messages_id_conversation","summary":"Delete conversation for current actor","description":"Requires features: messages.view","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConversationDeleteParameters0Schema"}}],"responses":{"200":{"description":"Conversation deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConversationDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"affectedCount":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConversationDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConversationDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Message not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConversationDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/messages/:id/conversation\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["messages.view"],"x-require-auth":true}},"/api/messages/{id}/forward":{"post":{"operationId":"messages_post_api_messages_id_forward","summary":"Forward a message and optionally include attachments from the forwarded conversation slice","description":"Requires features: messages.compose","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdForwardPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdForwardPostRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiMessagesIdForwardPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdForwardPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdForwardPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Message not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdForwardPostResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Forward not allowed for message type","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdForwardPostResponses409ContentApplicationJsonSchema"}}}},"413":{"description":"Forward body exceeds maximum length","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdForwardPostResponses413ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["messages.compose"],"x-require-auth":true}},"/api/messages/{id}/forward-preview":{"get":{"operationId":"messages_get_api_messages_id_forward_preview","summary":"Get forward preview for a message","description":"Requires features: messages.compose","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdForwardPreviewGetParameters0Schema"}}],"responses":{"200":{"description":"Forward preview generated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdForwardPreviewGetResponses200ContentApplicationJsonSchema"},"example":{"subject":"string","body":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdForwardPreviewGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdForwardPreviewGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Message not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdForwardPreviewGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"413":{"description":"Forward body exceeds maximum length","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdForwardPreviewGetResponses413ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/messages/:id/forward-preview\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["messages.compose"],"x-require-auth":true}},"/api/messages/{id}/read":{"put":{"operationId":"messages_put_api_messages_id_read","summary":"Mark message as read","description":"Requires features: messages.view","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReadPutParameters0Schema"}}],"responses":{"200":{"description":"Message marked read","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReadPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReadPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReadPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Message not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReadPutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/messages/:id/read\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["messages.view"],"x-require-auth":true},"delete":{"operationId":"messages_delete_api_messages_id_read","summary":"Mark message as unread","description":"Requires features: messages.view","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReadDeleteParameters0Schema"}}],"responses":{"200":{"description":"Message marked unread","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReadDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReadDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReadDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Message not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReadDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/messages/:id/read\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["messages.view"],"x-require-auth":true}},"/api/messages/{id}/reply":{"post":{"operationId":"messages_post_api_messages_id_reply","summary":"Reply to message","description":"Requires features: messages.compose","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReplyPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReplyPostRequestBodyContentApplicationJsonSchema"},"example":{"body":"string","bodyFormat":"text","replyAll":false,"sendViaEmail":false}}}},"responses":{"201":{"description":"Reply created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReplyPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReplyPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReplyPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Message not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReplyPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"No recipients available for reply","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReplyPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["messages.compose"],"x-require-auth":true}},"/api/messages/{id}":{"get":{"operationId":"messages_get_api_messages_id","summary":"Get message detail","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetParameters0Schema"}}],"responses":{"200":{"description":"Message detail with actor-visible thread items only","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","type":"string","isDraft":true,"canEditDraft":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,"body":"string","sentAt":null}],"isRead":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Access denied","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Message not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/messages/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"patch":{"operationId":"messages_patch_api_messages_id","summary":"Update draft message","description":"Requires features: messages.compose","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchema"},"example":{"visibility":null}}}},"responses":{"200":{"description":"Draft updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Message not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Only drafts can be edited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://api.open-mercato.local/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-features":["messages.compose"],"x-require-auth":true},"delete":{"operationId":"messages_delete_api_messages_id","summary":"Delete message for current sender/recipient context","description":"Requires features: messages.view","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdDeleteParameters0Schema"}}],"responses":{"200":{"description":"Message deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Message not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesIdDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/messages/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["messages.view"],"x-require-auth":true}},"/api/messages/object-types":{"get":{"operationId":"messages_get_api_messages_object_types","summary":"List registered message object types for a message type","description":"Requires features: messages.compose","tags":["Messages"],"parameters":[{"name":"messageType","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesObjectTypesGetParameters0Schema"},"example":"string"}],"responses":{"200":{"description":"Message object types","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesObjectTypesGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiMessagesObjectTypesGetResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesObjectTypesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesObjectTypesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/messages/object-types?messageType=string\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["messages.compose"],"x-require-auth":true}},"/api/messages":{"get":{"operationId":"messages_get_api_messages","summary":"List messages","tags":["Messages"],"parameters":[{"name":"folder","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesGetParameters0Schema"},"example":"inbox"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesGetParameters1Schema"},"example":"unread"},{"name":"type","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesGetParameters2Schema"},"example":"string"},{"name":"visibility","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesGetParameters3Schema"},"example":"public"},{"name":"sourceEntityType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesGetParameters4Schema"},"example":"string"},{"name":"sourceEntityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesGetParameters5Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"externalEmail","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesGetParameters6Schema"},"example":"user@example.com"},{"name":"hasObjects","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesGetParameters7Schema"},"example":true},{"name":"hasAttachments","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesGetParameters8Schema"},"example":true},{"name":"hasActions","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesGetParameters9Schema"},"example":true},{"name":"senderId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesGetParameters10Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesGetParameters11Schema"},"example":"string"},{"name":"since","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesGetParameters12Schema"},"example":"string"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesGetParameters13Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesGetParameters14Schema"},"example":1}],"responses":{"200":{"description":"Message list","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiMessagesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/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_api_messages","summary":"Compose a message","description":"Requires features: messages.compose","tags":["Messages"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchema"},"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/DocPathsApiMessagesPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","threadId":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/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-features":["messages.compose"],"x-require-auth":true}},"/api/messages/token/{token}":{"get":{"operationId":"messages_get_api_messages_token_token","summary":"Access message via token","tags":["Messages"],"parameters":[{"name":"token","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetParameters0Schema"}}],"responses":{"200":{"description":"Message detail via token","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchema"},"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/DocPathsApiMessagesTokenTokenGetResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Token usage exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses409ContentApplicationJsonSchema"}}}},"410":{"description":"Token expired","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses410ContentApplicationJsonSchema"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/messages/token/:token\" \\\n  -H \"Accept: application/json\""}]}},"/api/messages/types":{"get":{"operationId":"messages_get_api_messages_types","summary":"List registered message types","description":"Requires features: messages.view","tags":["Messages"],"parameters":[],"responses":{"200":{"description":"Message types","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"type":"string","module":"string","labelKey":"string","icon":"string","color":null,"isCreateableByUser":null,"allowReply":true,"allowForward":true,"actionsExpireAfterHours":null,"compose":null,"ui":null}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/messages/types\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["messages.view"],"x-require-auth":true}},"/api/messages/unread-count":{"get":{"operationId":"messages_get_api_messages_unread_count","summary":"Get unread message count","tags":["Messages"],"parameters":[],"responses":{"200":{"description":"Unread count","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesUnreadCountGetResponses200ContentApplicationJsonSchema"},"example":{"unreadCount":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiMessagesUnreadCountGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/messages/unread-count\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/api/ai_assistant/ai/actions/{id}/cancel":{"post":{"operationId":"aiAssistantCancelPendingAction","summary":"Cancel an AI pending action without executing the wrapped tool.","description":"Flips a pending AI action from `pending` to `cancelled` and emits the `ai.action.cancelled` event. The tool handler is never invoked. Idempotent: a second call on a row already in `cancelled` status returns 200 with the current row without re-emitting the event. Rows whose `expiresAt` is in the past are flipped to `expired` and returned as 409 `expired` so the client can surface the TTL loss instead of silently masking it as a cancellation.\n\nRequires features: ai_assistant.view","tags":["AI Assistant"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiActionsIdCancelPostParameters0Schema"}}],"responses":{"200":{"description":"Cancellation complete (or idempotent replay); body includes the serialized pending action with status `cancelled`.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiActionsIdCancelPostResponses200ContentApplicationJsonSchema"}}}},"400":{"description":"Invalid cancel request body (unknown field, reason exceeds 500 chars, wrong type).","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiActionsIdCancelPostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiActionsIdCancelPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiActionsIdCancelPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Pending action not found in the caller scope.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiActionsIdCancelPostResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Pending action is not in `pending` status (already confirmed/failed/executing) or has expired.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiActionsIdCancelPostResponses409ContentApplicationJsonSchema"}}}},"500":{"description":"Unexpected server failure during cancel.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiActionsIdCancelPostResponses500ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/ai_assistant/ai/actions/:id/cancel\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["ai_assistant.view"],"x-require-auth":true}},"/api/ai_assistant/ai/actions/{id}/confirm":{"post":{"operationId":"aiAssistantConfirmPendingAction","summary":"Confirm an AI pending action, re-running every server-side check before execution.","description":"Re-verifies the full contract from spec §9.4 (status, expiry, agent registration, required features, mutation policy, tool whitelist, attachment tenant scope, record version, and schema drift), flips the pending-action state machine to `executing`, invokes the wrapped tool handler, and persists `executionResult`. Idempotent: a second call on a row already in `confirmed` state returns the prior result without re-executing the handler.\n\nRequires features: ai_assistant.view","tags":["AI Assistant"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiActionsIdConfirmPostParameters0Schema"}}],"responses":{"200":{"description":"Confirmation complete; body includes the serialized pending action and the mutation result.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiActionsIdConfirmPostResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiActionsIdConfirmPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiActionsIdConfirmPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Pending action or agent not found in the caller scope.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiActionsIdConfirmPostResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Pending action is not in `pending` status or has expired.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiActionsIdConfirmPostResponses409ContentApplicationJsonSchema"}}}},"412":{"description":"Record version changed between propose and confirm, or the input schema no longer accepts the stored payload.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiActionsIdConfirmPostResponses412ContentApplicationJsonSchema"}}}},"500":{"description":"Unexpected server failure during confirm.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiActionsIdConfirmPostResponses500ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/ai_assistant/ai/actions/:id/confirm\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["ai_assistant.view"],"x-require-auth":true}},"/api/ai_assistant/ai/actions/{id}":{"get":{"operationId":"aiAssistantGetPendingAction","summary":"Fetch the current state of an AI pending action by id.","description":"Returns the tenant-scoped {@link AiPendingAction} addressed by `:id`. Powers the chat UI reconnect/polling path: after a page reload or SSE reconnect the client carries the `pendingActionId` from an earlier `mutation-preview-card` UI part and calls this route to re-hydrate the card. Server-internal fields (`normalizedInput`, `createdByUserId`, `idempotencyKey`) are stripped by a whitelist serializer. Enforces tenant/org scoping via the repository.\n\nRequires features: ai_assistant.view","tags":["AI Assistant"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiActionsIdGetParameters0Schema"}}],"responses":{"200":{"description":"Serialized pending action. Never includes normalizedInput, createdByUserId, or idempotencyKey.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiActionsIdGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiActionsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiActionsIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"No pending action with the given id is accessible to the caller.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiActionsIdGetResponses404ContentApplicationJsonSchema"}}}},"500":{"description":"Internal runtime failure.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiActionsIdGetResponses500ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/ai_assistant/ai/actions/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["ai_assistant.view"],"x-require-auth":true}},"/api/ai_assistant/ai/agents/{agentId}/loop-override":{"get":{"operationId":"aiAssistantGetLoopOverride","summary":"Read the current loop-policy override for this agent, if any.","description":"Returns `{ agentId, override }` where `override` is the agent-scoped loop-policy row from `ai_agent_runtime_overrides` (or `null`). Requires `ai_assistant.view`.\n\nRequires features: ai_assistant.view","tags":["AI Assistant"],"parameters":[{"name":"agentId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverrideGetParameters0Schema"}}],"responses":{"200":{"description":"Loop override payload.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverrideGetResponses200ContentApplicationJsonSchema"}}}},"400":{"description":"Invalid agent id.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverrideGetResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverrideGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverrideGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Unknown agent id.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverrideGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/ai_assistant/ai/agents/:agentId/loop-override\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["ai_assistant.view"],"x-require-auth":true},"put":{"operationId":"aiAssistantSaveLoopOverride","summary":"Set (or replace) the tenant-scoped loop-policy override for this agent.","description":"Body: loop columns. All fields are nullable/optional; `null` explicitly clears that axis. Validates `loopStopWhenJson` items and `loopActiveToolsJson` membership. Requires `ai_assistant.settings.manage`.\n\nRequires features: ai_assistant.settings.manage","tags":["AI Assistant"],"parameters":[{"name":"agentId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchema"},"example":{"loopDisabled":null,"loopMaxSteps":null,"loopMaxToolCalls":null,"loopMaxWallClockMs":null,"loopMaxTokens":null,"loopStopWhenJson":null,"loopActiveToolsJson":null}}},"description":"Loop override payload."},"responses":{"200":{"description":"Override persisted.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutResponses200ContentApplicationJsonSchema"}}}},"400":{"description":"Invalid agent id or validation error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Unknown agent id.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/ai_assistant/ai/agents/:agentId/loop-override\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"loopDisabled\\\": null,\n  \\\"loopMaxSteps\\\": null,\n  \\\"loopMaxToolCalls\\\": null,\n  \\\"loopMaxWallClockMs\\\": null,\n  \\\"loopMaxTokens\\\": null,\n  \\\"loopStopWhenJson\\\": null,\n  \\\"loopActiveToolsJson\\\": null\n}\""}],"x-require-features":["ai_assistant.settings.manage"],"x-require-auth":true},"delete":{"operationId":"aiAssistantClearLoopOverride","summary":"Remove the loop-policy columns from the agent-scoped runtime override row.","description":"Nulls out all seven loop columns on the agent-scoped `ai_agent_runtime_overrides` row. Idempotent — returns 200 even when no override exists. Requires `ai_assistant.settings.manage`.\n\nRequires features: ai_assistant.settings.manage","tags":["AI Assistant"],"parameters":[{"name":"agentId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverrideDeleteParameters0Schema"}}],"responses":{"200":{"description":"Loop override cleared (or already absent).","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverrideDeleteResponses200ContentApplicationJsonSchema"}}}},"400":{"description":"Invalid agent id.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverrideDeleteResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverrideDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverrideDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Unknown agent id.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverrideDeleteResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/ai_assistant/ai/agents/:agentId/loop-override\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["ai_assistant.settings.manage"],"x-require-auth":true}},"/api/ai_assistant/ai/agents/{agentId}/models":{"get":{"operationId":"aiAssistantGetAgentModels","summary":"Get the providers and curated models available for the chat-UI picker for this agent","description":"Returns all configured providers with their curated model catalogs, filtered to providers that have an API key configured in the current environment. When the agent declares `allowRuntimeOverride: false`, the response reflects that constraint so the UI picker can hide itself. Includes the agent's resolved default provider/model so the picker can render a \"(default)\" badge next to the right entry. RBAC: requires the same features as the agent itself (typically `ai_assistant.view`).\n\nRequires features: ai_assistant.view","tags":["AI Assistant"],"parameters":[{"name":"agentId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdModelsGetParameters0Schema"}}],"responses":{"200":{"description":"Providers and curated models available for the agent picker. Empty `providers` array when `allowRuntimeOverride` is false.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdModelsGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdModelsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdModelsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Unknown agent id.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdModelsGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/ai_assistant/ai/agents/:agentId/models\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["ai_assistant.view"],"x-require-auth":true}},"/api/ai_assistant/ai/agents/{agentId}/mutation-policy":{"get":{"operationId":"aiAssistantGetMutationPolicyOverride","summary":"Read the effective mutationPolicy for an agent — code-declared value plus any tenant override.","description":"Returns `{ agentId, codeDeclared, override }` where `codeDeclared` is the agent's compiled-in `mutationPolicy` and `override` is the persisted tenant-scoped override (or `null`). Requires `ai_assistant.view`.\n\nRequires features: ai_assistant.view","tags":["AI Assistant"],"parameters":[{"name":"agentId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyGetParameters0Schema"}}],"responses":{"200":{"description":"Effective mutationPolicy payload.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyGetResponses200ContentApplicationJsonSchema"}}}},"400":{"description":"Invalid agent id.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyGetResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Unknown agent id.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/ai_assistant/ai/agents/:agentId/mutation-policy\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["ai_assistant.view"],"x-require-auth":true},"post":{"operationId":"aiAssistantSaveMutationPolicyOverride","summary":"Set (or replace) the tenant-scoped mutationPolicy override for this agent.","description":"Body: `{ mutationPolicy: \"read-only\" | \"confirm-required\" | \"destructive-confirm-required\", notes? }`. The override MUST NOT escalate beyond the agent's code-declared policy. Escalation attempts are rejected with 400 + `code: \"escalation_not_allowed\"`. Requires `ai_assistant.settings.manage`.\n\nRequires features: ai_assistant.settings.manage","tags":["AI Assistant"],"parameters":[{"name":"agentId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyPostRequestBodyContentApplicationJsonSchema"},"example":{"mutationPolicy":"read-only"}}},"description":"Body: `{ mutationPolicy, notes? }`."},"responses":{"200":{"description":"Override persisted.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyPostResponses200ContentApplicationJsonSchema"}}}},"400":{"description":"Invalid agent id, malformed body, or escalation attempt.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyPostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Unknown agent id.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyPostResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/ai_assistant/ai/agents/:agentId/mutation-policy\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"mutationPolicy\\\": \\\"read-only\\\"\n}\""}],"x-require-features":["ai_assistant.settings.manage"],"x-require-auth":true},"delete":{"operationId":"aiAssistantClearMutationPolicyOverride","summary":"Remove the tenant-scoped mutationPolicy override for this agent.","description":"Deletes the override row if it exists; subsequent calls fall back to the agent's code-declared policy. Idempotent — returns 200 even when no override exists. Requires `ai_assistant.settings.manage`.\n\nRequires features: ai_assistant.settings.manage","tags":["AI Assistant"],"parameters":[{"name":"agentId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyDeleteParameters0Schema"}}],"responses":{"200":{"description":"Override cleared (or already absent).","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyDeleteResponses200ContentApplicationJsonSchema"}}}},"400":{"description":"Invalid agent id.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyDeleteResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Unknown agent id.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyDeleteResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/ai_assistant/ai/agents/:agentId/mutation-policy\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["ai_assistant.settings.manage"],"x-require-auth":true}},"/api/ai_assistant/ai/agents/{agentId}/prompt-override":{"get":{"operationId":"aiAssistantGetPromptOverride","summary":"Read the latest prompt-section override for an agent plus recent version history.","description":"Returns `{ agentId, override, versions }` where `override` is the latest persisted row (or `null`) and `versions` is the newest-first history capped at 10 rows. Tenant-scoped; requires `ai_assistant.settings.manage`.","tags":["AI Assistant"],"parameters":[{"name":"agentId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdPromptOverrideGetParameters0Schema"}}],"responses":{"200":{"description":"Latest override + recent version history.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdPromptOverrideGetResponses200ContentApplicationJsonSchema"}}}},"400":{"description":"Invalid agent id.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdPromptOverrideGetResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthenticated caller.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdPromptOverrideGetResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Caller lacks `ai_assistant.settings.manage`.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdPromptOverrideGetResponses403ContentApplicationJsonSchema"}}}},"404":{"description":"Unknown agent id.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdPromptOverrideGetResponses404ContentApplicationJsonSchema"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/ai_assistant/ai/agents/:agentId/prompt-override\" \\\n  -H \"Accept: application/json\""}]},"post":{"operationId":"aiAssistantSavePromptOverride","summary":"Save a new prompt-section override version for the agent.","description":"Persists an additive `{ sections: Record<sectionId, text>, notes? }` override, allocating the next monotonic version for `(tenant, org, agent)`. Reserved policy keys (`mutationPolicy`, `readOnly`, `allowedTools`, `acceptedMediaTypes`) are rejected with 400 / `reserved_key`. Requires `ai_assistant.settings.manage`.","tags":["AI Assistant"],"parameters":[{"name":"agentId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdPromptOverridePostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdPromptOverridePostRequestBodyContentApplicationJsonSchema"},"example":{}}},"description":"Body: `{ sections: Record<string, string>, notes?: string }`."},"responses":{"200":{"description":"Override persisted. Returns `{ ok: true, version, updatedAt }`.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdPromptOverridePostResponses200ContentApplicationJsonSchema"}}}},"400":{"description":"Invalid agent id, malformed body, or reserved policy key.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdPromptOverridePostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthenticated caller.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdPromptOverridePostResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Caller lacks `ai_assistant.settings.manage`.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdPromptOverridePostResponses403ContentApplicationJsonSchema"}}}},"404":{"description":"Unknown agent id.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdPromptOverridePostResponses404ContentApplicationJsonSchema"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/ai_assistant/ai/agents/:agentId/prompt-override\" \\\n  -H \"Accept: application/json\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}]}},"/api/ai_assistant/ai/agents":{"get":{"operationId":"aiAssistantListAgents","summary":"List registered AI agents, filtered by the caller's features.","description":"Returns `{ agents: [...] }` — the subset of agents from `ai-agents.generated.ts` that the authenticated caller can invoke based on each agent's `requiredFeatures`. Mirrors the `meta.list_agents` tool handler so backoffice pages (e.g. the playground) can render an agent picker without going through the MCP tool transport.\n\nRequires features: ai_assistant.view","tags":["AI Assistant"],"parameters":[],"responses":{"200":{"description":"Accessible agent summaries.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Internal failure while loading the agent registry.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsGetResponses500ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/ai_assistant/ai/agents\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["ai_assistant.view"],"x-require-auth":true}},"/api/ai_assistant/ai/chat":{"post":{"operationId":"aiAssistantChatAgent","summary":"Stream a chat turn for a registered AI agent","description":"Dispatches a chat turn to the focused AI agent identified by `?agent=<module>.<agent>`. Enforces agent-level `requiredFeatures`, tool whitelisting, read-only / mutationPolicy, execution-mode compatibility, and attachment media-type policy. The streaming response body uses an AI SDK-compatible `text/event-stream` transport. Optional `?provider=`, `?model=`, and `?baseUrl=` query params let callers override the resolved provider/model/base-URL for this turn (Phase 4a). Provider must be registered and configured; baseUrl must match `AI_RUNTIME_BASEURL_ALLOWLIST` when set. Both are suppressed when the agent declares `allowRuntimeOverride: false`.\n\nRequires features: ai_assistant.view","tags":["AI Assistant"],"parameters":[{"name":"agent","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiChatPostParameters0Schema"},"example":"string"},{"name":"provider","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiChatPostParameters1Schema"},"example":"string"},{"name":"model","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiChatPostParameters2Schema"},"example":"string"},{"name":"baseUrl","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiChatPostParameters3Schema"},"example":"string"},{"name":"loopBudget","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiChatPostParameters4Schema"},"example":"tight"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchema"},"example":{"messages":[{"role":"user","content":"string"}]}}},"description":"Chat turn payload. `messages` is required; `attachmentIds`, `debug`, and `pageContext` are optional."},"responses":{"200":{"description":"Streaming text/event-stream response compatible with AI SDK chat transports.","content":{"text/event-stream":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiChatPostResponses200ContentTextEventStreamSchema"}}}},"400":{"description":"Invalid query param, malformed payload, or message count above the cap. Typed codes: `runtime_override_disabled` (agent has allowRuntimeOverride:false), `provider_unknown` (provider id not registered), `provider_not_configured` (provider registered but no API key in env), `baseurl_not_allowlisted` (baseUrl not in AI_RUNTIME_BASEURL_ALLOWLIST).","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiChatPostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiChatPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiChatPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Unknown agent id.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiChatPostResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Agent/tool/execution-mode policy violation.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiChatPostResponses409ContentApplicationJsonSchema"}}}},"500":{"description":"Internal runtime failure.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiChatPostResponses500ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/ai_assistant/ai/chat?agent=string\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"messages\\\": [\n    {\n      \\\"role\\\": \\\"user\\\",\n      \\\"content\\\": \\\"string\\\"\n    }\n  ]\n}\""}],"x-require-features":["ai_assistant.view"],"x-require-auth":true}},"/api/ai_assistant/ai/run-object":{"post":{"operationId":"aiAssistantRunObject","summary":"Run an object-mode AI agent and return the generated object","description":"Invokes `runAiAgentObject` server-side for the registered AI agent identified by `agent` (matching \"<module>.<agent>\"). Enforces the same `requiredFeatures`, tool whitelisting, mutationPolicy, and attachment media-type policy as the chat dispatcher, but additionally requires the agent to declare `executionMode: \"object\"`. Returns the generated object in a single JSON response (no streaming).\n\nRequires features: ai_assistant.view","tags":["AI Assistant"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiRunObjectPostRequestBodyContentApplicationJsonSchema"},"example":{"agent":"string","messages":[{"role":"user","content":"string"}]}}},"description":"Object-mode dispatch payload. `agent` and `messages` are required; `attachmentIds`, `pageContext`, and `modelOverride` are optional."},"responses":{"200":{"description":"Object-mode run completed; response body contains `{ object, usage?, finishReason? }`.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiRunObjectPostResponses200ContentApplicationJsonSchema"}}}},"400":{"description":"Malformed payload or message cap exceeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiRunObjectPostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiRunObjectPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiRunObjectPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Unknown agent id.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiRunObjectPostResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Agent/tool/execution-mode policy violation.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiRunObjectPostResponses409ContentApplicationJsonSchema"}}}},"422":{"description":"Agent does not support object-mode execution.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiRunObjectPostResponses422ContentApplicationJsonSchema"}}}},"500":{"description":"Internal runtime failure.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiRunObjectPostResponses500ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/ai_assistant/ai/run-object\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"agent\\\": \\\"string\\\",\n  \\\"messages\\\": [\n    {\n      \\\"role\\\": \\\"user\\\",\n      \\\"content\\\": \\\"string\\\"\n    }\n  ]\n}\""}],"x-require-features":["ai_assistant.view"],"x-require-auth":true}},"/api/ai_assistant/chat":{"post":{"operationId":"ai_assistant_post_api_ai_assistant_chat","summary":"Send message to AI agent via SSE stream","description":"Requires features: ai_assistant.view","tags":["AI Assistant"],"parameters":[],"responses":{"201":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantChatPostResponses201ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantChatPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantChatPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/ai_assistant/chat\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["ai_assistant.view"],"x-require-auth":true}},"/api/ai_assistant/health":{"get":{"operationId":"ai_assistant_get_api_ai_assistant_health","summary":"Check OpenCode and MCP connection status","description":"Requires features: ai_assistant.view","tags":["AI Assistant"],"parameters":[],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantHealthGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantHealthGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantHealthGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/ai_assistant/health\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["ai_assistant.view"],"x-require-auth":true}},"/api/ai_assistant/route":{"post":{"operationId":"ai_assistant_post_api_ai_assistant_route","summary":"Route user query to appropriate AI handler","description":"Requires features: ai_assistant.view","tags":["AI Assistant"],"parameters":[],"responses":{"201":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantRoutePostResponses201ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantRoutePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantRoutePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/ai_assistant/route\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["ai_assistant.view"],"x-require-auth":true}},"/api/ai_assistant/session-key":{"post":{"operationId":"ai_assistant_post_api_ai_assistant_session_key","summary":"Generate session key","description":"Generates a new session token that can be included in MCP tool calls via the _sessionToken parameter. The token inherits the calling user's roles and organization context.\n\nRequires features: ai_assistant.view","tags":["Ai Assistant"],"parameters":[],"responses":{"200":{"description":"Session key created successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSessionKeyPostResponses200ContentApplicationJsonSchema"},"example":{"sessionToken":"string","expiresAt":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSessionKeyPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSessionKeyPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Failed to create session key","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSessionKeyPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/ai_assistant/session-key\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["ai_assistant.view"],"x-require-auth":true}},"/api/ai_assistant/settings/allowlist":{"put":{"operationId":"ai_assistant_put_api_ai_assistant_settings_allowlist","summary":"Upsert per-tenant AI provider/model allowlist","description":"Persists the per-tenant allowlist of providers and models. The runtime intersects this with the env allowlist (`OM_AI_AVAILABLE_*`) at resolution time. Tenant values that fall outside the env allowlist are rejected with `provider_not_in_env_allowlist` / `model_not_in_env_allowlist` 400 codes. Gated by `ai_assistant.settings.manage`.\n\nRequires features: ai_assistant.settings.manage","tags":["AI Assistant"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsAllowlistPutRequestBodyContentApplicationJsonSchema"},"example":{"allowedProviders":null}}},"description":"Allowlist payload. `allowedProviders: null` clears tenant provider restriction (inherit env). Missing key in `allowedModelsByProvider` inherits env for that provider."},"responses":{"200":{"description":"Allowlist saved. Returns the saved snapshot.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsAllowlistPutResponses200ContentApplicationJsonSchema"}}}},"400":{"description":"Validation error or values outside env allowlist.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsAllowlistPutResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsAllowlistPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsAllowlistPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/ai_assistant/settings/allowlist\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"allowedProviders\\\": null\n}\""}],"x-require-features":["ai_assistant.settings.manage"],"x-require-auth":true},"delete":{"operationId":"ai_assistant_delete_api_ai_assistant_settings_allowlist","summary":"Clear per-tenant AI provider/model allowlist","description":"Soft-deletes the tenant allowlist row. Tenant overrides revert to env-only enforcement. Idempotent — returns `{ cleared: false }` when no active row existed.\n\nRequires features: ai_assistant.settings.manage","tags":["AI Assistant"],"parameters":[],"responses":{"200":{"description":"Returns `{ cleared: boolean }`.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsAllowlistDeleteResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsAllowlistDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsAllowlistDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/ai_assistant/settings/allowlist\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["ai_assistant.settings.manage"],"x-require-auth":true}},"/api/ai_assistant/settings":{"get":{"operationId":"ai_assistant_get_api_ai_assistant_settings","summary":"Get AI provider configuration","description":"Requires features: ai_assistant.view","tags":["AI Assistant"],"parameters":[],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/ai_assistant/settings\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["ai_assistant.view"],"x-require-auth":true},"put":{"operationId":"ai_assistant_put_api_ai_assistant_settings","summary":"Upsert per-tenant AI runtime override","description":"Creates or updates the per-tenant AI runtime override (provider, model, baseURL). Optionally scoped to a specific agent via `agentId`. Gated by `ai_assistant.settings.manage`. baseURL must match AI_RUNTIME_BASEURL_ALLOWLIST when set.\n\nRequires features: ai_assistant.settings.manage","tags":["AI Assistant"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchema"},"example":{"providerId":null,"modelId":null,"baseURL":null,"agentId":null,"allowedOverrideProviders":null}}},"description":"Override payload. All fields nullable/optional; null explicitly clears the axis."},"responses":{"200":{"description":"Override saved. Returns the saved row.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsPutResponses200ContentApplicationJsonSchema"}}}},"400":{"description":"Validation error: unknown provider, invalid URL, or baseURL not allowlisted.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsPutResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/ai_assistant/settings\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"providerId\\\": null,\n  \\\"modelId\\\": null,\n  \\\"baseURL\\\": null,\n  \\\"agentId\\\": null,\n  \\\"allowedOverrideProviders\\\": null\n}\""}],"x-require-features":["ai_assistant.settings.manage"],"x-require-auth":true},"delete":{"operationId":"ai_assistant_delete_api_ai_assistant_settings","summary":"Clear per-tenant AI runtime override","description":"Soft-deletes the active per-tenant runtime override. Pass `agentId` to clear only the agent-specific row; omit to clear the tenant-wide default. Gated by `ai_assistant.settings.manage`. Idempotent — returns 200 with `cleared: false` when no active row existed.\n\nRequires features: ai_assistant.settings.manage","tags":["AI Assistant"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"agentId":null}}},"description":"Optional agentId to scope the delete."},"responses":{"200":{"description":"Returns `{ cleared: boolean }` indicating whether a row was found and removed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsDeleteResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/ai_assistant/settings\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"agentId\\\": null\n}\""}],"x-require-features":["ai_assistant.settings.manage"],"x-require-auth":true}},"/api/ai_assistant/tools/execute":{"post":{"operationId":"ai_assistant_post_api_ai_assistant_tools_execute","summary":"Execute a specific MCP tool by name","description":"Requires features: ai_assistant.view","tags":["AI Assistant"],"parameters":[],"responses":{"201":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantToolsExecutePostResponses201ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantToolsExecutePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantToolsExecutePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/ai_assistant/tools/execute\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["ai_assistant.view"],"x-require-auth":true}},"/api/ai_assistant/tools":{"get":{"operationId":"ai_assistant_get_api_ai_assistant_tools","summary":"List available MCP tools filtered by user permissions","description":"Requires features: ai_assistant.view","tags":["AI Assistant"],"parameters":[],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantToolsGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantToolsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantToolsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/ai_assistant/tools\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["ai_assistant.view"],"x-require-auth":true}},"/api/ai_assistant/usage/daily":{"get":{"operationId":"aiAssistantUsageDaily","summary":"Fetch daily token-usage rollup rows for a date window.","description":"Returns aggregated token-usage data from `ai_token_usage_daily` for the given date window. Tenant-scoped. Optionally filtered by `agentId` and/or `modelId`. Requires `ai_assistant.settings.manage`.\n\nRequires features: ai_assistant.settings.manage","tags":["AI Assistant"],"parameters":[{"name":"from","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantUsageDailyGetParameters0Schema"},"example":"string"},{"name":"to","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantUsageDailyGetParameters1Schema"},"example":"string"},{"name":"agentId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantUsageDailyGetParameters2Schema"},"example":"string"},{"name":"modelId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantUsageDailyGetParameters3Schema"},"example":"string"}],"responses":{"200":{"description":"Array of daily rollup rows.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantUsageDailyGetResponses200ContentApplicationJsonSchema"}}}},"400":{"description":"Invalid query parameters.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantUsageDailyGetResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantUsageDailyGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantUsageDailyGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Internal failure.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantUsageDailyGetResponses500ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/ai_assistant/usage/daily?from=string&to=string\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["ai_assistant.settings.manage"],"x-require-auth":true}},"/api/ai_assistant/usage/sessions/{sessionId}":{"get":{"operationId":"aiAssistantUsageSessionDetail","summary":"Fetch per-step token usage event rows for a single session.","description":"Returns up to 200 raw `ai_token_usage_events` rows for the given `sessionId`, ordered by `created_at ASC, step_index ASC`. Tenant-scoped. Requires `ai_assistant.settings.manage`.\n\nRequires features: ai_assistant.settings.manage","tags":["AI Assistant"],"parameters":[{"name":"sessionId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantUsageSessionsSessionIdGetParameters0Schema"}}],"responses":{"200":{"description":"Array of per-step event rows for the session.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantUsageSessionsSessionIdGetResponses200ContentApplicationJsonSchema"}}}},"400":{"description":"Invalid session id (must be a UUID).","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantUsageSessionsSessionIdGetResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantUsageSessionsSessionIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantUsageSessionsSessionIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"No events found for the given session id in the caller's tenant.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantUsageSessionsSessionIdGetResponses404ContentApplicationJsonSchema"}}}},"500":{"description":"Internal failure.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantUsageSessionsSessionIdGetResponses500ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/ai_assistant/usage/sessions/:sessionId\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["ai_assistant.settings.manage"],"x-require-auth":true}},"/api/ai_assistant/usage/sessions":{"get":{"operationId":"aiAssistantUsageSessions","summary":"List per-session token usage totals for a date window.","description":"Returns aggregated token-usage data grouped by `session_id` from `ai_token_usage_events` for the given date window. Tenant-scoped. Optionally filtered by `agentId`. Paginated via `limit` / `offset`. Requires `ai_assistant.settings.manage`.\n\nRequires features: ai_assistant.settings.manage","tags":["AI Assistant"],"parameters":[{"name":"from","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantUsageSessionsGetParameters0Schema"},"example":"string"},{"name":"to","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantUsageSessionsGetParameters1Schema"},"example":"string"},{"name":"agentId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantUsageSessionsGetParameters2Schema"},"example":"string"},{"name":"limit","in":"query","required":true,"schema":{}},{"name":"offset","in":"query","required":true,"schema":{}}],"responses":{"200":{"description":"Array of session-level usage summaries plus pagination metadata.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantUsageSessionsGetResponses200ContentApplicationJsonSchema"}}}},"400":{"description":"Invalid query parameters.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantUsageSessionsGetResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantUsageSessionsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantUsageSessionsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Internal failure.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiAiAssistantUsageSessionsGetResponses500ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/ai_assistant/usage/sessions?from=string&to=string\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["ai_assistant.settings.manage"],"x-require-auth":true}},"/api/translations/{entityType}/{entityId}":{"get":{"operationId":"translations_get_api_translations_entityType_entityId","summary":"Get entity translations","description":"Returns the full translation record for a single entity.\n\nRequires features: translations.view","tags":["Translations"],"parameters":[{"name":"entityType","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiTranslationsEntityTypeEntityIdGetParameters0Schema"},"example":"string"},{"name":"entityId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiTranslationsEntityTypeEntityIdGetParameters1Schema"},"example":"string"}],"responses":{"200":{"description":"Translation record found.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTranslationsEntityTypeEntityIdGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTranslationsEntityTypeEntityIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTranslationsEntityTypeEntityIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"No translations found for this entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTranslationsEntityTypeEntityIdGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/translations/string/string\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["translations.view"],"x-require-auth":true},"put":{"operationId":"translations_put_api_translations_entityType_entityId","summary":"Create or update entity translations","description":"Full replacement of translations JSONB for an entity.\n\nRequires features: translations.manage","tags":["Translations"],"parameters":[{"name":"entityType","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiTranslationsEntityTypeEntityIdPutParameters0Schema"},"example":"string"},{"name":"entityId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiTranslationsEntityTypeEntityIdPutParameters1Schema"},"example":"string"}],"responses":{"200":{"description":"Translations saved.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTranslationsEntityTypeEntityIdPutResponses200ContentApplicationJsonSchema"}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTranslationsEntityTypeEntityIdPutResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTranslationsEntityTypeEntityIdPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTranslationsEntityTypeEntityIdPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/translations/string/string\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["translations.manage"],"x-require-auth":true},"delete":{"operationId":"translations_delete_api_translations_entityType_entityId","summary":"Delete entity translations","description":"Removes all translations for an entity.\n\nRequires features: translations.manage","tags":["Translations"],"parameters":[{"name":"entityType","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiTranslationsEntityTypeEntityIdDeleteParameters0Schema"},"example":"string"},{"name":"entityId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiTranslationsEntityTypeEntityIdDeleteParameters1Schema"},"example":"string"}],"responses":{"204":{"description":"Translations deleted."},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTranslationsEntityTypeEntityIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTranslationsEntityTypeEntityIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/translations/string/string\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["translations.manage"],"x-require-auth":true}},"/api/scheduler/jobs/{id}/executions":{"get":{"operationId":"getScheduleExecutions","summary":"Get execution history for a schedule","description":"Fetch recent executions from BullMQ for a scheduled job. Requires QUEUE_STRATEGY=async.","tags":["Scheduler"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetParameters0Schema"}},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetParameters1Schema"},"example":1}],"responses":{"200":{"description":"Execution history","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","scheduleId":"00000000-0000-4000-8000-000000000000","startedAt":"string","finishedAt":null,"status":"running","triggerType":"scheduled","triggeredByUserId":null,"errorMessage":null,"errorStack":null,"durationMs":null,"queueJobId":"string","queueName":"string","attemptsMade":1,"result":null}],"total":1,"page":1,"pageSize":1}}}},"400":{"description":"Local strategy not supported","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Access denied","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Schedule not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/scheduler/jobs/:id/executions?pageSize=20\" \\\n  -H \"Accept: application/json\""}]}},"/api/scheduler/jobs":{"get":{"operationId":"scheduler_get_api_scheduler_jobs","summary":"List scheduledjobs","description":"Returns a paginated collection of scheduledjobs scoped to the authenticated organization.\n\nRequires features: scheduler.jobs.view","tags":["Scheduler"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetParameters1Schema"},"example":1},{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetParameters3Schema"},"example":"string"},{"name":"scopeType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetParameters4Schema"},"example":"system"},{"name":"isEnabled","in":"query","required":true,"schema":{}},{"name":"sourceType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetParameters6Schema"},"example":"user"},{"name":"sourceModule","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetParameters7Schema"},"example":"string"},{"name":"sort","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetParameters8Schema"},"example":"string"},{"name":"order","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetParameters9Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetParameters10Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated scheduledjobs","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","name":"string","description":null,"scopeType":"system","organizationId":null,"tenantId":null,"scheduleType":"cron","scheduleValue":"string","timezone":"string","targetType":"queue","targetQueue":null,"targetCommand":null,"targetPayload":null,"requireFeature":null,"isEnabled":true,"lastRunAt":null,"nextRunAt":null,"sourceType":"user","sourceModule":null,"createdAt":"string","updatedAt":"string"}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/scheduler/jobs?page=1&pageSize=20\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["scheduler.jobs.view"],"x-require-auth":true},"post":{"operationId":"scheduler_post_api_scheduler_jobs","summary":"Create scheduledjob","description":"Creates a new scheduled job with cron or interval-based scheduling.\n\nRequires features: scheduler.jobs.manage","tags":["Scheduler"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchema"},"example":{"name":"string","description":null,"scopeType":"system","organizationId":null,"tenantId":null,"scheduleType":"cron","scheduleValue":"string","timezone":"UTC","targetType":"queue","targetQueue":null,"targetCommand":null,"targetPayload":null,"requireFeature":null,"isEnabled":true,"sourceType":"user","sourceModule":null}}},"description":"Creates a new scheduled job with cron or interval-based scheduling."},"responses":{"201":{"description":"ScheduledJob created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/scheduler/jobs\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"name\\\": \\\"string\\\",\n  \\\"description\\\": null,\n  \\\"scopeType\\\": \\\"system\\\",\n  \\\"organizationId\\\": null,\n  \\\"tenantId\\\": null,\n  \\\"scheduleType\\\": \\\"cron\\\",\n  \\\"scheduleValue\\\": \\\"string\\\",\n  \\\"timezone\\\": \\\"UTC\\\",\n  \\\"targetType\\\": \\\"queue\\\",\n  \\\"targetQueue\\\": null,\n  \\\"targetCommand\\\": null,\n  \\\"targetPayload\\\": null,\n  \\\"requireFeature\\\": null,\n  \\\"isEnabled\\\": true,\n  \\\"sourceType\\\": \\\"user\\\",\n  \\\"sourceModule\\\": null\n}\""}],"x-require-features":["scheduler.jobs.manage"],"x-require-auth":true},"put":{"operationId":"scheduler_put_api_scheduler_jobs","summary":"Update scheduledjob","description":"Updates an existing scheduled job by ID.\n\nRequires features: scheduler.jobs.manage","tags":["Scheduler"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"string","description":null,"targetQueue":null,"targetCommand":null,"targetPayload":null,"requireFeature":null}}},"description":"Updates an existing scheduled job by ID."},"responses":{"200":{"description":"ScheduledJob updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/scheduler/jobs\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"string\\\",\n  \\\"description\\\": null,\n  \\\"targetQueue\\\": null,\n  \\\"targetCommand\\\": null,\n  \\\"targetPayload\\\": null,\n  \\\"requireFeature\\\": null\n}\""}],"x-require-features":["scheduler.jobs.manage"],"x-require-auth":true},"delete":{"operationId":"scheduler_delete_api_scheduler_jobs","summary":"Delete scheduledjob","description":"Deletes a scheduled job by ID.\n\nRequires features: scheduler.jobs.manage","tags":["Scheduler"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"string"}}},"description":"Deletes a scheduled job by ID."},"responses":{"200":{"description":"ScheduledJob deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/scheduler/jobs\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"string\\\"\n}\""}],"x-require-features":["scheduler.jobs.manage"],"x-require-auth":true}},"/api/scheduler/queue-jobs/{jobId}":{"get":{"operationId":"getQueueJobDetails","summary":"Get BullMQ job details and logs","description":"Fetch detailed information and logs for a queue job. Requires QUEUE_STRATEGY=async.","tags":["Scheduler"],"parameters":[{"name":"jobId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetParameters0Schema"}},{"name":"queue","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetParameters1Schema"},"example":"string"}],"responses":{"200":{"description":"Job details and logs","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"string","name":"string","state":"waiting","progress":null,"returnvalue":null,"failedReason":null,"stacktrace":null,"attemptsMade":1,"processedOn":null,"finishedOn":null,"logs":["string"]}}}},"400":{"description":"Invalid request or local strategy not supported","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Access denied","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Job not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/scheduler/queue-jobs/:jobId?queue=string\" \\\n  -H \"Accept: application/json\""}]}},"/api/scheduler/targets":{"get":{"operationId":"listScheduleTargets","summary":"List available queues and commands","description":"Returns all registered queue names (from module workers) and command IDs (from the command registry) that can be used as schedule targets.","tags":["Scheduler"],"parameters":[],"responses":{"200":{"description":"Available targets","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerTargetsGetResponses200ContentApplicationJsonSchema"},"example":{"queues":[{"value":"string","label":"string"}],"commands":[{"value":"string","label":"string"}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerTargetsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/scheduler/targets\" \\\n  -H \"Accept: application/json\""}]}},"/api/scheduler/trigger":{"post":{"operationId":"triggerScheduledJob","summary":"Manually trigger a schedule","description":"Executes a scheduled job immediately, bypassing the scheduled time. Only works with async queue strategy.","tags":["Scheduler"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerTriggerPostRequestBodyContentApplicationJsonSchema"},"example":{"id":"string"}}}},"responses":{"200":{"description":"Schedule triggered successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerTriggerPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"jobId":"string","message":"string"}}}},"400":{"description":"Invalid request or local strategy not supported","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerTriggerPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerTriggerPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Access denied","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerTriggerPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Schedule not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSchedulerTriggerPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/scheduler/trigger\" \\\n  -H \"Accept: application/json\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"string\\\"\n}\""}]}},"/api/inbox_ops/emails/{id}/reprocess":{"post":{"operationId":"inbox_ops_post_api_inbox_ops_emails_id_reprocess","summary":"Re-trigger LLM extraction on a failed or low-confidence email","description":"Requires features: inbox_ops.proposals.manage","tags":["InboxOps"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsEmailsIdReprocessPostParameters0Schema"}}],"responses":{"200":{"description":"Email queued for reprocessing","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsEmailsIdReprocessPostResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsEmailsIdReprocessPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsEmailsIdReprocessPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Email not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsEmailsIdReprocessPostResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Email is already processing or proposal cannot be superseded safely","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsEmailsIdReprocessPostResponses409ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/inbox_ops/emails/:id/reprocess\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["inbox_ops.proposals.manage"],"x-require-auth":true}},"/api/inbox_ops/emails/{id}":{"get":{"operationId":"inbox_ops_get_api_inbox_ops_emails_id","summary":"Get email detail with parsed thread","description":"Requires features: inbox_ops.log.view","tags":["InboxOps"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsEmailsIdGetParameters0Schema"}}],"responses":{"200":{"description":"Email detail","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsEmailsIdGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsEmailsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsEmailsIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Email not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsEmailsIdGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/inbox_ops/emails/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["inbox_ops.log.view"],"x-require-auth":true},"delete":{"operationId":"inbox_ops_delete_api_inbox_ops_emails_id","summary":"Soft-delete an inbox email","description":"Requires features: inbox_ops.proposals.manage","tags":["InboxOps"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsEmailsIdDeleteParameters0Schema"}}],"responses":{"200":{"description":"Email deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsEmailsIdDeleteResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsEmailsIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsEmailsIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Email not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsEmailsIdDeleteResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/inbox_ops/emails/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["inbox_ops.proposals.manage"],"x-require-auth":true}},"/api/inbox_ops/emails":{"get":{"operationId":"inbox_ops_get_api_inbox_ops_emails","summary":"List received emails","description":"Processing log of all received emails\n\nRequires features: inbox_ops.log.view","tags":["InboxOps"],"parameters":[],"responses":{"200":{"description":"Paginated list of emails","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsEmailsGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsEmailsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsEmailsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/inbox_ops/emails\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["inbox_ops.log.view"],"x-require-auth":true}},"/api/inbox_ops/extract":{"post":{"operationId":"inbox_ops_post_api_inbox_ops_extract","summary":"Submit raw text for LLM extraction","description":"Creates an InboxEmail record from raw text and triggers the extraction pipeline. The extraction runs asynchronously.\n\nRequires features: inbox_ops.proposals.manage","tags":["InboxOps"],"parameters":[],"responses":{"200":{"description":"Extraction queued successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsExtractPostResponses200ContentApplicationJsonSchema"}}}},"400":{"description":"Invalid request body","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsExtractPostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsExtractPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsExtractPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/inbox_ops/extract\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["inbox_ops.proposals.manage"],"x-require-auth":true}},"/api/inbox_ops/proposals/{id}/accept-all":{"post":{"operationId":"inbox_ops_post_api_inbox_ops_proposals_id_accept_all","summary":"Accept and execute all pending actions in a proposal","description":"Requires features: inbox_ops.proposals.manage","tags":["InboxOps"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdAcceptAllPostParameters0Schema"}}],"responses":{"200":{"description":"All actions processed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdAcceptAllPostResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdAcceptAllPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdAcceptAllPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Proposal not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdAcceptAllPostResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/inbox_ops/proposals/:id/accept-all\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["inbox_ops.proposals.manage"],"x-require-auth":true}},"/api/inbox_ops/proposals/{id}/actions/{actionId}/accept":{"post":{"operationId":"inbox_ops_post_api_inbox_ops_proposals_id_actions_actionId_accept","summary":"Accept and execute a proposal action","description":"Executes the action and creates the entity in the target module. Returns 409 if already processed.\n\nRequires features: inbox_ops.proposals.manage","tags":["InboxOps"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdActionsActionIdAcceptPostParameters0Schema"}},{"name":"actionId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdActionsActionIdAcceptPostParameters1Schema"}}],"responses":{"200":{"description":"Action executed successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdActionsActionIdAcceptPostResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdActionsActionIdAcceptPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdActionsActionIdAcceptPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Action not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdActionsActionIdAcceptPostResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Action already processed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdActionsActionIdAcceptPostResponses409ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/inbox_ops/proposals/:id/actions/:actionId/accept\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["inbox_ops.proposals.manage"],"x-require-auth":true}},"/api/inbox_ops/proposals/{id}/actions/{actionId}/complete":{"patch":{"operationId":"inbox_ops_patch_api_inbox_ops_proposals_id_actions_actionId_complete","summary":"Mark an action as completed with an externally-created entity","description":"Used when an action is fulfilled through the normal sales form instead of the execution engine. Updates the action status without running the execution engine.\n\nRequires features: inbox_ops.proposals.manage","tags":["InboxOps"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdActionsActionIdCompletePatchParameters0Schema"}},{"name":"actionId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdActionsActionIdCompletePatchParameters1Schema"}}],"responses":{"200":{"description":"Action marked as completed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdActionsActionIdCompletePatchResponses200ContentApplicationJsonSchema"}}}},"400":{"description":"Invalid body","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdActionsActionIdCompletePatchResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdActionsActionIdCompletePatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdActionsActionIdCompletePatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Action not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdActionsActionIdCompletePatchResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Action already processed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdActionsActionIdCompletePatchResponses409ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://api.open-mercato.local/api/inbox_ops/proposals/:id/actions/:actionId/complete\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["inbox_ops.proposals.manage"],"x-require-auth":true}},"/api/inbox_ops/proposals/{id}/actions/{actionId}/reject":{"post":{"operationId":"inbox_ops_post_api_inbox_ops_proposals_id_actions_actionId_reject","summary":"Reject a proposal action","description":"Requires features: inbox_ops.proposals.manage","tags":["InboxOps"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdActionsActionIdRejectPostParameters0Schema"}},{"name":"actionId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdActionsActionIdRejectPostParameters1Schema"}}],"responses":{"200":{"description":"Action rejected","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdActionsActionIdRejectPostResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdActionsActionIdRejectPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdActionsActionIdRejectPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Action not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdActionsActionIdRejectPostResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Action already processed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdActionsActionIdRejectPostResponses409ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/inbox_ops/proposals/:id/actions/:actionId/reject\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["inbox_ops.proposals.manage"],"x-require-auth":true}},"/api/inbox_ops/proposals/{id}/actions/{actionId}":{"patch":{"operationId":"inbox_ops_patch_api_inbox_ops_proposals_id_actions_actionId","summary":"Edit action payload before accepting","description":"Requires features: inbox_ops.proposals.manage","tags":["InboxOps"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdActionsActionIdPatchParameters0Schema"}},{"name":"actionId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdActionsActionIdPatchParameters1Schema"}}],"responses":{"200":{"description":"Action updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdActionsActionIdPatchResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdActionsActionIdPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdActionsActionIdPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Action not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdActionsActionIdPatchResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Action already processed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdActionsActionIdPatchResponses409ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://api.open-mercato.local/api/inbox_ops/proposals/:id/actions/:actionId\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["inbox_ops.proposals.manage"],"x-require-auth":true}},"/api/inbox_ops/proposals/{id}/categorize":{"post":{"operationId":"inbox_ops_post_api_inbox_ops_proposals_id_categorize","summary":"Set or change the category of a proposal","description":"Assigns a category to a proposal. Returns the new and previous category for undo support.\n\nRequires features: inbox_ops.proposals.manage","tags":["InboxOps"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdCategorizePostParameters0Schema"}}],"responses":{"200":{"description":"Category updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdCategorizePostResponses200ContentApplicationJsonSchema"}}}},"400":{"description":"Invalid category value","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdCategorizePostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdCategorizePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdCategorizePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Proposal not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdCategorizePostResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/inbox_ops/proposals/:id/categorize\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["inbox_ops.proposals.manage"],"x-require-auth":true}},"/api/inbox_ops/proposals/{id}/reject":{"post":{"operationId":"inbox_ops_post_api_inbox_ops_proposals_id_reject","summary":"Reject entire proposal (all pending actions)","description":"Requires features: inbox_ops.proposals.manage","tags":["InboxOps"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdRejectPostParameters0Schema"}}],"responses":{"200":{"description":"Proposal rejected","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdRejectPostResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdRejectPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdRejectPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Proposal not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdRejectPostResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/inbox_ops/proposals/:id/reject\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["inbox_ops.proposals.manage"],"x-require-auth":true}},"/api/inbox_ops/proposals/{id}/replies/{replyId}/send":{"post":{"operationId":"inbox_ops_post_api_inbox_ops_proposals_id_replies_replyId_send","summary":"Send a draft reply email and register it in messages when available","description":"Sends the draft_reply action payload via the configured email provider. When the messages module is available, also records the sent reply as an internal message record. Sets In-Reply-To and References headers for threading.\n\nRequires features: inbox_ops.replies.send","tags":["InboxOps"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdRepliesReplyIdSendPostParameters0Schema"}},{"name":"replyId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdRepliesReplyIdSendPostParameters1Schema"}}],"responses":{"200":{"description":"Reply sent successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdRepliesReplyIdSendPostResponses200ContentApplicationJsonSchema"}}}},"400":{"description":"Missing required payload fields","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdRepliesReplyIdSendPostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdRepliesReplyIdSendPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdRepliesReplyIdSendPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Reply action not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdRepliesReplyIdSendPostResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Action in invalid state for sending","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdRepliesReplyIdSendPostResponses409ContentApplicationJsonSchema"}}}},"502":{"description":"Email delivery failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdRepliesReplyIdSendPostResponses502ContentApplicationJsonSchema"}}}},"503":{"description":"Email service not configured or disabled","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdRepliesReplyIdSendPostResponses503ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/inbox_ops/proposals/:id/replies/:replyId/send\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["inbox_ops.replies.send"],"x-require-auth":true}},"/api/inbox_ops/proposals/{id}":{"get":{"operationId":"inbox_ops_get_api_inbox_ops_proposals_id","summary":"Get proposal detail","description":"Returns proposal with actions, discrepancies, and source email\n\nRequires features: inbox_ops.proposals.view","tags":["InboxOps"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdGetParameters0Schema"}}],"responses":{"200":{"description":"Full proposal detail","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Proposal not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/inbox_ops/proposals/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["inbox_ops.proposals.view"],"x-require-auth":true}},"/api/inbox_ops/proposals/{id}/translate":{"post":{"operationId":"inbox_ops_post_api_inbox_ops_proposals_id_translate","summary":"Translate proposal content","description":"Translates the proposal summary and action descriptions to the target locale. Results are cached.\n\nRequires features: inbox_ops.proposals.view","tags":["InboxOps"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdTranslatePostParameters0Schema"}}],"responses":{"200":{"description":"Translation result","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdTranslatePostResponses200ContentApplicationJsonSchema"}}}},"400":{"description":"Invalid target locale or same language","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdTranslatePostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdTranslatePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdTranslatePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Proposal not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdTranslatePostResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/inbox_ops/proposals/:id/translate\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["inbox_ops.proposals.view"],"x-require-auth":true}},"/api/inbox_ops/proposals/counts":{"get":{"operationId":"inbox_ops_get_api_inbox_ops_proposals_counts","summary":"Get proposal status and category counts","description":"Returns counts by status and by category for tab badges and filter dropdowns\n\nRequires features: inbox_ops.proposals.view","tags":["InboxOps"],"parameters":[],"responses":{"200":{"description":"Status and category counts object","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsCountsGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsCountsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsCountsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/inbox_ops/proposals/counts\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["inbox_ops.proposals.view"],"x-require-auth":true}},"/api/inbox_ops/proposals":{"get":{"operationId":"inbox_ops_get_api_inbox_ops_proposals","summary":"List proposals","description":"List inbox proposals with optional status filter and pagination\n\nRequires features: inbox_ops.proposals.view","tags":["InboxOps"],"parameters":[],"responses":{"200":{"description":"Paginated list of proposals","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/inbox_ops/proposals\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["inbox_ops.proposals.view"],"x-require-auth":true}},"/api/inbox_ops/settings":{"get":{"operationId":"inbox_ops_get_api_inbox_ops_settings","summary":"Get tenant inbox configuration","description":"Returns the forwarding address and configuration for this tenant\n\nRequires features: inbox_ops.settings.manage","tags":["InboxOps"],"parameters":[],"responses":{"200":{"description":"Inbox settings","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsSettingsGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsSettingsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsSettingsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/inbox_ops/settings\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["inbox_ops.settings.manage"],"x-require-auth":true},"patch":{"operationId":"inbox_ops_patch_api_inbox_ops_settings","summary":"Update tenant inbox configuration","description":"Updates working language and/or active status\n\nRequires features: inbox_ops.settings.manage","tags":["InboxOps"],"parameters":[],"responses":{"200":{"description":"Updated settings","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsSettingsPatchResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsSettingsPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsSettingsPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Settings not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiInboxOpsSettingsPatchResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://api.open-mercato.local/api/inbox_ops/settings\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["inbox_ops.settings.manage"],"x-require-auth":true}},"/api/payment_gateways/cancel":{"post":{"operationId":"payment_gateways_post_api_payment_gateways_cancel","summary":"Cancel payment","description":"Requires features: payment_gateways.manage","tags":["PaymentGateways"],"parameters":[],"responses":{"200":{"description":"Payment cancelled","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysCancelPostResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysCancelPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysCancelPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"422":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysCancelPostResponses422ContentApplicationJsonSchema"}}}},"502":{"description":"Gateway provider error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysCancelPostResponses502ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/payment_gateways/cancel\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["payment_gateways.manage"],"x-require-auth":true}},"/api/payment_gateways/capture":{"post":{"operationId":"payment_gateways_post_api_payment_gateways_capture","summary":"Capture payment","description":"Requires features: payment_gateways.capture","tags":["PaymentGateways"],"parameters":[],"responses":{"200":{"description":"Payment captured","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysCapturePostResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysCapturePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysCapturePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"422":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysCapturePostResponses422ContentApplicationJsonSchema"}}}},"502":{"description":"Gateway provider error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysCapturePostResponses502ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/payment_gateways/capture\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["payment_gateways.capture"],"x-require-auth":true}},"/api/payment_gateways/providers/{providerKey}":{"get":{"operationId":"payment_gateways_get_api_payment_gateways_providers_providerKey","summary":"Get payment gateway descriptor","description":"Requires features: payment_gateways.view","tags":["PaymentGateways"],"parameters":[{"name":"providerKey","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysProvidersProviderKeyGetParameters0Schema"}}],"responses":{"200":{"description":"Provider descriptor","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysProvidersProviderKeyGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysProvidersProviderKeyGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysProvidersProviderKeyGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Provider descriptor not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysProvidersProviderKeyGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/payment_gateways/providers/:providerKey\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["payment_gateways.view"],"x-require-auth":true}},"/api/payment_gateways/providers":{"get":{"operationId":"payment_gateways_get_api_payment_gateways_providers","summary":"List payment gateway descriptors","description":"Requires features: payment_gateways.view","tags":["PaymentGateways"],"parameters":[],"responses":{"200":{"description":"List of safe payment gateway descriptors","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysProvidersGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysProvidersGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysProvidersGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/payment_gateways/providers\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["payment_gateways.view"],"x-require-auth":true}},"/api/payment_gateways/refund":{"post":{"operationId":"payment_gateways_post_api_payment_gateways_refund","summary":"Refund payment","description":"Requires features: payment_gateways.refund","tags":["PaymentGateways"],"parameters":[],"responses":{"200":{"description":"Payment refunded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysRefundPostResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysRefundPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysRefundPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"422":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysRefundPostResponses422ContentApplicationJsonSchema"}}}},"502":{"description":"Gateway provider error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysRefundPostResponses502ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/payment_gateways/refund\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["payment_gateways.refund"],"x-require-auth":true}},"/api/payment_gateways/sessions":{"post":{"operationId":"payment_gateways_post_api_payment_gateways_sessions","summary":"Create payment session","description":"Requires features: payment_gateways.manage","tags":["PaymentGateways"],"parameters":[],"responses":{"201":{"description":"Payment session created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysSessionsPostResponses201ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysSessionsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysSessionsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"422":{"description":"Invalid payload or unknown provider","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysSessionsPostResponses422ContentApplicationJsonSchema"}}}},"502":{"description":"Gateway provider error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysSessionsPostResponses502ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/payment_gateways/sessions\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["payment_gateways.manage"],"x-require-auth":true}},"/api/payment_gateways/status":{"get":{"operationId":"payment_gateways_get_api_payment_gateways_status","summary":"Get transaction status","description":"Requires features: payment_gateways.view","tags":["PaymentGateways"],"parameters":[],"responses":{"200":{"description":"Transaction status","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysStatusGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysStatusGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysStatusGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Transaction not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysStatusGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/payment_gateways/status\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["payment_gateways.view"],"x-require-auth":true}},"/api/payment_gateways/transactions/{id}":{"get":{"operationId":"payment_gateways_get_api_payment_gateways_transactions_id","summary":"Get payment transaction details","description":"Requires features: payment_gateways.view","tags":["PaymentGateways"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysTransactionsIdGetParameters0Schema"}}],"responses":{"200":{"description":"Payment transaction details","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysTransactionsIdGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysTransactionsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysTransactionsIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Transaction not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysTransactionsIdGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/payment_gateways/transactions/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["payment_gateways.view"],"x-require-auth":true}},"/api/payment_gateways/transactions":{"get":{"operationId":"payment_gateways_get_api_payment_gateways_transactions","summary":"List payment transactions","description":"Requires features: payment_gateways.view","tags":["PaymentGateways"],"parameters":[],"responses":{"200":{"description":"Payment transaction list","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysTransactionsGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysTransactionsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysTransactionsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/payment_gateways/transactions\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["payment_gateways.view"],"x-require-auth":true}},"/api/payment_gateways/webhook/{provider}":{"post":{"operationId":"payment_gateways_post_api_payment_gateways_webhook_provider","summary":"Process inbound webhook from payment provider","tags":["PaymentGateways"],"parameters":[{"name":"provider","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysWebhookProviderPostParameters0Schema"}}],"responses":{"202":{"description":"Webhook accepted for async processing","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysWebhookProviderPostResponses202ContentApplicationJsonSchema"}}}},"401":{"description":"Signature verification failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysWebhookProviderPostResponses401ContentApplicationJsonSchema"}}}},"404":{"description":"Unknown provider","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysWebhookProviderPostResponses404ContentApplicationJsonSchema"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/payment_gateways/webhook/:provider\" \\\n  -H \"Accept: application/json\""}]}},"/api/checkout/links/{id}":{"get":{"operationId":"checkout_get_api_checkout_links_id","summary":"GET /api/checkout/links/{id}","description":"Requires features: checkout.view","tags":["Checkout"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutLinksIdGetParameters0Schema"}}],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutLinksIdGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutLinksIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutLinksIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/checkout/links/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["checkout.view"],"x-require-auth":true},"put":{"operationId":"checkout_put_api_checkout_links_id","summary":"PUT /api/checkout/links/{id}","description":"Requires features: checkout.edit","tags":["Checkout"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutLinksIdPutParameters0Schema"}}],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutLinksIdPutResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutLinksIdPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutLinksIdPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/checkout/links/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["checkout.edit"],"x-require-auth":true},"delete":{"operationId":"checkout_delete_api_checkout_links_id","summary":"DELETE /api/checkout/links/{id}","description":"Requires features: checkout.delete","tags":["Checkout"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutLinksIdDeleteParameters0Schema"}}],"responses":{"204":{"description":"Success"},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutLinksIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutLinksIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/checkout/links/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["checkout.delete"],"x-require-auth":true}},"/api/checkout/links":{"get":{"operationId":"checkout_get_api_checkout_links","summary":"GET /api/checkout/links","description":"Requires features: checkout.view","tags":["Checkout"],"parameters":[],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutLinksGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutLinksGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutLinksGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/checkout/links\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["checkout.view"],"x-require-auth":true},"post":{"operationId":"checkout_post_api_checkout_links","summary":"POST /api/checkout/links","description":"Requires features: checkout.create","tags":["Checkout"],"parameters":[],"responses":{"201":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutLinksPostResponses201ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutLinksPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutLinksPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/checkout/links\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["checkout.create"],"x-require-auth":true}},"/api/checkout/pay/{slug}":{"get":{"operationId":"checkout_get_api_checkout_pay_slug","summary":"GET /api/checkout/pay/{slug}","tags":["Checkout"],"parameters":[{"name":"slug","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutPaySlugGetParameters0Schema"}}],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutPaySlugGetResponses200ContentApplicationJsonSchema"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/checkout/pay/:slug\" \\\n  -H \"Accept: application/json\""}]}},"/api/checkout/pay/{slug}/status/{transactionId}":{"get":{"operationId":"checkout_get_api_checkout_pay_slug_status_transactionId","summary":"GET /api/checkout/pay/{slug}/status/{transactionId}","tags":["Checkout"],"parameters":[{"name":"slug","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutPaySlugStatusTransactionIdGetParameters0Schema"}},{"name":"transactionId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutPaySlugStatusTransactionIdGetParameters1Schema"}}],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutPaySlugStatusTransactionIdGetResponses200ContentApplicationJsonSchema"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/checkout/pay/:slug/status/:transactionId\" \\\n  -H \"Accept: application/json\""}]}},"/api/checkout/pay/{slug}/submit":{"post":{"operationId":"checkout_post_api_checkout_pay_slug_submit","summary":"POST /api/checkout/pay/{slug}/submit","tags":["Checkout"],"parameters":[{"name":"slug","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutPaySlugSubmitPostParameters0Schema"}}],"responses":{"201":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutPaySlugSubmitPostResponses201ContentApplicationJsonSchema"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/checkout/pay/:slug/submit\" \\\n  -H \"Accept: application/json\""}]}},"/api/checkout/pay/{slug}/verify-password":{"post":{"operationId":"checkout_post_api_checkout_pay_slug_verify_password","summary":"POST /api/checkout/pay/{slug}/verify-password","tags":["Checkout"],"parameters":[{"name":"slug","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutPaySlugVerifyPasswordPostParameters0Schema"}}],"responses":{"201":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutPaySlugVerifyPasswordPostResponses201ContentApplicationJsonSchema"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/checkout/pay/:slug/verify-password\" \\\n  -H \"Accept: application/json\""}]}},"/api/checkout/templates/{id}/preview":{"get":{"operationId":"checkout_get_api_checkout_templates_id_preview","summary":"GET /api/checkout/templates/{id}/preview","description":"Requires features: checkout.view","tags":["Checkout"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutTemplatesIdPreviewGetParameters0Schema"}}],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutTemplatesIdPreviewGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutTemplatesIdPreviewGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutTemplatesIdPreviewGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/checkout/templates/:id/preview\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["checkout.view"],"x-require-auth":true}},"/api/checkout/templates/{id}":{"get":{"operationId":"checkout_get_api_checkout_templates_id","summary":"GET /api/checkout/templates/{id}","description":"Requires features: checkout.view","tags":["Checkout"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutTemplatesIdGetParameters0Schema"}}],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutTemplatesIdGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutTemplatesIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutTemplatesIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/checkout/templates/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["checkout.view"],"x-require-auth":true},"put":{"operationId":"checkout_put_api_checkout_templates_id","summary":"PUT /api/checkout/templates/{id}","description":"Requires features: checkout.edit","tags":["Checkout"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutTemplatesIdPutParameters0Schema"}}],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutTemplatesIdPutResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutTemplatesIdPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutTemplatesIdPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/checkout/templates/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["checkout.edit"],"x-require-auth":true},"delete":{"operationId":"checkout_delete_api_checkout_templates_id","summary":"DELETE /api/checkout/templates/{id}","description":"Requires features: checkout.delete","tags":["Checkout"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutTemplatesIdDeleteParameters0Schema"}}],"responses":{"204":{"description":"Success"},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutTemplatesIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutTemplatesIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/checkout/templates/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["checkout.delete"],"x-require-auth":true}},"/api/checkout/templates":{"get":{"operationId":"checkout_get_api_checkout_templates","summary":"GET /api/checkout/templates","description":"Requires features: checkout.view","tags":["Checkout"],"parameters":[],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutTemplatesGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutTemplatesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutTemplatesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/checkout/templates\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["checkout.view"],"x-require-auth":true},"post":{"operationId":"checkout_post_api_checkout_templates","summary":"POST /api/checkout/templates","description":"Requires features: checkout.create","tags":["Checkout"],"parameters":[],"responses":{"201":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutTemplatesPostResponses201ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutTemplatesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutTemplatesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/checkout/templates\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["checkout.create"],"x-require-auth":true}},"/api/checkout/transactions/{id}":{"get":{"operationId":"checkout_get_api_checkout_transactions_id","summary":"GET /api/checkout/transactions/{id}","description":"Requires features: checkout.view","tags":["Checkout"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutTransactionsIdGetParameters0Schema"}}],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutTransactionsIdGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutTransactionsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutTransactionsIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/checkout/transactions/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["checkout.view"],"x-require-auth":true}},"/api/checkout/transactions/by-gateway/{gatewayTransactionId}":{"get":{"operationId":"checkout_get_api_checkout_transactions_by_gateway_gatewayTransactionId","summary":"GET /api/checkout/transactions/by-gateway/{gatewayTransactionId}","description":"Requires features: checkout.view","tags":["Checkout"],"parameters":[{"name":"gatewayTransactionId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutTransactionsByGatewayGatewayTransactionIdGetParameters0Schema"}}],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutTransactionsByGatewayGatewayTransactionIdGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutTransactionsByGatewayGatewayTransactionIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutTransactionsByGatewayGatewayTransactionIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/checkout/transactions/by-gateway/:gatewayTransactionId\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["checkout.view"],"x-require-auth":true}},"/api/checkout/transactions":{"get":{"operationId":"checkout_get_api_checkout_transactions","summary":"GET /api/checkout/transactions","description":"Requires features: checkout.view","tags":["Checkout"],"parameters":[],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutTransactionsGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutTransactionsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCheckoutTransactionsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/checkout/transactions\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["checkout.view"],"x-require-auth":true}},"/api/sync_akeneo/custom-fields":{"get":{"operationId":"sync_akeneo_get_api_sync_akeneo_custom_fields","summary":"Inspect and create Akeneo-backed custom fields","description":"Requires features: data_sync.configure","tags":["Sync Akeneo"],"parameters":[],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSyncAkeneoCustomFieldsGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSyncAkeneoCustomFieldsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSyncAkeneoCustomFieldsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/sync_akeneo/custom-fields\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["data_sync.configure"],"x-require-auth":true},"post":{"operationId":"sync_akeneo_post_api_sync_akeneo_custom_fields","summary":"Inspect and create Akeneo-backed custom fields","description":"Requires features: data_sync.configure","tags":["Sync Akeneo"],"parameters":[],"responses":{"201":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSyncAkeneoCustomFieldsPostResponses201ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSyncAkeneoCustomFieldsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSyncAkeneoCustomFieldsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/sync_akeneo/custom-fields\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["data_sync.configure"],"x-require-auth":true}},"/api/sync_akeneo/delete-products":{"post":{"operationId":"sync_akeneo_post_api_sync_akeneo_delete_products","summary":"Start deleting all Akeneo-imported products for the current organization","description":"Requires features: data_sync.configure","tags":["Sync Akeneo"],"parameters":[],"responses":{"201":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSyncAkeneoDeleteProductsPostResponses201ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSyncAkeneoDeleteProductsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSyncAkeneoDeleteProductsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/sync_akeneo/delete-products\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["data_sync.configure"],"x-require-auth":true}},"/api/sync_akeneo/discovery":{"get":{"operationId":"sync_akeneo_get_api_sync_akeneo_discovery","summary":"Load Akeneo discovery metadata for field mapping","description":"Requires features: data_sync.configure","tags":["Sync Akeneo"],"parameters":[],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSyncAkeneoDiscoveryGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSyncAkeneoDiscoveryGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSyncAkeneoDiscoveryGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/sync_akeneo/discovery\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["data_sync.configure"],"x-require-auth":true}},"/api/sync_akeneo/first-import":{"get":{"operationId":"sync_akeneo_get_api_sync_akeneo_first_import","summary":"GET /api/sync_akeneo/first-import","description":"Requires features: data_sync.configure","tags":["Sync Akeneo"],"parameters":[],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSyncAkeneoFirstImportGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSyncAkeneoFirstImportGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSyncAkeneoFirstImportGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/sync_akeneo/first-import\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["data_sync.configure"],"x-require-auth":true},"post":{"operationId":"sync_akeneo_post_api_sync_akeneo_first_import","summary":"POST /api/sync_akeneo/first-import","description":"Requires features: data_sync.run","tags":["Sync Akeneo"],"parameters":[],"responses":{"201":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSyncAkeneoFirstImportPostResponses201ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSyncAkeneoFirstImportPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiSyncAkeneoFirstImportPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/sync_akeneo/first-import\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["data_sync.run"],"x-require-auth":true}},"/api/shipping-carriers/cancel":{"post":{"operationId":"shipping-carriers_post_api_shipping_carriers_cancel","summary":"Cancel shipment","description":"Requires features: shipping_carriers.manage","tags":["ShippingCarriers"],"parameters":[],"responses":{"200":{"description":"Shipment cancelled","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersCancelPostResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersCancelPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersCancelPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"422":{"description":"Validation failed or shipment cannot be cancelled in its current status","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersCancelPostResponses422ContentApplicationJsonSchema"}}}},"502":{"description":"Provider upstream error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersCancelPostResponses502ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/shipping-carriers/cancel\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["shipping_carriers.manage"],"x-require-auth":true}},"/api/shipping-carriers/points":{"get":{"operationId":"shipping-carriers_get_api_shipping_carriers_points","summary":"Search carrier drop-off points (lockers, POP points)","description":"Requires features: shipping_carriers.view","tags":["ShippingCarriers"],"parameters":[],"responses":{"200":{"description":"Points returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersPointsGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersPointsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersPointsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"422":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersPointsGetResponses422ContentApplicationJsonSchema"}}}},"502":{"description":"Provider upstream error or unsupported","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersPointsGetResponses502ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/shipping-carriers/points\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["shipping_carriers.view"],"x-require-auth":true}},"/api/shipping-carriers/providers":{"get":{"operationId":"shipping-carriers_get_api_shipping_carriers_providers","summary":"List registered shipping providers","description":"Requires features: shipping_carriers.manage","tags":["ShippingCarriers"],"parameters":[],"responses":{"200":{"description":"List of registered provider keys","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersProvidersGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersProvidersGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersProvidersGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/shipping-carriers/providers\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["shipping_carriers.manage"],"x-require-auth":true}},"/api/shipping-carriers/rates":{"post":{"operationId":"shipping-carriers_post_api_shipping_carriers_rates","summary":"Calculate shipping rates","description":"Requires features: shipping_carriers.manage","tags":["ShippingCarriers"],"parameters":[],"responses":{"200":{"description":"Rates calculated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersRatesPostResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersRatesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersRatesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"422":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersRatesPostResponses422ContentApplicationJsonSchema"}}}},"502":{"description":"Provider upstream error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersRatesPostResponses502ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/shipping-carriers/rates\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["shipping_carriers.manage"],"x-require-auth":true}},"/api/shipping-carriers/shipments":{"post":{"operationId":"shipping-carriers_post_api_shipping_carriers_shipments","summary":"Create shipment","description":"Requires features: shipping_carriers.manage","tags":["ShippingCarriers"],"parameters":[],"responses":{"201":{"description":"Shipment created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersShipmentsPostResponses201ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersShipmentsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersShipmentsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"422":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersShipmentsPostResponses422ContentApplicationJsonSchema"}}}},"502":{"description":"Provider upstream error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersShipmentsPostResponses502ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/shipping-carriers/shipments\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["shipping_carriers.manage"],"x-require-auth":true}},"/api/shipping-carriers/tracking":{"get":{"operationId":"shipping-carriers_get_api_shipping_carriers_tracking","summary":"Get tracking","description":"Requires features: shipping_carriers.view","tags":["ShippingCarriers"],"parameters":[],"responses":{"200":{"description":"Tracking returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersTrackingGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersTrackingGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersTrackingGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"422":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersTrackingGetResponses422ContentApplicationJsonSchema"}}}},"502":{"description":"Provider upstream error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersTrackingGetResponses502ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/shipping-carriers/tracking\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["shipping_carriers.view"],"x-require-auth":true}},"/api/shipping-carriers/webhook/{provider}":{"post":{"operationId":"shipping-carriers_post_api_shipping_carriers_webhook_provider","summary":"Process inbound carrier webhook","tags":["ShippingCarriers"],"parameters":[{"name":"provider","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersWebhookProviderPostParameters0Schema"}}],"responses":{"202":{"description":"Webhook accepted for async processing","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersWebhookProviderPostResponses202ContentApplicationJsonSchema"}}}},"401":{"description":"Signature verification failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersWebhookProviderPostResponses401ContentApplicationJsonSchema"}}}},"404":{"description":"Unknown provider","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersWebhookProviderPostResponses404ContentApplicationJsonSchema"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/shipping-carriers/webhook/:provider\" \\\n  -H \"Accept: application/json\""}]}},"/api/webhooks/{id}/rotate-secret":{"post":{"operationId":"webhooks_post_api_webhooks_id_rotate_secret","summary":"Rotate secret","description":"Returns the new secret once. Store it immediately; future reads only expose a masked value.\n\nRequires features: webhooks.secrets","tags":["Webhooks"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdRotateSecretPostParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Secret rotated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdRotateSecretPostResponses200ContentApplicationJsonSchema"},"example":{"success":true,"secret":"string","previousSecretSetAt":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdRotateSecretPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdRotateSecretPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Webhook not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdRotateSecretPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/webhooks/00000000-0000-4000-8000-000000000000/rotate-secret\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["webhooks.secrets"],"x-require-auth":true}},"/api/webhooks/{id}":{"get":{"operationId":"webhooks_get_api_webhooks_id","summary":"Get webhook","description":"Returns webhook configuration, masked secret metadata, and delivery settings.\n\nRequires features: webhooks.view","tags":["Webhooks"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Webhook detail","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"string","name":"string","description":null,"url":"string","subscribedEvents":["string"],"httpMethod":"string","isActive":true,"deliveryStrategy":"string","maxRetries":1,"consecutiveFailures":1,"lastSuccessAt":null,"lastFailureAt":null,"createdAt":"string","updatedAt":"string","customHeaders":null,"strategyConfig":null,"timeoutMs":1,"rateLimitPerMinute":1,"autoDisableThreshold":1,"integrationId":null,"maskedSecret":"string","previousSecretSetAt":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Webhook not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/webhooks/00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["webhooks.view"],"x-require-auth":true},"put":{"operationId":"webhooks_put_api_webhooks_id","summary":"Update webhook","description":"Updates a single webhook configuration.\n\nRequires features: webhooks.manage","tags":["Webhooks"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchema"},"example":{"description":null,"httpMethod":"POST","customHeaders":null,"deliveryStrategy":"http","strategyConfig":null,"maxRetries":10,"timeoutMs":15000,"rateLimitPerMinute":0,"autoDisableThreshold":100,"integrationId":null}}},"description":"Webhook fields to update."},"responses":{"200":{"description":"Webhook updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchema"},"example":{"id":"string","name":"string","description":null,"url":"string","subscribedEvents":["string"],"httpMethod":"string","isActive":true,"deliveryStrategy":"string","maxRetries":1,"consecutiveFailures":1,"lastSuccessAt":null,"lastFailureAt":null,"createdAt":"string","updatedAt":"string","customHeaders":null,"strategyConfig":null,"timeoutMs":1,"rateLimitPerMinute":1,"autoDisableThreshold":1,"integrationId":null,"maskedSecret":"string","previousSecretSetAt":null}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Webhook not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/webhooks/00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"description\\\": null,\n  \\\"httpMethod\\\": \\\"POST\\\",\n  \\\"customHeaders\\\": null,\n  \\\"deliveryStrategy\\\": \\\"http\\\",\n  \\\"strategyConfig\\\": null,\n  \\\"maxRetries\\\": 10,\n  \\\"timeoutMs\\\": 15000,\n  \\\"rateLimitPerMinute\\\": 0,\n  \\\"autoDisableThreshold\\\": 100,\n  \\\"integrationId\\\": null\n}\""}],"x-require-features":["webhooks.manage"],"x-require-auth":true},"delete":{"operationId":"webhooks_delete_api_webhooks_id","summary":"Delete webhook","description":"Soft-deletes a webhook endpoint.\n\nRequires features: webhooks.manage","tags":["Webhooks"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdDeleteParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Webhook deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdDeleteResponses200ContentApplicationJsonSchema"},"example":{"success":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Webhook not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/webhooks/00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["webhooks.manage"],"x-require-auth":true}},"/api/webhooks/{id}/test":{"post":{"operationId":"webhooks_post_api_webhooks_id_test","summary":"Test webhook","description":"Creates a synthetic event payload and delivers it immediately without using the queue.\n\nRequires features: webhooks.test","tags":["Webhooks"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostRequestBodyContentApplicationJsonSchema"},"example":{}}},"description":"Optional custom event type and payload for the test delivery."},"responses":{"200":{"description":"Test delivery result","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchema"},"example":{"success":true,"delivery":{"id":"string","webhookId":"string","eventType":"string","messageId":"string","status":"string","responseStatus":null,"errorMessage":null,"attemptNumber":1,"maxAttempts":1,"targetUrl":"string","durationMs":null,"enqueuedAt":"string","lastAttemptAt":null,"deliveredAt":null,"createdAt":"string","payload":{},"responseBody":null,"responseHeaders":null,"nextRetryAt":null,"updatedAt":"string"}}}}},"400":{"description":"Invalid request payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Webhook not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Webhook integration disabled","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/webhooks/00000000-0000-4000-8000-000000000000/test\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}],"x-require-features":["webhooks.test"],"x-require-auth":true}},"/api/webhooks/deliveries/{id}/retry":{"post":{"operationId":"webhooks_post_api_webhooks_deliveries_id_retry","summary":"Retry delivery","description":"Resets retry scheduling fields and enqueues the delivery again.\n\nRequires features: webhooks.manage","tags":["Webhooks"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Delivery re-enqueued","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchema"},"example":{"success":true,"delivery":{"id":"string","webhookId":"string","eventType":"string","messageId":"string","status":"string","responseStatus":null,"errorMessage":null,"attemptNumber":1,"maxAttempts":1,"targetUrl":"string","durationMs":null,"enqueuedAt":"string","lastAttemptAt":null,"deliveredAt":null,"createdAt":"string","payload":{},"responseBody":null,"responseHeaders":null,"nextRetryAt":null,"updatedAt":"string"}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Delivery not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Webhook integration disabled","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/webhooks/deliveries/00000000-0000-4000-8000-000000000000/retry\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["webhooks.manage"],"x-require-auth":true}},"/api/webhooks/deliveries/{id}":{"get":{"operationId":"webhooks_get_api_webhooks_deliveries_id","summary":"Get delivery","description":"Returns a single delivery attempt by ID.\n\nRequires features: webhooks.view","tags":["Webhooks"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Delivery detail","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"string","webhookId":"string","eventType":"string","messageId":"string","status":"string","responseStatus":null,"errorMessage":null,"attemptNumber":1,"maxAttempts":1,"targetUrl":"string","durationMs":null,"enqueuedAt":"string","lastAttemptAt":null,"deliveredAt":null,"createdAt":"string","payload":{},"responseBody":null,"responseHeaders":null,"nextRetryAt":null,"updatedAt":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Delivery not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/webhooks/deliveries/00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["webhooks.view"],"x-require-auth":true}},"/api/webhooks/deliveries":{"get":{"operationId":"webhooks_get_api_webhooks_deliveries","summary":"List delivery logs","description":"Returns paginated webhook delivery attempts with filtering by webhook, event type, and status.\n\nRequires features: webhooks.view","tags":["Webhooks"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetParameters1Schema"},"example":1},{"name":"webhookId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"eventType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetParameters3Schema"},"example":"string"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetParameters4Schema"},"example":"pending"}],"responses":{"200":{"description":"Delivery log collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","webhookId":"string","webhookName":null,"eventType":"string","messageId":"string","status":"string","responseStatus":null,"errorMessage":null,"attemptNumber":1,"maxAttempts":1,"targetUrl":"string","durationMs":null,"enqueuedAt":"string","lastAttemptAt":null,"deliveredAt":null,"createdAt":"string"}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"400":{"description":"Tenant context missing","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/webhooks/deliveries?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["webhooks.view"],"x-require-auth":true}},"/api/webhooks/events":{"get":{"operationId":"webhooks_get_api_webhooks_events","summary":"List webhook events","description":"Returns all declared non-webhook events, sorted by event id.\n\nRequires features: webhooks.view","tags":["Webhooks"],"parameters":[],"responses":{"200":{"description":"Available events","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksEventsGetResponses200ContentApplicationJsonSchema"},"example":{"data":[{"id":"string","label":"string"}],"total":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksEventsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksEventsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/webhooks/events\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["webhooks.view"],"x-require-auth":true}},"/api/webhooks/inbound/{endpointId}":{"post":{"operationId":"webhooks_post_api_webhooks_inbound_endpointId","summary":"Receive inbound webhook","description":"Endpoint ids currently resolve to registered adapter provider keys.","tags":["Webhooks"],"parameters":[{"name":"endpointId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksInboundEndpointIdPostParameters0Schema"},"example":"string"}],"responses":{"200":{"description":"Inbound webhook accepted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksInboundEndpointIdPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Verification failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksInboundEndpointIdPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Endpoint not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksInboundEndpointIdPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"429":{"description":"Rate limit exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksInboundEndpointIdPostResponses429ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Webhook integration disabled","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksInboundEndpointIdPostResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/webhooks/inbound/string\" \\\n  -H \"Accept: application/json\""}]}},"/api/webhooks":{"get":{"operationId":"webhooks_get_api_webhooks","summary":"List webhooks","description":"Returns paginated webhooks for the current tenant and organization.\n\nRequires features: webhooks.view","tags":["Webhooks"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksGetParameters0Schema"},"example":"string"},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksGetParameters1Schema"},"example":"string"},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksGetParameters2Schema"},"example":"string"},{"name":"isActive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksGetParameters3Schema"},"example":"string"}],"responses":{"200":{"description":"Webhook collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","name":"string","description":null,"url":"string","subscribedEvents":["string"],"httpMethod":"string","isActive":true,"deliveryStrategy":"string","maxRetries":1,"consecutiveFailures":1,"lastSuccessAt":null,"lastFailureAt":null,"createdAt":"string","updatedAt":"string"}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"400":{"description":"Tenant context missing","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/webhooks\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["webhooks.view"],"x-require-auth":true},"post":{"operationId":"webhooks_post_api_webhooks","summary":"Create webhook","description":"Creates a new webhook endpoint. A signing secret (whsec_ prefixed) is auto-generated and returned once.\n\nRequires features: webhooks.manage","tags":["Webhooks"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchema"},"example":{"name":"string","description":null,"url":"https://example.com/resource","subscribedEvents":["string"],"httpMethod":"POST","customHeaders":null,"deliveryStrategy":"http","strategyConfig":null,"maxRetries":10,"timeoutMs":15000,"rateLimitPerMinute":0,"autoDisableThreshold":100,"integrationId":null}}},"description":"Webhook configuration."},"responses":{"201":{"description":"Webhook created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksPostResponses201ContentApplicationJsonSchema"},"example":{"id":"string","name":"string","url":"string","secret":"string","subscribedEvents":["string"],"isActive":true}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/webhooks\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"name\\\": \\\"string\\\",\n  \\\"description\\\": null,\n  \\\"url\\\": \\\"https://example.com/resource\\\",\n  \\\"subscribedEvents\\\": [\n    \\\"string\\\"\n  ],\n  \\\"httpMethod\\\": \\\"POST\\\",\n  \\\"customHeaders\\\": null,\n  \\\"deliveryStrategy\\\": \\\"http\\\",\n  \\\"strategyConfig\\\": null,\n  \\\"maxRetries\\\": 10,\n  \\\"timeoutMs\\\": 15000,\n  \\\"rateLimitPerMinute\\\": 0,\n  \\\"autoDisableThreshold\\\": 100,\n  \\\"integrationId\\\": null\n}\""}],"x-require-features":["webhooks.manage"],"x-require-auth":true}},"/api/webhooks/webhook-deliveries/{id}/retry":{"post":{"operationId":"webhooks_post_api_webhooks_webhook_deliveries_id_retry","summary":"Retry delivery","description":"Resets retry scheduling fields and enqueues the delivery again.\n\nRequires features: webhooks.manage","tags":["Webhooks"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Delivery re-enqueued","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchema"},"example":{"success":true,"delivery":{"id":"string","webhookId":"string","eventType":"string","messageId":"string","status":"string","responseStatus":null,"errorMessage":null,"attemptNumber":1,"maxAttempts":1,"targetUrl":"string","durationMs":null,"enqueuedAt":"string","lastAttemptAt":null,"deliveredAt":null,"createdAt":"string","payload":{},"responseBody":null,"responseHeaders":null,"nextRetryAt":null,"updatedAt":"string"}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Delivery not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Webhook integration disabled","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/webhooks/webhook-deliveries/00000000-0000-4000-8000-000000000000/retry\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["webhooks.manage"],"x-require-auth":true}},"/api/webhooks/webhook-deliveries/{id}":{"get":{"operationId":"webhooks_get_api_webhooks_webhook_deliveries_id","summary":"Get delivery","description":"Returns a single delivery attempt by ID.\n\nRequires features: webhooks.view","tags":["Webhooks"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Delivery detail","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"string","webhookId":"string","eventType":"string","messageId":"string","status":"string","responseStatus":null,"errorMessage":null,"attemptNumber":1,"maxAttempts":1,"targetUrl":"string","durationMs":null,"enqueuedAt":"string","lastAttemptAt":null,"deliveredAt":null,"createdAt":"string","payload":{},"responseBody":null,"responseHeaders":null,"nextRetryAt":null,"updatedAt":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Delivery not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/webhooks/webhook-deliveries/00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["webhooks.view"],"x-require-auth":true}},"/api/webhooks/webhook-deliveries":{"get":{"operationId":"webhooks_get_api_webhooks_webhook_deliveries","summary":"List delivery logs","description":"Returns paginated webhook delivery attempts with filtering by webhook, event type, and status.\n\nRequires features: webhooks.view","tags":["Webhooks"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetParameters1Schema"},"example":1},{"name":"webhookId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"eventType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetParameters3Schema"},"example":"string"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetParameters4Schema"},"example":"pending"}],"responses":{"200":{"description":"Delivery log collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","webhookId":"string","webhookName":null,"eventType":"string","messageId":"string","status":"string","responseStatus":null,"errorMessage":null,"attemptNumber":1,"maxAttempts":1,"targetUrl":"string","durationMs":null,"enqueuedAt":"string","lastAttemptAt":null,"deliveredAt":null,"createdAt":"string"}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"400":{"description":"Tenant context missing","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/webhooks/webhook-deliveries?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["webhooks.view"],"x-require-auth":true}},"/api/webhooks/webhooks/{id}/rotate-secret":{"post":{"operationId":"webhooks_post_api_webhooks_webhooks_id_rotate_secret","summary":"Rotate secret","description":"Returns the new secret once. Store it immediately; future reads only expose a masked value.\n\nRequires features: webhooks.secrets","tags":["Webhooks"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdRotateSecretPostParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Secret rotated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdRotateSecretPostResponses200ContentApplicationJsonSchema"},"example":{"success":true,"secret":"string","previousSecretSetAt":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdRotateSecretPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdRotateSecretPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Webhook not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdRotateSecretPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/webhooks/webhooks/00000000-0000-4000-8000-000000000000/rotate-secret\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["webhooks.secrets"],"x-require-auth":true}},"/api/webhooks/webhooks/{id}":{"get":{"operationId":"webhooks_get_api_webhooks_webhooks_id","summary":"Get webhook","description":"Returns webhook configuration, masked secret metadata, and delivery settings.\n\nRequires features: webhooks.view","tags":["Webhooks"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Webhook detail","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"string","name":"string","description":null,"url":"string","subscribedEvents":["string"],"httpMethod":"string","isActive":true,"deliveryStrategy":"string","maxRetries":1,"consecutiveFailures":1,"lastSuccessAt":null,"lastFailureAt":null,"createdAt":"string","updatedAt":"string","customHeaders":null,"strategyConfig":null,"timeoutMs":1,"rateLimitPerMinute":1,"autoDisableThreshold":1,"integrationId":null,"maskedSecret":"string","previousSecretSetAt":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Webhook not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/webhooks/webhooks/00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["webhooks.view"],"x-require-auth":true},"put":{"operationId":"webhooks_put_api_webhooks_webhooks_id","summary":"Update webhook","description":"Updates a single webhook configuration.\n\nRequires features: webhooks.manage","tags":["Webhooks"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchema"},"example":{"description":null,"httpMethod":"POST","customHeaders":null,"deliveryStrategy":"http","strategyConfig":null,"maxRetries":10,"timeoutMs":15000,"rateLimitPerMinute":0,"autoDisableThreshold":100,"integrationId":null}}},"description":"Webhook fields to update."},"responses":{"200":{"description":"Webhook updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchema"},"example":{"id":"string","name":"string","description":null,"url":"string","subscribedEvents":["string"],"httpMethod":"string","isActive":true,"deliveryStrategy":"string","maxRetries":1,"consecutiveFailures":1,"lastSuccessAt":null,"lastFailureAt":null,"createdAt":"string","updatedAt":"string","customHeaders":null,"strategyConfig":null,"timeoutMs":1,"rateLimitPerMinute":1,"autoDisableThreshold":1,"integrationId":null,"maskedSecret":"string","previousSecretSetAt":null}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Webhook not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/webhooks/webhooks/00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"description\\\": null,\n  \\\"httpMethod\\\": \\\"POST\\\",\n  \\\"customHeaders\\\": null,\n  \\\"deliveryStrategy\\\": \\\"http\\\",\n  \\\"strategyConfig\\\": null,\n  \\\"maxRetries\\\": 10,\n  \\\"timeoutMs\\\": 15000,\n  \\\"rateLimitPerMinute\\\": 0,\n  \\\"autoDisableThreshold\\\": 100,\n  \\\"integrationId\\\": null\n}\""}],"x-require-features":["webhooks.manage"],"x-require-auth":true},"delete":{"operationId":"webhooks_delete_api_webhooks_webhooks_id","summary":"Delete webhook","description":"Soft-deletes a webhook endpoint.\n\nRequires features: webhooks.manage","tags":["Webhooks"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdDeleteParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Webhook deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdDeleteResponses200ContentApplicationJsonSchema"},"example":{"success":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Webhook not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/webhooks/webhooks/00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["webhooks.manage"],"x-require-auth":true}},"/api/webhooks/webhooks/{id}/test":{"post":{"operationId":"webhooks_post_api_webhooks_webhooks_id_test","summary":"Test webhook","description":"Creates a synthetic event payload and delivers it immediately without using the queue.\n\nRequires features: webhooks.test","tags":["Webhooks"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostRequestBodyContentApplicationJsonSchema"},"example":{}}},"description":"Optional custom event type and payload for the test delivery."},"responses":{"200":{"description":"Test delivery result","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchema"},"example":{"success":true,"delivery":{"id":"string","webhookId":"string","eventType":"string","messageId":"string","status":"string","responseStatus":null,"errorMessage":null,"attemptNumber":1,"maxAttempts":1,"targetUrl":"string","durationMs":null,"enqueuedAt":"string","lastAttemptAt":null,"deliveredAt":null,"createdAt":"string","payload":{},"responseBody":null,"responseHeaders":null,"nextRetryAt":null,"updatedAt":"string"}}}}},"400":{"description":"Invalid request payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Webhook not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Webhook integration disabled","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/webhooks/webhooks/00000000-0000-4000-8000-000000000000/test\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}],"x-require-features":["webhooks.test"],"x-require-auth":true}},"/api/webhooks/webhooks":{"get":{"operationId":"webhooks_get_api_webhooks_webhooks","summary":"List webhooks","description":"Returns paginated webhooks for the current tenant and organization.\n\nRequires features: webhooks.view","tags":["Webhooks"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetParameters0Schema"},"example":"string"},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetParameters1Schema"},"example":"string"},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetParameters2Schema"},"example":"string"},{"name":"isActive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetParameters3Schema"},"example":"string"}],"responses":{"200":{"description":"Webhook collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","name":"string","description":null,"url":"string","subscribedEvents":["string"],"httpMethod":"string","isActive":true,"deliveryStrategy":"string","maxRetries":1,"consecutiveFailures":1,"lastSuccessAt":null,"lastFailureAt":null,"createdAt":"string","updatedAt":"string"}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"400":{"description":"Tenant context missing","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/webhooks/webhooks\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["webhooks.view"],"x-require-auth":true},"post":{"operationId":"webhooks_post_api_webhooks_webhooks","summary":"Create webhook","description":"Creates a new webhook endpoint. A signing secret (whsec_ prefixed) is auto-generated and returned once.\n\nRequires features: webhooks.manage","tags":["Webhooks"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchema"},"example":{"name":"string","description":null,"url":"https://example.com/resource","subscribedEvents":["string"],"httpMethod":"POST","customHeaders":null,"deliveryStrategy":"http","strategyConfig":null,"maxRetries":10,"timeoutMs":15000,"rateLimitPerMinute":0,"autoDisableThreshold":100,"integrationId":null}}},"description":"Webhook configuration."},"responses":{"201":{"description":"Webhook created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostResponses201ContentApplicationJsonSchema"},"example":{"id":"string","name":"string","url":"string","secret":"string","subscribedEvents":["string"],"isActive":true}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/webhooks/webhooks\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"name\\\": \\\"string\\\",\n  \\\"description\\\": null,\n  \\\"url\\\": \\\"https://example.com/resource\\\",\n  \\\"subscribedEvents\\\": [\n    \\\"string\\\"\n  ],\n  \\\"httpMethod\\\": \\\"POST\\\",\n  \\\"customHeaders\\\": null,\n  \\\"deliveryStrategy\\\": \\\"http\\\",\n  \\\"strategyConfig\\\": null,\n  \\\"maxRetries\\\": 10,\n  \\\"timeoutMs\\\": 15000,\n  \\\"rateLimitPerMinute\\\": 0,\n  \\\"autoDisableThreshold\\\": 100,\n  \\\"integrationId\\\": null\n}\""}],"x-require-features":["webhooks.manage"],"x-require-auth":true},"put":{"operationId":"webhooks_put_api_webhooks_webhooks","summary":"Update webhook","description":"Updates an existing webhook configuration.\n\nRequires features: webhooks.manage","tags":["Webhooks"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchema"},"example":{"description":null,"httpMethod":"POST","customHeaders":null,"deliveryStrategy":"http","strategyConfig":null,"maxRetries":10,"timeoutMs":15000,"rateLimitPerMinute":0,"autoDisableThreshold":100,"integrationId":null}}},"description":"Fields to update."},"responses":{"200":{"description":"Webhook updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchema"},"example":{"id":"string","name":"string","description":null,"url":"string","subscribedEvents":["string"],"httpMethod":"string","isActive":true,"deliveryStrategy":"string","maxRetries":1,"consecutiveFailures":1,"lastSuccessAt":null,"lastFailureAt":null,"createdAt":"string","updatedAt":"string","customHeaders":null,"strategyConfig":null,"timeoutMs":1,"rateLimitPerMinute":1,"autoDisableThreshold":1,"integrationId":null}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/webhooks/webhooks\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"description\\\": null,\n  \\\"httpMethod\\\": \\\"POST\\\",\n  \\\"customHeaders\\\": null,\n  \\\"deliveryStrategy\\\": \\\"http\\\",\n  \\\"strategyConfig\\\": null,\n  \\\"maxRetries\\\": 10,\n  \\\"timeoutMs\\\": 15000,\n  \\\"rateLimitPerMinute\\\": 0,\n  \\\"autoDisableThreshold\\\": 100,\n  \\\"integrationId\\\": null\n}\""}],"x-require-features":["webhooks.manage"],"x-require-auth":true},"delete":{"operationId":"webhooks_delete_api_webhooks_webhooks","summary":"Delete webhook","description":"Soft-deletes a webhook endpoint.\n\nRequires features: webhooks.manage","tags":["Webhooks"],"parameters":[{"name":"id","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksDeleteParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000","description":"Webhook ID to delete"}],"responses":{"200":{"description":"Deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksDeleteResponses200ContentApplicationJsonSchema"},"example":{"success":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/webhooks/webhooks?id=00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["webhooks.manage"],"x-require-auth":true}},"/api/freight/locations/{id}":{"get":{"operationId":"freight_get_api_freight_locations_id","summary":"Get freight location detail","description":"Requires features: locations.view","tags":["Freight Locations"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetParameters0Schema"}}],"responses":{"200":{"description":"Location returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","tenantId":null,"organizationId":null,"name":"string","code":null,"type":null,"unlocode":null,"address":{"street":"string","city":"string","postalCode":"string","country":"string","region":null},"supportedModes":["ROAD"],"capabilities":["CONTAINER"],"geofenceRadiusM":null,"slotBookingEnabled":true,"operatingHours":null,"avgHandlingTimeMin":null,"contactName":null,"contactPhone":null,"gateInstructions":null,"isActive":true,"latitude":null,"longitude":null,"createdAt":null,"updatedAt":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Location not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/locations/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["locations.view"],"x-require-auth":true}},"/api/freight/locations/nearby":{"get":{"operationId":"freight_get_api_freight_locations_nearby","summary":"Find freight locations by proximity","description":"Requires features: locations.view","tags":["Freight Locations"],"parameters":[{"name":"lat","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetParameters0Schema"},"example":1},{"name":"lng","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetParameters1Schema"},"example":1},{"name":"radiusKm","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetParameters2Schema"},"example":1},{"name":"limit","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetParameters3Schema"},"example":1},{"name":"type","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetParameters4Schema"},"example":"PORT"},{"name":"supportedMode","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetParameters5Schema"},"example":"ROAD"},{"name":"capability","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetParameters6Schema"},"example":"CONTAINER"}],"responses":{"200":{"description":"Nearby locations returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","tenantId":null,"organizationId":null,"name":"string","code":null,"type":null,"unlocode":null,"address":{"street":"string","city":"string","postalCode":"string","country":"string","region":null},"supportedModes":["ROAD"],"capabilities":["CONTAINER"],"geofenceRadiusM":null,"slotBookingEnabled":true,"operatingHours":null,"avgHandlingTimeMin":null,"contactName":null,"contactPhone":null,"gateInstructions":null,"isActive":true,"latitude":null,"longitude":null,"createdAt":null,"updatedAt":null,"distanceMeters":null}],"radiusKm":1,"count":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/locations/nearby?lat=1&lng=1&radiusKm=50&limit=25\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["locations.view"],"x-require-auth":true}},"/api/freight/locations":{"get":{"operationId":"freight_get_api_freight_locations","summary":"List locations","description":"Returns a paginated collection of locations scoped to the authenticated organization.\n\nRequires features: locations.view","tags":["Freight Locations"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetParameters2Schema"},"example":"string"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetParameters3Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."},{"name":"type","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetParameters4Schema"},"example":"PORT"},{"name":"supportedMode","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetParameters5Schema"},"example":"ROAD"},{"name":"capability","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetParameters6Schema"},"example":"CONTAINER"},{"name":"isActive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetParameters7Schema"},"example":"string"},{"name":"slotBookingEnabled","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetParameters8Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetParameters9Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetParameters10Schema"},"example":"asc"}],"responses":{"200":{"description":"Paginated locations","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","tenantId":null,"organizationId":null,"name":"string","code":null,"type":null,"unlocode":null,"address":{"street":"string","city":"string","postalCode":"string","country":"string","region":null},"supportedModes":["ROAD"],"capabilities":["CONTAINER"],"geofenceRadiusM":null,"slotBookingEnabled":true,"operatingHours":null,"avgHandlingTimeMin":null,"contactName":null,"contactPhone":null,"gateInstructions":null,"isActive":true,"latitude":null,"longitude":null,"createdAt":null,"updatedAt":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/locations?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["locations.view"],"x-require-auth":true},"post":{"operationId":"freight_post_api_freight_locations","summary":"Create location","description":"Creates a freight location.\n\nRequires features: locations.manage","tags":["Freight Locations"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchema"},"example":{"name":"string","code":null,"type":"PORT","unlocode":null,"address":{"street":"string","city":"string","postalCode":"string","country":"string","region":null},"supportedModes":["ROAD"],"capabilities":[],"latitude":1,"longitude":1,"geofenceRadiusM":null,"operatingHours":null,"avgHandlingTimeMin":null,"contactName":null,"contactPhone":null,"gateInstructions":null,"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000"}}},"description":"Creates a freight location."},"responses":{"201":{"description":"Location created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null,"locationId":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/locations\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"name\\\": \\\"string\\\",\n  \\\"code\\\": null,\n  \\\"type\\\": \\\"PORT\\\",\n  \\\"unlocode\\\": null,\n  \\\"address\\\": {\n    \\\"street\\\": \\\"string\\\",\n    \\\"city\\\": \\\"string\\\",\n    \\\"postalCode\\\": \\\"string\\\",\n    \\\"country\\\": \\\"string\\\",\n    \\\"region\\\": null\n  },\n  \\\"supportedModes\\\": [\n    \\\"ROAD\\\"\n  ],\n  \\\"capabilities\\\": [],\n  \\\"latitude\\\": 1,\n  \\\"longitude\\\": 1,\n  \\\"geofenceRadiusM\\\": null,\n  \\\"operatingHours\\\": null,\n  \\\"avgHandlingTimeMin\\\": null,\n  \\\"contactName\\\": null,\n  \\\"contactPhone\\\": null,\n  \\\"gateInstructions\\\": null,\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-features":["locations.manage"],"x-require-auth":true},"put":{"operationId":"freight_put_api_freight_locations","summary":"Update location","description":"Updates a freight location.\n\nRequires features: locations.manage","tags":["Freight Locations"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","code":null,"unlocode":null,"geofenceRadiusM":null,"operatingHours":null,"avgHandlingTimeMin":null,"contactName":null,"contactPhone":null,"gateInstructions":null}}},"description":"Updates a freight location."},"responses":{"200":{"description":"Location updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/freight/locations\" \\\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  \\\"code\\\": null,\n  \\\"unlocode\\\": null,\n  \\\"geofenceRadiusM\\\": null,\n  \\\"operatingHours\\\": null,\n  \\\"avgHandlingTimeMin\\\": null,\n  \\\"contactName\\\": null,\n  \\\"contactPhone\\\": null,\n  \\\"gateInstructions\\\": null\n}\""}],"x-require-features":["locations.manage"],"x-require-auth":true},"delete":{"operationId":"freight_delete_api_freight_locations","summary":"Delete location","description":"Soft deletes a freight location.\n\nRequires features: locations.manage","tags":["Freight Locations"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Soft deletes a freight location."},"responses":{"200":{"description":"Location deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/freight/locations\" \\\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-features":["locations.manage"],"x-require-auth":true}},"/api/freight/lanes/{id}/capacity-supply":{"get":{"operationId":"freight_get_api_freight_lanes_id_capacity_supply","summary":"List active capacity offer supply for a freight lane","description":"Requires features: lanes.view, marketplace.capacity_offers.view","tags":["Freight Lanes"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdCapacitySupplyGetParameters0Schema"}},{"name":"mode","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdCapacitySupplyGetParameters1Schema"},"example":"road"},{"name":"dateFrom","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdCapacitySupplyGetParameters2Schema"},"example":"string"},{"name":"dateTo","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdCapacitySupplyGetParameters3Schema"},"example":"string"}],"responses":{"200":{"description":"Lane capacity supply returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdCapacitySupplyGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"laneId":"00000000-0000-4000-8000-000000000000","date":"string","mode":"road","capacityOffersCount":1}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdCapacitySupplyGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdCapacitySupplyGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Lane not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdCapacitySupplyGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/lanes/:id/capacity-supply?dateFrom=string&dateTo=string\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["lanes.view","marketplace.capacity_offers.view"],"x-require-auth":true}},"/api/freight/lanes/{id}/history":{"get":{"operationId":"freight_get_api_freight_lanes_id_history","summary":"List freight lane snapshots","description":"Requires features: lanes.view","tags":["Freight Lanes"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetParameters0Schema"}},{"name":"mode","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetParameters1Schema"},"example":"road"},{"name":"dateFrom","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetParameters2Schema"},"example":"string"},{"name":"dateTo","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetParameters3Schema"},"example":"string"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetParameters4Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetParameters5Schema"},"example":1}],"responses":{"200":{"description":"Lane snapshots returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","tenantId":null,"organizationId":null,"laneId":"00000000-0000-4000-8000-000000000000","snapshotDate":"string","mode":"road","shipmentCount":1,"totalTons":1,"avgPricePerTon":null,"minPricePerTon":null,"maxPricePerTon":null,"avgTransitHours":null,"onTimeDeliveryPct":null,"capacityOffersCount":1,"demandSupplyRatio":null,"sourceShipmentIds":["00000000-0000-4000-8000-000000000000"],"calculationVersion":"string","createdAt":null,"updatedAt":null,"rebuiltAt":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/lanes/:id/history?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["lanes.view"],"x-require-auth":true}},"/api/freight/lanes/{id}":{"get":{"operationId":"freight_get_api_freight_lanes_id","summary":"Get freight lane detail","description":"Requires features: lanes.view","tags":["Freight Lanes"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetParameters0Schema"}}],"responses":{"200":{"description":"Lane returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchema"},"example":{"lane":{"id":"00000000-0000-4000-8000-000000000000","tenantId":null,"organizationId":null,"originRegionId":"00000000-0000-4000-8000-000000000000","destinationRegionId":"00000000-0000-4000-8000-000000000000","originLabel":"string","destinationLabel":"string","originCentroid":null,"destinationCentroid":null,"roadDistanceKm":null,"railDistanceKm":null,"distanceSource":null,"distanceSourceVersion":null,"distanceUpdatedAt":null,"railFeasibility":"direct_siding","nearestOriginTerminalId":null,"nearestDestTerminalId":null,"originLastMileKm":null,"destLastMileKm":null,"avgPriceRoadPerTon":null,"avgPriceRailPerTon":null,"avgTransitRoadHours":null,"avgTransitRailHours":null,"co2RoadPerTonKm":null,"co2RailPerTonKm":null,"volumeRoadLast90d":1,"volumeRailLast90d":1,"demandSupplyRatio":null,"recommendedMode":null,"recommendationConfidence":null,"recommendationUpdatedAt":null,"isActive":true,"createdAt":null,"updatedAt":null},"latestSnapshots":[{"id":"00000000-0000-4000-8000-000000000000","snapshotDate":"string","mode":"road","shipmentCount":1,"totalTons":1,"avgPricePerTon":null,"avgTransitHours":null,"rebuiltAt":null}],"sourceSummary":{"deliveredShipmentsLast90d":1,"lastDeliveredAt":null}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Lane not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/lanes/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["lanes.view"],"x-require-auth":true},"patch":{"operationId":"freight_patch_api_freight_lanes_id","summary":"Update freight lane metadata","description":"Requires features: lanes.manage","tags":["Freight Lanes"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchema"},"example":{"roadDistanceKm":null,"railDistanceKm":null,"distanceSource":null,"distanceSourceVersion":null,"nearestOriginTerminalId":null,"nearestDestTerminalId":null,"originLastMileKm":null,"destLastMileKm":null,"recommendedMode":null,"recommendationConfidence":null}}}},"responses":{"200":{"description":"Lane updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Lane not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://api.open-mercato.local/api/freight/lanes/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"roadDistanceKm\\\": null,\n  \\\"railDistanceKm\\\": null,\n  \\\"distanceSource\\\": null,\n  \\\"distanceSourceVersion\\\": null,\n  \\\"nearestOriginTerminalId\\\": null,\n  \\\"nearestDestTerminalId\\\": null,\n  \\\"originLastMileKm\\\": null,\n  \\\"destLastMileKm\\\": null,\n  \\\"recommendedMode\\\": null,\n  \\\"recommendationConfidence\\\": null\n}\""}],"x-require-features":["lanes.manage"],"x-require-auth":true}},"/api/freight/lanes/participant-stats/rebuild":{"post":{"operationId":"freight_post_api_freight_lanes_participant_stats_rebuild","summary":"Start a participant stat rebuild from completed shipment facts","description":"Requires features: lanes.rebuild_participant_stats","tags":["Freight Lanes"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsRebuildPostRequestBodyContentApplicationJsonSchema"},"example":{}}}},"responses":{"202":{"description":"Participant stat rebuild started","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsRebuildPostResponses202ContentApplicationJsonSchema"},"example":{"ok":true,"progressJobId":null}}}},"400":{"description":"Invalid rebuild payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsRebuildPostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsRebuildPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsRebuildPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/lanes/participant-stats/rebuild\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}],"x-require-features":["lanes.rebuild_participant_stats"],"x-require-auth":true}},"/api/freight/lanes/participant-stats":{"get":{"operationId":"freight_get_api_freight_lanes_participant_stats","summary":"List completed-shipment participant stats for freight lanes","description":"Requires features: lanes.view","tags":["Freight Lanes"],"parameters":[{"name":"laneId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetParameters0Schema"},"example":"string"},{"name":"laneFingerprint","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetParameters1Schema"},"example":"string"},{"name":"participantProfileId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetParameters2Schema"},"example":"string"},{"name":"carrierOrganizationId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetParameters3Schema"},"example":"string"},{"name":"mode","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetParameters4Schema"},"example":"road"},{"name":"cargoSegment","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetParameters5Schema"},"example":"FTL"},{"name":"minCompletedShipmentCount","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetParameters6Schema"},"example":1},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetParameters7Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetParameters8Schema"},"example":1}],"responses":{"200":{"description":"Participant stats returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":null,"laneId":null,"laneFingerprint":"string","participantProfileId":"00000000-0000-4000-8000-000000000000","carrierOrganizationId":null,"mode":"road","cargoSegment":null,"completedShipmentCount":1,"completedShipmentCount90d":1,"totalTons":1,"totalTons90d":1,"onTimeDeliveryPct":null,"avgTransitHours":null,"firstCompletedAt":null,"lastCompletedAt":null,"rebuiltAt":"string"}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/lanes/participant-stats?mode=any&page=1&pageSize=20\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["lanes.view"],"x-require-auth":true}},"/api/freight/lanes/resolve":{"post":{"operationId":"freight_post_api_freight_lanes_resolve","summary":"Resolve or create freight lane","description":"Requires features: lanes.manage","tags":["Freight Lanes"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesResolvePostRequestBodyContentApplicationJsonSchema"},"example":{"source":"manual"}}}},"responses":{"200":{"description":"Lane resolved","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesResolvePostResponses200ContentApplicationJsonSchema"},"example":{"laneId":"00000000-0000-4000-8000-000000000000","created":true,"originRegionId":"00000000-0000-4000-8000-000000000000","destinationRegionId":"00000000-0000-4000-8000-000000000000"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesResolvePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesResolvePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"422":{"description":"Lane cannot be resolved","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesResolvePostResponses422ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/lanes/resolve\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"source\\\": \\\"manual\\\"\n}\""}],"x-require-features":["lanes.manage"],"x-require-auth":true}},"/api/freight/lanes":{"get":{"operationId":"freight_get_api_freight_lanes","summary":"List freight lanes","description":"Requires features: lanes.view","tags":["Freight Lanes"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetParameters2Schema"},"example":"string"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetParameters3Schema"},"example":"string"},{"name":"originRegionId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetParameters4Schema"},"example":"string"},{"name":"destinationRegionId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetParameters5Schema"},"example":"string"},{"name":"railFeasibility","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetParameters6Schema"},"example":"direct_siding"},{"name":"recommendedMode","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetParameters7Schema"},"example":"road"},{"name":"isActive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetParameters8Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetParameters9Schema"},"example":"originLabel"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetParameters10Schema"},"example":"asc"}],"responses":{"200":{"description":"Lanes returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","tenantId":null,"organizationId":null,"originRegionId":"00000000-0000-4000-8000-000000000000","destinationRegionId":"00000000-0000-4000-8000-000000000000","originLabel":"string","destinationLabel":"string","originCentroid":null,"destinationCentroid":null,"roadDistanceKm":null,"railDistanceKm":null,"distanceSource":null,"distanceSourceVersion":null,"distanceUpdatedAt":null,"railFeasibility":"direct_siding","nearestOriginTerminalId":null,"nearestDestTerminalId":null,"originLastMileKm":null,"destLastMileKm":null,"avgPriceRoadPerTon":null,"avgPriceRailPerTon":null,"avgTransitRoadHours":null,"avgTransitRailHours":null,"co2RoadPerTonKm":null,"co2RailPerTonKm":null,"volumeRoadLast90d":1,"volumeRailLast90d":1,"demandSupplyRatio":null,"recommendedMode":null,"recommendationConfidence":null,"recommendationUpdatedAt":null,"isActive":true,"createdAt":null,"updatedAt":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/lanes?page=1&pageSize=50&sortField=updatedAt&sortDir=desc\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["lanes.view"],"x-require-auth":true}},"/api/freight/lanes/snapshots/rebuild":{"post":{"operationId":"freight_post_api_freight_lanes_snapshots_rebuild","summary":"Start freight lane snapshot rebuild","description":"Requires features: lanes.rebuild_snapshots","tags":["Freight Lanes"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesSnapshotsRebuildPostRequestBodyContentApplicationJsonSchema"},"example":{"dateFrom":"string","dateTo":"string"}}}},"responses":{"202":{"description":"Rebuild started","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesSnapshotsRebuildPostResponses202ContentApplicationJsonSchema"},"example":{"ok":true,"progressJobId":"00000000-0000-4000-8000-000000000000","message":"string"}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesSnapshotsRebuildPostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesSnapshotsRebuildPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesSnapshotsRebuildPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/lanes/snapshots/rebuild\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"dateFrom\\\": \\\"string\\\",\n  \\\"dateTo\\\": \\\"string\\\"\n}\""}],"x-require-features":["lanes.rebuild_snapshots"],"x-require-auth":true}},"/api/freight/lanes/regions/{id}":{"get":{"operationId":"freight_get_api_freight_lanes_regions_id","summary":"Get freight lane region detail","description":"Requires features: lanes.view","tags":["Freight Lanes"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetParameters0Schema"}}],"responses":{"200":{"description":"Region returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","tenantId":null,"organizationId":null,"code":"string","name":"string","regionType":null,"countryCode":"string","centroid":null,"centroidLat":null,"centroidLng":null,"radiusKm":null,"parentRegionId":null,"resolutionPriority":1,"source":null,"sourceRevision":null,"geometryQuality":null,"isActive":true,"createdAt":null,"updatedAt":null,"boundary":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Region not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/lanes/regions/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["lanes.view"],"x-require-auth":true}},"/api/freight/lanes/regions/overlap":{"post":{"operationId":"freight_post_api_freight_lanes_regions_overlap","summary":"Find freight lane regions overlapping a boundary","description":"Requires features: lanes.view","tags":["Freight Lanes"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostRequestBodyContentApplicationJsonSchema"},"example":{"limit":50}}}},"responses":{"200":{"description":"Overlapping regions returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchema"},"example":{"matches":[{"id":"00000000-0000-4000-8000-000000000000","tenantId":null,"organizationId":null,"code":"string","name":"string","regionType":null,"countryCode":"string","centroid":null,"centroidLat":null,"centroidLng":null,"radiusKm":null,"parentRegionId":null,"resolutionPriority":1,"source":null,"sourceRevision":null,"geometryQuality":null,"isActive":true,"createdAt":null,"updatedAt":null}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"422":{"description":"Invalid overlap body","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses422ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/lanes/regions/overlap\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"limit\\\": 50\n}\""}],"x-require-features":["lanes.view"],"x-require-auth":true}},"/api/freight/lanes/regions/resolve":{"get":{"operationId":"freight_get_api_freight_lanes_regions_resolve","summary":"Resolve freight lane regions for a point or location","description":"Requires features: lanes.view","tags":["Freight Lanes"],"parameters":[{"name":"locationId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsResolveGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"lat","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsResolveGetParameters1Schema"},"example":1},{"name":"lng","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsResolveGetParameters2Schema"},"example":1},{"name":"regionType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsResolveGetParameters3Schema"},"example":"city"},{"name":"countryCode","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsResolveGetParameters4Schema"},"example":"string"},{"name":"includeInactive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsResolveGetParameters5Schema"},"example":"string"},{"name":"limit","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsResolveGetParameters6Schema"},"example":1}],"responses":{"200":{"description":"Region matches returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchema"},"example":{"input":{"lat":1,"lng":1},"matches":[{"id":"00000000-0000-4000-8000-000000000000","code":"string","name":"string","regionType":null,"countryCode":"string","geometryQuality":null,"matchType":"contains","resolutionPriority":1}]}}}},"400":{"description":"Invalid region resolve query","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsResolveGetResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsResolveGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsResolveGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Location not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsResolveGetResponses404ContentApplicationJsonSchema"}}}},"422":{"description":"Location has no usable coordinates","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsResolveGetResponses422ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/lanes/regions/resolve?limit=10\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["lanes.view"],"x-require-auth":true}},"/api/freight/lanes/regions":{"get":{"operationId":"freight_get_api_freight_lanes_regions","summary":"List regions","description":"Returns a paginated collection of regions scoped to the authenticated organization.\n\nRequires features: lanes.view","tags":["Freight Lanes"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetParameters2Schema"},"example":"string"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetParameters3Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."},{"name":"regionType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetParameters4Schema"},"example":"city"},{"name":"countryCode","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetParameters5Schema"},"example":"string"},{"name":"isActive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetParameters6Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetParameters7Schema"},"example":"name"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetParameters8Schema"},"example":"asc"}],"responses":{"200":{"description":"Paginated regions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","tenantId":null,"organizationId":null,"code":"string","name":"string","regionType":null,"countryCode":"string","centroid":null,"centroidLat":null,"centroidLng":null,"radiusKm":null,"parentRegionId":null,"resolutionPriority":1,"source":null,"sourceRevision":null,"geometryQuality":null,"isActive":true,"createdAt":null,"updatedAt":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/lanes/regions?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["lanes.view"],"x-require-auth":true},"post":{"operationId":"freight_post_api_freight_lanes_regions","summary":"Create region","description":"Creates a freight lane region.\n\nRequires features: lanes.manage","tags":["Freight Lanes"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchema"},"example":{"code":"string","name":"string","regionType":"city","countryCode":"string","boundary":null,"centroid":null,"radiusKm":null,"parentRegionId":null,"source":null,"sourceRevision":null,"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000"}}},"description":"Creates a freight lane region."},"responses":{"201":{"description":"Region created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/lanes/regions\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"code\\\": \\\"string\\\",\n  \\\"name\\\": \\\"string\\\",\n  \\\"regionType\\\": \\\"city\\\",\n  \\\"countryCode\\\": \\\"string\\\",\n  \\\"boundary\\\": null,\n  \\\"centroid\\\": null,\n  \\\"radiusKm\\\": null,\n  \\\"parentRegionId\\\": null,\n  \\\"source\\\": null,\n  \\\"sourceRevision\\\": null,\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-features":["lanes.manage"],"x-require-auth":true},"put":{"operationId":"freight_put_api_freight_lanes_regions","summary":"Update region","description":"Updates a freight lane region.\n\nRequires features: lanes.manage","tags":["Freight Lanes"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","boundary":null,"centroid":null,"radiusKm":null,"parentRegionId":null,"source":null,"sourceRevision":null}}},"description":"Updates a freight lane region."},"responses":{"200":{"description":"Region updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/freight/lanes/regions\" \\\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  \\\"boundary\\\": null,\n  \\\"centroid\\\": null,\n  \\\"radiusKm\\\": null,\n  \\\"parentRegionId\\\": null,\n  \\\"source\\\": null,\n  \\\"sourceRevision\\\": null\n}\""}],"x-require-features":["lanes.manage"],"x-require-auth":true},"delete":{"operationId":"freight_delete_api_freight_lanes_regions","summary":"Delete region","description":"Soft deletes a freight lane region.\n\nRequires features: lanes.manage","tags":["Freight Lanes"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Soft deletes a freight lane region."},"responses":{"200":{"description":"Region deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/freight/lanes/regions\" \\\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-features":["lanes.manage"],"x-require-auth":true}},"/api/freight/reputation/evaluate":{"post":{"operationId":"freight_post_api_freight_reputation_evaluate","summary":"Evaluate carrier reputation","description":"Requires features: reputation.view","tags":["Freight Reputation"],"parameters":[],"responses":{"200":{"description":"Evaluation returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchema"},"example":{"participantProfileId":"string","carrierOrganizationId":null,"laneId":null,"laneFingerprint":null,"score":null,"grade":null,"confidenceScore":1,"accessTier":"trusted","calculationVersion":"string","calculatedAt":null,"reasons":[{"code":"strong_on_time_history","severity":"positive","messageKey":"string"}]}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationEvaluatePostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationEvaluatePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationEvaluatePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/reputation/evaluate\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["reputation.view"],"x-require-auth":true}},"/api/freight/reputation/lane-scores/{id}":{"get":{"operationId":"freight_get_api_freight_reputation_lane_scores_id","summary":"Get lane score detail","description":"Requires features: reputation.view","tags":["Freight Reputation"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetParameters0Schema"}}],"responses":{"200":{"description":"Lane score returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"string","participantProfileId":"string","participantLabel":null,"participantType":null,"customerEntityId":null,"customerDisplayName":null,"carrierOrganizationId":null,"laneId":null,"laneFingerprint":"string","mode":null,"cargoSegment":null,"windowCode":"rolling_90d","periodStart":null,"periodEnd":"string","score":null,"grade":null,"confidenceScore":1,"accessTier":"trusted","completedShipmentCount":1,"completedShipmentCount90d":1,"totalTons":1,"onTimeDeliveryPct":null,"avgTransitHours":null,"calculationVersion":"string","calculatedAt":null,"factors":[{"factor":"string","score":1,"weight":1,"value":null,"denominator":null}],"reasons":[{"code":"strong_on_time_history","severity":"positive","messageKey":"string"}],"sourceSnapshot":null,"internalNotes":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Lane score not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/reputation/lane-scores/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["reputation.view"],"x-require-auth":true}},"/api/freight/reputation/lane-scores":{"get":{"operationId":"freight_get_api_freight_reputation_lane_scores","summary":"List lane scores","description":"Requires features: reputation.view","tags":["Freight Reputation"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetParameters1Schema"},"example":1},{"name":"view","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetParameters2Schema"},"example":"current"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetParameters3Schema"},"example":"string"},{"name":"participantProfileId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetParameters4Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"carrierOrganizationId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetParameters5Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"laneId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetParameters6Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"laneFingerprint","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetParameters7Schema"},"example":"string"},{"name":"mode","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetParameters8Schema"},"example":"road"},{"name":"cargoSegment","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetParameters9Schema"},"example":"string"},{"name":"windowCode","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetParameters10Schema"},"example":"rolling_90d"},{"name":"grade","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetParameters11Schema"},"example":"A"},{"name":"accessTier","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetParameters12Schema"},"example":"trusted"}],"responses":{"200":{"description":"Lane scores returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","participantProfileId":"string","participantLabel":null,"participantType":null,"customerEntityId":null,"customerDisplayName":null,"carrierOrganizationId":null,"laneId":null,"laneFingerprint":"string","mode":null,"cargoSegment":null,"windowCode":"rolling_90d","periodStart":null,"periodEnd":"string","score":null,"grade":null,"confidenceScore":1,"accessTier":"trusted","completedShipmentCount":1,"completedShipmentCount90d":1,"totalTons":1,"onTimeDeliveryPct":null,"avgTransitHours":null,"calculationVersion":"string","calculatedAt":null}],"page":1,"pageSize":1,"total":1}}}},"400":{"description":"Invalid query","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/reputation/lane-scores?page=1&pageSize=25&view=history\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["reputation.view"],"x-require-auth":true}},"/api/freight/reputation/recalculate":{"post":{"operationId":"freight_post_api_freight_reputation_recalculate","summary":"Start recalculation","description":"Requires features: reputation.recalculate","tags":["Freight Reputation"],"parameters":[],"responses":{"202":{"description":"Recalculation started","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationRecalculatePostResponses202ContentApplicationJsonSchema"},"example":{"ok":true,"progressJobId":"string"}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationRecalculatePostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationRecalculatePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationRecalculatePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/reputation/recalculate\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["reputation.recalculate"],"x-require-auth":true}},"/api/freight/reputation/scorecards/{id}":{"get":{"operationId":"freight_get_api_freight_reputation_scorecards_id","summary":"Get scorecard detail","description":"Requires features: reputation.view","tags":["Freight Reputation"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetParameters0Schema"}}],"responses":{"200":{"description":"Scorecard returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"string","participantProfileId":"string","participantLabel":null,"participantType":null,"customerEntityId":null,"customerDisplayName":null,"carrierOrganizationId":null,"windowCode":"rolling_90d","periodStart":null,"periodEnd":"string","score":null,"grade":null,"confidenceScore":1,"accessTier":"trusted","completedShipmentCount":1,"comparableOnTimeCount":1,"onTimeShipmentCount":1,"cancelledShipmentCount":1,"documentRequiredCount":1,"documentValidCount":1,"documentExpiredCount":1,"calculationVersion":"string","calculatedAt":null,"factors":[{"factor":"string","score":1,"weight":1,"value":null,"denominator":null}],"reasons":[{"code":"strong_on_time_history","severity":"positive","messageKey":"string"}],"sourceSnapshot":null,"internalNotes":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Scorecard not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/reputation/scorecards/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["reputation.view"],"x-require-auth":true}},"/api/freight/reputation/scorecards":{"get":{"operationId":"freight_get_api_freight_reputation_scorecards","summary":"List scorecards","description":"Requires features: reputation.view","tags":["Freight Reputation"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetParameters1Schema"},"example":1},{"name":"view","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetParameters2Schema"},"example":"current"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetParameters3Schema"},"example":"string"},{"name":"participantProfileId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetParameters4Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"carrierOrganizationId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetParameters5Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"windowCode","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetParameters6Schema"},"example":"rolling_90d"},{"name":"grade","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetParameters7Schema"},"example":"A"},{"name":"accessTier","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetParameters8Schema"},"example":"trusted"},{"name":"minScore","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetParameters9Schema"},"example":1},{"name":"maxScore","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetParameters10Schema"},"example":1}],"responses":{"200":{"description":"Scorecards returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","participantProfileId":"string","participantLabel":null,"participantType":null,"customerEntityId":null,"customerDisplayName":null,"carrierOrganizationId":null,"windowCode":"rolling_90d","periodStart":null,"periodEnd":"string","score":null,"grade":null,"confidenceScore":1,"accessTier":"trusted","completedShipmentCount":1,"comparableOnTimeCount":1,"onTimeShipmentCount":1,"cancelledShipmentCount":1,"documentRequiredCount":1,"documentValidCount":1,"documentExpiredCount":1,"calculationVersion":"string","calculatedAt":null}],"page":1,"pageSize":1,"total":1}}}},"400":{"description":"Invalid query","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/reputation/scorecards?page=1&pageSize=25&view=history\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["reputation.view"],"x-require-auth":true}},"/api/freight/cargo/{id}/history":{"get":{"operationId":"freight_get_api_freight_cargo_id_history","summary":"List cargo history","description":"Requires features: cargo.view","tags":["Freight Cargo"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdHistoryGetParameters0Schema"}}],"responses":{"200":{"description":"Paginated cargo history","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","cargoId":null,"eventType":"string","mode":null,"happenedAt":null,"source":null,"notes":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdHistoryGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdHistoryGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/cargo/:id/history\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["cargo.view"],"x-require-auth":true}},"/api/freight/cargo/{id}/location":{"patch":{"operationId":"freight_patch_api_freight_cargo_id_location","summary":"Update cargo location","description":"Requires features: cargo.update","tags":["Freight Cargo"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchema"},"example":{"currentLocation":null,"currentMode":null,"lastEventAt":null,"source":null,"notes":null}}}},"responses":{"200":{"description":"Cargo live state updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://api.open-mercato.local/api/freight/cargo/:id/location\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"currentLocation\\\": null,\n  \\\"currentMode\\\": null,\n  \\\"lastEventAt\\\": null,\n  \\\"source\\\": null,\n  \\\"notes\\\": null\n}\""}],"x-require-features":["cargo.update"],"x-require-auth":true}},"/api/freight/cargo/{id}":{"get":{"operationId":"freight_get_api_freight_cargo_id","summary":"Get cargo detail","description":"Requires features: cargo.view","tags":["Freight Cargo"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdGetParameters0Schema"}}],"responses":{"200":{"description":"Cargo detail returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Cargo not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/cargo/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["cargo.view"],"x-require-auth":true},"put":{"operationId":"freight_put_api_freight_cargo_id","summary":"Update cargo","description":"Requires features: cargo.update","tags":["Freight Cargo"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchema"},"example":{"cargoType":"container","referenceNumber":"string","description":null,"containerNumber":null,"containerSizeType":null,"sealNumber":null,"gs1Sscc":null,"palletCount":null,"palletType":null,"bulkMaterial":null,"bulkUnit":null,"bulkQuantity":null,"weightKg":null,"volumeM3":null,"packageCount":null,"isDangerous":false,"dangerousGoodsUnNumber":null,"dangerousGoodsClass":null,"dangerousGoodsPackingGroup":null,"dangerousGoodsNotes":null,"requiresTempControl":false,"tempMinC":null,"tempMaxC":null,"currentLocation":null,"currentMode":null,"lastEventAt":null,"metadata":null,"assignments":[]}}}},"responses":{"200":{"description":"Cargo updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutResponses200ContentApplicationJsonSchema"},"example":{"id":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Cargo not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/freight/cargo/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"cargoType\\\": \\\"container\\\",\n  \\\"referenceNumber\\\": \\\"string\\\",\n  \\\"description\\\": null,\n  \\\"containerNumber\\\": null,\n  \\\"containerSizeType\\\": null,\n  \\\"sealNumber\\\": null,\n  \\\"gs1Sscc\\\": null,\n  \\\"palletCount\\\": null,\n  \\\"palletType\\\": null,\n  \\\"bulkMaterial\\\": null,\n  \\\"bulkUnit\\\": null,\n  \\\"bulkQuantity\\\": null,\n  \\\"weightKg\\\": null,\n  \\\"volumeM3\\\": null,\n  \\\"packageCount\\\": null,\n  \\\"isDangerous\\\": false,\n  \\\"dangerousGoodsUnNumber\\\": null,\n  \\\"dangerousGoodsClass\\\": null,\n  \\\"dangerousGoodsPackingGroup\\\": null,\n  \\\"dangerousGoodsNotes\\\": null,\n  \\\"requiresTempControl\\\": false,\n  \\\"tempMinC\\\": null,\n  \\\"tempMaxC\\\": null,\n  \\\"currentLocation\\\": null,\n  \\\"currentMode\\\": null,\n  \\\"lastEventAt\\\": null,\n  \\\"metadata\\\": null,\n  \\\"assignments\\\": []\n}\""}],"x-require-features":["cargo.update"],"x-require-auth":true},"delete":{"operationId":"freight_delete_api_freight_cargo_id","summary":"Delete cargo","description":"Requires features: cargo.delete","tags":["Freight Cargo"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdDeleteParameters0Schema"}}],"responses":{"200":{"description":"Cargo deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Cargo not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdDeleteResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/freight/cargo/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["cargo.delete"],"x-require-auth":true}},"/api/freight/cargo":{"get":{"operationId":"freight_get_api_freight_cargo","summary":"List cargo","description":"Requires features: cargo.view","tags":["Freight Cargo"],"parameters":[],"responses":{"200":{"description":"Paginated cargo list","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","cargoType":"string","referenceNumber":"string","currentMode":null,"lastEventAt":null,"assignments":[{"id":"string","cargoId":null,"salesShipmentId":null,"executionReferenceKind":null,"executionReferenceId":null,"relationship":"string","notes":null,"createdAt":null,"updatedAt":null}]}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/cargo\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["cargo.view"],"x-require-auth":true},"post":{"operationId":"freight_post_api_freight_cargo","summary":"Register cargo","description":"Requires features: cargo.create","tags":["Freight Cargo"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"string","organizationId":"string","cargoType":"container","referenceNumber":"string","description":null,"containerNumber":null,"containerSizeType":null,"sealNumber":null,"gs1Sscc":null,"palletCount":null,"palletType":null,"bulkMaterial":null,"bulkUnit":null,"bulkQuantity":null,"weightKg":null,"volumeM3":null,"packageCount":null,"isDangerous":false,"dangerousGoodsUnNumber":null,"dangerousGoodsClass":null,"dangerousGoodsPackingGroup":null,"dangerousGoodsNotes":null,"requiresTempControl":false,"tempMinC":null,"tempMaxC":null,"currentLocation":null,"currentMode":null,"lastEventAt":null,"metadata":null,"assignments":[]}}}},"responses":{"201":{"description":"Cargo created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostResponses201ContentApplicationJsonSchema"},"example":{"id":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/cargo\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"string\\\",\n  \\\"organizationId\\\": \\\"string\\\",\n  \\\"cargoType\\\": \\\"container\\\",\n  \\\"referenceNumber\\\": \\\"string\\\",\n  \\\"description\\\": null,\n  \\\"containerNumber\\\": null,\n  \\\"containerSizeType\\\": null,\n  \\\"sealNumber\\\": null,\n  \\\"gs1Sscc\\\": null,\n  \\\"palletCount\\\": null,\n  \\\"palletType\\\": null,\n  \\\"bulkMaterial\\\": null,\n  \\\"bulkUnit\\\": null,\n  \\\"bulkQuantity\\\": null,\n  \\\"weightKg\\\": null,\n  \\\"volumeM3\\\": null,\n  \\\"packageCount\\\": null,\n  \\\"isDangerous\\\": false,\n  \\\"dangerousGoodsUnNumber\\\": null,\n  \\\"dangerousGoodsClass\\\": null,\n  \\\"dangerousGoodsPackingGroup\\\": null,\n  \\\"dangerousGoodsNotes\\\": null,\n  \\\"requiresTempControl\\\": false,\n  \\\"tempMinC\\\": null,\n  \\\"tempMaxC\\\": null,\n  \\\"currentLocation\\\": null,\n  \\\"currentMode\\\": null,\n  \\\"lastEventAt\\\": null,\n  \\\"metadata\\\": null,\n  \\\"assignments\\\": []\n}\""}],"x-require-features":["cargo.create"],"x-require-auth":true}},"/api/freight/documents/{id}":{"get":{"operationId":"freight_get_api_freight_documents_id","summary":"Get transport document","description":"Returns a single transport document by ID.\n\nRequires features: documents.view","tags":["Freight Documents"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDocumentsIdGetParameters0Schema"}}],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDocumentsIdGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDocumentsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDocumentsIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/documents/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["documents.view"],"x-require-auth":true},"patch":{"operationId":"freight_patch_api_freight_documents_id","summary":"Update transport document","description":"Updates a transport document. Only allowed in DRAFT or ISSUED status.\n\nRequires features: documents.manage","tags":["Freight Documents"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDocumentsIdPatchParameters0Schema"}}],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDocumentsIdPatchResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDocumentsIdPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDocumentsIdPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://api.open-mercato.local/api/freight/documents/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["documents.manage"],"x-require-auth":true}},"/api/freight/documents":{"get":{"operationId":"freight_get_api_freight_documents","summary":"List transport documents","description":"Returns a paginated list of transport documents scoped to the current organization.\n\nRequires features: documents.view","tags":["Freight Documents"],"parameters":[],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDocumentsGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDocumentsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDocumentsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/documents\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["documents.view"],"x-require-auth":true},"post":{"operationId":"freight_post_api_freight_documents","summary":"Create transport document","description":"Creates a new transport document in DRAFT status.\n\nRequires features: documents.create","tags":["Freight Documents"],"parameters":[],"responses":{"201":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDocumentsPostResponses201ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDocumentsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDocumentsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/documents\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["documents.create"],"x-require-auth":true}},"/api/freight/documents/{id}/sign":{"post":{"operationId":"freight_post_api_freight_documents_id_sign","summary":"Sign transport document","description":"Appends a signature record and advances document status.\n\nRequires features: documents.sign","tags":["Freight Documents"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDocumentsIdSignPostParameters0Schema"}}],"responses":{"201":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDocumentsIdSignPostResponses201ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDocumentsIdSignPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDocumentsIdSignPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/documents/:id/sign\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["documents.sign"],"x-require-auth":true}},"/api/freight/tracking/events/{id}":{"get":{"operationId":"freight_get_api_freight_tracking_events_id","summary":"Get a tracking event.","description":"Requires features: tracking.view","tags":["Freight Tracking"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsIdGetParameters0Schema"}}],"responses":{"200":{"description":"Tracking event detail.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","eventType":"string","happenedAt":"string","subjectType":"string","subjectId":"string","subjectLabel":null,"source":"string","sourceEventId":null,"mode":null,"transportContextKind":null,"transportContextId":null,"cargoId":null,"payload":{},"createdAt":"string","updatedAt":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Tracking event not found.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/tracking/events/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["tracking.view"],"x-require-auth":true}},"/api/freight/tracking/events":{"get":{"operationId":"freight_get_api_freight_tracking_events","summary":"List tracking timeline events.","description":"Requires features: tracking.view","tags":["Freight Tracking"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetParameters1Schema"},"example":1},{"name":"eventType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetParameters2Schema"},"example":"string"},{"name":"subjectType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetParameters3Schema"},"example":"string"},{"name":"subjectId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetParameters4Schema"},"example":"string"},{"name":"transportContextKind","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetParameters5Schema"},"example":"string"},{"name":"transportContextId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetParameters6Schema"},"example":"string"},{"name":"cargoId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetParameters7Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"mode","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetParameters8Schema"},"example":"road"},{"name":"source","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetParameters9Schema"},"example":"string"}],"responses":{"200":{"description":"Paginated tracking timeline events.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","eventType":"string","happenedAt":"string","subjectType":"string","subjectId":"string","subjectLabel":null,"source":"string","sourceEventId":null,"mode":null,"transportContextKind":null,"transportContextId":null,"cargoId":null,"payload":{},"createdAt":"string","updatedAt":"string"}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/tracking/events?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["tracking.view"],"x-require-auth":true},"post":{"operationId":"freight_post_api_freight_tracking_events","summary":"Record a tracking timeline event.","description":"Requires features: tracking.record","tags":["Freight Tracking"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchema"},"example":{"eventType":"string","subjectType":"string","subjectId":"string","subjectLabel":null,"source":"string","sourceEventId":null,"mode":null,"transportContextKind":null,"transportContextId":null,"cargoId":null,"payload":{}}}}},"responses":{"201":{"description":"Tracking event created.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","eventType":"string","happenedAt":"string","subjectType":"string","subjectId":"string","subjectLabel":null,"source":"string","sourceEventId":null,"mode":null,"transportContextKind":null,"transportContextId":null,"cargoId":null,"payload":{},"createdAt":"string","updatedAt":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/tracking/events\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"eventType\\\": \\\"string\\\",\n  \\\"subjectType\\\": \\\"string\\\",\n  \\\"subjectId\\\": \\\"string\\\",\n  \\\"subjectLabel\\\": null,\n  \\\"source\\\": \\\"string\\\",\n  \\\"sourceEventId\\\": null,\n  \\\"mode\\\": null,\n  \\\"transportContextKind\\\": null,\n  \\\"transportContextId\\\": null,\n  \\\"cargoId\\\": null,\n  \\\"payload\\\": {}\n}\""}],"x-require-features":["tracking.record"],"x-require-auth":true}},"/api/freight/emissions/{id}":{"get":{"operationId":"freight_get_api_freight_emissions_id","summary":"Get freight emission report detail","description":"Requires features: emissions.view","tags":["Freight Emissions"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetParameters0Schema"}}],"responses":{"200":{"description":"Emission report detail.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"string","tenantId":"string","organizationId":"string","dispatchId":null,"legId":null,"vehicleId":null,"cargoId":null,"routeId":null,"transportDocumentId":null,"period":"string","transportMode":"string","calculationMode":"string","roadKm":1,"railKm":1,"freightWeightKg":1,"freightTonneKm":1,"roadCo2Kg":1,"railCo2Kg":1,"totalCo2Kg":1,"alternativeRoadOnlyCo2Kg":1,"co2SavedKg":1,"co2SavedPct":1,"methodology":"string","vehicleEuroClass":null,"fuelType":null,"appliedFactorKgPerTkm":1,"factorKey":"string","calculationTrace":null,"generatedAt":"string","createdAt":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/emissions/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["emissions.view"],"x-require-auth":true}},"/api/freight/emissions/calculate":{"post":{"operationId":"freight_post_api_freight_emissions_calculate","summary":"Calculate and persist a freight emission report","description":"Requires features: emissions.manage","tags":["Freight Emissions"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchema"},"example":{"dispatchId":null,"legId":null,"vehicleId":null,"cargoId":null,"routeId":null,"transportDocumentId":null,"distanceKm":null,"freightWeightKg":null,"vehicleEuroClass":null,"fuelType":null,"calculationMode":"PLANNED","vehicleSegment":null,"loadPct":null,"loadBucket":null,"emptyKmShare":null,"gridMixRegion":null}}}},"responses":{"201":{"description":"Calculated emission report.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchema"},"example":{"id":"string","tenantId":"string","organizationId":"string","dispatchId":null,"legId":null,"vehicleId":null,"cargoId":null,"routeId":null,"transportDocumentId":null,"period":"string","transportMode":"string","calculationMode":"string","roadKm":1,"railKm":1,"freightWeightKg":1,"freightTonneKm":1,"roadCo2Kg":1,"railCo2Kg":1,"totalCo2Kg":1,"alternativeRoadOnlyCo2Kg":1,"co2SavedKg":1,"co2SavedPct":1,"methodology":"string","vehicleEuroClass":null,"fuelType":null,"appliedFactorKgPerTkm":1,"factorKey":"string","calculationTrace":null,"generatedAt":"string","createdAt":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/emissions/calculate\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"dispatchId\\\": null,\n  \\\"legId\\\": null,\n  \\\"vehicleId\\\": null,\n  \\\"cargoId\\\": null,\n  \\\"routeId\\\": null,\n  \\\"transportDocumentId\\\": null,\n  \\\"distanceKm\\\": null,\n  \\\"freightWeightKg\\\": null,\n  \\\"vehicleEuroClass\\\": null,\n  \\\"fuelType\\\": null,\n  \\\"calculationMode\\\": \\\"PLANNED\\\",\n  \\\"vehicleSegment\\\": null,\n  \\\"loadPct\\\": null,\n  \\\"loadBucket\\\": null,\n  \\\"emptyKmShare\\\": null,\n  \\\"gridMixRegion\\\": null\n}\""}],"x-require-features":["emissions.manage"],"x-require-auth":true}},"/api/freight/emissions":{"get":{"operationId":"freight_get_api_freight_emissions","summary":"List freight emission reports","description":"Requires features: emissions.view","tags":["Freight Emissions"],"parameters":[],"responses":{"200":{"description":"Paginated emission reports.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","tenantId":"string","organizationId":"string","dispatchId":null,"legId":null,"vehicleId":null,"cargoId":null,"routeId":null,"transportDocumentId":null,"period":"string","transportMode":"string","calculationMode":"string","roadKm":1,"railKm":1,"freightWeightKg":1,"freightTonneKm":1,"roadCo2Kg":1,"railCo2Kg":1,"totalCo2Kg":1,"alternativeRoadOnlyCo2Kg":1,"co2SavedKg":1,"co2SavedPct":1,"methodology":"string","vehicleEuroClass":null,"fuelType":null,"appliedFactorKgPerTkm":1,"factorKey":"string","calculationTrace":null,"generatedAt":"string","createdAt":"string"}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/emissions\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["emissions.view"],"x-require-auth":true}},"/api/freight/billing/invoices/{id}/finalize":{"post":{"operationId":"freight_post_api_freight_billing_invoices_id_finalize","summary":"Finalize invoice","description":"Requires features: billing.manage","tags":["Freight Billing"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdFinalizePostParameters0Schema"}}],"responses":{"200":{"description":"Invoice finalized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdFinalizePostResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","status":"ISSUED"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdFinalizePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdFinalizePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/billing/invoices/:id/finalize\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["billing.manage"],"x-require-auth":true}},"/api/freight/billing/invoices/{id}":{"get":{"operationId":"freight_get_api_freight_billing_invoices_id","summary":"Get freight invoice","description":"Requires features: billing.view","tags":["Freight Billing"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetParameters0Schema"}}],"responses":{"200":{"description":"Invoice detail","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","organizationId":"string","tenantId":"string","invoiceNumber":"string","status":"string","transportMode":"string","dispatchId":null,"legId":null,"cargoId":null,"transportDocumentId":null,"issuerEntityId":null,"recipientEntityId":null,"issuerName":"string","issuerNip":null,"recipientName":"string","recipientNip":null,"issueDate":null,"serviceDate":null,"dueDate":"string","currencyCode":"string","vatRate":1,"netAmount":1,"vatAmount":1,"grossAmount":1,"paymentTermsDays":1,"paymentReference":null,"notes":null,"ksefPayload":null,"ksefReference":null,"ksefSubmittedAt":null,"metadata":null,"createdAt":"string","updatedAt":"string","lineItems":[{"id":"00000000-0000-4000-8000-000000000000","lineNumber":1,"description":"string","quantity":1,"unit":"string","currencyCode":"string","unitPriceNet":1,"netAmount":1,"vatRate":1,"vatAmount":1,"grossAmount":1,"serviceContext":null,"createdAt":"string","updatedAt":"string"}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/billing/invoices/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["billing.view"],"x-require-auth":true},"delete":{"operationId":"freight_delete_api_freight_billing_invoices_id","summary":"Delete freight invoice","description":"Requires features: billing.manage","tags":["Freight Billing"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdDeleteParameters0Schema"}}],"responses":{"200":{"description":"Invoice deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdDeleteResponses200ContentApplicationJsonSchema"},"example":{"success":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/freight/billing/invoices/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["billing.manage"],"x-require-auth":true}},"/api/freight/billing/invoices/from-dispatch":{"post":{"operationId":"freight_post_api_freight_billing_invoices_from_dispatch","summary":"Create invoice from completed dispatch","description":"Requires features: billing.manage","tags":["Freight Billing"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchema"},"example":{"dispatchId":"00000000-0000-4000-8000-000000000000","cargoId":null,"transportDocumentId":null,"transportMode":"ROAD","issuerEntityId":null,"recipientEntityId":null,"issuerName":"string","recipientName":"string","serviceDate":null,"dueDate":null,"currencyCode":"string","vatRate":23,"paymentTermsDays":30,"paymentReference":null,"notes":null,"lineItems":[{"description":"string","quantity":1,"unit":"string","unitPriceNet":1,"serviceContext":null}],"metadata":null}}}},"responses":{"201":{"description":"Invoice created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/billing/invoices/from-dispatch\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"dispatchId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"cargoId\\\": null,\n  \\\"transportDocumentId\\\": null,\n  \\\"transportMode\\\": \\\"ROAD\\\",\n  \\\"issuerEntityId\\\": null,\n  \\\"recipientEntityId\\\": null,\n  \\\"issuerName\\\": \\\"string\\\",\n  \\\"recipientName\\\": \\\"string\\\",\n  \\\"serviceDate\\\": null,\n  \\\"dueDate\\\": null,\n  \\\"currencyCode\\\": \\\"string\\\",\n  \\\"vatRate\\\": 23,\n  \\\"paymentTermsDays\\\": 30,\n  \\\"paymentReference\\\": null,\n  \\\"notes\\\": null,\n  \\\"lineItems\\\": [\n    {\n      \\\"description\\\": \\\"string\\\",\n      \\\"quantity\\\": 1,\n      \\\"unit\\\": \\\"string\\\",\n      \\\"unitPriceNet\\\": 1,\n      \\\"serviceContext\\\": null\n    }\n  ],\n  \\\"metadata\\\": null\n}\""}],"x-require-features":["billing.manage"],"x-require-auth":true}},"/api/freight/billing/invoices":{"get":{"operationId":"freight_get_api_freight_billing_invoices","summary":"List freight invoices","description":"Requires features: billing.view","tags":["Freight Billing"],"parameters":[],"responses":{"200":{"description":"Paginated freight invoice list","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","invoiceNumber":"string","status":"string","transportMode":"string","dispatchId":null,"legId":null,"cargoId":null,"issuerName":"string","recipientName":"string","issueDate":null,"serviceDate":null,"dueDate":"string","currencyCode":"string","vatRate":1,"netAmount":1,"vatAmount":1,"grossAmount":1,"paymentTermsDays":1,"paymentReference":null,"notes":null,"ksefReference":null,"ksefSubmittedAt":null,"metadata":null,"createdAt":"string","updatedAt":"string","lineItems":[],"organizationId":"string","tenantId":"string","transportDocumentId":null,"issuerEntityId":null,"recipientEntityId":null,"issuerNip":null,"recipientNip":null,"ksefPayload":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/billing/invoices\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["billing.view"],"x-require-auth":true}},"/api/freight/pricing/charge-codes":{"get":{"operationId":"freight_get_api_freight_pricing_charge_codes","summary":"List chargecodes","description":"Returns a paginated collection of chargecodes scoped to the authenticated organization.\n\nRequires features: pricing.view","tags":["Freight Pricing"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetParameters2Schema"},"example":"string"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetParameters3Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."},{"name":"category","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetParameters4Schema"},"example":"base_freight"},{"name":"isActive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetParameters5Schema"},"example":true}],"responses":{"200":{"description":"Paginated chargecodes","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","tenantId":null,"organizationId":null,"code":"string","label":"string","category":"base_freight","defaultUnitCode":"shipment","defaultTaxRate":null,"isTaxable":true,"isActive":true,"sortOrder":1,"description":null,"createdAt":null,"updatedAt":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/pricing/charge-codes?page=1&pageSize=25\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["pricing.view"],"x-require-auth":true},"post":{"operationId":"freight_post_api_freight_pricing_charge_codes","summary":"Create chargecode","description":"Creates a freight pricing charge code.\n\nRequires features: pricing.manage_charge_codes","tags":["Freight Pricing"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"string","organizationId":"string","code":"string","label":"string","category":"base_freight","defaultUnitCode":"shipment","defaultTaxRate":null,"isTaxable":true,"isActive":true,"sortOrder":100,"description":null}}},"description":"Creates a freight pricing charge code."},"responses":{"201":{"description":"ChargeCode created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null,"code":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/pricing/charge-codes\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"string\\\",\n  \\\"organizationId\\\": \\\"string\\\",\n  \\\"code\\\": \\\"string\\\",\n  \\\"label\\\": \\\"string\\\",\n  \\\"category\\\": \\\"base_freight\\\",\n  \\\"defaultUnitCode\\\": \\\"shipment\\\",\n  \\\"defaultTaxRate\\\": null,\n  \\\"isTaxable\\\": true,\n  \\\"isActive\\\": true,\n  \\\"sortOrder\\\": 100,\n  \\\"description\\\": null\n}\""}],"x-require-features":["pricing.manage_charge_codes"],"x-require-auth":true},"put":{"operationId":"freight_put_api_freight_pricing_charge_codes","summary":"Update chargecode","description":"Updates a freight pricing charge code.\n\nRequires features: pricing.manage_charge_codes","tags":["Freight Pricing"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchema"},"example":{"defaultTaxRate":null,"isTaxable":true,"isActive":true,"sortOrder":100,"description":null,"id":"string"}}},"description":"Updates a freight pricing charge code."},"responses":{"200":{"description":"ChargeCode updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/freight/pricing/charge-codes\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"defaultTaxRate\\\": null,\n  \\\"isTaxable\\\": true,\n  \\\"isActive\\\": true,\n  \\\"sortOrder\\\": 100,\n  \\\"description\\\": null,\n  \\\"id\\\": \\\"string\\\"\n}\""}],"x-require-features":["pricing.manage_charge_codes"],"x-require-auth":true},"delete":{"operationId":"freight_delete_api_freight_pricing_charge_codes","summary":"Delete chargecode","description":"Soft-deletes or deactivates a freight pricing charge code.\n\nRequires features: pricing.manage_charge_codes","tags":["Freight Pricing"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"string"}}},"description":"Soft-deletes or deactivates a freight pricing charge code."},"responses":{"200":{"description":"ChargeCode deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/freight/pricing/charge-codes\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"string\\\"\n}\""}],"x-require-features":["pricing.manage_charge_codes"],"x-require-auth":true}},"/api/freight/pricing/contract-rates/{id}/activate":{"post":{"operationId":"freight_post_api_freight_pricing_contract_rates_id_activate","summary":"Activate freight pricing contract rate","description":"Requires features: pricing.manage_contract_rates","tags":["Freight Pricing"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdActivatePostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdActivatePostRequestBodyContentApplicationJsonSchema"},"example":{"reasonCode":null,"reasonText":null}}}},"responses":{"200":{"description":"Contract rate activated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdActivatePostResponses200ContentApplicationJsonSchema"},"example":{"id":"string","status":"draft"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdActivatePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdActivatePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Contract rate not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdActivatePostResponses404ContentApplicationJsonSchema"}}}},"422":{"description":"Invalid lifecycle transition","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdActivatePostResponses422ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/pricing/contract-rates/:id/activate\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"reasonCode\\\": null,\n  \\\"reasonText\\\": null\n}\""}],"x-require-features":["pricing.manage_contract_rates"],"x-require-auth":true}},"/api/freight/pricing/contract-rates/{id}/expire":{"post":{"operationId":"freight_post_api_freight_pricing_contract_rates_id_expire","summary":"Expire freight pricing contract rate","description":"Requires features: pricing.manage_contract_rates","tags":["Freight Pricing"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdExpirePostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdExpirePostRequestBodyContentApplicationJsonSchema"},"example":{"reasonCode":null,"reasonText":null}}}},"responses":{"200":{"description":"Contract rate expired","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdExpirePostResponses200ContentApplicationJsonSchema"},"example":{"id":"string","status":"draft"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdExpirePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdExpirePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Contract rate not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdExpirePostResponses404ContentApplicationJsonSchema"}}}},"422":{"description":"Invalid lifecycle transition","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdExpirePostResponses422ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/pricing/contract-rates/:id/expire\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"reasonCode\\\": null,\n  \\\"reasonText\\\": null\n}\""}],"x-require-features":["pricing.manage_contract_rates"],"x-require-auth":true}},"/api/freight/pricing/contract-rates/{id}":{"get":{"operationId":"freight_get_api_freight_pricing_contract_rates_id","summary":"Get contract rate detail with lines","description":"Requires features: pricing.view","tags":["Freight Pricing"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetParameters0Schema"}}],"responses":{"200":{"description":"Contract rate returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"string","tenantId":null,"organizationId":null,"rateNumber":"string","status":"draft","sourceType":"internal","priority":1,"shipperOrganizationId":null,"carrierOrganizationId":null,"carrierParticipantId":null,"laneId":null,"originRegionId":null,"destinationRegionId":null,"mode":"road","cargoSegment":null,"equipmentType":null,"currency":"string","effectiveFrom":null,"effectiveTo":null,"minWeightTons":null,"maxWeightTons":null,"minDistanceKm":null,"maxDistanceKm":null,"minChargeAmount":null,"maxChargeAmount":null,"createdByUserId":null,"createdAt":null,"updatedAt":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Contract rate not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/pricing/contract-rates/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["pricing.view"],"x-require-auth":true}},"/api/freight/pricing/contract-rates/{id}/suspend":{"post":{"operationId":"freight_post_api_freight_pricing_contract_rates_id_suspend","summary":"Suspend freight pricing contract rate","description":"Requires features: pricing.manage_contract_rates","tags":["Freight Pricing"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdSuspendPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdSuspendPostRequestBodyContentApplicationJsonSchema"},"example":{"reasonCode":null,"reasonText":null}}}},"responses":{"200":{"description":"Contract rate suspended","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdSuspendPostResponses200ContentApplicationJsonSchema"},"example":{"id":"string","status":"draft"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdSuspendPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdSuspendPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Contract rate not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdSuspendPostResponses404ContentApplicationJsonSchema"}}}},"422":{"description":"Invalid lifecycle transition","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdSuspendPostResponses422ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/pricing/contract-rates/:id/suspend\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"reasonCode\\\": null,\n  \\\"reasonText\\\": null\n}\""}],"x-require-features":["pricing.manage_contract_rates"],"x-require-auth":true}},"/api/freight/pricing/contract-rates":{"get":{"operationId":"freight_get_api_freight_pricing_contract_rates","summary":"List contractrates","description":"Returns a paginated collection of contractrates scoped to the authenticated organization.\n\nRequires features: pricing.view","tags":["Freight Pricing"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetParameters2Schema"},"example":"string"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetParameters3Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."},{"name":"cursor","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetParameters4Schema"},"example":"string"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetParameters5Schema"},"example":"draft"},{"name":"mode","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetParameters6Schema"},"example":"road"},{"name":"cargoSegment","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetParameters7Schema"},"example":"container_iso"},{"name":"laneId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetParameters8Schema"},"example":"string"},{"name":"carrierParticipantId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetParameters9Schema"},"example":"string"},{"name":"carrierOrganizationId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetParameters10Schema"},"example":"string"},{"name":"currency","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetParameters11Schema"},"example":"string"},{"name":"effectiveOn","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetParameters12Schema"},"example":"string"}],"responses":{"200":{"description":"Paginated contractrates","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","tenantId":null,"organizationId":null,"rateNumber":"string","status":"draft","sourceType":"internal","priority":1,"shipperOrganizationId":null,"carrierOrganizationId":null,"carrierParticipantId":null,"laneId":null,"originRegionId":null,"destinationRegionId":null,"mode":"road","cargoSegment":null,"equipmentType":null,"currency":"string","effectiveFrom":null,"effectiveTo":null,"minWeightTons":null,"maxWeightTons":null,"minDistanceKm":null,"maxDistanceKm":null,"minChargeAmount":null,"maxChargeAmount":null,"createdByUserId":null,"createdAt":null,"updatedAt":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/pricing/contract-rates?page=1&pageSize=25\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["pricing.view"],"x-require-auth":true},"post":{"operationId":"freight_post_api_freight_pricing_contract_rates","summary":"Create contractrate","description":"Creates a freight pricing contract rate and its ordered lines.\n\nRequires features: pricing.manage_contract_rates","tags":["Freight Pricing"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"string","organizationId":"string","rateNumber":"string","status":"draft","sourceType":"internal","priority":100,"shipperOrganizationId":null,"carrierOrganizationId":null,"carrierParticipantId":null,"laneId":null,"originRegionId":null,"destinationRegionId":null,"mode":"road","cargoSegment":null,"equipmentType":null,"currency":"string","effectiveFrom":"string","effectiveTo":null,"minWeightTons":null,"maxWeightTons":null,"minDistanceKm":null,"maxDistanceKm":null,"minChargeAmount":null,"maxChargeAmount":null,"termsText":null,"internalNotes":null,"externalReference":null,"createdByUserId":"string","lines":[]}}},"description":"Creates a freight pricing contract rate and its ordered lines."},"responses":{"201":{"description":"ContractRate created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null,"rateNumber":null,"status":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/pricing/contract-rates\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"string\\\",\n  \\\"organizationId\\\": \\\"string\\\",\n  \\\"rateNumber\\\": \\\"string\\\",\n  \\\"status\\\": \\\"draft\\\",\n  \\\"sourceType\\\": \\\"internal\\\",\n  \\\"priority\\\": 100,\n  \\\"shipperOrganizationId\\\": null,\n  \\\"carrierOrganizationId\\\": null,\n  \\\"carrierParticipantId\\\": null,\n  \\\"laneId\\\": null,\n  \\\"originRegionId\\\": null,\n  \\\"destinationRegionId\\\": null,\n  \\\"mode\\\": \\\"road\\\",\n  \\\"cargoSegment\\\": null,\n  \\\"equipmentType\\\": null,\n  \\\"currency\\\": \\\"string\\\",\n  \\\"effectiveFrom\\\": \\\"string\\\",\n  \\\"effectiveTo\\\": null,\n  \\\"minWeightTons\\\": null,\n  \\\"maxWeightTons\\\": null,\n  \\\"minDistanceKm\\\": null,\n  \\\"maxDistanceKm\\\": null,\n  \\\"minChargeAmount\\\": null,\n  \\\"maxChargeAmount\\\": null,\n  \\\"termsText\\\": null,\n  \\\"internalNotes\\\": null,\n  \\\"externalReference\\\": null,\n  \\\"createdByUserId\\\": \\\"string\\\",\n  \\\"lines\\\": []\n}\""}],"x-require-features":["pricing.manage_contract_rates"],"x-require-auth":true},"put":{"operationId":"freight_put_api_freight_pricing_contract_rates","summary":"Update contractrate","description":"Updates a freight pricing contract rate and optionally replaces all lines.\n\nRequires features: pricing.manage_contract_rates","tags":["Freight Pricing"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchema"},"example":{"status":"draft","sourceType":"internal","priority":100,"shipperOrganizationId":null,"carrierOrganizationId":null,"carrierParticipantId":null,"laneId":null,"originRegionId":null,"destinationRegionId":null,"cargoSegment":null,"equipmentType":null,"effectiveTo":null,"minWeightTons":null,"maxWeightTons":null,"minDistanceKm":null,"maxDistanceKm":null,"minChargeAmount":null,"maxChargeAmount":null,"termsText":null,"internalNotes":null,"externalReference":null,"id":"string"}}},"description":"Updates a freight pricing contract rate and optionally replaces all lines."},"responses":{"200":{"description":"ContractRate updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/freight/pricing/contract-rates\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"status\\\": \\\"draft\\\",\n  \\\"sourceType\\\": \\\"internal\\\",\n  \\\"priority\\\": 100,\n  \\\"shipperOrganizationId\\\": null,\n  \\\"carrierOrganizationId\\\": null,\n  \\\"carrierParticipantId\\\": null,\n  \\\"laneId\\\": null,\n  \\\"originRegionId\\\": null,\n  \\\"destinationRegionId\\\": null,\n  \\\"cargoSegment\\\": null,\n  \\\"equipmentType\\\": null,\n  \\\"effectiveTo\\\": null,\n  \\\"minWeightTons\\\": null,\n  \\\"maxWeightTons\\\": null,\n  \\\"minDistanceKm\\\": null,\n  \\\"maxDistanceKm\\\": null,\n  \\\"minChargeAmount\\\": null,\n  \\\"maxChargeAmount\\\": null,\n  \\\"termsText\\\": null,\n  \\\"internalNotes\\\": null,\n  \\\"externalReference\\\": null,\n  \\\"id\\\": \\\"string\\\"\n}\""}],"x-require-features":["pricing.manage_contract_rates"],"x-require-auth":true},"delete":{"operationId":"freight_delete_api_freight_pricing_contract_rates","summary":"Delete contractrate","description":"Soft-deletes a freight pricing contract rate and its lines.\n\nRequires features: pricing.manage_contract_rates","tags":["Freight Pricing"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"string"}}},"description":"Soft-deletes a freight pricing contract rate and its lines."},"responses":{"200":{"description":"ContractRate deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/freight/pricing/contract-rates\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"string\\\"\n}\""}],"x-require-features":["pricing.manage_contract_rates"],"x-require-auth":true}},"/api/freight/pricing/estimates/{id}/expire":{"post":{"operationId":"freight_post_api_freight_pricing_estimates_id_expire","summary":"Expire freight spot price estimate","description":"Requires features: pricing.manage_estimates","tags":["Freight Pricing"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdExpirePostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdExpirePostRequestBodyContentApplicationJsonSchema"},"example":{}}}},"responses":{"200":{"description":"Spot price estimate expired","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdExpirePostResponses200ContentApplicationJsonSchema"},"example":{"id":"string","status":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdExpirePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdExpirePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Spot price estimate not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdExpirePostResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/pricing/estimates/:id/expire\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}],"x-require-features":["pricing.manage_estimates"],"x-require-auth":true}},"/api/freight/pricing/estimates/{id}":{"get":{"operationId":"freight_get_api_freight_pricing_estimates_id","summary":"Get freight spot price estimate detail","description":"Requires features: pricing.view","tags":["Freight Pricing"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetParameters0Schema"}}],"responses":{"200":{"description":"Spot price estimate returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"string","tenantId":null,"organizationId":null,"estimateNumber":"string","status":"calculated","shipmentId":null,"proposalId":null,"contractRateId":null,"laneId":null,"mode":"road","cargoSegment":"container_iso","currency":"string","netAmount":"string","taxAmount":"string","totalAmount":"string","confidenceScore":null,"rateVersionHash":null,"expiresAt":null,"createdAt":null,"updatedAt":null,"lines":[{"chargeCodeId":null,"chargeCode":"string","sourceType":"contract_rate","sourceId":null,"quantity":"string","unitCode":"string","unitPrice":"string","netAmount":"string","taxAmount":"string","totalAmount":"string","explanationCode":"string"}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Spot price estimate not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/pricing/estimates/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["pricing.view"],"x-require-auth":true}},"/api/freight/pricing/estimates/quote":{"post":{"operationId":"freight_post_api_freight_pricing_estimates_quote","summary":"Quote a freight spot price estimate","description":"Requires features: pricing.quote_estimates","tags":["Freight Pricing"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"string","organizationId":"string","actorUserId":null,"shipmentId":null,"laneId":null,"originRegionId":null,"destinationRegionId":null,"mode":"road","cargoSegment":"container_iso","equipmentType":null,"carrierParticipantId":null,"carrierOrganizationId":null,"shipperOrganizationId":null,"weightTons":null,"volumeM3":null,"unitCount":null,"distanceKm":null,"durationMinutes":null,"requestedPickupAt":null,"currency":"string","saveSnapshot":true}}}},"responses":{"200":{"description":"Spot price estimate quoted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchema"},"example":{"estimateId":null,"status":"calculated","currency":"string","netAmount":"string","taxAmount":"string","totalAmount":"string","confidenceScore":null,"selectedContractRateId":null,"rateVersionHash":null,"selectedLaneId":null,"distanceKm":null,"durationMinutes":null,"lines":[{"chargeCodeId":null,"chargeCode":"string","sourceType":"contract_rate","sourceId":null,"quantity":"string","unitCode":"string","unitPrice":"string","netAmount":"string","taxAmount":"string","totalAmount":"string","explanationCode":"string"}],"reasons":[{"code":"contract_rate_matched","messageKey":"string"}]}}}},"400":{"description":"Invalid quote payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/pricing/estimates/quote\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"string\\\",\n  \\\"organizationId\\\": \\\"string\\\",\n  \\\"actorUserId\\\": null,\n  \\\"shipmentId\\\": null,\n  \\\"laneId\\\": null,\n  \\\"originRegionId\\\": null,\n  \\\"destinationRegionId\\\": null,\n  \\\"mode\\\": \\\"road\\\",\n  \\\"cargoSegment\\\": \\\"container_iso\\\",\n  \\\"equipmentType\\\": null,\n  \\\"carrierParticipantId\\\": null,\n  \\\"carrierOrganizationId\\\": null,\n  \\\"shipperOrganizationId\\\": null,\n  \\\"weightTons\\\": null,\n  \\\"volumeM3\\\": null,\n  \\\"unitCount\\\": null,\n  \\\"distanceKm\\\": null,\n  \\\"durationMinutes\\\": null,\n  \\\"requestedPickupAt\\\": null,\n  \\\"currency\\\": \\\"string\\\",\n  \\\"saveSnapshot\\\": true\n}\""}],"x-require-features":["pricing.quote_estimates"],"x-require-auth":true}},"/api/freight/pricing/estimates":{"get":{"operationId":"freight_get_api_freight_pricing_estimates","summary":"List freight spot price estimates","description":"Requires features: pricing.view","tags":["Freight Pricing"],"parameters":[{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetParameters0Schema"},"example":1},{"name":"cursor","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetParameters1Schema"},"example":"string"},{"name":"shipmentId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetParameters2Schema"},"example":"string"},{"name":"proposalId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetParameters3Schema"},"example":"string"},{"name":"laneId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetParameters4Schema"},"example":"string"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetParameters5Schema"},"example":"calculated"},{"name":"mode","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetParameters6Schema"},"example":"road"},{"name":"cargoSegment","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetParameters7Schema"},"example":"container_iso"},{"name":"createdFrom","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetParameters8Schema"},"example":"string"},{"name":"createdTo","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetParameters9Schema"},"example":"string"}],"responses":{"200":{"description":"Paginated spot price estimates","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","tenantId":null,"organizationId":null,"estimateNumber":"string","status":"calculated","shipmentId":null,"proposalId":null,"contractRateId":null,"laneId":null,"mode":"road","cargoSegment":"container_iso","currency":"string","netAmount":"string","taxAmount":"string","totalAmount":"string","confidenceScore":null,"rateVersionHash":null,"expiresAt":null,"createdAt":null,"updatedAt":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/pricing/estimates?pageSize=25\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["pricing.view"],"x-require-auth":true}},"/api/freight/settlement/entries/{id}/cancel":{"post":{"operationId":"settlementCancelEntry","summary":"Cancel settlement entry","description":"Requires features: settlement.hold","tags":["Freight Settlement"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostRequestBodyContentApplicationJsonSchema"},"example":{"note":null}}}},"responses":{"200":{"description":"Settlement entry cancelled","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchema"},"example":{"id":"string","tenantId":"string","organizationId":"string","runId":"string","payoutRequestId":null,"entryNumber":"string","status":"eligible","sourceShipmentId":"string","marketplaceShipmentId":"string","sourceProposalId":"string","marketplaceProposalId":"string","sourcePricingEstimateId":null,"carrierParticipantId":"string","carrierOrganizationId":null,"currency":"string","grossAmount":"string","netAmount":null,"taxAmount":null,"amountSource":"string","gateFailures":null,"holdReasonCode":null,"holdNote":null,"releasedAt":null,"releaseNote":null,"cancelledAt":null,"cancelNote":null,"snapshot":null,"revision":1,"createdAt":"string","updatedAt":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/settlement/entries/:id/cancel\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"note\\\": null\n}\""}],"x-require-features":["settlement.hold"],"x-require-auth":true}},"/api/freight/settlement/entries/{id}/hold":{"post":{"operationId":"settlementHoldEntry","summary":"Hold settlement entry","description":"Requires features: settlement.hold","tags":["Freight Settlement"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostRequestBodyContentApplicationJsonSchema"},"example":{"reasonCode":"manual_hold","note":null}}}},"responses":{"200":{"description":"Settlement entry held","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchema"},"example":{"id":"string","tenantId":"string","organizationId":"string","runId":"string","payoutRequestId":null,"entryNumber":"string","status":"eligible","sourceShipmentId":"string","marketplaceShipmentId":"string","sourceProposalId":"string","marketplaceProposalId":"string","sourcePricingEstimateId":null,"carrierParticipantId":"string","carrierOrganizationId":null,"currency":"string","grossAmount":"string","netAmount":null,"taxAmount":null,"amountSource":"string","gateFailures":null,"holdReasonCode":null,"holdNote":null,"releasedAt":null,"releaseNote":null,"cancelledAt":null,"cancelNote":null,"snapshot":null,"revision":1,"createdAt":"string","updatedAt":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/settlement/entries/:id/hold\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"reasonCode\\\": \\\"manual_hold\\\",\n  \\\"note\\\": null\n}\""}],"x-require-features":["settlement.hold"],"x-require-auth":true}},"/api/freight/settlement/entries/{id}/release":{"post":{"operationId":"settlementReleaseEntry","summary":"Release settlement entry","description":"Requires features: settlement.release","tags":["Freight Settlement"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostRequestBodyContentApplicationJsonSchema"},"example":{"note":null}}}},"responses":{"200":{"description":"Settlement entry released","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchema"},"example":{"id":"string","tenantId":"string","organizationId":"string","runId":"string","payoutRequestId":null,"entryNumber":"string","status":"eligible","sourceShipmentId":"string","marketplaceShipmentId":"string","sourceProposalId":"string","marketplaceProposalId":"string","sourcePricingEstimateId":null,"carrierParticipantId":"string","carrierOrganizationId":null,"currency":"string","grossAmount":"string","netAmount":null,"taxAmount":null,"amountSource":"string","gateFailures":null,"holdReasonCode":null,"holdNote":null,"releasedAt":null,"releaseNote":null,"cancelledAt":null,"cancelNote":null,"snapshot":null,"revision":1,"createdAt":"string","updatedAt":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/settlement/entries/:id/release\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"note\\\": null\n}\""}],"x-require-features":["settlement.release"],"x-require-auth":true}},"/api/freight/settlement/entries/{id}":{"get":{"operationId":"settlementGetEntry","summary":"Get settlement entry","description":"Requires features: settlement.view","tags":["Freight Settlement"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetParameters0Schema"}}],"responses":{"200":{"description":"Settlement entry returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"string","tenantId":"string","organizationId":"string","runId":"string","payoutRequestId":null,"entryNumber":"string","status":"eligible","sourceShipmentId":"string","marketplaceShipmentId":"string","sourceProposalId":"string","marketplaceProposalId":"string","sourcePricingEstimateId":null,"carrierParticipantId":"string","carrierOrganizationId":null,"currency":"string","grossAmount":"string","netAmount":null,"taxAmount":null,"amountSource":"string","gateFailures":null,"holdReasonCode":null,"holdNote":null,"releasedAt":null,"releaseNote":null,"cancelledAt":null,"cancelNote":null,"snapshot":null,"revision":1,"createdAt":"string","updatedAt":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Settlement entry not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/settlement/entries/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["settlement.view"],"x-require-auth":true}},"/api/freight/settlement/entries":{"get":{"operationId":"settlementListEntries","summary":"List settlement entries","description":"Requires features: settlement.view","tags":["Freight Settlement"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetParameters1Schema"},"example":1},{"name":"cursor","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetParameters2Schema"},"example":"string"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetParameters3Schema"},"example":"string"},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetParameters4Schema"},"example":"string"},{"name":"runId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetParameters5Schema"},"example":"string"},{"name":"payoutRequestId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetParameters6Schema"},"example":"string"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetParameters7Schema"},"example":"eligible"},{"name":"carrierParticipantId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetParameters8Schema"},"example":"string"},{"name":"marketplaceShipmentId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetParameters9Schema"},"example":"string"},{"name":"sourceShipmentId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetParameters10Schema"},"example":"string"},{"name":"gateCode","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetParameters11Schema"},"example":"shipment_not_delivered"},{"name":"from","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetParameters12Schema"},"example":"string"},{"name":"to","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetParameters13Schema"},"example":"string"},{"name":"currency","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetParameters14Schema"},"example":"string"}],"responses":{"200":{"description":"Settlement entries returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","tenantId":"string","organizationId":"string","runId":"string","payoutRequestId":null,"entryNumber":"string","status":"eligible","sourceShipmentId":"string","marketplaceShipmentId":"string","sourceProposalId":"string","marketplaceProposalId":"string","sourcePricingEstimateId":null,"carrierParticipantId":"string","carrierOrganizationId":null,"currency":"string","grossAmount":"string","netAmount":null,"taxAmount":null,"amountSource":"string","gateFailures":null,"holdReasonCode":null,"holdNote":null,"releasedAt":null,"releaseNote":null,"cancelledAt":null,"cancelNote":null,"snapshot":null,"revision":1,"createdAt":"string","updatedAt":"string"}],"page":1,"pageSize":1,"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/settlement/entries?page=1&pageSize=25\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["settlement.view"],"x-require-auth":true}},"/api/freight/settlement/payout-requests/{id}/cancel":{"post":{"operationId":"settlementCancelPayoutRequest","summary":"Cancel payout request","description":"Requires features: settlement.hold","tags":["Freight Settlement"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostRequestBodyContentApplicationJsonSchema"},"example":{"note":null}}}},"responses":{"200":{"description":"Payout request cancelled","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchema"},"example":{"id":"string","tenantId":"string","organizationId":"string","runId":null,"requestNumber":"string","status":"prepared","carrierParticipantId":"string","carrierOrganizationId":null,"payoutAccountId":"string","maskedAccount":"string","currency":"string","totalAmount":"string","entryIds":["string"],"accountSnapshot":null,"exportBatchId":null,"exportedAt":null,"exportNote":null,"holdReasonCode":null,"holdNote":null,"cancelledAt":null,"cancelNote":null,"revision":1,"createdAt":"string","updatedAt":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/settlement/payout-requests/:id/cancel\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"note\\\": null\n}\""}],"x-require-features":["settlement.hold"],"x-require-auth":true}},"/api/freight/settlement/payout-requests/{id}/export":{"post":{"operationId":"settlementExportPayoutRequest","summary":"Mark payout request exported","description":"Requires features: settlement.export","tags":["Freight Settlement"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostRequestBodyContentApplicationJsonSchema"},"example":{"exportBatchId":"string","note":null}}}},"responses":{"200":{"description":"Payout request exported","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchema"},"example":{"id":"string","tenantId":"string","organizationId":"string","runId":null,"requestNumber":"string","status":"prepared","carrierParticipantId":"string","carrierOrganizationId":null,"payoutAccountId":"string","maskedAccount":"string","currency":"string","totalAmount":"string","entryIds":["string"],"accountSnapshot":null,"exportBatchId":null,"exportedAt":null,"exportNote":null,"holdReasonCode":null,"holdNote":null,"cancelledAt":null,"cancelNote":null,"revision":1,"createdAt":"string","updatedAt":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/settlement/payout-requests/:id/export\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"exportBatchId\\\": \\\"string\\\",\n  \\\"note\\\": null\n}\""}],"x-require-features":["settlement.export"],"x-require-auth":true}},"/api/freight/settlement/payout-requests/{id}/hold":{"post":{"operationId":"settlementHoldPayoutRequest","summary":"Hold payout request","description":"Requires features: settlement.hold","tags":["Freight Settlement"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostRequestBodyContentApplicationJsonSchema"},"example":{"reasonCode":"manual_hold","note":null}}}},"responses":{"200":{"description":"Payout request held","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchema"},"example":{"id":"string","tenantId":"string","organizationId":"string","runId":null,"requestNumber":"string","status":"prepared","carrierParticipantId":"string","carrierOrganizationId":null,"payoutAccountId":"string","maskedAccount":"string","currency":"string","totalAmount":"string","entryIds":["string"],"accountSnapshot":null,"exportBatchId":null,"exportedAt":null,"exportNote":null,"holdReasonCode":null,"holdNote":null,"cancelledAt":null,"cancelNote":null,"revision":1,"createdAt":"string","updatedAt":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/settlement/payout-requests/:id/hold\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"reasonCode\\\": \\\"manual_hold\\\",\n  \\\"note\\\": null\n}\""}],"x-require-features":["settlement.hold"],"x-require-auth":true}},"/api/freight/settlement/payout-requests/{id}/mark-exported":{"post":{"operationId":"settlementMarkPayoutRequestExported","summary":"Mark payout request exported","description":"Requires features: settlement.export","tags":["Freight Settlement"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostRequestBodyContentApplicationJsonSchema"},"example":{"exportBatchId":"string","note":null}}}},"responses":{"200":{"description":"Payout request exported","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchema"},"example":{"id":"string","tenantId":"string","organizationId":"string","runId":null,"requestNumber":"string","status":"prepared","carrierParticipantId":"string","carrierOrganizationId":null,"payoutAccountId":"string","maskedAccount":"string","currency":"string","totalAmount":"string","entryIds":["string"],"accountSnapshot":null,"exportBatchId":null,"exportedAt":null,"exportNote":null,"holdReasonCode":null,"holdNote":null,"cancelledAt":null,"cancelNote":null,"revision":1,"createdAt":"string","updatedAt":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/settlement/payout-requests/:id/mark-exported\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"exportBatchId\\\": \\\"string\\\",\n  \\\"note\\\": null\n}\""}],"x-require-features":["settlement.export"],"x-require-auth":true}},"/api/freight/settlement/payout-requests/{id}":{"get":{"operationId":"settlementGetPayoutRequest","summary":"Get payout request","description":"Requires features: settlement.view","tags":["Freight Settlement"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetParameters0Schema"}}],"responses":{"200":{"description":"Payout request returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"string","tenantId":"string","organizationId":"string","runId":null,"requestNumber":"string","status":"prepared","carrierParticipantId":"string","carrierOrganizationId":null,"payoutAccountId":"string","maskedAccount":"string","currency":"string","totalAmount":"string","entryIds":["string"],"accountSnapshot":null,"exportBatchId":null,"exportedAt":null,"exportNote":null,"holdReasonCode":null,"holdNote":null,"cancelledAt":null,"cancelNote":null,"revision":1,"createdAt":"string","updatedAt":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Payout request not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/settlement/payout-requests/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["settlement.view"],"x-require-auth":true}},"/api/freight/settlement/payout-requests/prepare":{"post":{"operationId":"settlementPreparePayoutRequestsFromCollection","summary":"Prepare payout requests","description":"Requires features: settlement.manage","tags":["Freight Settlement"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsPreparePostRequestBodyContentApplicationJsonSchema"},"example":{"runId":null,"carrierParticipantId":null,"currency":null}}}},"responses":{"200":{"description":"Payout requests prepared","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsPreparePostResponses200ContentApplicationJsonSchema"},"example":{"payoutRequestIds":["string"],"preparedCount":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsPreparePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsPreparePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/settlement/payout-requests/prepare\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"runId\\\": null,\n  \\\"carrierParticipantId\\\": null,\n  \\\"currency\\\": null\n}\""}],"x-require-features":["settlement.manage"],"x-require-auth":true}},"/api/freight/settlement/payout-requests":{"get":{"operationId":"settlementListPayoutRequests","summary":"List payout requests","description":"Requires features: settlement.view","tags":["Freight Settlement"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetParameters1Schema"},"example":1},{"name":"cursor","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetParameters2Schema"},"example":"string"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetParameters3Schema"},"example":"string"},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetParameters4Schema"},"example":"string"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetParameters5Schema"},"example":"prepared"},{"name":"runId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetParameters6Schema"},"example":"string"},{"name":"carrierParticipantId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetParameters7Schema"},"example":"string"},{"name":"currency","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetParameters8Schema"},"example":"string"},{"name":"from","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetParameters9Schema"},"example":"string"},{"name":"to","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetParameters10Schema"},"example":"string"},{"name":"exportBatchId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetParameters11Schema"},"example":"string"}],"responses":{"200":{"description":"Payout requests returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","tenantId":"string","organizationId":"string","runId":null,"requestNumber":"string","status":"prepared","carrierParticipantId":"string","carrierOrganizationId":null,"payoutAccountId":"string","maskedAccount":"string","currency":"string","totalAmount":"string","entryIds":["string"],"accountSnapshot":null,"exportBatchId":null,"exportedAt":null,"exportNote":null,"holdReasonCode":null,"holdNote":null,"cancelledAt":null,"cancelNote":null,"revision":1,"createdAt":"string","updatedAt":"string"}],"page":1,"pageSize":1,"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/settlement/payout-requests?page=1&pageSize=25\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["settlement.view"],"x-require-auth":true}},"/api/freight/settlement/runs/{id}/cancel":{"post":{"operationId":"settlementCancelRun","summary":"Cancel settlement run","description":"Requires features: settlement.manage","tags":["Freight Settlement"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostRequestBodyContentApplicationJsonSchema"},"example":{"note":null}}}},"responses":{"200":{"description":"Settlement run cancelled","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchema"},"example":{"id":"string","tenantId":"string","organizationId":"string","runNumber":"string","status":"queued","trigger":"pod_event","sourceType":null,"sourceId":null,"sourceKey":null,"parentRunId":null,"periodFrom":null,"periodTo":null,"dryRun":true,"progressJobId":null,"completedAt":null,"eligibleCount":1,"heldCount":1,"payoutPreparedCount":1,"exportedCount":1,"gateSummary":null,"failureDetails":null,"metadata":null,"requestedByUserId":null,"createdAt":"string","updatedAt":"string"}}}},"400":{"description":"Invalid request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Settlement run not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Settlement run is not cancellable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses409ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/settlement/runs/:id/cancel\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"note\\\": null\n}\""}],"x-require-features":["settlement.manage"],"x-require-auth":true}},"/api/freight/settlement/runs/{id}/entries":{"get":{"operationId":"settlementListEntries","summary":"List settlement entries","description":"Requires features: settlement.view","tags":["Freight Settlement"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetParameters0Schema"}},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetParameters1Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetParameters2Schema"},"example":1},{"name":"cursor","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetParameters3Schema"},"example":"string"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetParameters4Schema"},"example":"string"},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetParameters5Schema"},"example":"string"},{"name":"runId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetParameters6Schema"},"example":"string"},{"name":"payoutRequestId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetParameters7Schema"},"example":"string"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetParameters8Schema"},"example":"eligible"},{"name":"carrierParticipantId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetParameters9Schema"},"example":"string"},{"name":"marketplaceShipmentId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetParameters10Schema"},"example":"string"},{"name":"sourceShipmentId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetParameters11Schema"},"example":"string"},{"name":"gateCode","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetParameters12Schema"},"example":"shipment_not_delivered"},{"name":"from","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetParameters13Schema"},"example":"string"},{"name":"to","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetParameters14Schema"},"example":"string"},{"name":"currency","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetParameters15Schema"},"example":"string"}],"responses":{"200":{"description":"Settlement entries returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","tenantId":"string","organizationId":"string","runId":"string","payoutRequestId":null,"entryNumber":"string","status":"eligible","sourceShipmentId":"string","marketplaceShipmentId":"string","sourceProposalId":"string","marketplaceProposalId":"string","sourcePricingEstimateId":null,"carrierParticipantId":"string","carrierOrganizationId":null,"currency":"string","grossAmount":"string","netAmount":null,"taxAmount":null,"amountSource":"string","gateFailures":null,"holdReasonCode":null,"holdNote":null,"releasedAt":null,"releaseNote":null,"cancelledAt":null,"cancelNote":null,"snapshot":null,"revision":1,"createdAt":"string","updatedAt":"string"}],"page":1,"pageSize":1,"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/settlement/runs/:id/entries?page=1&pageSize=25\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["settlement.view"],"x-require-auth":true}},"/api/freight/settlement/runs/{id}/prepare-payouts":{"post":{"operationId":"settlementPreparePayoutRequests","summary":"Prepare payout requests","description":"Requires features: settlement.manage","tags":["Freight Settlement"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdPreparePayoutsPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdPreparePayoutsPostRequestBodyContentApplicationJsonSchema"},"example":{"runId":null,"carrierParticipantId":null,"currency":null}}}},"responses":{"200":{"description":"Payout requests prepared","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdPreparePayoutsPostResponses200ContentApplicationJsonSchema"},"example":{"payoutRequestIds":["string"],"preparedCount":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdPreparePayoutsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdPreparePayoutsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/settlement/runs/:id/prepare-payouts\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"runId\\\": null,\n  \\\"carrierParticipantId\\\": null,\n  \\\"currency\\\": null\n}\""}],"x-require-features":["settlement.manage"],"x-require-auth":true}},"/api/freight/settlement/runs/{id}/retry":{"post":{"operationId":"settlementRetryRun","summary":"Retry settlement run","description":"Requires features: settlement.manage","tags":["Freight Settlement"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostRequestBodyContentApplicationJsonSchema"},"example":{"mode":"failed_only"}}}},"responses":{"202":{"description":"Settlement retry run queued","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchema"},"example":{"id":"string","tenantId":"string","organizationId":"string","runNumber":"string","status":"queued","trigger":"pod_event","sourceType":null,"sourceId":null,"sourceKey":null,"parentRunId":null,"periodFrom":null,"periodTo":null,"dryRun":true,"progressJobId":null,"completedAt":null,"eligibleCount":1,"heldCount":1,"payoutPreparedCount":1,"exportedCount":1,"gateSummary":null,"failureDetails":null,"metadata":null,"requestedByUserId":null,"createdAt":"string","updatedAt":"string"}}}},"400":{"description":"Invalid request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Settlement run not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/settlement/runs/:id/retry\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"mode\\\": \\\"failed_only\\\"\n}\""}],"x-require-features":["settlement.manage"],"x-require-auth":true}},"/api/freight/settlement/runs/{id}":{"get":{"operationId":"settlementGetRun","summary":"Get settlement run","description":"Requires features: settlement.view","tags":["Freight Settlement"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetParameters0Schema"}}],"responses":{"200":{"description":"Settlement run returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"string","tenantId":"string","organizationId":"string","runNumber":"string","status":"queued","trigger":"pod_event","sourceType":null,"sourceId":null,"sourceKey":null,"parentRunId":null,"periodFrom":null,"periodTo":null,"dryRun":true,"progressJobId":null,"completedAt":null,"eligibleCount":1,"heldCount":1,"payoutPreparedCount":1,"exportedCount":1,"gateSummary":null,"failureDetails":null,"metadata":null,"requestedByUserId":null,"createdAt":"string","updatedAt":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Settlement run not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/settlement/runs/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["settlement.view"],"x-require-auth":true}},"/api/freight/settlement/runs":{"get":{"operationId":"settlementListRuns","summary":"List settlement runs","description":"Requires features: settlement.view","tags":["Freight Settlement"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetParameters1Schema"},"example":1},{"name":"cursor","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetParameters2Schema"},"example":"string"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetParameters3Schema"},"example":"string"},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetParameters4Schema"},"example":"string"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetParameters5Schema"},"example":"queued"},{"name":"trigger","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetParameters6Schema"},"example":"pod_event"},{"name":"sourceType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetParameters7Schema"},"example":"manual_window"},{"name":"sourceId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetParameters8Schema"},"example":"string"},{"name":"from","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetParameters9Schema"},"example":"string"},{"name":"to","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetParameters10Schema"},"example":"string"},{"name":"dryRun","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetParameters11Schema"},"example":true}],"responses":{"200":{"description":"Settlement runs returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","tenantId":"string","organizationId":"string","runNumber":"string","status":"queued","trigger":"pod_event","sourceType":null,"sourceId":null,"sourceKey":null,"parentRunId":null,"periodFrom":null,"periodTo":null,"dryRun":true,"progressJobId":null,"completedAt":null,"eligibleCount":1,"heldCount":1,"payoutPreparedCount":1,"exportedCount":1,"gateSummary":null,"failureDetails":null,"metadata":null,"requestedByUserId":null,"createdAt":"string","updatedAt":"string"}],"page":1,"pageSize":1,"total":1,"totalPages":1}}}},"400":{"description":"Invalid query","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/settlement/runs?page=1&pageSize=25\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["settlement.view"],"x-require-auth":true},"post":{"operationId":"settlementCreateRun","summary":"Create settlement run","description":"Requires features: settlement.manage","tags":["Freight Settlement"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostRequestBodyContentApplicationJsonSchema"},"example":{"trigger":"manual","sourceType":null,"sourceId":null,"periodFrom":null,"periodTo":null,"dryRun":false}}}},"responses":{"202":{"description":"Settlement run queued","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchema"},"example":{"id":"string","tenantId":"string","organizationId":"string","runNumber":"string","status":"queued","trigger":"pod_event","sourceType":null,"sourceId":null,"sourceKey":null,"parentRunId":null,"periodFrom":null,"periodTo":null,"dryRun":true,"progressJobId":null,"completedAt":null,"eligibleCount":1,"heldCount":1,"payoutPreparedCount":1,"exportedCount":1,"gateSummary":null,"failureDetails":null,"metadata":null,"requestedByUserId":null,"createdAt":"string","updatedAt":"string"}}}},"400":{"description":"Invalid request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/settlement/runs\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"trigger\\\": \\\"manual\\\",\n  \\\"sourceType\\\": null,\n  \\\"sourceId\\\": null,\n  \\\"periodFrom\\\": null,\n  \\\"periodTo\\\": null,\n  \\\"dryRun\\\": false\n}\""}],"x-require-features":["settlement.manage"],"x-require-auth":true}},"/api/freight/disputes/cases/{id}/assign":{"post":{"operationId":"disputesAssignCase","summary":"Assign dispute case","description":"Requires features: disputes.manage","tags":["Freight Disputes"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostRequestBodyContentApplicationJsonSchema"},"example":{"assignedUserId":null}}}},"responses":{"200":{"description":"Dispute case assigned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"item":{"id":"string","tenantId":"string","organizationId":"string","caseNumber":"string","status":"draft","category":"damage","priority":"low","sourceSettlementEntryId":"string","sourcePayoutRequestId":null,"sourceSettlementRunId":null,"sourceMarketplaceShipmentId":null,"sourceMarketplaceProposalId":null,"sourcePricingEstimateId":null,"carrierParticipantId":null,"carrierOrganizationId":null,"currency":null,"claimedAmount":null,"settlementEntryAmount":null,"title":"string","assignedUserId":null,"openedByUserId":null,"openedAt":null,"dueAt":null,"slaStatus":"not_started","settlementHoldStatus":"not_started","settlementHoldAppliedAt":null,"payoutHoldStatus":null,"payoutHoldAppliedAt":null,"outcome":null,"severity":null,"feedbackDirection":null,"reputationFeedbackStatus":"not_applicable","resolvedByUserId":null,"resolvedAt":null,"reopenCount":1,"revision":1,"isActive":true,"createdAt":"string","updatedAt":"string","claimSummary":null,"internalNotes":null,"decisionNote":null}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/disputes/cases/:id/assign\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"assignedUserId\\\": null\n}\""}],"x-require-features":["disputes.manage"],"x-require-auth":true}},"/api/freight/disputes/cases/{id}/cancel":{"post":{"operationId":"disputesCancelCase","summary":"Cancel dispute case","description":"Requires features: disputes.manage","tags":["Freight Disputes"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostRequestBodyContentApplicationJsonSchema"},"example":{"note":null}}}},"responses":{"200":{"description":"Dispute case cancelled","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"item":{"id":"string","tenantId":"string","organizationId":"string","caseNumber":"string","status":"draft","category":"damage","priority":"low","sourceSettlementEntryId":"string","sourcePayoutRequestId":null,"sourceSettlementRunId":null,"sourceMarketplaceShipmentId":null,"sourceMarketplaceProposalId":null,"sourcePricingEstimateId":null,"carrierParticipantId":null,"carrierOrganizationId":null,"currency":null,"claimedAmount":null,"settlementEntryAmount":null,"title":"string","assignedUserId":null,"openedByUserId":null,"openedAt":null,"dueAt":null,"slaStatus":"not_started","settlementHoldStatus":"not_started","settlementHoldAppliedAt":null,"payoutHoldStatus":null,"payoutHoldAppliedAt":null,"outcome":null,"severity":null,"feedbackDirection":null,"reputationFeedbackStatus":"not_applicable","resolvedByUserId":null,"resolvedAt":null,"reopenCount":1,"revision":1,"isActive":true,"createdAt":"string","updatedAt":"string","claimSummary":null,"internalNotes":null,"decisionNote":null}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/disputes/cases/:id/cancel\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"note\\\": null\n}\""}],"x-require-features":["disputes.manage"],"x-require-auth":true}},"/api/freight/disputes/cases/{id}/evidence":{"post":{"operationId":"disputesAddEvidence","summary":"Add dispute evidence","description":"Requires features: disputes.evidence","tags":["Freight Disputes"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchema"},"example":{"evidenceType":"pod","status":"submitted","sourceModule":null,"sourceEntityType":null,"sourceEntityId":null,"attachmentIds":[],"summary":null,"sensitivePayload":null,"receivedFromParty":null,"observedAt":null}}}},"responses":{"200":{"description":"Dispute evidence added","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"item":{"id":"string","tenantId":"string","organizationId":"string","disputeCaseId":"string","evidenceType":"pod","status":"submitted","sourceModule":null,"sourceEntityType":null,"sourceEntityId":null,"summary":null,"sensitivePayload":null,"submittedByUserId":null,"receivedFromParty":null,"observedAt":null,"revision":1,"createdAt":"string","updatedAt":"string"}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/disputes/cases/:id/evidence\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"evidenceType\\\": \\\"pod\\\",\n  \\\"status\\\": \\\"submitted\\\",\n  \\\"sourceModule\\\": null,\n  \\\"sourceEntityType\\\": null,\n  \\\"sourceEntityId\\\": null,\n  \\\"attachmentIds\\\": [],\n  \\\"summary\\\": null,\n  \\\"sensitivePayload\\\": null,\n  \\\"receivedFromParty\\\": null,\n  \\\"observedAt\\\": null\n}\""}],"x-require-features":["disputes.evidence"],"x-require-auth":true}},"/api/freight/disputes/cases/{id}/open":{"post":{"operationId":"disputesOpenCase","summary":"Open dispute case","description":"Requires features: disputes.manage, disputes.settlement_hold","tags":["Freight Disputes"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostRequestBodyContentApplicationJsonSchema"},"example":{}}}},"responses":{"200":{"description":"Dispute case opened","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"item":{"id":"string","tenantId":"string","organizationId":"string","caseNumber":"string","status":"draft","category":"damage","priority":"low","sourceSettlementEntryId":"string","sourcePayoutRequestId":null,"sourceSettlementRunId":null,"sourceMarketplaceShipmentId":null,"sourceMarketplaceProposalId":null,"sourcePricingEstimateId":null,"carrierParticipantId":null,"carrierOrganizationId":null,"currency":null,"claimedAmount":null,"settlementEntryAmount":null,"title":"string","assignedUserId":null,"openedByUserId":null,"openedAt":null,"dueAt":null,"slaStatus":"not_started","settlementHoldStatus":"not_started","settlementHoldAppliedAt":null,"payoutHoldStatus":null,"payoutHoldAppliedAt":null,"outcome":null,"severity":null,"feedbackDirection":null,"reputationFeedbackStatus":"not_applicable","resolvedByUserId":null,"resolvedAt":null,"reopenCount":1,"revision":1,"isActive":true,"createdAt":"string","updatedAt":"string","claimSummary":null,"internalNotes":null,"decisionNote":null}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/disputes/cases/:id/open\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}],"x-require-features":["disputes.manage","disputes.settlement_hold"],"x-require-auth":true}},"/api/freight/disputes/cases/{id}/reject":{"post":{"operationId":"disputesRejectCase","summary":"Reject dispute case","description":"Requires features: disputes.manage","tags":["Freight Disputes"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostRequestBodyContentApplicationJsonSchema"},"example":{"outcome":"insufficient_evidence","severity":"neutral","feedbackDirection":"none","decisionNote":null}}}},"responses":{"200":{"description":"Dispute case rejected","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"item":{"id":"string","tenantId":"string","organizationId":"string","caseNumber":"string","status":"draft","category":"damage","priority":"low","sourceSettlementEntryId":"string","sourcePayoutRequestId":null,"sourceSettlementRunId":null,"sourceMarketplaceShipmentId":null,"sourceMarketplaceProposalId":null,"sourcePricingEstimateId":null,"carrierParticipantId":null,"carrierOrganizationId":null,"currency":null,"claimedAmount":null,"settlementEntryAmount":null,"title":"string","assignedUserId":null,"openedByUserId":null,"openedAt":null,"dueAt":null,"slaStatus":"not_started","settlementHoldStatus":"not_started","settlementHoldAppliedAt":null,"payoutHoldStatus":null,"payoutHoldAppliedAt":null,"outcome":null,"severity":null,"feedbackDirection":null,"reputationFeedbackStatus":"not_applicable","resolvedByUserId":null,"resolvedAt":null,"reopenCount":1,"revision":1,"isActive":true,"createdAt":"string","updatedAt":"string","claimSummary":null,"internalNotes":null,"decisionNote":null}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/disputes/cases/:id/reject\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"outcome\\\": \\\"insufficient_evidence\\\",\n  \\\"severity\\\": \\\"neutral\\\",\n  \\\"feedbackDirection\\\": \\\"none\\\",\n  \\\"decisionNote\\\": null\n}\""}],"x-require-features":["disputes.manage"],"x-require-auth":true}},"/api/freight/disputes/cases/{id}/reopen":{"post":{"operationId":"disputesReopenCase","summary":"Reopen dispute case","description":"Requires features: disputes.manage, disputes.settlement_hold","tags":["Freight Disputes"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostRequestBodyContentApplicationJsonSchema"},"example":{"note":null}}}},"responses":{"200":{"description":"Dispute case reopened","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"item":{"id":"string","tenantId":"string","organizationId":"string","caseNumber":"string","status":"draft","category":"damage","priority":"low","sourceSettlementEntryId":"string","sourcePayoutRequestId":null,"sourceSettlementRunId":null,"sourceMarketplaceShipmentId":null,"sourceMarketplaceProposalId":null,"sourcePricingEstimateId":null,"carrierParticipantId":null,"carrierOrganizationId":null,"currency":null,"claimedAmount":null,"settlementEntryAmount":null,"title":"string","assignedUserId":null,"openedByUserId":null,"openedAt":null,"dueAt":null,"slaStatus":"not_started","settlementHoldStatus":"not_started","settlementHoldAppliedAt":null,"payoutHoldStatus":null,"payoutHoldAppliedAt":null,"outcome":null,"severity":null,"feedbackDirection":null,"reputationFeedbackStatus":"not_applicable","resolvedByUserId":null,"resolvedAt":null,"reopenCount":1,"revision":1,"isActive":true,"createdAt":"string","updatedAt":"string","claimSummary":null,"internalNotes":null,"decisionNote":null}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/disputes/cases/:id/reopen\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"note\\\": null\n}\""}],"x-require-features":["disputes.manage","disputes.settlement_hold"],"x-require-auth":true}},"/api/freight/disputes/cases/{id}/request-evidence":{"post":{"operationId":"disputesRequestEvidence","summary":"Request dispute evidence","description":"Requires features: disputes.manage","tags":["Freight Disputes"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostRequestBodyContentApplicationJsonSchema"},"example":{"note":null,"dueAt":null}}}},"responses":{"200":{"description":"Evidence requested","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"item":{"id":"string","tenantId":"string","organizationId":"string","caseNumber":"string","status":"draft","category":"damage","priority":"low","sourceSettlementEntryId":"string","sourcePayoutRequestId":null,"sourceSettlementRunId":null,"sourceMarketplaceShipmentId":null,"sourceMarketplaceProposalId":null,"sourcePricingEstimateId":null,"carrierParticipantId":null,"carrierOrganizationId":null,"currency":null,"claimedAmount":null,"settlementEntryAmount":null,"title":"string","assignedUserId":null,"openedByUserId":null,"openedAt":null,"dueAt":null,"slaStatus":"not_started","settlementHoldStatus":"not_started","settlementHoldAppliedAt":null,"payoutHoldStatus":null,"payoutHoldAppliedAt":null,"outcome":null,"severity":null,"feedbackDirection":null,"reputationFeedbackStatus":"not_applicable","resolvedByUserId":null,"resolvedAt":null,"reopenCount":1,"revision":1,"isActive":true,"createdAt":"string","updatedAt":"string","claimSummary":null,"internalNotes":null,"decisionNote":null}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/disputes/cases/:id/request-evidence\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"note\\\": null,\n  \\\"dueAt\\\": null\n}\""}],"x-require-features":["disputes.manage"],"x-require-auth":true}},"/api/freight/disputes/cases/{id}/resolve":{"post":{"operationId":"disputesResolveCase","summary":"Resolve dispute case","description":"Requires features: disputes.manage, disputes.settlement_hold","tags":["Freight Disputes"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostRequestBodyContentApplicationJsonSchema"},"example":{"outcome":"carrier_responsible","severity":"neutral","settlementAction":"keep_held","feedbackDirection":"neutral","acceptedAmount":null,"decisionNote":null}}}},"responses":{"200":{"description":"Dispute case resolved","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"item":{"id":"string","tenantId":"string","organizationId":"string","caseNumber":"string","status":"draft","category":"damage","priority":"low","sourceSettlementEntryId":"string","sourcePayoutRequestId":null,"sourceSettlementRunId":null,"sourceMarketplaceShipmentId":null,"sourceMarketplaceProposalId":null,"sourcePricingEstimateId":null,"carrierParticipantId":null,"carrierOrganizationId":null,"currency":null,"claimedAmount":null,"settlementEntryAmount":null,"title":"string","assignedUserId":null,"openedByUserId":null,"openedAt":null,"dueAt":null,"slaStatus":"not_started","settlementHoldStatus":"not_started","settlementHoldAppliedAt":null,"payoutHoldStatus":null,"payoutHoldAppliedAt":null,"outcome":null,"severity":null,"feedbackDirection":null,"reputationFeedbackStatus":"not_applicable","resolvedByUserId":null,"resolvedAt":null,"reopenCount":1,"revision":1,"isActive":true,"createdAt":"string","updatedAt":"string","claimSummary":null,"internalNotes":null,"decisionNote":null}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/disputes/cases/:id/resolve\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"outcome\\\": \\\"carrier_responsible\\\",\n  \\\"severity\\\": \\\"neutral\\\",\n  \\\"settlementAction\\\": \\\"keep_held\\\",\n  \\\"feedbackDirection\\\": \\\"neutral\\\",\n  \\\"acceptedAmount\\\": null,\n  \\\"decisionNote\\\": null\n}\""}],"x-require-features":["disputes.manage","disputes.settlement_hold"],"x-require-auth":true}},"/api/freight/disputes/cases/{id}":{"get":{"operationId":"disputesGetCase","summary":"Get dispute case","description":"Requires features: disputes.view","tags":["Freight Disputes"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetParameters0Schema"}}],"responses":{"200":{"description":"Dispute case returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"string","tenantId":"string","organizationId":"string","caseNumber":"string","status":"draft","category":"damage","priority":"low","sourceSettlementEntryId":"string","sourcePayoutRequestId":null,"sourceSettlementRunId":null,"sourceMarketplaceShipmentId":null,"sourceMarketplaceProposalId":null,"sourcePricingEstimateId":null,"carrierParticipantId":null,"carrierOrganizationId":null,"currency":null,"claimedAmount":null,"settlementEntryAmount":null,"title":"string","assignedUserId":null,"openedByUserId":null,"openedAt":null,"dueAt":null,"slaStatus":"not_started","settlementHoldStatus":"not_started","settlementHoldAppliedAt":null,"payoutHoldStatus":null,"payoutHoldAppliedAt":null,"outcome":null,"severity":null,"feedbackDirection":null,"reputationFeedbackStatus":"not_applicable","resolvedByUserId":null,"resolvedAt":null,"reopenCount":1,"revision":1,"isActive":true,"createdAt":"string","updatedAt":"string","claimSummary":null,"internalNotes":null,"decisionNote":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Dispute case not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/disputes/cases/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["disputes.view"],"x-require-auth":true},"patch":{"operationId":"disputesUpdateCase","summary":"Update dispute case","description":"Requires features: disputes.manage","tags":["Freight Disputes"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchRequestBodyContentApplicationJsonSchema"},"example":{"assignedUserId":null,"internalNotes":null}}}},"responses":{"200":{"description":"Dispute case updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"item":{"id":"string","tenantId":"string","organizationId":"string","caseNumber":"string","status":"draft","category":"damage","priority":"low","sourceSettlementEntryId":"string","sourcePayoutRequestId":null,"sourceSettlementRunId":null,"sourceMarketplaceShipmentId":null,"sourceMarketplaceProposalId":null,"sourcePricingEstimateId":null,"carrierParticipantId":null,"carrierOrganizationId":null,"currency":null,"claimedAmount":null,"settlementEntryAmount":null,"title":"string","assignedUserId":null,"openedByUserId":null,"openedAt":null,"dueAt":null,"slaStatus":"not_started","settlementHoldStatus":"not_started","settlementHoldAppliedAt":null,"payoutHoldStatus":null,"payoutHoldAppliedAt":null,"outcome":null,"severity":null,"feedbackDirection":null,"reputationFeedbackStatus":"not_applicable","resolvedByUserId":null,"resolvedAt":null,"reopenCount":1,"revision":1,"isActive":true,"createdAt":"string","updatedAt":"string","claimSummary":null,"internalNotes":null,"decisionNote":null}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"409":{"description":"Revision conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses409ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://api.open-mercato.local/api/freight/disputes/cases/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"assignedUserId\\\": null,\n  \\\"internalNotes\\\": null\n}\""}],"x-require-features":["disputes.manage"],"x-require-auth":true},"delete":{"operationId":"disputesDeleteCase","summary":"Delete dispute case","description":"Requires features: disputes.manage","tags":["Freight Disputes"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteRequestBodyContentApplicationJsonSchema"},"example":{}}}},"responses":{"200":{"description":"Dispute case deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"item":{"id":"string","tenantId":"string","organizationId":"string","caseNumber":"string","status":"draft","category":"damage","priority":"low","sourceSettlementEntryId":"string","sourcePayoutRequestId":null,"sourceSettlementRunId":null,"sourceMarketplaceShipmentId":null,"sourceMarketplaceProposalId":null,"sourcePricingEstimateId":null,"carrierParticipantId":null,"carrierOrganizationId":null,"currency":null,"claimedAmount":null,"settlementEntryAmount":null,"title":"string","assignedUserId":null,"openedByUserId":null,"openedAt":null,"dueAt":null,"slaStatus":"not_started","settlementHoldStatus":"not_started","settlementHoldAppliedAt":null,"payoutHoldStatus":null,"payoutHoldAppliedAt":null,"outcome":null,"severity":null,"feedbackDirection":null,"reputationFeedbackStatus":"not_applicable","resolvedByUserId":null,"resolvedAt":null,"reopenCount":1,"revision":1,"isActive":true,"createdAt":"string","updatedAt":"string","claimSummary":null,"internalNotes":null,"decisionNote":null}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/freight/disputes/cases/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}],"x-require-features":["disputes.manage"],"x-require-auth":true}},"/api/freight/disputes/cases":{"get":{"operationId":"disputesListCases","summary":"List dispute cases","description":"Requires features: disputes.view","tags":["Freight Disputes"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetParameters1Schema"},"example":1},{"name":"cursor","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetParameters2Schema"},"example":"string"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetParameters3Schema"},"example":"string"},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetParameters4Schema"},"example":"string"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetParameters5Schema"},"example":"draft"},{"name":"category","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetParameters6Schema"},"example":"damage"},{"name":"priority","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetParameters7Schema"},"example":"low"},{"name":"slaStatus","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetParameters8Schema"},"example":"not_started"},{"name":"settlementHoldStatus","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetParameters9Schema"},"example":"not_started"},{"name":"carrierParticipantId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetParameters10Schema"},"example":"string"},{"name":"settlementEntryId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetParameters11Schema"},"example":"string"},{"name":"marketplaceShipmentId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetParameters12Schema"},"example":"string"},{"name":"from","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetParameters13Schema"},"example":"string"},{"name":"to","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetParameters14Schema"},"example":"string"},{"name":"includeSensitive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetParameters15Schema"},"example":true}],"responses":{"200":{"description":"Dispute cases returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","tenantId":"string","organizationId":"string","caseNumber":"string","status":"draft","category":"damage","priority":"low","sourceSettlementEntryId":"string","sourcePayoutRequestId":null,"sourceSettlementRunId":null,"sourceMarketplaceShipmentId":null,"sourceMarketplaceProposalId":null,"sourcePricingEstimateId":null,"carrierParticipantId":null,"carrierOrganizationId":null,"currency":null,"claimedAmount":null,"settlementEntryAmount":null,"title":"string","assignedUserId":null,"openedByUserId":null,"openedAt":null,"dueAt":null,"slaStatus":"not_started","settlementHoldStatus":"not_started","settlementHoldAppliedAt":null,"payoutHoldStatus":null,"payoutHoldAppliedAt":null,"outcome":null,"severity":null,"feedbackDirection":null,"reputationFeedbackStatus":"not_applicable","resolvedByUserId":null,"resolvedAt":null,"reopenCount":1,"revision":1,"isActive":true,"createdAt":"string","updatedAt":"string","claimSummary":null,"internalNotes":null,"decisionNote":null}],"page":1,"pageSize":1,"total":1,"totalPages":1,"nextCursor":null}}}},"400":{"description":"Invalid query","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/disputes/cases?page=1&pageSize=25\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["disputes.view"],"x-require-auth":true},"post":{"operationId":"disputesCreateCase","summary":"Create dispute case","description":"Requires features: disputes.create","tags":["Freight Disputes"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchema"},"example":{"settlementEntryId":"string","category":"damage","priority":"normal","title":"string","claimSummary":null,"internalNotes":null,"claimedAmount":null,"currency":null,"assignedUserId":null}}}},"responses":{"201":{"description":"Dispute case created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchema"},"example":{"ok":true,"item":{"id":"string","tenantId":"string","organizationId":"string","caseNumber":"string","status":"draft","category":"damage","priority":"low","sourceSettlementEntryId":"string","sourcePayoutRequestId":null,"sourceSettlementRunId":null,"sourceMarketplaceShipmentId":null,"sourceMarketplaceProposalId":null,"sourcePricingEstimateId":null,"carrierParticipantId":null,"carrierOrganizationId":null,"currency":null,"claimedAmount":null,"settlementEntryAmount":null,"title":"string","assignedUserId":null,"openedByUserId":null,"openedAt":null,"dueAt":null,"slaStatus":"not_started","settlementHoldStatus":"not_started","settlementHoldAppliedAt":null,"payoutHoldStatus":null,"payoutHoldAppliedAt":null,"outcome":null,"severity":null,"feedbackDirection":null,"reputationFeedbackStatus":"not_applicable","resolvedByUserId":null,"resolvedAt":null,"reopenCount":1,"revision":1,"isActive":true,"createdAt":"string","updatedAt":"string","claimSummary":null,"internalNotes":null,"decisionNote":null}}}}},"400":{"description":"Invalid request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"409":{"description":"Active dispute already exists","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses409ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/disputes/cases\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"settlementEntryId\\\": \\\"string\\\",\n  \\\"category\\\": \\\"damage\\\",\n  \\\"priority\\\": \\\"normal\\\",\n  \\\"title\\\": \\\"string\\\",\n  \\\"claimSummary\\\": null,\n  \\\"internalNotes\\\": null,\n  \\\"claimedAmount\\\": null,\n  \\\"currency\\\": null,\n  \\\"assignedUserId\\\": null\n}\""}],"x-require-features":["disputes.create"],"x-require-auth":true}},"/api/freight/disputes/evidence":{"get":{"operationId":"disputesListEvidence","summary":"List dispute evidence","description":"Requires features: disputes.view","tags":["Freight Disputes"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetParameters1Schema"},"example":1},{"name":"cursor","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetParameters2Schema"},"example":"string"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetParameters3Schema"},"example":"string"},{"name":"caseId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetParameters4Schema"},"example":"string"},{"name":"evidenceType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetParameters5Schema"},"example":"pod"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetParameters6Schema"},"example":"submitted"},{"name":"includeSensitive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetParameters7Schema"},"example":true}],"responses":{"200":{"description":"Dispute evidence returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","tenantId":"string","organizationId":"string","disputeCaseId":"string","evidenceType":"pod","status":"submitted","sourceModule":null,"sourceEntityType":null,"sourceEntityId":null,"summary":null,"sensitivePayload":null,"submittedByUserId":null,"receivedFromParty":null,"observedAt":null,"revision":1,"createdAt":"string","updatedAt":"string"}],"page":1,"pageSize":1,"total":1,"totalPages":1,"nextCursor":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/disputes/evidence?page=1&pageSize=25\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["disputes.view"],"x-require-auth":true}},"/api/freight/disputes/sla":{"get":{"operationId":"disputesListSla","summary":"List dispute SLA checkpoints","description":"Requires features: disputes.view","tags":["Freight Disputes"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetParameters1Schema"},"example":1},{"name":"cursor","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetParameters2Schema"},"example":"string"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetParameters3Schema"},"example":"string"},{"name":"caseId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetParameters4Schema"},"example":"string"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetParameters5Schema"},"example":"pending"},{"name":"checkpointType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetParameters6Schema"},"example":"first_action"},{"name":"overdueOnly","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetParameters7Schema"},"example":true}],"responses":{"200":{"description":"Dispute SLA checkpoints returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","tenantId":"string","organizationId":"string","disputeCaseId":"string","checkpointType":"first_action","status":"pending","dueAt":"string","completedAt":null,"breachedAt":null,"escalatedAt":null,"ownerUserId":null,"escalationUserId":null,"calculationMode":"calendar_time","pauseReason":null,"idempotencyKey":"string","revision":1,"createdAt":"string","updatedAt":"string"}],"page":1,"pageSize":1,"total":1,"totalPages":1,"nextCursor":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/disputes/sla?page=1&pageSize=25\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["disputes.view"],"x-require-auth":true}},"/api/freight/disputes/sla/scan":{"post":{"operationId":"disputesStartSlaScan","summary":"Start dispute SLA scan","description":"Requires features: disputes.admin","tags":["Freight Disputes"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaScanPostRequestBodyContentApplicationJsonSchema"},"example":{"dryRun":false}}}},"responses":{"202":{"description":"Dispute SLA scan queued","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaScanPostResponses202ContentApplicationJsonSchema"},"example":{"ok":true,"progressJobId":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaScanPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaScanPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/disputes/sla/scan\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"dryRun\\\": false\n}\""}],"x-require-features":["disputes.admin"],"x-require-auth":true}},"/api/freight/payouts/executions/{id}/cancel":{"post":{"operationId":"payoutsCancelExecution","summary":"Cancel payout execution","description":"Requires features: payouts.manage","tags":["Freight Payouts"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostRequestBodyContentApplicationJsonSchema"},"example":{"reason":null,"note":null}}}},"responses":{"200":{"description":"Payout execution returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"execution":{"id":"string","tenantId":"string","organizationId":"string","executionNumber":"string","settlementPayoutRequestId":"string","settlementRunId":null,"settlementEntryIds":["string"],"carrierParticipantId":"string","carrierOrganizationId":null,"payoutAccountId":"string","maskedAccount":"string","providerKey":"string","executionMode":"manual","legalGateStatus":"not_required","payoutLegalGateId":null,"legalGateSnapshot":null,"approvalReference":null,"status":"draft","currency":"string","totalAmount":"string","providerBatchId":null,"providerPayoutId":null,"reconciliationStatus":"not_required","attemptCount":1,"nextRetryAt":null,"progressJobId":null,"partnerIntentId":null,"requestSnapshot":null,"legalReviewNote":null,"failureDetails":null,"manualNote":null,"approvedByUserId":null,"approvedAt":null,"revision":1,"createdAt":"string","updatedAt":"string"}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/payouts/executions/:id/cancel\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"reason\\\": null,\n  \\\"note\\\": null\n}\""}],"x-require-features":["payouts.manage"],"x-require-auth":true}},"/api/freight/payouts/executions/{id}/manual-success":{"post":{"operationId":"payoutsMarkManualSuccess","summary":"Mark manual payout success","description":"Requires features: payouts.manage","tags":["Freight Payouts"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostRequestBodyContentApplicationJsonSchema"},"example":{"providerPayoutId":null,"providerBatchId":null,"amount":null,"currency":null,"note":null}}}},"responses":{"200":{"description":"Payout execution returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"execution":{"id":"string","tenantId":"string","organizationId":"string","executionNumber":"string","settlementPayoutRequestId":"string","settlementRunId":null,"settlementEntryIds":["string"],"carrierParticipantId":"string","carrierOrganizationId":null,"payoutAccountId":"string","maskedAccount":"string","providerKey":"string","executionMode":"manual","legalGateStatus":"not_required","payoutLegalGateId":null,"legalGateSnapshot":null,"approvalReference":null,"status":"draft","currency":"string","totalAmount":"string","providerBatchId":null,"providerPayoutId":null,"reconciliationStatus":"not_required","attemptCount":1,"nextRetryAt":null,"progressJobId":null,"partnerIntentId":null,"requestSnapshot":null,"legalReviewNote":null,"failureDetails":null,"manualNote":null,"approvedByUserId":null,"approvedAt":null,"revision":1,"createdAt":"string","updatedAt":"string"}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/payouts/executions/:id/manual-success\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"providerPayoutId\\\": null,\n  \\\"providerBatchId\\\": null,\n  \\\"amount\\\": null,\n  \\\"currency\\\": null,\n  \\\"note\\\": null\n}\""}],"x-require-features":["payouts.manage"],"x-require-auth":true}},"/api/freight/payouts/executions/{id}/mark-ready":{"post":{"operationId":"payoutsMarkExecutionReady","summary":"Mark payout execution ready","description":"Requires features: payouts.legal_review","tags":["Freight Payouts"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostRequestBodyContentApplicationJsonSchema"},"example":{"note":null}}}},"responses":{"200":{"description":"Payout execution returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"execution":{"id":"string","tenantId":"string","organizationId":"string","executionNumber":"string","settlementPayoutRequestId":"string","settlementRunId":null,"settlementEntryIds":["string"],"carrierParticipantId":"string","carrierOrganizationId":null,"payoutAccountId":"string","maskedAccount":"string","providerKey":"string","executionMode":"manual","legalGateStatus":"not_required","payoutLegalGateId":null,"legalGateSnapshot":null,"approvalReference":null,"status":"draft","currency":"string","totalAmount":"string","providerBatchId":null,"providerPayoutId":null,"reconciliationStatus":"not_required","attemptCount":1,"nextRetryAt":null,"progressJobId":null,"partnerIntentId":null,"requestSnapshot":null,"legalReviewNote":null,"failureDetails":null,"manualNote":null,"approvedByUserId":null,"approvedAt":null,"revision":1,"createdAt":"string","updatedAt":"string"}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/payouts/executions/:id/mark-ready\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"note\\\": null\n}\""}],"x-require-features":["payouts.legal_review"],"x-require-auth":true}},"/api/freight/payouts/executions/{id}/partner-intents":{"post":{"operationId":"payoutsRecordPartnerIntent","summary":"Record payout partner intent","description":"Requires features: payouts.partner_intents.manage","tags":["Freight Payouts"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchema"},"example":{"intentType":"quickpay","partnerKey":"string","advanceAmount":null,"feeAmount":null,"feeCurrency":null,"partnerReference":null,"termsSnapshot":null,"sensitiveTermsPayload":null,"reviewNote":null}}}},"responses":{"201":{"description":"Payout partner intent returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchema"},"example":{"ok":true,"partnerIntent":{"id":"string","tenantId":"string","organizationId":"string","payoutExecutionId":"string","intentType":"quickpay","partnerKey":"string","status":"intent_recorded","advanceAmount":null,"feeAmount":null,"feeCurrency":null,"partnerReference":null,"termsSnapshot":null,"sensitiveTermsPayload":null,"reviewNote":null,"createdByUserId":null,"createdAt":"string","updatedAt":"string"}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/payouts/executions/:id/partner-intents\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"intentType\\\": \\\"quickpay\\\",\n  \\\"partnerKey\\\": \\\"string\\\",\n  \\\"advanceAmount\\\": null,\n  \\\"feeAmount\\\": null,\n  \\\"feeCurrency\\\": null,\n  \\\"partnerReference\\\": null,\n  \\\"termsSnapshot\\\": null,\n  \\\"sensitiveTermsPayload\\\": null,\n  \\\"reviewNote\\\": null\n}\""}],"x-require-features":["payouts.partner_intents.manage"],"x-require-auth":true}},"/api/freight/payouts/executions/{id}/queue":{"post":{"operationId":"payoutsQueueExecution","summary":"Queue payout execution","description":"Requires features: payouts.manage","tags":["Freight Payouts"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostRequestBodyContentApplicationJsonSchema"},"example":{}}}},"responses":{"202":{"description":"Payout execution queued","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchema"},"example":{"ok":true,"execution":{"id":"string","tenantId":"string","organizationId":"string","executionNumber":"string","settlementPayoutRequestId":"string","settlementRunId":null,"settlementEntryIds":["string"],"carrierParticipantId":"string","carrierOrganizationId":null,"payoutAccountId":"string","maskedAccount":"string","providerKey":"string","executionMode":"manual","legalGateStatus":"not_required","payoutLegalGateId":null,"legalGateSnapshot":null,"approvalReference":null,"status":"draft","currency":"string","totalAmount":"string","providerBatchId":null,"providerPayoutId":null,"reconciliationStatus":"not_required","attemptCount":1,"nextRetryAt":null,"progressJobId":null,"partnerIntentId":null,"requestSnapshot":null,"legalReviewNote":null,"failureDetails":null,"manualNote":null,"approvedByUserId":null,"approvedAt":null,"revision":1,"createdAt":"string","updatedAt":"string"},"progressJobId":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/payouts/executions/:id/queue\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}],"x-require-features":["payouts.manage"],"x-require-auth":true}},"/api/freight/payouts/executions/{id}/retry":{"post":{"operationId":"payoutsRetryExecution","summary":"Retry payout execution","description":"Requires features: payouts.manage","tags":["Freight Payouts"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostRequestBodyContentApplicationJsonSchema"},"example":{}}}},"responses":{"202":{"description":"Payout execution queued","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchema"},"example":{"ok":true,"execution":{"id":"string","tenantId":"string","organizationId":"string","executionNumber":"string","settlementPayoutRequestId":"string","settlementRunId":null,"settlementEntryIds":["string"],"carrierParticipantId":"string","carrierOrganizationId":null,"payoutAccountId":"string","maskedAccount":"string","providerKey":"string","executionMode":"manual","legalGateStatus":"not_required","payoutLegalGateId":null,"legalGateSnapshot":null,"approvalReference":null,"status":"draft","currency":"string","totalAmount":"string","providerBatchId":null,"providerPayoutId":null,"reconciliationStatus":"not_required","attemptCount":1,"nextRetryAt":null,"progressJobId":null,"partnerIntentId":null,"requestSnapshot":null,"legalReviewNote":null,"failureDetails":null,"manualNote":null,"approvedByUserId":null,"approvedAt":null,"revision":1,"createdAt":"string","updatedAt":"string"},"progressJobId":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/payouts/executions/:id/retry\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}],"x-require-features":["payouts.manage"],"x-require-auth":true}},"/api/freight/payouts/executions/{id}":{"get":{"operationId":"payoutsGetExecution","summary":"Get payout execution","description":"Requires features: payouts.view","tags":["Freight Payouts"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetParameters0Schema"}},{"name":"includeSensitive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetParameters1Schema"},"example":true}],"responses":{"200":{"description":"Payout execution returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"execution":{"id":"string","tenantId":"string","organizationId":"string","executionNumber":"string","settlementPayoutRequestId":"string","settlementRunId":null,"settlementEntryIds":["string"],"carrierParticipantId":"string","carrierOrganizationId":null,"payoutAccountId":"string","maskedAccount":"string","providerKey":"string","executionMode":"manual","legalGateStatus":"not_required","payoutLegalGateId":null,"legalGateSnapshot":null,"approvalReference":null,"status":"draft","currency":"string","totalAmount":"string","providerBatchId":null,"providerPayoutId":null,"reconciliationStatus":"not_required","attemptCount":1,"nextRetryAt":null,"progressJobId":null,"partnerIntentId":null,"requestSnapshot":null,"legalReviewNote":null,"failureDetails":null,"manualNote":null,"approvedByUserId":null,"approvedAt":null,"revision":1,"createdAt":"string","updatedAt":"string","attempts":[{"id":"string","tenantId":"string","organizationId":"string","payoutExecutionId":"string","attemptNumber":1,"providerKey":"string","status":"queued","failureClassification":null,"failureCode":null,"providerStatus":null,"providerPayoutId":null,"providerBatchId":null,"requestSummary":null,"responseSummary":null,"sensitivePayload":null,"retryable":true,"startedAt":null,"finishedAt":null,"createdAt":"string","updatedAt":"string"}],"reconciliationItems":[{"id":"string","tenantId":"string","organizationId":"string","payoutExecutionId":null,"payoutAttemptId":null,"sourceType":"provider_webhook","providerKey":"string","providerPayoutId":null,"providerBatchId":null,"amount":null,"currency":null,"status":"unmatched","rawPayloadHash":null,"summary":null,"sensitivePayload":null,"resolutionNote":null,"importedByUserId":null,"matchedAt":null,"resolvedAt":null,"createdAt":"string","updatedAt":"string"}],"partnerIntents":[{"id":"string","tenantId":"string","organizationId":"string","payoutExecutionId":"string","intentType":"quickpay","partnerKey":"string","status":"intent_recorded","advanceAmount":null,"feeAmount":null,"feeCurrency":null,"partnerReference":null,"termsSnapshot":null,"sensitiveTermsPayload":null,"reviewNote":null,"createdByUserId":null,"createdAt":"string","updatedAt":"string"}]}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/payouts/executions/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["payouts.view"],"x-require-auth":true}},"/api/freight/payouts/executions":{"get":{"operationId":"payoutsListExecutions","summary":"List payout executions","description":"Requires features: payouts.view","tags":["Freight Payouts"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetParameters1Schema"},"example":1},{"name":"cursor","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetParameters2Schema"},"example":"string"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetParameters3Schema"},"example":"string"},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetParameters4Schema"},"example":"string"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetParameters5Schema"},"example":"draft"},{"name":"reconciliationStatus","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetParameters6Schema"},"example":"not_required"},{"name":"legalGateStatus","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetParameters7Schema"},"example":"not_required"},{"name":"executionMode","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetParameters8Schema"},"example":"manual"},{"name":"providerKey","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetParameters9Schema"},"example":"string"},{"name":"settlementPayoutRequestId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetParameters10Schema"},"example":"string"},{"name":"carrierParticipantId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetParameters11Schema"},"example":"string"},{"name":"currency","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetParameters12Schema"},"example":"string"},{"name":"includeSensitive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetParameters13Schema"},"example":true},{"name":"from","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetParameters14Schema"},"example":"string"},{"name":"to","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetParameters15Schema"},"example":"string"}],"responses":{"200":{"description":"Payout executions returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","tenantId":"string","organizationId":"string","executionNumber":"string","settlementPayoutRequestId":"string","settlementRunId":null,"settlementEntryIds":["string"],"carrierParticipantId":"string","carrierOrganizationId":null,"payoutAccountId":"string","maskedAccount":"string","providerKey":"string","executionMode":"manual","legalGateStatus":"not_required","payoutLegalGateId":null,"legalGateSnapshot":null,"approvalReference":null,"status":"draft","currency":"string","totalAmount":"string","providerBatchId":null,"providerPayoutId":null,"reconciliationStatus":"not_required","attemptCount":1,"nextRetryAt":null,"progressJobId":null,"partnerIntentId":null,"requestSnapshot":null,"legalReviewNote":null,"failureDetails":null,"manualNote":null,"approvedByUserId":null,"approvedAt":null,"revision":1,"createdAt":"string","updatedAt":"string"}],"page":1,"pageSize":1,"total":1,"totalPages":1,"pageInfo":{"hasNextPage":true}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/payouts/executions?page=1&pageSize=25\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["payouts.view"],"x-require-auth":true},"post":{"operationId":"payoutsCreateExecution","summary":"Create payout execution","description":"Requires features: payouts.manage","tags":["Freight Payouts"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostRequestBodyContentApplicationJsonSchema"},"example":{"settlementPayoutRequestId":"string","providerKey":"manual","executionMode":"manual","legalReviewNote":null,"manualNote":null}}}},"responses":{"201":{"description":"Payout execution created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchema"},"example":{"ok":true,"execution":{"id":"string","tenantId":"string","organizationId":"string","executionNumber":"string","settlementPayoutRequestId":"string","settlementRunId":null,"settlementEntryIds":["string"],"carrierParticipantId":"string","carrierOrganizationId":null,"payoutAccountId":"string","maskedAccount":"string","providerKey":"string","executionMode":"manual","legalGateStatus":"not_required","payoutLegalGateId":null,"legalGateSnapshot":null,"approvalReference":null,"status":"draft","currency":"string","totalAmount":"string","providerBatchId":null,"providerPayoutId":null,"reconciliationStatus":"not_required","attemptCount":1,"nextRetryAt":null,"progressJobId":null,"partnerIntentId":null,"requestSnapshot":null,"legalReviewNote":null,"failureDetails":null,"manualNote":null,"approvedByUserId":null,"approvedAt":null,"revision":1,"createdAt":"string","updatedAt":"string"}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/payouts/executions\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"settlementPayoutRequestId\\\": \\\"string\\\",\n  \\\"providerKey\\\": \\\"manual\\\",\n  \\\"executionMode\\\": \\\"manual\\\",\n  \\\"legalReviewNote\\\": null,\n  \\\"manualNote\\\": null\n}\""}],"x-require-features":["payouts.manage"],"x-require-auth":true}},"/api/freight/payouts/legal-gates/{id}/approve":{"post":{"operationId":"payoutsApproveLegalGate","summary":"Approve payout legal gate","description":"Requires features: payouts.legal_review","tags":["Freight Payouts"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchema"},"example":{"legalApprovalReference":null,"financialApprovalReference":null,"providerApprovalReference":null,"legalReviewNote":null,"financialReviewNote":null,"providerReviewNote":null,"validFrom":null,"validUntil":null}}}},"responses":{"200":{"description":"Payout legal gate returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"legalGate":{"id":"string","tenantId":"string","organizationId":"string","gateNumber":"string","providerKey":"string","integrationId":null,"currency":"string","status":"blocked","legalReviewStatus":"pending","financialReviewStatus":"pending","providerReviewStatus":"pending","legalApprovalReference":null,"financialApprovalReference":null,"providerApprovalReference":null,"legalReviewNote":null,"financialReviewNote":null,"providerReviewNote":null,"suspensionNote":null,"approvedByUserId":null,"approvedAt":null,"validFrom":null,"validUntil":null,"integrationStateSnapshot":null,"isActive":true,"revision":1,"createdAt":"string","updatedAt":"string"}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/payouts/legal-gates/:id/approve\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"legalApprovalReference\\\": null,\n  \\\"financialApprovalReference\\\": null,\n  \\\"providerApprovalReference\\\": null,\n  \\\"legalReviewNote\\\": null,\n  \\\"financialReviewNote\\\": null,\n  \\\"providerReviewNote\\\": null,\n  \\\"validFrom\\\": null,\n  \\\"validUntil\\\": null\n}\""}],"x-require-features":["payouts.legal_review"],"x-require-auth":true}},"/api/freight/payouts/legal-gates/{id}/reopen":{"post":{"operationId":"payoutsReopenLegalGate","summary":"Reopen payout legal gate","description":"Requires features: payouts.legal_review","tags":["Freight Payouts"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostRequestBodyContentApplicationJsonSchema"},"example":{"note":null}}}},"responses":{"200":{"description":"Payout legal gate returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"legalGate":{"id":"string","tenantId":"string","organizationId":"string","gateNumber":"string","providerKey":"string","integrationId":null,"currency":"string","status":"blocked","legalReviewStatus":"pending","financialReviewStatus":"pending","providerReviewStatus":"pending","legalApprovalReference":null,"financialApprovalReference":null,"providerApprovalReference":null,"legalReviewNote":null,"financialReviewNote":null,"providerReviewNote":null,"suspensionNote":null,"approvedByUserId":null,"approvedAt":null,"validFrom":null,"validUntil":null,"integrationStateSnapshot":null,"isActive":true,"revision":1,"createdAt":"string","updatedAt":"string"}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/payouts/legal-gates/:id/reopen\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"note\\\": null\n}\""}],"x-require-features":["payouts.legal_review"],"x-require-auth":true}},"/api/freight/payouts/legal-gates/{id}":{"get":{"operationId":"payoutsGetLegalGate","summary":"Get payout legal gate","description":"Requires features: payouts.view","tags":["Freight Payouts"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetParameters0Schema"}},{"name":"includeSensitive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetParameters1Schema"},"example":true}],"responses":{"200":{"description":"Payout legal gate returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"legalGate":{"id":"string","tenantId":"string","organizationId":"string","gateNumber":"string","providerKey":"string","integrationId":null,"currency":"string","status":"blocked","legalReviewStatus":"pending","financialReviewStatus":"pending","providerReviewStatus":"pending","legalApprovalReference":null,"financialApprovalReference":null,"providerApprovalReference":null,"legalReviewNote":null,"financialReviewNote":null,"providerReviewNote":null,"suspensionNote":null,"approvedByUserId":null,"approvedAt":null,"validFrom":null,"validUntil":null,"integrationStateSnapshot":null,"isActive":true,"revision":1,"createdAt":"string","updatedAt":"string"}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/payouts/legal-gates/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["payouts.view"],"x-require-auth":true}},"/api/freight/payouts/legal-gates/{id}/suspend":{"post":{"operationId":"payoutsSuspendLegalGate","summary":"Suspend payout legal gate","description":"Requires features: payouts.legal_review","tags":["Freight Payouts"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostRequestBodyContentApplicationJsonSchema"},"example":{"note":"string"}}}},"responses":{"200":{"description":"Payout legal gate returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"legalGate":{"id":"string","tenantId":"string","organizationId":"string","gateNumber":"string","providerKey":"string","integrationId":null,"currency":"string","status":"blocked","legalReviewStatus":"pending","financialReviewStatus":"pending","providerReviewStatus":"pending","legalApprovalReference":null,"financialApprovalReference":null,"providerApprovalReference":null,"legalReviewNote":null,"financialReviewNote":null,"providerReviewNote":null,"suspensionNote":null,"approvedByUserId":null,"approvedAt":null,"validFrom":null,"validUntil":null,"integrationStateSnapshot":null,"isActive":true,"revision":1,"createdAt":"string","updatedAt":"string"}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/payouts/legal-gates/:id/suspend\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"note\\\": \\\"string\\\"\n}\""}],"x-require-features":["payouts.legal_review"],"x-require-auth":true}},"/api/freight/payouts/legal-gates":{"get":{"operationId":"payoutsListLegalGates","summary":"List payout legal gates","description":"Requires features: payouts.view","tags":["Freight Payouts"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetParameters1Schema"},"example":1},{"name":"cursor","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetParameters2Schema"},"example":"string"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetParameters3Schema"},"example":"string"},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetParameters4Schema"},"example":"string"},{"name":"providerKey","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetParameters5Schema"},"example":"string"},{"name":"currency","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetParameters6Schema"},"example":"string"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetParameters7Schema"},"example":"blocked"},{"name":"active","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetParameters8Schema"},"example":true},{"name":"includeSensitive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetParameters9Schema"},"example":true}],"responses":{"200":{"description":"Payout legal gates returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","tenantId":"string","organizationId":"string","gateNumber":"string","providerKey":"string","integrationId":null,"currency":"string","status":"blocked","legalReviewStatus":"pending","financialReviewStatus":"pending","providerReviewStatus":"pending","legalApprovalReference":null,"financialApprovalReference":null,"providerApprovalReference":null,"legalReviewNote":null,"financialReviewNote":null,"providerReviewNote":null,"suspensionNote":null,"approvedByUserId":null,"approvedAt":null,"validFrom":null,"validUntil":null,"integrationStateSnapshot":null,"isActive":true,"revision":1,"createdAt":"string","updatedAt":"string"}],"page":1,"pageSize":1,"total":1,"totalPages":1,"pageInfo":{"hasNextPage":true}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/payouts/legal-gates?page=1&pageSize=25\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["payouts.view"],"x-require-auth":true},"put":{"operationId":"payoutsUpsertLegalGate","summary":"Upsert payout legal gate","description":"Requires features: payouts.legal_review","tags":["Freight Payouts"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchema"},"example":{"id":null,"providerKey":"string","integrationId":null,"currency":"*","status":"blocked","legalReviewStatus":"pending","financialReviewStatus":"pending","providerReviewStatus":"pending","legalApprovalReference":null,"financialApprovalReference":null,"providerApprovalReference":null,"legalReviewNote":null,"financialReviewNote":null,"providerReviewNote":null,"suspensionNote":null,"validFrom":null,"validUntil":null,"integrationStateSnapshot":null}}}},"responses":{"200":{"description":"Payout legal gate returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"legalGate":{"id":"string","tenantId":"string","organizationId":"string","gateNumber":"string","providerKey":"string","integrationId":null,"currency":"string","status":"blocked","legalReviewStatus":"pending","financialReviewStatus":"pending","providerReviewStatus":"pending","legalApprovalReference":null,"financialApprovalReference":null,"providerApprovalReference":null,"legalReviewNote":null,"financialReviewNote":null,"providerReviewNote":null,"suspensionNote":null,"approvedByUserId":null,"approvedAt":null,"validFrom":null,"validUntil":null,"integrationStateSnapshot":null,"isActive":true,"revision":1,"createdAt":"string","updatedAt":"string"}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/freight/payouts/legal-gates\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": null,\n  \\\"providerKey\\\": \\\"string\\\",\n  \\\"integrationId\\\": null,\n  \\\"currency\\\": \\\"*\\\",\n  \\\"status\\\": \\\"blocked\\\",\n  \\\"legalReviewStatus\\\": \\\"pending\\\",\n  \\\"financialReviewStatus\\\": \\\"pending\\\",\n  \\\"providerReviewStatus\\\": \\\"pending\\\",\n  \\\"legalApprovalReference\\\": null,\n  \\\"financialApprovalReference\\\": null,\n  \\\"providerApprovalReference\\\": null,\n  \\\"legalReviewNote\\\": null,\n  \\\"financialReviewNote\\\": null,\n  \\\"providerReviewNote\\\": null,\n  \\\"suspensionNote\\\": null,\n  \\\"validFrom\\\": null,\n  \\\"validUntil\\\": null,\n  \\\"integrationStateSnapshot\\\": null\n}\""}],"x-require-features":["payouts.legal_review"],"x-require-auth":true}},"/api/freight/payouts/partner-intents/{id}/cancel":{"post":{"operationId":"payoutsCancelPartnerIntent","summary":"Cancel payout partner intent","description":"Requires features: payouts.partner_intents.manage","tags":["Freight Payouts"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostRequestBodyContentApplicationJsonSchema"},"example":{"note":null}}}},"responses":{"200":{"description":"Payout partner intent returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"partnerIntent":{"id":"string","tenantId":"string","organizationId":"string","payoutExecutionId":"string","intentType":"quickpay","partnerKey":"string","status":"intent_recorded","advanceAmount":null,"feeAmount":null,"feeCurrency":null,"partnerReference":null,"termsSnapshot":null,"sensitiveTermsPayload":null,"reviewNote":null,"createdByUserId":null,"createdAt":"string","updatedAt":"string"}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/payouts/partner-intents/:id/cancel\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"note\\\": null\n}\""}],"x-require-features":["payouts.partner_intents.manage"],"x-require-auth":true}},"/api/freight/payouts/partner-intents":{"get":{"operationId":"payoutsListPartnerIntents","summary":"List payout partner intents","description":"Requires features: payouts.view","tags":["Freight Payouts"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetParameters1Schema"},"example":1},{"name":"cursor","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetParameters2Schema"},"example":"string"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetParameters3Schema"},"example":"string"},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetParameters4Schema"},"example":"string"},{"name":"payoutExecutionId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetParameters5Schema"},"example":"string"},{"name":"intentType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetParameters6Schema"},"example":"quickpay"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetParameters7Schema"},"example":"intent_recorded"},{"name":"partnerKey","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetParameters8Schema"},"example":"string"},{"name":"includeSensitive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetParameters9Schema"},"example":true}],"responses":{"200":{"description":"Payout partner intents returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","tenantId":"string","organizationId":"string","payoutExecutionId":"string","intentType":"quickpay","partnerKey":"string","status":"intent_recorded","advanceAmount":null,"feeAmount":null,"feeCurrency":null,"partnerReference":null,"termsSnapshot":null,"sensitiveTermsPayload":null,"reviewNote":null,"createdByUserId":null,"createdAt":"string","updatedAt":"string"}],"page":1,"pageSize":1,"total":1,"totalPages":1,"pageInfo":{"hasNextPage":true}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/payouts/partner-intents?page=1&pageSize=25\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["payouts.view"],"x-require-auth":true}},"/api/freight/payouts/providers":{"get":{"operationId":"payoutsListProviders","summary":"List payout providers","description":"Requires features: payouts.view","tags":["Freight Payouts"],"parameters":[{"name":"providerKey","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetParameters0Schema"},"example":"string"},{"name":"executionMode","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetParameters1Schema"},"example":"manual"},{"name":"currency","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetParameters2Schema"},"example":"string"}],"responses":{"200":{"description":"Payout providers returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchema"},"example":{"data":[{"providerKey":"string","label":"string","configuredAdapter":true,"payoutConfig":null}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/payouts/providers\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["payouts.view"],"x-require-auth":true}},"/api/freight/payouts/reconciliation/{id}/resolve":{"post":{"operationId":"payoutsResolveReconciliationItem","summary":"Resolve payout reconciliation item","description":"Requires features: payouts.manage","tags":["Freight Payouts"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostRequestBodyContentApplicationJsonSchema"},"example":{"resolution":"matched","note":"string"}}}},"responses":{"200":{"description":"Payout reconciliation item resolved","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"item":{"id":"string","tenantId":"string","organizationId":"string","payoutExecutionId":null,"payoutAttemptId":null,"sourceType":"provider_webhook","providerKey":"string","providerPayoutId":null,"providerBatchId":null,"amount":null,"currency":null,"status":"unmatched","rawPayloadHash":null,"summary":null,"sensitivePayload":null,"resolutionNote":null,"importedByUserId":null,"matchedAt":null,"resolvedAt":null,"createdAt":"string","updatedAt":"string"}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/payouts/reconciliation/:id/resolve\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"resolution\\\": \\\"matched\\\",\n  \\\"note\\\": \\\"string\\\"\n}\""}],"x-require-features":["payouts.manage"],"x-require-auth":true}},"/api/freight/payouts/reconciliation/import":{"post":{"operationId":"payoutsImportReconciliation","summary":"Import payout reconciliation","description":"Requires features: payouts.manage","tags":["Freight Payouts"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchema"},"example":{"sourceType":"manual_import","providerKey":"manual","correctionKey":null,"sourceDocumentHash":null,"importBatchId":null}}}},"responses":{"202":{"description":"Payout reconciliation import queued","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostResponses202ContentApplicationJsonSchema"},"example":{"ok":true,"progressJobId":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/payouts/reconciliation/import\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"sourceType\\\": \\\"manual_import\\\",\n  \\\"providerKey\\\": \\\"manual\\\",\n  \\\"correctionKey\\\": null,\n  \\\"sourceDocumentHash\\\": null,\n  \\\"importBatchId\\\": null\n}\""}],"x-require-features":["payouts.manage"],"x-require-auth":true}},"/api/freight/payouts/reconciliation/poll":{"post":{"operationId":"payoutsQueueStatusPoll","summary":"Queue payout status poll","description":"Requires features: payouts.manage","tags":["Freight Payouts"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationPollPostRequestBodyContentApplicationJsonSchema"},"example":{"providerKey":null}}}},"responses":{"202":{"description":"Payout status poll queued","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationPollPostResponses202ContentApplicationJsonSchema"},"example":{"ok":true,"progressJobId":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationPollPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationPollPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/payouts/reconciliation/poll\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"providerKey\\\": null\n}\""}],"x-require-features":["payouts.manage"],"x-require-auth":true}},"/api/freight/payouts/reconciliation":{"get":{"operationId":"payoutsListReconciliationItems","summary":"List payout reconciliation items","description":"Requires features: payouts.view","tags":["Freight Payouts"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetParameters1Schema"},"example":1},{"name":"cursor","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetParameters2Schema"},"example":"string"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetParameters3Schema"},"example":"string"},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetParameters4Schema"},"example":"string"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetParameters5Schema"},"example":"unmatched"},{"name":"sourceType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetParameters6Schema"},"example":"provider_webhook"},{"name":"providerKey","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetParameters7Schema"},"example":"string"},{"name":"payoutExecutionId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetParameters8Schema"},"example":"string"},{"name":"includeSensitive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetParameters9Schema"},"example":true},{"name":"from","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetParameters10Schema"},"example":"string"},{"name":"to","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetParameters11Schema"},"example":"string"}],"responses":{"200":{"description":"Payout reconciliation items returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","tenantId":"string","organizationId":"string","payoutExecutionId":null,"payoutAttemptId":null,"sourceType":"provider_webhook","providerKey":"string","providerPayoutId":null,"providerBatchId":null,"amount":null,"currency":null,"status":"unmatched","rawPayloadHash":null,"summary":null,"sensitivePayload":null,"resolutionNote":null,"importedByUserId":null,"matchedAt":null,"resolvedAt":null,"createdAt":"string","updatedAt":"string"}],"page":1,"pageSize":1,"total":1,"totalPages":1,"pageInfo":{"hasNextPage":true}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/payouts/reconciliation?page=1&pageSize=25\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["payouts.view"],"x-require-auth":true}},"/api/freight/payouts/webhook/{provider}":{"post":{"operationId":"payoutsReceiveProviderWebhook","summary":"Receive payout provider webhook","tags":["Freight Payouts"],"parameters":[{"name":"provider","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsWebhookProviderPostParameters0Schema"}}],"responses":{"202":{"description":"Payout webhook accepted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsWebhookProviderPostResponses202ContentApplicationJsonSchema"},"example":{"ok":true,"accepted":true}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/payouts/webhook/:provider\" \\\n  -H \"Accept: application/json\""}]}},"/api/freight/slots/{id}/cancel":{"patch":{"operationId":"freight_patch_api_freight_slots_id_cancel","summary":"Cancel a freight slot","description":"Requires features: slots.book","tags":["Freight Slots"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdCancelPatchParameters0Schema"}}],"responses":{"200":{"description":"Slot cancelled","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdCancelPatchResponses200ContentApplicationJsonSchema"},"example":{"id":"string","status":"CANCELLED"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdCancelPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdCancelPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://api.open-mercato.local/api/freight/slots/:id/cancel\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["slots.book"],"x-require-auth":true}},"/api/freight/slots/{id}":{"get":{"operationId":"freight_get_api_freight_slots_id","summary":"Get slot detail","description":"Requires features: slots.view","tags":["Freight Slots"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetParameters0Schema"}}],"responses":{"200":{"description":"Slot detail returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"string","tenantId":"string","organizationId":"string","locationId":"string","location":null,"slotType":"LOADING","startTime":null,"endTime":null,"cargoId":null,"cargo":null,"bookedByTenantId":null,"orderId":null,"status":"AVAILABLE","modeData":null,"createdAt":null,"updatedAt":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/slots/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["slots.view"],"x-require-auth":true}},"/api/freight/slots/book":{"post":{"operationId":"freight_post_api_freight_slots_book","summary":"Book a freight slot","description":"Requires features: slots.book","tags":["Freight Slots"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsBookPostRequestBodyContentApplicationJsonSchema"},"example":{"locationId":"string","slotType":"LOADING","startTime":"string","endTime":"string","cargoId":null}}}},"responses":{"201":{"description":"Slot booked","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsBookPostResponses201ContentApplicationJsonSchema"},"example":{"id":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsBookPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsBookPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/slots/book\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"locationId\\\": \\\"string\\\",\n  \\\"slotType\\\": \\\"LOADING\\\",\n  \\\"startTime\\\": \\\"string\\\",\n  \\\"endTime\\\": \\\"string\\\",\n  \\\"cargoId\\\": null\n}\""}],"x-require-features":["slots.book"],"x-require-auth":true}},"/api/freight/slots":{"get":{"operationId":"freight_get_api_freight_slots","summary":"List freight slots","description":"Requires features: slots.view","tags":["Freight Slots"],"parameters":[],"responses":{"200":{"description":"Slot list returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","tenantId":"string","organizationId":"string","locationId":"string","location":null,"slotType":"LOADING","startTime":null,"endTime":null,"cargoId":null,"cargo":null,"bookedByTenantId":null,"orderId":null,"status":"AVAILABLE","modeData":null,"createdAt":null,"updatedAt":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/slots\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["slots.view"],"x-require-auth":true}},"/api/freight/marketplace/shipments/{id}/apply-pricing-estimate":{"post":{"operationId":"freight_post_api_freight_marketplace_shipments_id_apply_pricing_estimate","summary":"Apply pricing estimate baseline to a shipment","description":"Requires features: pricing.quote_estimates, marketplace.manage","tags":["Freight Marketplace"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostRequestBodyContentApplicationJsonSchema"},"example":{"pricingEstimateId":"string"}}}},"responses":{"200":{"description":"Pricing estimate applied to shipment","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostResponses200ContentApplicationJsonSchema"},"example":{"id":"string","status":"string","pricingEstimateId":null,"pricingEstimatedTotalAmount":null,"pricingEstimatedCurrency":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Shipment or pricing estimate not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostResponses404ContentApplicationJsonSchema"}}}},"422":{"description":"Invalid estimate for shipment","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostResponses422ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/marketplace/shipments/:id/apply-pricing-estimate\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"pricingEstimateId\\\": \\\"string\\\"\n}\""}],"x-require-features":["pricing.quote_estimates","marketplace.manage"],"x-require-auth":true}},"/api/freight/marketplace/shipments/{id}/book":{"post":{"operationId":"freight_post_api_freight_marketplace_shipments_id_book","summary":"Book a quoted or published shipment","description":"Requires features: marketplace.manage","tags":["Freight Marketplace"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdBookPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdBookPostRequestBodyContentApplicationJsonSchema"},"example":{"id":"string"}}}},"responses":{"200":{"description":"Shipment booked","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdBookPostResponses200ContentApplicationJsonSchema"},"example":{"id":"string","status":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdBookPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdBookPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"422":{"description":"Invalid status transition","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdBookPostResponses422ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/marketplace/shipments/:id/book\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"string\\\"\n}\""}],"x-require-features":["marketplace.manage"],"x-require-auth":true}},"/api/freight/marketplace/shipments/{id}/cancel":{"post":{"operationId":"freight_post_api_freight_marketplace_shipments_id_cancel","summary":"Cancel an active shipment","description":"Requires features: marketplace.manage","tags":["Freight Marketplace"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdCancelPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdCancelPostRequestBodyContentApplicationJsonSchema"},"example":{"id":"string"}}}},"responses":{"200":{"description":"Shipment cancelled","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdCancelPostResponses200ContentApplicationJsonSchema"},"example":{"id":"string","status":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdCancelPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdCancelPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"422":{"description":"Invalid status transition","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdCancelPostResponses422ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/marketplace/shipments/:id/cancel\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"string\\\"\n}\""}],"x-require-features":["marketplace.manage"],"x-require-auth":true}},"/api/freight/marketplace/shipments/{id}/deliver":{"post":{"operationId":"freight_post_api_freight_marketplace_shipments_id_deliver","summary":"Mark a shipment as delivered when all active legs are completed","description":"Requires features: marketplace.manage","tags":["Freight Marketplace"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdDeliverPostParameters0Schema"}}],"responses":{"200":{"description":"Shipment delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdDeliverPostResponses200ContentApplicationJsonSchema"},"example":{"id":"string","status":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdDeliverPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdDeliverPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"422":{"description":"Invalid status transition","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdDeliverPostResponses422ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/marketplace/shipments/:id/deliver\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["marketplace.manage"],"x-require-auth":true}},"/api/freight/marketplace/shipments/{id}/legs/{legId}/status":{"patch":{"operationId":"freight_patch_api_freight_marketplace_shipments_id_legs_legId_status","summary":"Update a shipment leg status","description":"Requires features: marketplace.manage","tags":["Freight Marketplace"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsLegIdStatusPatchParameters0Schema"}},{"name":"legId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsLegIdStatusPatchParameters1Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsLegIdStatusPatchRequestBodyContentApplicationJsonSchema"},"example":{"status":"string"}}}},"responses":{"200":{"description":"Leg status updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsLegIdStatusPatchResponses200ContentApplicationJsonSchema"},"example":{"id":"string","status":"string","shipmentId":"string","shipmentStatus":"string","legStatusChanged":true,"shipmentStatusChanged":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsLegIdStatusPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsLegIdStatusPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Leg not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsLegIdStatusPatchResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://api.open-mercato.local/api/freight/marketplace/shipments/:id/legs/:legId/status\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"status\\\": \\\"string\\\"\n}\""}],"x-require-features":["marketplace.manage"],"x-require-auth":true}},"/api/freight/marketplace/shipments/{id}/legs":{"get":{"operationId":"freight_get_api_freight_marketplace_shipments_id_legs","summary":"List shipment legs","description":"Requires features: marketplace.view","tags":["Freight Marketplace"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsGetParameters0Schema"}}],"responses":{"200":{"description":"Paginated legs list","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string"}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/marketplace/shipments/:id/legs\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["marketplace.view"],"x-require-auth":true},"post":{"operationId":"freight_post_api_freight_marketplace_shipments_id_legs","summary":"Create shipment leg","description":"Requires features: marketplace.manage","tags":["Freight Marketplace"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"string","organizationId":"string","shipmentId":"string","mode":"road","transportType":null,"originLocationId":"string","destinationLocationId":"string","distanceKm":null,"estimatedDurationMinutes":null,"carrierId":null,"proposalId":null,"capacityOfferId":null,"price":null,"currency":"PLN","priceBreakdown":null,"estimatedDeparture":null,"estimatedArrival":null,"roadDispatchId":null,"railTrainPlanId":null,"railCimId":null,"roadEcmrId":null}}}},"responses":{"201":{"description":"Leg created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostResponses201ContentApplicationJsonSchema"},"example":{"id":"string","sequenceNumber":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/marketplace/shipments/:id/legs\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"string\\\",\n  \\\"organizationId\\\": \\\"string\\\",\n  \\\"shipmentId\\\": \\\"string\\\",\n  \\\"mode\\\": \\\"road\\\",\n  \\\"transportType\\\": null,\n  \\\"originLocationId\\\": \\\"string\\\",\n  \\\"destinationLocationId\\\": \\\"string\\\",\n  \\\"distanceKm\\\": null,\n  \\\"estimatedDurationMinutes\\\": null,\n  \\\"carrierId\\\": null,\n  \\\"proposalId\\\": null,\n  \\\"capacityOfferId\\\": null,\n  \\\"price\\\": null,\n  \\\"currency\\\": \\\"PLN\\\",\n  \\\"priceBreakdown\\\": null,\n  \\\"estimatedDeparture\\\": null,\n  \\\"estimatedArrival\\\": null,\n  \\\"roadDispatchId\\\": null,\n  \\\"railTrainPlanId\\\": null,\n  \\\"railCimId\\\": null,\n  \\\"roadEcmrId\\\": null\n}\""}],"x-require-features":["marketplace.manage"],"x-require-auth":true}},"/api/freight/marketplace/shipments/{id}/proposals/context":{"get":{"operationId":"freight_get_api_freight_marketplace_shipments_id_proposals_context","summary":"Resolve carrier proposal defaults for one shipment","description":"Requires features: marketplace.proposals.submit","tags":["Freight Marketplace"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetParameters0Schema"}}],"responses":{"200":{"description":"Proposal submit context","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchema"},"example":{"canSubmit":true,"reason":null,"carrierOrganizationId":null,"carrierOrganizationLabel":null,"carrierParticipantId":null,"carrierParticipantLabel":null,"currency":"string","weightTons":"string","defaultTaxRate":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/marketplace/shipments/:id/proposals/context\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["marketplace.proposals.submit"],"x-require-auth":true}},"/api/freight/marketplace/shipments/{id}/proposals":{"get":{"operationId":"freight_get_api_freight_marketplace_shipments_id_proposals","summary":"List proposals for one shipment","description":"Requires features: marketplace.proposals.view","tags":["Freight Marketplace"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsGetParameters0Schema"}},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsGetParameters1Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsGetParameters2Schema"},"example":1},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsGetParameters3Schema"},"example":"draft"},{"name":"carrierParticipantId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsGetParameters4Schema"},"example":"string"},{"name":"carrierOrganizationId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsGetParameters5Schema"},"example":"string"},{"name":"role","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsGetParameters6Schema"},"example":"shipper"}],"responses":{"200":{"description":"Shipment proposals","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","proposalNumber":"string","shipmentId":"string","status":"string","capacityOfferId":null,"capacityReservationId":null,"capacityReservationStatus":null,"totalAmount":"string","currency":"string"}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/marketplace/shipments/:id/proposals?page=1&pageSize=25\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["marketplace.proposals.view"],"x-require-auth":true},"post":{"operationId":"freight_post_api_freight_marketplace_shipments_id_proposals","summary":"Submit proposal for a shipment","description":"Requires features: marketplace.proposals.submit","tags":["Freight Marketplace"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchema"},"example":{"carrierOrganizationId":"string","carrierParticipantId":"string","capacityOfferId":null,"validFrom":null,"expiresAt":null,"termsText":null,"carrierNotes":null,"shipperNotes":null,"metadataJson":null,"costLines":[{"kind":"base_freight","effect":"charge","description":null,"shipmentLegId":null,"quantity":1,"unitCode":"shipment","unitPrice":1,"taxRate":null,"taxAmount":null}],"pricingEstimateId":null}}}},"responses":{"201":{"description":"Proposal submitted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostResponses201ContentApplicationJsonSchema"},"example":{"id":"string","proposalNumber":"string","shipmentId":"string","status":"string","totalAmount":"string","currency":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/marketplace/shipments/:id/proposals\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"carrierOrganizationId\\\": \\\"string\\\",\n  \\\"carrierParticipantId\\\": \\\"string\\\",\n  \\\"capacityOfferId\\\": null,\n  \\\"validFrom\\\": null,\n  \\\"expiresAt\\\": null,\n  \\\"termsText\\\": null,\n  \\\"carrierNotes\\\": null,\n  \\\"shipperNotes\\\": null,\n  \\\"metadataJson\\\": null,\n  \\\"costLines\\\": [\n    {\n      \\\"kind\\\": \\\"base_freight\\\",\n      \\\"effect\\\": \\\"charge\\\",\n      \\\"description\\\": null,\n      \\\"shipmentLegId\\\": null,\n      \\\"quantity\\\": 1,\n      \\\"unitCode\\\": \\\"shipment\\\",\n      \\\"unitPrice\\\": 1,\n      \\\"taxRate\\\": null,\n      \\\"taxAmount\\\": null\n    }\n  ],\n  \\\"pricingEstimateId\\\": null\n}\""}],"x-require-features":["marketplace.proposals.submit"],"x-require-auth":true}},"/api/freight/marketplace/shipments/{id}/publish":{"post":{"operationId":"freight_post_api_freight_marketplace_shipments_id_publish","summary":"Publish a draft shipment to the marketplace","description":"Requires features: marketplace.manage","tags":["Freight Marketplace"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdPublishPostParameters0Schema"}}],"responses":{"200":{"description":"Shipment published","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdPublishPostResponses200ContentApplicationJsonSchema"},"example":{"id":"string","status":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdPublishPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdPublishPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"422":{"description":"Invalid status transition","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdPublishPostResponses422ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/marketplace/shipments/:id/publish\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["marketplace.manage"],"x-require-auth":true}},"/api/freight/marketplace/shipments/{id}":{"get":{"operationId":"freight_get_api_freight_marketplace_shipments_id","summary":"Get shipment detail with legs","description":"Requires features: marketplace.view","tags":["Freight Marketplace"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetParameters0Schema"}}],"responses":{"200":{"description":"Shipment detail with legs","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"string","shipmentNumber":"string","status":"string","legacyOrderId":null,"legacySalesShipmentId":null,"acceptedProposalId":null,"bookedCarrierOrganizationId":null,"bookedCarrierParticipantId":null,"bookedTotalAmount":null,"bookedCurrency":null,"pricingEstimateSummary":null,"acceptedProposalSummary":null,"cargoAssignmentBridge":null,"legs":[{"id":"string","status":"string","sequenceNumber":1,"proposalId":null}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Shipment not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/marketplace/shipments/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["marketplace.view"],"x-require-auth":true},"put":{"operationId":"freight_put_api_freight_marketplace_shipments_id","summary":"Update editable shipment details","description":"Requires features: marketplace.view","tags":["Freight Marketplace"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdPutParameters0Schema"}}],"responses":{"200":{"description":"Shipment updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdPutResponses200ContentApplicationJsonSchema"},"example":{"id":"string","shipmentNumber":"string","status":"string"}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdPutResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Shipment not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdPutResponses404ContentApplicationJsonSchema"}}}},"422":{"description":"Shipment cannot be edited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdPutResponses422ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/freight/marketplace/shipments/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["marketplace.view"],"x-require-auth":true},"delete":{"operationId":"freight_delete_api_freight_marketplace_shipments_id","summary":"Cancel shipment","description":"Requires features: marketplace.manage","tags":["Freight Marketplace"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdDeleteParameters0Schema"}}],"responses":{"200":{"description":"Shipment cancelled","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdDeleteResponses200ContentApplicationJsonSchema"},"example":{"id":"string","status":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"422":{"description":"Invalid status transition","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdDeleteResponses422ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/freight/marketplace/shipments/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["marketplace.manage"],"x-require-auth":true}},"/api/freight/marketplace/capacity-offers/{id}/deactivate":{"post":{"operationId":"freight_post_api_freight_marketplace_capacity_offers_id_deactivate","summary":"Deactivate capacity offer","description":"Requires features: marketplace.capacity_offers.manage","tags":["Freight Marketplace"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdDeactivatePostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdDeactivatePostRequestBodyContentApplicationJsonSchema"},"example":{"reasonText":null}}}},"responses":{"200":{"description":"Capacity offer deactivated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdDeactivatePostResponses200ContentApplicationJsonSchema"},"example":{"id":"string","status":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdDeactivatePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdDeactivatePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/marketplace/capacity-offers/:id/deactivate\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"reasonText\\\": null\n}\""}],"x-require-features":["marketplace.capacity_offers.manage"],"x-require-auth":true}},"/api/freight/marketplace/capacity-offers/{id}/expire":{"post":{"operationId":"freight_post_api_freight_marketplace_capacity_offers_id_expire","summary":"Expire capacity offer","description":"Requires features: marketplace.capacity_offers.manage","tags":["Freight Marketplace"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdExpirePostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdExpirePostRequestBodyContentApplicationJsonSchema"},"example":{"now":null}}}},"responses":{"200":{"description":"Capacity offer expired","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdExpirePostResponses200ContentApplicationJsonSchema"},"example":{"id":"string","status":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdExpirePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdExpirePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/marketplace/capacity-offers/:id/expire\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"now\\\": null\n}\""}],"x-require-features":["marketplace.capacity_offers.manage"],"x-require-auth":true}},"/api/freight/marketplace/capacity-offers/{id}/publish":{"post":{"operationId":"freight_post_api_freight_marketplace_capacity_offers_id_publish","summary":"Publish capacity offer","description":"Requires features: marketplace.capacity_offers.manage","tags":["Freight Marketplace"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPublishPostParameters0Schema"}}],"responses":{"200":{"description":"Capacity offer published","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPublishPostResponses200ContentApplicationJsonSchema"},"example":{"id":"string","status":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPublishPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPublishPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/marketplace/capacity-offers/:id/publish\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["marketplace.capacity_offers.manage"],"x-require-auth":true}},"/api/freight/marketplace/capacity-offers/{id}":{"get":{"operationId":"freight_get_api_freight_marketplace_capacity_offers_id","summary":"Get capacity offer","description":"Requires features: marketplace.capacity_offers.view","tags":["Freight Marketplace"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetParameters0Schema"}}],"responses":{"200":{"description":"Capacity offer detail","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"string","offerNumber":"string","status":"string","carrierParticipantId":"string","participantCapabilityId":null,"laneId":null,"originRegionId":null,"destinationRegionId":null,"mode":"string","cargoSegment":"string","equipmentType":"string","equipmentSubtype":null,"totalCapacityUnits":1,"availableCapacityUnits":1,"heldCapacityUnits":1,"confirmedCapacityUnits":1,"availableFrom":"string","availableTo":"string","validFrom":null,"validTo":null,"createdAt":"string","updatedAt":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/marketplace/capacity-offers/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["marketplace.capacity_offers.view"],"x-require-auth":true},"patch":{"operationId":"freight_patch_api_freight_marketplace_capacity_offers_id","summary":"Update capacity offer","description":"Requires features: marketplace.capacity_offers.manage","tags":["Freight Marketplace"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchema"},"example":{"id":"string","participantCapabilityId":null,"laneId":null,"originRegionId":null,"destinationRegionId":null,"equipmentSubtype":null,"heldCapacityUnits":0,"confirmedCapacityUnits":0,"maxPayloadTons":null,"maxWeightPerUnitTons":null,"requiresAdr":false,"requiresReefer":false,"requiresOversized":false,"tempMinC":null,"tempMaxC":null,"validFrom":null,"validTo":null,"priceHintAmount":null,"priceHintCurrency":null,"priceHintUnit":null,"termsText":null,"carrierNotes":null,"internalNotes":null,"metadataJson":null}}}},"responses":{"200":{"description":"Capacity offer updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchResponses200ContentApplicationJsonSchema"},"example":{"id":"string","offerNumber":"string","status":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://api.open-mercato.local/api/freight/marketplace/capacity-offers/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"string\\\",\n  \\\"participantCapabilityId\\\": null,\n  \\\"laneId\\\": null,\n  \\\"originRegionId\\\": null,\n  \\\"destinationRegionId\\\": null,\n  \\\"equipmentSubtype\\\": null,\n  \\\"heldCapacityUnits\\\": 0,\n  \\\"confirmedCapacityUnits\\\": 0,\n  \\\"maxPayloadTons\\\": null,\n  \\\"maxWeightPerUnitTons\\\": null,\n  \\\"requiresAdr\\\": false,\n  \\\"requiresReefer\\\": false,\n  \\\"requiresOversized\\\": false,\n  \\\"tempMinC\\\": null,\n  \\\"tempMaxC\\\": null,\n  \\\"validFrom\\\": null,\n  \\\"validTo\\\": null,\n  \\\"priceHintAmount\\\": null,\n  \\\"priceHintCurrency\\\": null,\n  \\\"priceHintUnit\\\": null,\n  \\\"termsText\\\": null,\n  \\\"carrierNotes\\\": null,\n  \\\"internalNotes\\\": null,\n  \\\"metadataJson\\\": null\n}\""}],"x-require-features":["marketplace.capacity_offers.manage"],"x-require-auth":true}},"/api/freight/marketplace/capacity-offers/{id}/withdraw":{"post":{"operationId":"freight_post_api_freight_marketplace_capacity_offers_id_withdraw","summary":"Withdraw capacity offer","description":"Requires features: marketplace.capacity_offers.manage","tags":["Freight Marketplace"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdWithdrawPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdWithdrawPostRequestBodyContentApplicationJsonSchema"},"example":{"reasonText":null}}}},"responses":{"200":{"description":"Capacity offer withdrawn","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdWithdrawPostResponses200ContentApplicationJsonSchema"},"example":{"id":"string","status":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdWithdrawPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdWithdrawPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/marketplace/capacity-offers/:id/withdraw\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"reasonText\\\": null\n}\""}],"x-require-features":["marketplace.capacity_offers.manage"],"x-require-auth":true}},"/api/freight/marketplace/capacity-offers/expire-due":{"post":{"operationId":"freight_post_api_freight_marketplace_capacity_offers_expire_due","summary":"Start capacity offer expiry job","description":"Requires features: marketplace.capacity_offers.manage","tags":["Freight Marketplace"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersExpireDuePostRequestBodyContentApplicationJsonSchema"},"example":{"limit":100}}}},"responses":{"202":{"description":"Expiry job started","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersExpireDuePostResponses202ContentApplicationJsonSchema"},"example":{"ok":true,"progressJobId":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersExpireDuePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersExpireDuePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/marketplace/capacity-offers/expire-due\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"limit\\\": 100\n}\""}],"x-require-features":["marketplace.capacity_offers.manage"],"x-require-auth":true}},"/api/freight/marketplace/capacity-offers":{"get":{"operationId":"freight_get_api_freight_marketplace_capacity_offers","summary":"List capacity offers","description":"Requires features: marketplace.capacity_offers.view","tags":["Freight Marketplace"],"parameters":[],"responses":{"200":{"description":"Paginated capacity offer list","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","offerNumber":"string","status":"string","carrierParticipantId":"string","participantCapabilityId":null,"laneId":null,"originRegionId":null,"destinationRegionId":null,"mode":"string","cargoSegment":"string","equipmentType":"string","equipmentSubtype":null,"totalCapacityUnits":1,"availableCapacityUnits":1,"heldCapacityUnits":1,"confirmedCapacityUnits":1,"availableFrom":"string","availableTo":"string","validFrom":null,"validTo":null,"createdAt":"string","updatedAt":"string"}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/marketplace/capacity-offers\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["marketplace.capacity_offers.view"],"x-require-auth":true},"post":{"operationId":"freight_post_api_freight_marketplace_capacity_offers","summary":"Create capacity offer","description":"Requires features: marketplace.capacity_offers.create","tags":["Freight Marketplace"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{}}}},"responses":{"201":{"description":"Capacity offer created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersPostResponses201ContentApplicationJsonSchema"},"example":{"id":"string","offerNumber":"string","status":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/marketplace/capacity-offers\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["marketplace.capacity_offers.create"],"x-require-auth":true}},"/api/freight/marketplace/discovery/shipments/{id}":{"get":{"operationId":"freight_get_api_freight_marketplace_discovery_shipments_id","summary":"Load a discoverable marketplace shipment","description":"Requires features: marketplace.discovery.view","tags":["Freight Marketplace"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetParameters0Schema"}}],"responses":{"200":{"description":"Sanitized marketplace discovery shipment detail","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchema"},"example":{"item":{"id":"string","discoveryReference":"string","status":"published","visibility":"tenant","marketType":"string","cargoSegment":"string","modeConstraint":"string","weightTons":"string","volumeM3":null,"unitCount":null,"isDangerous":true,"requiresTempControl":true,"pickupEarliest":"string","pickupLatest":"string","deliveryDeadline":null,"laneId":null,"originSummary":null,"destinationSummary":null,"currency":"string","pricingAvailable":true,"canSubmitProposal":true,"visibilityReason":"string","eligibilityReasons":["string"]},"proposalSubmit":{"canSubmit":true,"participantId":null,"reasons":["string"]}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Shipment not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string","code":"INVALID_DISCOVERY_QUERY"}}}},"500":{"description":"Discovery failure","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string","code":"INVALID_DISCOVERY_QUERY"}}}},"503":{"description":"Participant eligibility unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses503ContentApplicationJsonSchema"},"example":{"error":"string","code":"INVALID_DISCOVERY_QUERY"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/marketplace/discovery/shipments/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["marketplace.discovery.view"],"x-require-auth":true}},"/api/freight/marketplace/discovery/shipments":{"get":{"operationId":"freight_get_api_freight_marketplace_discovery_shipments","summary":"List discoverable marketplace shipments","description":"Requires features: marketplace.discovery.view","tags":["Freight Marketplace"],"parameters":[],"responses":{"200":{"description":"Cursor page of sanitized marketplace discovery shipments","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","discoveryReference":"string","status":"published","visibility":"tenant","marketType":"string","cargoSegment":"string","modeConstraint":"string","weightTons":"string","volumeM3":null,"unitCount":null,"isDangerous":true,"requiresTempControl":true,"pickupEarliest":"string","pickupLatest":"string","deliveryDeadline":null,"laneId":null,"originSummary":null,"destinationSummary":null,"currency":"string","pricingAvailable":true,"canSubmitProposal":true,"visibilityReason":"string","eligibilityReasons":["string"]}],"nextCursor":null,"pageSize":1}}}},"400":{"description":"Invalid discovery query","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string","code":"INVALID_DISCOVERY_QUERY"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Shipment not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string","code":"INVALID_DISCOVERY_QUERY"}}}},"500":{"description":"Discovery failure","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string","code":"INVALID_DISCOVERY_QUERY"}}}},"503":{"description":"Participant eligibility unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses503ContentApplicationJsonSchema"},"example":{"error":"string","code":"INVALID_DISCOVERY_QUERY"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/marketplace/discovery/shipments\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["marketplace.discovery.view"],"x-require-auth":true}},"/api/freight/marketplace/proposals/{id}/accept":{"post":{"operationId":"freight_post_api_freight_marketplace_proposals_id_accept","summary":"Accept proposal and book shipment","description":"Requires features: marketplace.proposals.manage","tags":["Freight Marketplace"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdAcceptPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdAcceptPostRequestBodyContentApplicationJsonSchema"},"example":{"id":"string"}}}},"responses":{"200":{"description":"Proposal accepted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses200ContentApplicationJsonSchema"},"example":{"id":"string","proposalId":"string","shipmentId":"string","shipmentStatus":"booked","rejectedCompetingProposalIds":["string"],"affectedLegIds":["string"],"capacityOfferId":null,"capacityReservationId":null,"capacityReservationStatus":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/marketplace/proposals/:id/accept\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"string\\\"\n}\""}],"x-require-features":["marketplace.proposals.manage"],"x-require-auth":true}},"/api/freight/marketplace/proposals/{id}/counter":{"post":{"operationId":"freight_post_api_freight_marketplace_proposals_id_counter","summary":"Create a counter proposal revision","description":"Requires features: marketplace.proposals.submit","tags":["Freight Marketplace"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchema"},"example":{"validFrom":null,"expiresAt":null,"termsText":null,"carrierNotes":null,"shipperNotes":null,"metadataJson":null,"costLines":[{"kind":"base_freight","effect":"charge","description":null,"shipmentLegId":null,"quantity":1,"unitCode":"shipment","unitPrice":1,"taxRate":null,"taxAmount":null}],"pricingEstimateId":null,"capacityOfferId":null}}}},"responses":{"201":{"description":"Proposal countered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostResponses201ContentApplicationJsonSchema"},"example":{"id":"string","status":"string","totalAmount":"string","currency":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/marketplace/proposals/:id/counter\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"validFrom\\\": null,\n  \\\"expiresAt\\\": null,\n  \\\"termsText\\\": null,\n  \\\"carrierNotes\\\": null,\n  \\\"shipperNotes\\\": null,\n  \\\"metadataJson\\\": null,\n  \\\"costLines\\\": [\n    {\n      \\\"kind\\\": \\\"base_freight\\\",\n      \\\"effect\\\": \\\"charge\\\",\n      \\\"description\\\": null,\n      \\\"shipmentLegId\\\": null,\n      \\\"quantity\\\": 1,\n      \\\"unitCode\\\": \\\"shipment\\\",\n      \\\"unitPrice\\\": 1,\n      \\\"taxRate\\\": null,\n      \\\"taxAmount\\\": null\n    }\n  ],\n  \\\"pricingEstimateId\\\": null,\n  \\\"capacityOfferId\\\": null\n}\""}],"x-require-features":["marketplace.proposals.submit"],"x-require-auth":true}},"/api/freight/marketplace/proposals/{id}/reject":{"post":{"operationId":"freight_post_api_freight_marketplace_proposals_id_reject","summary":"Reject an open proposal","description":"Requires features: marketplace.proposals.manage","tags":["Freight Marketplace"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdRejectPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdRejectPostRequestBodyContentApplicationJsonSchema"},"example":{"id":"string","reasonCode":"other","reasonText":null}}}},"responses":{"200":{"description":"Proposal rejected","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdRejectPostResponses200ContentApplicationJsonSchema"},"example":{"id":"string","status":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdRejectPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdRejectPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/marketplace/proposals/:id/reject\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"string\\\",\n  \\\"reasonCode\\\": \\\"other\\\",\n  \\\"reasonText\\\": null\n}\""}],"x-require-features":["marketplace.proposals.manage"],"x-require-auth":true}},"/api/freight/marketplace/proposals/{id}":{"get":{"operationId":"freight_get_api_freight_marketplace_proposals_id","summary":"Get visible proposal detail","description":"Requires features: marketplace.proposals.view","tags":["Freight Marketplace"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdGetParameters0Schema"}}],"responses":{"200":{"description":"Proposal detail","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"string","proposalNumber":"string","shipmentId":"string","status":"string","carrierOrganizationId":"string","carrierParticipantId":"string","capacityOfferId":null,"capacityReservationId":null,"capacityReservationStatus":null,"totalAmount":"string","currency":"string","costLines":[{"id":"string","amount":"string","currency":"string"}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Proposal not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/marketplace/proposals/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["marketplace.proposals.view"],"x-require-auth":true}},"/api/freight/marketplace/proposals/{id}/withdraw":{"post":{"operationId":"freight_post_api_freight_marketplace_proposals_id_withdraw","summary":"Withdraw an open carrier-owned proposal","description":"Requires features: marketplace.proposals.submit","tags":["Freight Marketplace"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdWithdrawPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdWithdrawPostRequestBodyContentApplicationJsonSchema"},"example":{"id":"string","reasonText":null}}}},"responses":{"200":{"description":"Proposal withdrawn","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdWithdrawPostResponses200ContentApplicationJsonSchema"},"example":{"id":"string","status":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdWithdrawPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdWithdrawPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/marketplace/proposals/:id/withdraw\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"string\\\",\n  \\\"reasonText\\\": null\n}\""}],"x-require-features":["marketplace.proposals.submit"],"x-require-auth":true}},"/api/freight/marketplace/proposals/expire-due":{"post":{"operationId":"freight_post_api_freight_marketplace_proposals_expire_due","summary":"Start proposal expiry job","description":"Requires features: marketplace.proposals.manage","tags":["Freight Marketplace"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsExpireDuePostRequestBodyContentApplicationJsonSchema"},"example":{"limit":100}}}},"responses":{"202":{"description":"Expiry job started","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsExpireDuePostResponses202ContentApplicationJsonSchema"},"example":{"ok":true,"progressJobId":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsExpireDuePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsExpireDuePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/marketplace/proposals/expire-due\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"limit\\\": 100\n}\""}],"x-require-features":["marketplace.proposals.manage"],"x-require-auth":true}},"/api/freight/marketplace/proposals":{"get":{"operationId":"freight_get_api_freight_marketplace_proposals","summary":"List proposals visible to the actor","description":"Requires features: marketplace.proposals.view","tags":["Freight Marketplace"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetParameters1Schema"},"example":1},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetParameters2Schema"},"example":"draft"},{"name":"shipmentId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetParameters3Schema"},"example":"string"},{"name":"carrierParticipantId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetParameters4Schema"},"example":"string"},{"name":"carrierOrganizationId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetParameters5Schema"},"example":"string"},{"name":"role","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetParameters6Schema"},"example":"shipper"}],"responses":{"200":{"description":"Paginated proposal list","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","proposalNumber":"string","shipmentId":"string","status":"string","direction":"string","carrierParticipantId":"string","carrierOrganizationId":"string","capacityOfferId":null,"capacityReservationId":null,"capacityReservationStatus":null,"totalAmount":"string","currency":"string","expiresAt":null,"submittedAt":null,"acceptedAt":null,"createdAt":"string"}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/marketplace/proposals?page=1&pageSize=25\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["marketplace.proposals.view"],"x-require-auth":true}},"/api/freight/marketplace/shipments":{"get":{"operationId":"freight_get_api_freight_marketplace_shipments","summary":"List shipments","description":"Requires features: marketplace.view","tags":["Freight Marketplace"],"parameters":[],"responses":{"200":{"description":"Paginated shipment list","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","shipmentNumber":"string","status":"string","cargoSegment":"string","marketType":"string","originLocationId":"string","destinationLocationId":"string","weightTons":"string","pickupEarliest":"string","createdAt":"string","legacyOrderId":null,"legacySalesShipmentId":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/marketplace/shipments\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["marketplace.view"],"x-require-auth":true},"post":{"operationId":"freight_post_api_freight_marketplace_shipments","summary":"Create shipment","description":"Requires features: marketplace.create","tags":["Freight Marketplace"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"string","organizationId":"string","shipperId":"string","consigneeId":null,"cargoSegment":"container_iso","cargoId":null,"weightTons":1,"volumeM3":null,"unitCount":null,"commodityDescription":null,"commodityNhm":null,"isDangerous":false,"adrRidClass":null,"unNumber":null,"requiresTempControl":false,"tempMinC":null,"tempMaxC":null,"originLocationId":"string","destinationLocationId":"string","laneId":null,"pickupEarliest":"string","pickupLatest":"string","deliveryDeadline":null,"isRecurring":false,"recurrencePattern":null,"modeConstraint":"auto","modePreference":null,"marketType":"contract","contractRateId":null,"maxPricePerUnit":null,"priceUnit":null,"currency":"PLN","visibility":"private","invitedCarrierIds":null,"legacyOrderId":null,"legacySalesShipmentId":null,"notes":null,"tags":null,"createdByUserId":"string"}}}},"responses":{"201":{"description":"Shipment created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostResponses201ContentApplicationJsonSchema"},"example":{"id":"string","shipmentNumber":"string","legacySalesShipmentId":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/marketplace/shipments\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"string\\\",\n  \\\"organizationId\\\": \\\"string\\\",\n  \\\"shipperId\\\": \\\"string\\\",\n  \\\"consigneeId\\\": null,\n  \\\"cargoSegment\\\": \\\"container_iso\\\",\n  \\\"cargoId\\\": null,\n  \\\"weightTons\\\": 1,\n  \\\"volumeM3\\\": null,\n  \\\"unitCount\\\": null,\n  \\\"commodityDescription\\\": null,\n  \\\"commodityNhm\\\": null,\n  \\\"isDangerous\\\": false,\n  \\\"adrRidClass\\\": null,\n  \\\"unNumber\\\": null,\n  \\\"requiresTempControl\\\": false,\n  \\\"tempMinC\\\": null,\n  \\\"tempMaxC\\\": null,\n  \\\"originLocationId\\\": \\\"string\\\",\n  \\\"destinationLocationId\\\": \\\"string\\\",\n  \\\"laneId\\\": null,\n  \\\"pickupEarliest\\\": \\\"string\\\",\n  \\\"pickupLatest\\\": \\\"string\\\",\n  \\\"deliveryDeadline\\\": null,\n  \\\"isRecurring\\\": false,\n  \\\"recurrencePattern\\\": null,\n  \\\"modeConstraint\\\": \\\"auto\\\",\n  \\\"modePreference\\\": null,\n  \\\"marketType\\\": \\\"contract\\\",\n  \\\"contractRateId\\\": null,\n  \\\"maxPricePerUnit\\\": null,\n  \\\"priceUnit\\\": null,\n  \\\"currency\\\": \\\"PLN\\\",\n  \\\"visibility\\\": \\\"private\\\",\n  \\\"invitedCarrierIds\\\": null,\n  \\\"legacyOrderId\\\": null,\n  \\\"legacySalesShipmentId\\\": null,\n  \\\"notes\\\": null,\n  \\\"tags\\\": null,\n  \\\"createdByUserId\\\": \\\"string\\\"\n}\""}],"x-require-features":["marketplace.create"],"x-require-auth":true}},"/api/freight/matchers/candidates/{id}/reject":{"post":{"operationId":"freightMatchersRejectCandidate","summary":"Reject candidate","description":"Requires features: matchers.shortlist","tags":["Freight Carrier Matchers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostRequestBodyContentApplicationJsonSchema"},"example":{"note":null,"actorUserId":null}}}},"responses":{"200":{"description":"Candidate rejected","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchema"},"example":{"id":"string","matchRunId":"string","shipmentId":"string","participantProfileId":"string","carrierOrganizationId":null,"carrierDisplayName":null,"decisionStatus":"candidate","recommendation":"recommended","score":1,"confidenceScore":1,"rank":1,"eligibilityScore":null,"lanePreferenceScore":null,"laneHistoryScore":null,"pricingScore":null,"reputationScore":null,"estimatedTotalAmount":null,"estimatedCurrency":null,"pricingStatus":null,"accessTier":null,"excludedReasonCode":null,"decisionNote":null,"decidedAt":null,"decidedByUserId":null,"explanation":null,"sourceSnapshot":null,"createdAt":null,"updatedAt":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Candidate not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/matchers/candidates/:id/reject\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"note\\\": null,\n  \\\"actorUserId\\\": null\n}\""}],"x-require-features":["matchers.shortlist"],"x-require-auth":true}},"/api/freight/matchers/candidates/{id}/shortlist":{"post":{"operationId":"freightMatchersShortlistCandidate","summary":"Shortlist candidate","description":"Requires features: matchers.shortlist","tags":["Freight Carrier Matchers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostRequestBodyContentApplicationJsonSchema"},"example":{"note":null,"actorUserId":null}}}},"responses":{"200":{"description":"Candidate shortlisted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchema"},"example":{"id":"string","matchRunId":"string","shipmentId":"string","participantProfileId":"string","carrierOrganizationId":null,"carrierDisplayName":null,"decisionStatus":"candidate","recommendation":"recommended","score":1,"confidenceScore":1,"rank":1,"eligibilityScore":null,"lanePreferenceScore":null,"laneHistoryScore":null,"pricingScore":null,"reputationScore":null,"estimatedTotalAmount":null,"estimatedCurrency":null,"pricingStatus":null,"accessTier":null,"excludedReasonCode":null,"decisionNote":null,"decidedAt":null,"decidedByUserId":null,"explanation":null,"sourceSnapshot":null,"createdAt":null,"updatedAt":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Candidate not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/matchers/candidates/:id/shortlist\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"note\\\": null,\n  \\\"actorUserId\\\": null\n}\""}],"x-require-features":["matchers.shortlist"],"x-require-auth":true}},"/api/freight/matchers/runs/{id}/refresh":{"post":{"operationId":"freightMatchersRefreshRun","summary":"Refresh carrier match run","description":"Requires features: matchers.run","tags":["Freight Carrier Matchers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostRequestBodyContentApplicationJsonSchema"},"example":{"requestedByUserId":null}}}},"responses":{"200":{"description":"Run refreshed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchema"},"example":{"id":"string","shipmentId":"string","shipmentNumber":null,"discoveryReference":null,"status":"running","algorithmVersion":"string","matcherMode":null,"cargoSegment":null,"laneId":null,"laneFingerprint":null,"candidateCount":1,"shortlistedCount":1,"excludedCount":1,"scoreThreshold":1,"summary":null,"failureMessage":null,"inputSnapshot":null,"requestedByUserId":null,"startedAt":null,"completedAt":null,"isCurrent":true,"createdAt":null,"updatedAt":null,"candidates":[{"id":"string","matchRunId":"string","shipmentId":"string","participantProfileId":"string","carrierOrganizationId":null,"carrierDisplayName":null,"decisionStatus":"candidate","recommendation":"recommended","score":1,"confidenceScore":1,"rank":1,"eligibilityScore":null,"lanePreferenceScore":null,"laneHistoryScore":null,"pricingScore":null,"reputationScore":null,"estimatedTotalAmount":null,"estimatedCurrency":null,"pricingStatus":null,"accessTier":null,"excludedReasonCode":null,"decisionNote":null,"decidedAt":null,"decidedByUserId":null,"explanation":null,"sourceSnapshot":null,"createdAt":null,"updatedAt":null}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Run not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/matchers/runs/:id/refresh\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"requestedByUserId\\\": null\n}\""}],"x-require-features":["matchers.run"],"x-require-auth":true}},"/api/freight/matchers/runs/{id}":{"get":{"operationId":"freightMatchersGetRun","summary":"Get carrier match run","description":"Requires features: matchers.view","tags":["Freight Carrier Matchers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetParameters0Schema"}}],"responses":{"200":{"description":"Run returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"string","shipmentId":"string","shipmentNumber":null,"discoveryReference":null,"status":"running","algorithmVersion":"string","matcherMode":null,"cargoSegment":null,"laneId":null,"laneFingerprint":null,"candidateCount":1,"shortlistedCount":1,"excludedCount":1,"scoreThreshold":1,"summary":null,"failureMessage":null,"inputSnapshot":null,"requestedByUserId":null,"startedAt":null,"completedAt":null,"isCurrent":true,"createdAt":null,"updatedAt":null,"candidates":[{"id":"string","matchRunId":"string","shipmentId":"string","participantProfileId":"string","carrierOrganizationId":null,"carrierDisplayName":null,"decisionStatus":"candidate","recommendation":"recommended","score":1,"confidenceScore":1,"rank":1,"eligibilityScore":null,"lanePreferenceScore":null,"laneHistoryScore":null,"pricingScore":null,"reputationScore":null,"estimatedTotalAmount":null,"estimatedCurrency":null,"pricingStatus":null,"accessTier":null,"excludedReasonCode":null,"decisionNote":null,"decidedAt":null,"decidedByUserId":null,"explanation":null,"sourceSnapshot":null,"createdAt":null,"updatedAt":null}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Run not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/matchers/runs/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["matchers.view"],"x-require-auth":true}},"/api/freight/matchers/runs/{id}/shortlist":{"post":{"operationId":"freightMatchersShortlistRunCandidates","summary":"Shortlist run candidates","description":"Requires features: matchers.shortlist","tags":["Freight Carrier Matchers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostRequestBodyContentApplicationJsonSchema"},"example":{"note":null,"actorUserId":null}}}},"responses":{"200":{"description":"Candidates shortlisted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchema"},"example":{"id":"string","shipmentId":"string","shipmentNumber":null,"discoveryReference":null,"status":"running","algorithmVersion":"string","matcherMode":null,"cargoSegment":null,"laneId":null,"laneFingerprint":null,"candidateCount":1,"shortlistedCount":1,"excludedCount":1,"scoreThreshold":1,"summary":null,"failureMessage":null,"inputSnapshot":null,"requestedByUserId":null,"startedAt":null,"completedAt":null,"isCurrent":true,"createdAt":null,"updatedAt":null,"candidates":[{"id":"string","matchRunId":"string","shipmentId":"string","participantProfileId":"string","carrierOrganizationId":null,"carrierDisplayName":null,"decisionStatus":"candidate","recommendation":"recommended","score":1,"confidenceScore":1,"rank":1,"eligibilityScore":null,"lanePreferenceScore":null,"laneHistoryScore":null,"pricingScore":null,"reputationScore":null,"estimatedTotalAmount":null,"estimatedCurrency":null,"pricingStatus":null,"accessTier":null,"excludedReasonCode":null,"decisionNote":null,"decidedAt":null,"decidedByUserId":null,"explanation":null,"sourceSnapshot":null,"createdAt":null,"updatedAt":null}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Run or candidates not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/matchers/runs/:id/shortlist\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"note\\\": null,\n  \\\"actorUserId\\\": null\n}\""}],"x-require-features":["matchers.shortlist"],"x-require-auth":true}},"/api/freight/matchers/runs":{"get":{"operationId":"freightMatchersListRuns","summary":"List carrier match runs","description":"Requires features: matchers.view","tags":["Freight Carrier Matchers"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetParameters2Schema"},"example":"string"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetParameters3Schema"},"example":"string"},{"name":"shipmentId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetParameters4Schema"},"example":"string"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetParameters5Schema"},"example":"running"}],"responses":{"200":{"description":"Runs returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","shipmentId":"string","shipmentNumber":null,"discoveryReference":null,"status":"running","algorithmVersion":"string","matcherMode":null,"cargoSegment":null,"laneId":null,"laneFingerprint":null,"candidateCount":1,"shortlistedCount":1,"excludedCount":1,"scoreThreshold":1,"summary":null,"failureMessage":null,"inputSnapshot":null,"requestedByUserId":null,"startedAt":null,"completedAt":null,"isCurrent":true,"createdAt":null,"updatedAt":null}],"page":1,"pageSize":1,"total":1}}}},"400":{"description":"Invalid query","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/matchers/runs?page=1&pageSize=25\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["matchers.view"],"x-require-auth":true},"post":{"operationId":"freightMatchersCreateRun","summary":"Create carrier match run","description":"Requires features: matchers.run","tags":["Freight Carrier Matchers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostRequestBodyContentApplicationJsonSchema"},"example":{"shipmentId":"string","requestedByUserId":null,"scoreThreshold":0.55,"candidateLimit":20}}}},"responses":{"200":{"description":"Run created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchema"},"example":{"id":"string","shipmentId":"string","shipmentNumber":null,"discoveryReference":null,"status":"running","algorithmVersion":"string","matcherMode":null,"cargoSegment":null,"laneId":null,"laneFingerprint":null,"candidateCount":1,"shortlistedCount":1,"excludedCount":1,"scoreThreshold":1,"summary":null,"failureMessage":null,"inputSnapshot":null,"requestedByUserId":null,"startedAt":null,"completedAt":null,"isCurrent":true,"createdAt":null,"updatedAt":null,"candidates":[{"id":"string","matchRunId":"string","shipmentId":"string","participantProfileId":"string","carrierOrganizationId":null,"carrierDisplayName":null,"decisionStatus":"candidate","recommendation":"recommended","score":1,"confidenceScore":1,"rank":1,"eligibilityScore":null,"lanePreferenceScore":null,"laneHistoryScore":null,"pricingScore":null,"reputationScore":null,"estimatedTotalAmount":null,"estimatedCurrency":null,"pricingStatus":null,"accessTier":null,"excludedReasonCode":null,"decisionNote":null,"decidedAt":null,"decidedByUserId":null,"explanation":null,"sourceSnapshot":null,"createdAt":null,"updatedAt":null}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"422":{"description":"Shipment is not matchable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses422ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/matchers/runs\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"shipmentId\\\": \\\"string\\\",\n  \\\"requestedByUserId\\\": null,\n  \\\"scoreThreshold\\\": 0.55,\n  \\\"candidateLimit\\\": 20\n}\""}],"x-require-features":["matchers.run"],"x-require-auth":true}},"/api/freight/matchers/shipments/{id}/summary":{"get":{"operationId":"freightMatchersShipmentSummary","summary":"Get current match run for a shipment","description":"Requires features: matchers.view","tags":["Freight Carrier Matchers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetParameters0Schema"}}],"responses":{"200":{"description":"Shipment matcher summary returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchema"},"example":null}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Shipment or run not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/matchers/shipments/:id/summary\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["matchers.view"],"x-require-auth":true}},"/api/freight/optimizations/candidates/{id}/accept":{"post":{"operationId":"optimizationsAcceptCandidate","summary":"Accept optimization candidate","description":"Requires features: optimizations.decide","tags":["Freight Optimizations"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdAcceptPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdAcceptPostRequestBodyContentApplicationJsonSchema"},"example":{"note":null}}}},"responses":{"200":{"description":"Candidate accepted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchema"},"example":{"id":"string","runId":"string","decisionStatus":"candidate","dispatchDraft":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Candidate not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/optimizations/candidates/:id/accept\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"note\\\": null\n}\""}],"x-require-features":["optimizations.decide"],"x-require-auth":true}},"/api/freight/optimizations/candidates/{id}/reject":{"post":{"operationId":"optimizationsRejectCandidate","summary":"Reject optimization candidate","description":"Requires features: optimizations.decide","tags":["Freight Optimizations"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdRejectPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdRejectPostRequestBodyContentApplicationJsonSchema"},"example":{"note":null}}}},"responses":{"200":{"description":"Candidate rejected","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchema"},"example":{"id":"string","runId":"string","decisionStatus":"candidate","dispatchDraft":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Candidate not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/optimizations/candidates/:id/reject\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"note\\\": null\n}\""}],"x-require-features":["optimizations.decide"],"x-require-auth":true}},"/api/freight/optimizations/provider-health":{"get":{"operationId":"optimizationsProviderHealth","summary":"Get optimization provider health","description":"Requires features: optimizations.view","tags":["Freight Optimizations"],"parameters":[],"responses":{"200":{"description":"Provider health returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsProviderHealthGetResponses200ContentApplicationJsonSchema"},"example":{"providers":[{"providerId":"INTERNAL_FAST","label":"string","ok":true,"source":"live","checkedAt":"string","degradedReasonCode":null}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsProviderHealthGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsProviderHealthGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/optimizations/provider-health\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["optimizations.view"],"x-require-auth":true}},"/api/freight/optimizations/runs/{id}/override":{"post":{"operationId":"optimizationsOverrideRun","summary":"Override optimization run","description":"Requires features: optimizations.decide","tags":["Freight Optimizations"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchema"},"example":{"assignmentType":"dispatch_assignment","vehicleId":null,"driverId":null,"trailerId":null,"participantProfileId":null,"matchCandidateId":null,"plannedPickupAt":null,"plannedDeliveryAt":null,"note":null}}}},"responses":{"200":{"description":"Run overridden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchema"},"example":{"id":"string","runId":"string","decisionStatus":"candidate","dispatchDraft":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Run not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/optimizations/runs/:id/override\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"assignmentType\\\": \\\"dispatch_assignment\\\",\n  \\\"vehicleId\\\": null,\n  \\\"driverId\\\": null,\n  \\\"trailerId\\\": null,\n  \\\"participantProfileId\\\": null,\n  \\\"matchCandidateId\\\": null,\n  \\\"plannedPickupAt\\\": null,\n  \\\"plannedDeliveryAt\\\": null,\n  \\\"note\\\": null\n}\""}],"x-require-features":["optimizations.decide"],"x-require-auth":true}},"/api/freight/optimizations/runs/{id}/refresh":{"post":{"operationId":"optimizationsRefreshRun","summary":"Refresh optimization run","description":"Requires features: optimizations.run","tags":["Freight Optimizations"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostRequestBodyContentApplicationJsonSchema"},"example":{"allowFallback":true,"forceRefresh":true}}}},"responses":{"200":{"description":"Optimization run refreshed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchema"},"example":{"id":"string","sourceType":"marketplace_shipment","sourceId":"string","sourceLabel":null,"status":"running","providerId":"INTERNAL_FAST","objective":"balanced","candidateCount":1,"acceptedCandidateId":null,"isCurrent":true,"confidenceScore":null,"sourceMode":null,"degradedReasonCode":null,"sensitiveEvidenceAvailable":true,"createdAt":"string","updatedAt":"string","summary":null,"candidates":[{"id":"string","runId":"string","assignmentType":"dispatch_assignment","rank":1,"score":1,"confidenceScore":1,"recommendation":"recommended","decisionStatus":"candidate","shipmentId":null,"matchRunId":null,"matchCandidateId":null,"participantProfileId":null,"carrierOrganizationId":null,"routingMatrixRunId":null,"plannedPickupAt":null,"plannedDeliveryAt":null,"displayLabel":null,"hardBlockers":[{"code":"string","labelKey":"string","kind":"hard"}],"scoreComponents":[{"code":"string","labelKey":"string","score":1,"weight":1,"severity":"positive"}],"dispatchDraft":null,"decidedAt":null,"decidedByUserId":null}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Run not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/optimizations/runs/:id/refresh\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"allowFallback\\\": true,\n  \\\"forceRefresh\\\": true\n}\""}],"x-require-features":["optimizations.run"],"x-require-auth":true}},"/api/freight/optimizations/runs/{id}":{"get":{"operationId":"optimizationsGetRun","summary":"Get optimization run","description":"Requires features: optimizations.view","tags":["Freight Optimizations"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetParameters0Schema"}}],"responses":{"200":{"description":"Optimization run returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"string","sourceType":"marketplace_shipment","sourceId":"string","sourceLabel":null,"status":"running","providerId":"INTERNAL_FAST","objective":"balanced","candidateCount":1,"acceptedCandidateId":null,"isCurrent":true,"confidenceScore":null,"sourceMode":null,"degradedReasonCode":null,"sensitiveEvidenceAvailable":true,"createdAt":"string","updatedAt":"string","summary":null,"candidates":[{"id":"string","runId":"string","assignmentType":"dispatch_assignment","rank":1,"score":1,"confidenceScore":1,"recommendation":"recommended","decisionStatus":"candidate","shipmentId":null,"matchRunId":null,"matchCandidateId":null,"participantProfileId":null,"carrierOrganizationId":null,"routingMatrixRunId":null,"plannedPickupAt":null,"plannedDeliveryAt":null,"displayLabel":null,"hardBlockers":[{"code":"string","labelKey":"string","kind":"hard"}],"scoreComponents":[{"code":"string","labelKey":"string","score":1,"weight":1,"severity":"positive"}],"dispatchDraft":null,"decidedAt":null,"decidedByUserId":null}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Run not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/optimizations/runs/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["optimizations.view"],"x-require-auth":true}},"/api/freight/optimizations/runs":{"get":{"operationId":"optimizationsListRuns","summary":"List optimization runs","description":"Requires features: optimizations.view","tags":["Freight Optimizations"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetParameters2Schema"},"example":"string"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetParameters3Schema"},"example":"string"},{"name":"sourceType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetParameters4Schema"},"example":"marketplace_shipment"},{"name":"sourceId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetParameters5Schema"},"example":"string"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetParameters6Schema"},"example":"running"},{"name":"providerId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetParameters7Schema"},"example":"INTERNAL_FAST"},{"name":"isCurrent","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetParameters8Schema"},"example":true}],"responses":{"200":{"description":"Optimization runs returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","sourceType":"marketplace_shipment","sourceId":"string","sourceLabel":null,"status":"running","providerId":"INTERNAL_FAST","objective":"balanced","candidateCount":1,"acceptedCandidateId":null,"isCurrent":true,"confidenceScore":null,"sourceMode":null,"degradedReasonCode":null,"sensitiveEvidenceAvailable":true,"createdAt":"string","updatedAt":"string"}],"page":1,"pageSize":1,"total":1,"totalPages":1}}}},"400":{"description":"Invalid query","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/optimizations/runs?page=1&pageSize=25\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["optimizations.view"],"x-require-auth":true},"post":{"operationId":"optimizationsCreateRun","summary":"Create optimization run","description":"Requires features: optimizations.run","tags":["Freight Optimizations"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostRequestBodyContentApplicationJsonSchema"},"example":{"sourceType":"marketplace_shipment","sourceId":"string","objective":"balanced","providerId":"INTERNAL_FAST","candidateLimit":20,"allowFallback":true,"forceRefresh":false}}}},"responses":{"201":{"description":"Optimization run created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchema"},"example":{"id":"string","sourceType":"marketplace_shipment","sourceId":"string","sourceLabel":null,"status":"running","providerId":"INTERNAL_FAST","objective":"balanced","candidateCount":1,"acceptedCandidateId":null,"isCurrent":true,"confidenceScore":null,"sourceMode":null,"degradedReasonCode":null,"sensitiveEvidenceAvailable":true,"createdAt":"string","updatedAt":"string","summary":null,"candidates":[{"id":"string","runId":"string","assignmentType":"dispatch_assignment","rank":1,"score":1,"confidenceScore":1,"recommendation":"recommended","decisionStatus":"candidate","shipmentId":null,"matchRunId":null,"matchCandidateId":null,"participantProfileId":null,"carrierOrganizationId":null,"routingMatrixRunId":null,"plannedPickupAt":null,"plannedDeliveryAt":null,"displayLabel":null,"hardBlockers":[{"code":"string","labelKey":"string","kind":"hard"}],"scoreComponents":[{"code":"string","labelKey":"string","score":1,"weight":1,"severity":"positive"}],"dispatchDraft":null,"decidedAt":null,"decidedByUserId":null}]}}}},"400":{"description":"Invalid request or unsupported provider","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"422":{"description":"Source not ready","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses422ContentApplicationJsonSchema"}}}},"503":{"description":"Provider unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses503ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/optimizations/runs\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"sourceType\\\": \\\"marketplace_shipment\\\",\n  \\\"sourceId\\\": \\\"string\\\",\n  \\\"objective\\\": \\\"balanced\\\",\n  \\\"providerId\\\": \\\"INTERNAL_FAST\\\",\n  \\\"candidateLimit\\\": 20,\n  \\\"allowFallback\\\": true,\n  \\\"forceRefresh\\\": false\n}\""}],"x-require-features":["optimizations.run"],"x-require-auth":true}},"/api/freight/suggestions/{id}/accept":{"post":{"operationId":"suggestionsAcceptSuggestion","summary":"Accept automation suggestion","description":"Requires features: suggestions.decide","tags":["Freight Suggestions"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdAcceptPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdAcceptPostRequestBodyContentApplicationJsonSchema"},"example":{"note":null}}}},"responses":{"200":{"description":"Suggestion accepted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdAcceptPostResponses200ContentApplicationJsonSchema"},"example":{"id":"string","suggestionId":"string","decisionType":"accept","status":"draft","actionDraft":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdAcceptPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdAcceptPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Suggestion not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdAcceptPostResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/suggestions/:id/accept\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"note\\\": null\n}\""}],"x-require-features":["suggestions.decide"],"x-require-auth":true}},"/api/freight/suggestions/{id}/override":{"post":{"operationId":"suggestionsOverrideSuggestion","summary":"Override automation suggestion","description":"Requires features: suggestions.decide","tags":["Freight Suggestions"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchema"},"example":{"actionDraft":{"type":"proposal_draft","payload":{"carrierParticipantId":"string","carrierOrganizationId":"string","pricingEstimateId":null,"currency":null,"totalAmount":null,"expiresAt":null,"description":null,"termsText":null,"metadataJson":null}},"note":null}}}},"responses":{"200":{"description":"Suggestion overridden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostResponses200ContentApplicationJsonSchema"},"example":{"id":"string","suggestionId":"string","decisionType":"accept","status":"draft","actionDraft":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Suggestion not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/suggestions/:id/override\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"actionDraft\\\": {\n    \\\"type\\\": \\\"proposal_draft\\\",\n    \\\"payload\\\": {\n      \\\"carrierParticipantId\\\": \\\"string\\\",\n      \\\"carrierOrganizationId\\\": \\\"string\\\",\n      \\\"pricingEstimateId\\\": null,\n      \\\"currency\\\": null,\n      \\\"totalAmount\\\": null,\n      \\\"expiresAt\\\": null,\n      \\\"description\\\": null,\n      \\\"termsText\\\": null,\n      \\\"metadataJson\\\": null\n    }\n  },\n  \\\"note\\\": null\n}\""}],"x-require-features":["suggestions.decide"],"x-require-auth":true}},"/api/freight/suggestions/{id}/reject":{"post":{"operationId":"suggestionsRejectSuggestion","summary":"Reject automation suggestion","description":"Requires features: suggestions.decide","tags":["Freight Suggestions"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdRejectPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdRejectPostRequestBodyContentApplicationJsonSchema"},"example":{"note":null}}}},"responses":{"200":{"description":"Suggestion rejected","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdRejectPostResponses200ContentApplicationJsonSchema"},"example":{"id":"string","suggestionId":"string","decisionType":"accept","status":"draft","actionDraft":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdRejectPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdRejectPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Suggestion not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdRejectPostResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/suggestions/:id/reject\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"note\\\": null\n}\""}],"x-require-features":["suggestions.decide"],"x-require-auth":true}},"/api/freight/suggestions/{id}":{"get":{"operationId":"suggestionsGetSuggestion","summary":"Get automation suggestion","description":"Requires features: suggestions.view","tags":["Freight Suggestions"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetParameters0Schema"}}],"responses":{"200":{"description":"Automation suggestion returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"string","sourceType":"marketplace_shipment","sourceId":"string","sourceLabel":null,"status":"draft","kind":"carrier","recommendation":"recommended","confidenceScore":null,"optimizationRunId":null,"optimizationCandidateId":null,"matchRunId":null,"matchCandidateId":null,"routingRouteId":null,"routingMatrixRunId":null,"proposedCarrierParticipantId":null,"proposedCarrierOrganizationId":null,"proposedPickupAt":null,"proposedDeliveryAt":null,"actionDraftType":"proposal_draft","summary":null,"failureCode":null,"isCurrent":true,"sensitiveEvidenceAvailable":true,"createdAt":"string","updatedAt":"string","decisions":[{"id":"string","suggestionId":"string","decisionType":"accept","previousStatus":"draft","nextStatus":"draft","actorUserId":null,"note":null,"actionDraft":null,"createdAt":"string"}],"actionDraft":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Suggestion not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/suggestions/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["suggestions.view"],"x-require-auth":true}},"/api/freight/suggestions":{"get":{"operationId":"suggestionsListSuggestions","summary":"List automation suggestions","description":"Requires features: suggestions.view","tags":["Freight Suggestions"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetParameters1Schema"},"example":1},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetParameters2Schema"},"example":"string"},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetParameters3Schema"},"example":"string"},{"name":"sourceType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetParameters4Schema"},"example":"marketplace_shipment"},{"name":"sourceId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetParameters5Schema"},"example":"string"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetParameters6Schema"},"example":"draft"},{"name":"recommendation","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetParameters7Schema"},"example":"recommended"},{"name":"isCurrent","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetParameters8Schema"},"example":true}],"responses":{"200":{"description":"Automation suggestions returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","sourceType":"marketplace_shipment","sourceId":"string","sourceLabel":null,"status":"draft","kind":"carrier","recommendation":"recommended","confidenceScore":null,"optimizationRunId":null,"optimizationCandidateId":null,"matchRunId":null,"matchCandidateId":null,"routingRouteId":null,"routingMatrixRunId":null,"proposedCarrierParticipantId":null,"proposedCarrierOrganizationId":null,"proposedPickupAt":null,"proposedDeliveryAt":null,"actionDraftType":"proposal_draft","summary":null,"failureCode":null,"isCurrent":true,"sensitiveEvidenceAvailable":true,"createdAt":"string","updatedAt":"string"}],"page":1,"pageSize":1,"total":1,"totalPages":1}}}},"400":{"description":"Invalid query","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/suggestions?page=1&pageSize=25\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["suggestions.view"],"x-require-auth":true},"post":{"operationId":"suggestionsGenerateSuggestion","summary":"Generate automation suggestion","description":"Requires features: suggestions.generate","tags":["Freight Suggestions"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostRequestBodyContentApplicationJsonSchema"},"example":{"sourceType":"marketplace_shipment","sourceId":"string","objective":"balanced","forceRefresh":false,"allowFallback":true,"candidateLimit":20}}}},"responses":{"201":{"description":"Automation suggestion generated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchema"},"example":{"id":"string","sourceType":"marketplace_shipment","sourceId":"string","sourceLabel":null,"status":"draft","kind":"carrier","recommendation":"recommended","confidenceScore":null,"optimizationRunId":null,"optimizationCandidateId":null,"matchRunId":null,"matchCandidateId":null,"routingRouteId":null,"routingMatrixRunId":null,"proposedCarrierParticipantId":null,"proposedCarrierOrganizationId":null,"proposedPickupAt":null,"proposedDeliveryAt":null,"actionDraftType":"proposal_draft","summary":null,"failureCode":null,"isCurrent":true,"sensitiveEvidenceAvailable":true,"createdAt":"string","updatedAt":"string","decisions":[{"id":"string","suggestionId":"string","decisionType":"accept","previousStatus":"draft","nextStatus":"draft","actorUserId":null,"note":null,"actionDraft":null,"createdAt":"string"}],"actionDraft":null}}}},"400":{"description":"Invalid request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Source not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses404ContentApplicationJsonSchema"}}}},"424":{"description":"Evidence unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses424ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/freight/suggestions\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"sourceType\\\": \\\"marketplace_shipment\\\",\n  \\\"sourceId\\\": \\\"string\\\",\n  \\\"objective\\\": \\\"balanced\\\",\n  \\\"forceRefresh\\\": false,\n  \\\"allowFallback\\\": true,\n  \\\"candidateLimit\\\": 20\n}\""}],"x-require-features":["suggestions.generate"],"x-require-auth":true}},"/api/freight/suggestions/shipments/{id}/summary":{"get":{"operationId":"suggestionsShipmentSummary","summary":"Get current shipment automation suggestion","description":"Requires features: suggestions.view","tags":["Freight Suggestions"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetParameters0Schema"}}],"responses":{"200":{"description":"Current suggestion returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchema"},"example":{"suggestion":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/freight/suggestions/shipments/:id/summary\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["suggestions.view"],"x-require-auth":true}},"/api/participants/{id}":{"get":{"operationId":"participants_get_api_participants_id","summary":"Get participant detail","description":"Returns a participant profile with linked CRM company summary.\n\nRequires features: participants.view","tags":["Participants"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsIdGetParameters0Schema"}}],"responses":{"200":{"description":"Participant detail payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsIdGetResponses200ContentApplicationJsonSchema"},"example":{"participant":{},"linkedCustomer":null,"customFields":{},"capabilitiesSummary":{},"payoutSummary":{}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/participants/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["participants.view"],"x-require-auth":true}},"/api/participants/capabilities/{id}/reject":{"post":{"operationId":"participants_post_api_participants_capabilities_id_reject","summary":"Reject participant capability","description":"Requires features: participants.verify_capabilities","tags":["Participants"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesIdRejectPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesIdRejectPostRequestBodyContentApplicationJsonSchema"},"example":{"rejectionReason":"string"}}}},"responses":{"200":{"description":"Capability rejected","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesIdRejectPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"verificationStatus":"rejected"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesIdRejectPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesIdRejectPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Capability was not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesIdRejectPostResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/participants/capabilities/:id/reject\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"rejectionReason\\\": \\\"string\\\"\n}\""}],"x-require-features":["participants.verify_capabilities"],"x-require-auth":true}},"/api/participants/capabilities/{id}/verify":{"post":{"operationId":"participants_post_api_participants_capabilities_id_verify","summary":"Verify participant capability","description":"Requires features: participants.verify_capabilities","tags":["Participants"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesIdVerifyPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesIdVerifyPostRequestBodyContentApplicationJsonSchema"},"example":{"complianceDocumentId":null,"verificationNotes":null}}}},"responses":{"200":{"description":"Capability verified","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesIdVerifyPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"verificationStatus":"verified","verifiedAt":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesIdVerifyPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesIdVerifyPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Capability or evidence was not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesIdVerifyPostResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Compliance evidence is not verified or is expired","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesIdVerifyPostResponses409ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/participants/capabilities/:id/verify\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"complianceDocumentId\\\": null,\n  \\\"verificationNotes\\\": null\n}\""}],"x-require-features":["participants.verify_capabilities"],"x-require-auth":true}},"/api/participants/capabilities":{"get":{"operationId":"participants_get_api_participants_capabilities","summary":"List participantcapabilities","description":"Returns a paginated collection of participantcapabilities scoped to the authenticated organization.\n\nRequires features: participants.view","tags":["Participants"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetParameters1Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."},{"name":"participantProfileId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"mode","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetParameters3Schema"},"example":"ROAD"},{"name":"cargoSegment","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetParameters4Schema"},"example":"FTL"},{"name":"equipmentType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetParameters5Schema"},"example":"string"},{"name":"coverageCountryCode","in":"query","required":false,"schema":{}},{"name":"coverageRegionId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetParameters7Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"verificationStatus","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetParameters8Schema"},"example":"unverified"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetParameters9Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetParameters10Schema"},"example":1}],"responses":{"200":{"description":"Paginated participantcapabilities","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","tenantId":null,"organizationId":null,"participantProfileId":"00000000-0000-4000-8000-000000000000","mode":"string","cargoSegment":"string","equipmentType":"string","equipmentSubtype":null,"capacityUnits":null,"maxPayloadTons":null,"maxWeightPerUnitTons":null,"coverageCountryCodes":["string"],"coverageRegionIds":["00000000-0000-4000-8000-000000000000"],"isAdrCapable":true,"isReeferCapable":true,"isOversizedCapable":true,"minTempC":null,"maxTempC":null,"verificationStatus":"unverified","complianceDocumentId":null,"verifiedAt":null,"rejectedAt":null,"isActive":true,"createdAt":null,"updatedAt":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/participants/capabilities?page=1&pageSize=20\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["participants.view"],"x-require-auth":true},"post":{"operationId":"participants_post_api_participants_capabilities","summary":"Create participantcapability","description":"Creates a scoped participant capability record.\n\nRequires features: participants.manage_capabilities","tags":["Participants"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","participantProfileId":"00000000-0000-4000-8000-000000000000","mode":"ROAD","cargoSegment":"FTL","equipmentType":"string","equipmentSubtype":null,"capacityUnits":null,"maxPayloadTons":null,"maxWeightPerUnitTons":null,"isAdrCapable":false,"isReeferCapable":false,"isOversizedCapable":false,"minTempC":null,"maxTempC":null,"complianceDocumentId":null,"notes":null,"isActive":true}}},"description":"Creates a scoped participant capability record."},"responses":{"201":{"description":"ParticipantCapability created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null,"capabilityId":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/participants/capabilities\" \\\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  \\\"participantProfileId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"mode\\\": \\\"ROAD\\\",\n  \\\"cargoSegment\\\": \\\"FTL\\\",\n  \\\"equipmentType\\\": \\\"string\\\",\n  \\\"equipmentSubtype\\\": null,\n  \\\"capacityUnits\\\": null,\n  \\\"maxPayloadTons\\\": null,\n  \\\"maxWeightPerUnitTons\\\": null,\n  \\\"isAdrCapable\\\": false,\n  \\\"isReeferCapable\\\": false,\n  \\\"isOversizedCapable\\\": false,\n  \\\"minTempC\\\": null,\n  \\\"maxTempC\\\": null,\n  \\\"complianceDocumentId\\\": null,\n  \\\"notes\\\": null,\n  \\\"isActive\\\": true\n}\""}],"x-require-features":["participants.manage_capabilities"],"x-require-auth":true},"put":{"operationId":"participants_put_api_participants_capabilities","summary":"Update participantcapability","description":"Updates editable participant capability fields.\n\nRequires features: participants.manage_capabilities","tags":["Participants"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchema"},"example":{"equipmentSubtype":null,"capacityUnits":null,"maxPayloadTons":null,"maxWeightPerUnitTons":null,"isAdrCapable":false,"isReeferCapable":false,"isOversizedCapable":false,"minTempC":null,"maxTempC":null,"complianceDocumentId":null,"notes":null,"isActive":true}}},"description":"Updates editable participant capability fields."},"responses":{"200":{"description":"ParticipantCapability updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/participants/capabilities\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"equipmentSubtype\\\": null,\n  \\\"capacityUnits\\\": null,\n  \\\"maxPayloadTons\\\": null,\n  \\\"maxWeightPerUnitTons\\\": null,\n  \\\"isAdrCapable\\\": false,\n  \\\"isReeferCapable\\\": false,\n  \\\"isOversizedCapable\\\": false,\n  \\\"minTempC\\\": null,\n  \\\"maxTempC\\\": null,\n  \\\"complianceDocumentId\\\": null,\n  \\\"notes\\\": null,\n  \\\"isActive\\\": true\n}\""}],"x-require-features":["participants.manage_capabilities"],"x-require-auth":true},"delete":{"operationId":"participants_delete_api_participants_capabilities","summary":"Delete participantcapability","description":"Soft-deletes a participant capability by id.\n\nRequires features: participants.manage_capabilities","tags":["Participants"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","id":"00000000-0000-4000-8000-000000000000"}}},"description":"Soft-deletes a participant capability by id."},"responses":{"200":{"description":"ParticipantCapability deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/participants/capabilities\" \\\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  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-features":["participants.manage_capabilities"],"x-require-auth":true}},"/api/participants/eligibility":{"get":{"operationId":"participants_get_api_participants_eligibility","summary":"Evaluate participant commercial eligibility","description":"Requires features: participants.view","tags":["Participants"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsEligibilityGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsEligibilityGetParameters1Schema"},"example":"string"},{"name":"participantIds","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsEligibilityGetParameters2Schema"},"example":"string"},{"name":"mode","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsEligibilityGetParameters3Schema"},"example":"ROAD"},{"name":"cargoSegment","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsEligibilityGetParameters4Schema"},"example":"FTL"},{"name":"equipmentType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsEligibilityGetParameters5Schema"},"example":"string"},{"name":"coverageCountryCode","in":"query","required":false,"schema":{}},{"name":"coverageRegionId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsEligibilityGetParameters7Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"minPayloadTons","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsEligibilityGetParameters8Schema"},"example":1},{"name":"requiresAdr","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsEligibilityGetParameters9Schema"},"example":"string"},{"name":"requiresReefer","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsEligibilityGetParameters10Schema"},"example":"string"},{"name":"requiresOversized","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsEligibilityGetParameters11Schema"},"example":"string"},{"name":"payoutCurrency","in":"query","required":false,"schema":{}},{"name":"payoutStatus","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsEligibilityGetParameters13Schema"},"example":"unverified"},{"name":"settlementReady","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsEligibilityGetParameters14Schema"},"example":"string"},{"name":"requireVerifiedCapability","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsEligibilityGetParameters15Schema"},"example":"string"},{"name":"requireVerifiedPayoutAccount","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsEligibilityGetParameters16Schema"},"example":"string"}],"responses":{"200":{"description":"Eligibility results returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsEligibilityGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"participantId":"00000000-0000-4000-8000-000000000000","eligible":true,"matchingCapabilityIds":["00000000-0000-4000-8000-000000000000"],"defaultPayoutAccountId":null,"reasons":[{"code":"string","messageKey":"string"}]}]}}}},"400":{"description":"Invalid eligibility query","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsEligibilityGetResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsEligibilityGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsEligibilityGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/participants/eligibility\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["participants.view"],"x-require-auth":true}},"/api/participants/lane-preferences/{id}/history":{"get":{"operationId":"participants_get_api_participants_lane_preferences_id_history","summary":"Get participant lane preference history","description":"Requires features: participants.view","tags":["Participants"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdHistoryGetParameters0Schema"}},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdHistoryGetParameters1Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdHistoryGetParameters2Schema"},"example":1}],"responses":{"200":{"description":"Preference history returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","eventType":"created","laneFingerprint":"string","changedByUserId":null,"changedAt":"string","previousSnapshot":null,"nextSnapshot":null}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Preference not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/participants/lane-preferences/:id/history?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["participants.view"],"x-require-auth":true}},"/api/participants/lane-preferences/{id}":{"get":{"operationId":"participants_get_api_participants_lane_preferences_id","summary":"Get participant lane preference detail with encrypted note","description":"Requires features: participants.manage_lane_preferences","tags":["Participants"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetParameters0Schema"}}],"responses":{"200":{"description":"Preference returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","participantProfileId":"00000000-0000-4000-8000-000000000000","laneId":null,"laneFingerprint":"string","originLabel":"string","destinationLabel":"string","preferenceType":"preferred","mode":null,"cargoSegment":null,"influenceScore":1,"hardAvoid":true,"effectiveFrom":null,"effectiveTo":null,"isActive":true,"createdAt":null,"updatedAt":null,"internalNote":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Preference not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/participants/lane-preferences/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["participants.manage_lane_preferences"],"x-require-auth":true}},"/api/participants/lane-preferences/evaluate":{"post":{"operationId":"participants_post_api_participants_lane_preferences_evaluate","summary":"Evaluate participant lane preference and lane stats signals","description":"Requires features: participants.view, lanes.view","tags":["Participants"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostRequestBodyContentApplicationJsonSchema"},"example":{"participantProfileId":"00000000-0000-4000-8000-000000000000","laneId":null,"laneFingerprint":null,"cargoSegment":null}}}},"responses":{"200":{"description":"Lane fit explanation returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchema"},"example":{"preference":{"participantId":"00000000-0000-4000-8000-000000000000","preferenceId":null,"laneId":null,"laneFingerprint":null,"preferenceType":null,"matchedMode":null,"matchedCargoSegment":null,"influenceScore":1,"hardAvoid":true,"reasons":[{"code":"string","messageKey":"string"}]},"stats":null,"explanation":[{"code":"string","messageKey":"string","influenceScore":1}]}}}},"400":{"description":"Invalid evaluation request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/participants/lane-preferences/evaluate\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"participantProfileId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"laneId\\\": null,\n  \\\"laneFingerprint\\\": null,\n  \\\"cargoSegment\\\": null\n}\""}],"x-require-features":["participants.view","lanes.view"],"x-require-auth":true}},"/api/participants/lane-preferences":{"get":{"operationId":"participants_get_api_participants_lane_preferences","summary":"List participantlanepreferences","description":"Returns a paginated collection of participantlanepreferences scoped to the authenticated organization.\n\nRequires features: participants.view","tags":["Participants"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetParameters1Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."},{"name":"participantProfileId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"laneId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetParameters3Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"laneFingerprint","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetParameters4Schema"},"example":"string"},{"name":"preferenceType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetParameters5Schema"},"example":"preferred"},{"name":"mode","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetParameters6Schema"},"example":"road"},{"name":"cargoSegment","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetParameters7Schema"},"example":"FTL"},{"name":"isActive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetParameters8Schema"},"example":"string"},{"name":"effectiveAt","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetParameters9Schema"},"example":"string"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetParameters10Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetParameters11Schema"},"example":1}],"responses":{"200":{"description":"Paginated participantlanepreferences","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","participantProfileId":"00000000-0000-4000-8000-000000000000","laneId":null,"laneFingerprint":"string","originLabel":"string","destinationLabel":"string","preferenceType":"preferred","mode":null,"cargoSegment":null,"influenceScore":1,"hardAvoid":true,"effectiveFrom":null,"effectiveTo":null,"isActive":true,"createdAt":null,"updatedAt":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/participants/lane-preferences?page=1&pageSize=20\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["participants.view"],"x-require-auth":true},"post":{"operationId":"participants_post_api_participants_lane_preferences","summary":"Create participantlanepreference","description":"Creates a participant lane preference.\n\nRequires features: participants.manage_lane_preferences","tags":["Participants"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","participantProfileId":"00000000-0000-4000-8000-000000000000","laneId":null,"originLabel":"string","destinationLabel":"string","preferenceType":"preferred","mode":null,"cargoSegment":null,"influenceScore":1,"hardAvoid":false,"effectiveFrom":null,"effectiveTo":null,"internalNote":null,"isActive":true}}},"description":"Creates a participant lane preference."},"responses":{"201":{"description":"ParticipantLanePreference created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null,"preferenceId":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/participants/lane-preferences\" \\\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  \\\"participantProfileId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"laneId\\\": null,\n  \\\"originLabel\\\": \\\"string\\\",\n  \\\"destinationLabel\\\": \\\"string\\\",\n  \\\"preferenceType\\\": \\\"preferred\\\",\n  \\\"mode\\\": null,\n  \\\"cargoSegment\\\": null,\n  \\\"influenceScore\\\": 1,\n  \\\"hardAvoid\\\": false,\n  \\\"effectiveFrom\\\": null,\n  \\\"effectiveTo\\\": null,\n  \\\"internalNote\\\": null,\n  \\\"isActive\\\": true\n}\""}],"x-require-features":["participants.manage_lane_preferences"],"x-require-auth":true},"put":{"operationId":"participants_put_api_participants_lane_preferences","summary":"Update participantlanepreference","description":"Updates a participant lane preference.\n\nRequires features: participants.manage_lane_preferences","tags":["Participants"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchema"},"example":{"laneId":null,"mode":null,"cargoSegment":null,"hardAvoid":false,"effectiveFrom":null,"effectiveTo":null,"internalNote":null,"isActive":true}}},"description":"Updates a participant lane preference."},"responses":{"200":{"description":"ParticipantLanePreference updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/participants/lane-preferences\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"laneId\\\": null,\n  \\\"mode\\\": null,\n  \\\"cargoSegment\\\": null,\n  \\\"hardAvoid\\\": false,\n  \\\"effectiveFrom\\\": null,\n  \\\"effectiveTo\\\": null,\n  \\\"internalNote\\\": null,\n  \\\"isActive\\\": true\n}\""}],"x-require-features":["participants.manage_lane_preferences"],"x-require-auth":true},"delete":{"operationId":"participants_delete_api_participants_lane_preferences","summary":"Delete participantlanepreference","description":"Soft-deletes a participant lane preference by id.\n\nRequires features: participants.manage_lane_preferences","tags":["Participants"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","id":"00000000-0000-4000-8000-000000000000"}}},"description":"Soft-deletes a participant lane preference by id."},"responses":{"200":{"description":"ParticipantLanePreference deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/participants/lane-preferences\" \\\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  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-features":["participants.manage_lane_preferences"],"x-require-auth":true}},"/api/participants/payout-accounts/{id}/reject":{"post":{"operationId":"participants_post_api_participants_payout_accounts_id_reject","summary":"Reject participant payout account","description":"Requires features: participants.verify_payout_accounts","tags":["Participants"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdRejectPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdRejectPostRequestBodyContentApplicationJsonSchema"},"example":{"rejectionReason":"string"}}}},"responses":{"200":{"description":"Payout account rejected","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdRejectPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"verificationStatus":"rejected"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdRejectPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdRejectPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Payout account was not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdRejectPostResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/participants/payout-accounts/:id/reject\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"rejectionReason\\\": \\\"string\\\"\n}\""}],"x-require-features":["participants.verify_payout_accounts"],"x-require-auth":true}},"/api/participants/payout-accounts/{id}/set-default":{"post":{"operationId":"participants_post_api_participants_payout_accounts_id_set_default","summary":"Set default participant payout account","description":"Requires features: participants.manage_payout_accounts","tags":["Participants"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdSetDefaultPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdSetDefaultPostRequestBodyContentApplicationJsonSchema"},"example":{"requireVerified":false}}}},"responses":{"200":{"description":"Payout account marked as default","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdSetDefaultPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"isDefault":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdSetDefaultPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdSetDefaultPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Payout account was not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdSetDefaultPostResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Payout account is not verified","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdSetDefaultPostResponses409ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/participants/payout-accounts/:id/set-default\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"requireVerified\\\": false\n}\""}],"x-require-features":["participants.manage_payout_accounts"],"x-require-auth":true}},"/api/participants/payout-accounts/{id}/verify":{"post":{"operationId":"participants_post_api_participants_payout_accounts_id_verify","summary":"Verify participant payout account","description":"Requires features: participants.verify_payout_accounts","tags":["Participants"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdVerifyPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdVerifyPostRequestBodyContentApplicationJsonSchema"},"example":{"verificationMethod":"manual","verificationNotes":null}}}},"responses":{"200":{"description":"Payout account verified","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdVerifyPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"verificationStatus":"verified","verifiedAt":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdVerifyPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdVerifyPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Payout account was not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdVerifyPostResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/participants/payout-accounts/:id/verify\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"verificationMethod\\\": \\\"manual\\\",\n  \\\"verificationNotes\\\": null\n}\""}],"x-require-features":["participants.verify_payout_accounts"],"x-require-auth":true}},"/api/participants/payout-accounts":{"get":{"operationId":"participants_get_api_participants_payout_accounts","summary":"List participantpayoutaccounts","description":"Returns a paginated collection of participantpayoutaccounts scoped to the authenticated organization.\n\nRequires features: participants.view","tags":["Participants"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetParameters1Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."},{"name":"participantProfileId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"currency","in":"query","required":false,"schema":{}},{"name":"verificationStatus","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetParameters4Schema"},"example":"unverified"},{"name":"isDefault","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetParameters5Schema"},"example":"string"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetParameters6Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetParameters7Schema"},"example":1}],"responses":{"200":{"description":"Paginated participantpayoutaccounts","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","tenantId":null,"organizationId":null,"participantProfileId":"00000000-0000-4000-8000-000000000000","ibanMasked":"string","ibanLast4":"string","currency":"string","accountHolderType":"COMPANY","verificationStatus":"unverified","verificationMethod":null,"verifiedAt":null,"rejectedAt":null,"isDefault":true,"createdAt":null,"updatedAt":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/participants/payout-accounts?page=1&pageSize=20\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["participants.view"],"x-require-auth":true},"post":{"operationId":"participants_post_api_participants_payout_accounts","summary":"Create participantpayoutaccount","description":"Creates a participant payout account and returns only masked readiness data.\n\nRequires features: participants.manage_payout_accounts","tags":["Participants"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","participantProfileId":"00000000-0000-4000-8000-000000000000","bankName":null,"swift":null,"currency":"PLN","accountHolderType":"COMPANY","verificationMethod":null,"isDefault":false,"providerRef":null,"notes":null}}},"description":"Creates a participant payout account and returns only masked readiness data."},"responses":{"201":{"description":"ParticipantPayoutAccount created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null,"payoutAccountId":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/participants/payout-accounts\" \\\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  \\\"participantProfileId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"bankName\\\": null,\n  \\\"swift\\\": null,\n  \\\"currency\\\": \\\"PLN\\\",\n  \\\"accountHolderType\\\": \\\"COMPANY\\\",\n  \\\"verificationMethod\\\": null,\n  \\\"isDefault\\\": false,\n  \\\"providerRef\\\": null,\n  \\\"notes\\\": null\n}\""}],"x-require-features":["participants.manage_payout_accounts"],"x-require-auth":true},"put":{"operationId":"participants_put_api_participants_payout_accounts","summary":"Update participantpayoutaccount","description":"Updates editable payout account fields and may reset verification state.\n\nRequires features: participants.manage_payout_accounts","tags":["Participants"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","bankName":null,"swift":null,"currency":"PLN","accountHolderType":"COMPANY","verificationMethod":null,"isDefault":false,"providerRef":null,"notes":null}}},"description":"Updates editable payout account fields and may reset verification state."},"responses":{"200":{"description":"ParticipantPayoutAccount updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/participants/payout-accounts\" \\\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  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"bankName\\\": null,\n  \\\"swift\\\": null,\n  \\\"currency\\\": \\\"PLN\\\",\n  \\\"accountHolderType\\\": \\\"COMPANY\\\",\n  \\\"verificationMethod\\\": null,\n  \\\"isDefault\\\": false,\n  \\\"providerRef\\\": null,\n  \\\"notes\\\": null\n}\""}],"x-require-features":["participants.manage_payout_accounts"],"x-require-auth":true},"delete":{"operationId":"participants_delete_api_participants_payout_accounts","summary":"Delete participantpayoutaccount","description":"Soft-deletes a participant payout account by id.\n\nRequires features: participants.manage_payout_accounts","tags":["Participants"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","id":"00000000-0000-4000-8000-000000000000"}}},"description":"Soft-deletes a participant payout account by id."},"responses":{"200":{"description":"ParticipantPayoutAccount deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/participants/payout-accounts\" \\\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  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-features":["participants.manage_payout_accounts"],"x-require-auth":true}},"/api/participants":{"get":{"operationId":"participants_get_api_participants","summary":"List participants","description":"Returns a paginated collection of participants scoped to the authenticated organization.\n\nRequires features: participants.view","tags":["Participants"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetParameters1Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."},{"name":"customerEntityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"participantType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetParameters3Schema"},"example":"SHIPPER"},{"name":"mode","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetParameters4Schema"},"example":"ROAD"},{"name":"segment","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetParameters5Schema"},"example":"FTL"},{"name":"capabilityMode","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetParameters6Schema"},"example":"ROAD"},{"name":"capabilitySegment","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetParameters7Schema"},"example":"FTL"},{"name":"equipmentType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetParameters8Schema"},"example":"string"},{"name":"coverageCountryCode","in":"query","required":false,"schema":{}},{"name":"coverageRegionId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetParameters10Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"requiresAdr","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetParameters11Schema"},"example":"string"},{"name":"requiresReefer","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetParameters12Schema"},"example":"string"},{"name":"requiresOversized","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetParameters13Schema"},"example":"string"},{"name":"minPayloadTons","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetParameters14Schema"},"example":1},{"name":"payoutCurrency","in":"query","required":false,"schema":{}},{"name":"payoutStatus","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetParameters16Schema"},"example":"unverified"},{"name":"settlementReady","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetParameters17Schema"},"example":"string"},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetParameters18Schema"},"example":"string"},{"name":"isVerified","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetParameters19Schema"},"example":"string"},{"name":"nip","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetParameters20Schema"},"example":"string"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetParameters21Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetParameters22Schema"},"example":1},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetParameters23Schema"},"example":"participantType"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetParameters24Schema"},"example":"asc"}],"responses":{"200":{"description":"Paginated participants","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","tenantId":null,"organizationId":null,"customerEntityId":null,"customerDisplayName":null,"customerPrimaryEmail":null,"customerPrimaryPhone":null,"customerStatus":null,"customerLifecycleStage":null,"participantType":null,"supportedModes":["string"],"supportedSegments":["string"],"nip":null,"regon":null,"krs":null,"vatEu":null,"eori":null,"fleetTrucks":1,"fleetTrailers":1,"fleetLocomotives":1,"fleetWagons":1,"fleetTotalPayloadTons":null,"paymentTermsDays":1,"creditLimit":null,"creditLimitCurrency":null,"currentExposure":1,"marketplaceGrade":null,"marketplaceScore":null,"totalShipmentsCompleted":1,"totalVolumeTons":1,"activeContractCount":1,"activeLaneCount":1,"memberSince":null,"isVerified":true,"isPublishedPublicly":true,"metadata":{},"verifiedAt":null,"verificationNotes":null,"isActive":true,"createdAt":null,"updatedAt":null,"capabilityCount":1,"verifiedCapabilityCount":1,"payoutAccountCount":1,"verifiedPayoutCurrencies":["string"],"settlementReady":true}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/participants?page=1&pageSize=20\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["participants.view"],"x-require-auth":true},"post":{"operationId":"participants_post_api_participants","summary":"Create participant","description":"Creates a freight participant profile linked to a CRM company customer.\n\nRequires features: participants.manage","tags":["Participants"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","customerEntityId":"00000000-0000-4000-8000-000000000000","participantType":"SHIPPER","nip":null,"regon":null,"krs":null,"vatEu":null,"eori":null,"creditLimit":null,"creditLimitCurrency":null,"marketplaceGrade":null,"marketplaceScore":null,"memberSince":null,"verifiedAt":null,"verificationNotes":null}}},"description":"Creates a freight participant profile linked to a CRM company customer."},"responses":{"201":{"description":"Participant created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null,"participantId":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/participants\" \\\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  \\\"customerEntityId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"participantType\\\": \\\"SHIPPER\\\",\n  \\\"nip\\\": null,\n  \\\"regon\\\": null,\n  \\\"krs\\\": null,\n  \\\"vatEu\\\": null,\n  \\\"eori\\\": null,\n  \\\"creditLimit\\\": null,\n  \\\"creditLimitCurrency\\\": null,\n  \\\"marketplaceGrade\\\": null,\n  \\\"marketplaceScore\\\": null,\n  \\\"memberSince\\\": null,\n  \\\"verifiedAt\\\": null,\n  \\\"verificationNotes\\\": null\n}\""}],"x-require-features":["participants.manage"],"x-require-auth":true},"put":{"operationId":"participants_put_api_participants","summary":"Update participant","description":"Updates participant identifiers, scope summaries, or verification fields.\n\nRequires features: participants.manage","tags":["Participants"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","nip":null,"regon":null,"krs":null,"vatEu":null,"eori":null,"creditLimit":null,"creditLimitCurrency":null,"marketplaceGrade":null,"marketplaceScore":null,"memberSince":null,"verifiedAt":null,"verificationNotes":null}}},"description":"Updates participant identifiers, scope summaries, or verification fields."},"responses":{"200":{"description":"Participant updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/participants\" \\\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  \\\"nip\\\": null,\n  \\\"regon\\\": null,\n  \\\"krs\\\": null,\n  \\\"vatEu\\\": null,\n  \\\"eori\\\": null,\n  \\\"creditLimit\\\": null,\n  \\\"creditLimitCurrency\\\": null,\n  \\\"marketplaceGrade\\\": null,\n  \\\"marketplaceScore\\\": null,\n  \\\"memberSince\\\": null,\n  \\\"verifiedAt\\\": null,\n  \\\"verificationNotes\\\": null\n}\""}],"x-require-features":["participants.manage"],"x-require-auth":true},"delete":{"operationId":"participants_delete_api_participants","summary":"Delete participant","description":"Soft-deletes a participant profile by id.\n\nRequires features: participants.manage","tags":["Participants"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","id":"00000000-0000-4000-8000-000000000000"}}},"description":"Soft-deletes a participant profile by id."},"responses":{"200":{"description":"Participant deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiParticipantsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/participants\" \\\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  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-features":["participants.manage"],"x-require-auth":true}},"/api/compliance/documents/{id}/reject":{"post":{"operationId":"compliance_post_api_compliance_documents_id_reject","summary":"POST /api/compliance/documents/{id}/reject","description":"Requires features: compliance.verify","tags":["Compliance"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsIdRejectPostParameters0Schema"}}],"responses":{"201":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsIdRejectPostResponses201ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsIdRejectPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsIdRejectPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/compliance/documents/:id/reject\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["compliance.verify"],"x-require-auth":true}},"/api/compliance/documents/{id}/verify":{"post":{"operationId":"compliance_post_api_compliance_documents_id_verify","summary":"POST /api/compliance/documents/{id}/verify","description":"Requires features: compliance.verify","tags":["Compliance"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsIdVerifyPostParameters0Schema"}}],"responses":{"201":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsIdVerifyPostResponses201ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsIdVerifyPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsIdVerifyPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/compliance/documents/:id/verify\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["compliance.verify"],"x-require-auth":true}},"/api/compliance/documents":{"get":{"operationId":"compliance_get_api_compliance_documents","summary":"List compliancedocuments","description":"Returns a paginated collection of compliancedocuments.\n\nRequires features: compliance.view","tags":["Compliance"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetParameters2Schema"},"example":"string"},{"name":"participantProfileId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetParameters3Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"documentType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetParameters4Schema"},"example":"ROAD_CARRIER_AUTHORIZATION"},{"name":"holderType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetParameters5Schema"},"example":"COMPANY"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetParameters6Schema"},"example":"VALID"},{"name":"verificationStatus","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetParameters7Schema"},"example":"UNVERIFIED"},{"name":"validUntilBefore","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetParameters8Schema"},"example":"2025-01-01T00:00:00.000Z"},{"name":"validUntilAfter","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetParameters9Schema"},"example":"2025-01-01T00:00:00.000Z"},{"name":"sortBy","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetParameters10Schema"},"example":"documentType"},{"name":"sortOrder","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetParameters11Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetParameters12Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated compliancedocuments","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","participant_profile_id":"00000000-0000-4000-8000-000000000000","document_type":"string","document_number":"string","document_name":null,"holder_type":"string","issuer_name":null,"valid_from":null,"valid_until":null,"status":"string","verification_status":"string","insured_sum":null,"insured_sum_currency":null,"territorial_scope":null,"organization_id":null,"tenant_id":null,"created_at":null}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/compliance/documents?page=1&pageSize=25&sortBy=createdAt&sortOrder=desc\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["compliance.view"],"x-require-auth":true},"post":{"operationId":"compliance_post_api_compliance_documents","summary":"Create compliancedocument","description":"Creates a compliance document linked to a participant profile.\n\nRequires features: compliance.manage","tags":["Compliance"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchema"},"example":{"participantProfileId":"00000000-0000-4000-8000-000000000000","documentType":"ROAD_CARRIER_AUTHORIZATION","documentNumber":"string","documentName":null,"holderType":"COMPANY","holderEntityId":null,"holderPersonId":null,"holderVehicleId":null,"issuerName":null,"issuerCountry":null,"issuedDate":null,"validFrom":"2025-01-01T00:00:00.000Z","validUntil":null,"isIndefinite":false,"reviewIntervalMonths":null,"nextReviewDate":null,"attachmentId":null,"insuredSum":null,"insuredSumCurrency":null,"insuredSumPer":null,"territorialScope":null,"insurerName":null,"insurerPolicyNumber":null,"deductibleAmount":null,"deductibleCurrency":null,"adrClasses":null,"dgsaAdvisorName":null,"dgsaCertificateNumber":null,"alertDaysBeforeExpiry":[90,60,30,7],"alertSuppressed":false,"notes":null}}},"description":"Creates a compliance document linked to a participant profile."},"responses":{"201":{"description":"ComplianceDocument created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/compliance/documents\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"participantProfileId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"documentType\\\": \\\"ROAD_CARRIER_AUTHORIZATION\\\",\n  \\\"documentNumber\\\": \\\"string\\\",\n  \\\"documentName\\\": null,\n  \\\"holderType\\\": \\\"COMPANY\\\",\n  \\\"holderEntityId\\\": null,\n  \\\"holderPersonId\\\": null,\n  \\\"holderVehicleId\\\": null,\n  \\\"issuerName\\\": null,\n  \\\"issuerCountry\\\": null,\n  \\\"issuedDate\\\": null,\n  \\\"validFrom\\\": \\\"2025-01-01T00:00:00.000Z\\\",\n  \\\"validUntil\\\": null,\n  \\\"isIndefinite\\\": false,\n  \\\"reviewIntervalMonths\\\": null,\n  \\\"nextReviewDate\\\": null,\n  \\\"attachmentId\\\": null,\n  \\\"insuredSum\\\": null,\n  \\\"insuredSumCurrency\\\": null,\n  \\\"insuredSumPer\\\": null,\n  \\\"territorialScope\\\": null,\n  \\\"insurerName\\\": null,\n  \\\"insurerPolicyNumber\\\": null,\n  \\\"deductibleAmount\\\": null,\n  \\\"deductibleCurrency\\\": null,\n  \\\"adrClasses\\\": null,\n  \\\"dgsaAdvisorName\\\": null,\n  \\\"dgsaCertificateNumber\\\": null,\n  \\\"alertDaysBeforeExpiry\\\": [\n    90,\n    60,\n    30,\n    7\n  ],\n  \\\"alertSuppressed\\\": false,\n  \\\"notes\\\": null\n}\""}],"x-require-features":["compliance.manage"],"x-require-auth":true},"put":{"operationId":"compliance_put_api_compliance_documents","summary":"Update compliancedocument","description":"Updates fields on a compliance document.\n\nRequires features: compliance.manage","tags":["Compliance"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchema"},"example":{"documentName":null,"holderEntityId":null,"holderPersonId":null,"holderVehicleId":null,"issuerName":null,"issuerCountry":null,"issuedDate":null,"validUntil":null,"isIndefinite":false,"reviewIntervalMonths":null,"nextReviewDate":null,"attachmentId":null,"insuredSum":null,"insuredSumCurrency":null,"insuredSumPer":null,"territorialScope":null,"insurerName":null,"insurerPolicyNumber":null,"deductibleAmount":null,"deductibleCurrency":null,"adrClasses":null,"dgsaAdvisorName":null,"dgsaCertificateNumber":null,"alertDaysBeforeExpiry":[90,60,30,7],"alertSuppressed":false,"notes":null}}},"description":"Updates fields on a compliance document."},"responses":{"200":{"description":"ComplianceDocument updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/compliance/documents\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"documentName\\\": null,\n  \\\"holderEntityId\\\": null,\n  \\\"holderPersonId\\\": null,\n  \\\"holderVehicleId\\\": null,\n  \\\"issuerName\\\": null,\n  \\\"issuerCountry\\\": null,\n  \\\"issuedDate\\\": null,\n  \\\"validUntil\\\": null,\n  \\\"isIndefinite\\\": false,\n  \\\"reviewIntervalMonths\\\": null,\n  \\\"nextReviewDate\\\": null,\n  \\\"attachmentId\\\": null,\n  \\\"insuredSum\\\": null,\n  \\\"insuredSumCurrency\\\": null,\n  \\\"insuredSumPer\\\": null,\n  \\\"territorialScope\\\": null,\n  \\\"insurerName\\\": null,\n  \\\"insurerPolicyNumber\\\": null,\n  \\\"deductibleAmount\\\": null,\n  \\\"deductibleCurrency\\\": null,\n  \\\"adrClasses\\\": null,\n  \\\"dgsaAdvisorName\\\": null,\n  \\\"dgsaCertificateNumber\\\": null,\n  \\\"alertDaysBeforeExpiry\\\": [\n    90,\n    60,\n    30,\n    7\n  ],\n  \\\"alertSuppressed\\\": false,\n  \\\"notes\\\": null\n}\""}],"x-require-features":["compliance.manage"],"x-require-auth":true},"delete":{"operationId":"compliance_delete_api_compliance_documents","summary":"Delete compliancedocument","description":"Soft-deletes a compliance document by id.\n\nRequires features: compliance.manage","tags":["Compliance"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Soft-deletes a compliance document by id."},"responses":{"200":{"description":"ComplianceDocument deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/compliance/documents\" \\\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-features":["compliance.manage"],"x-require-auth":true}},"/api/etruck/bulk-submissions/{batchId}/archive":{"post":{"operationId":"etruck_post_api_etruck_bulk_submissions_batchId_archive","summary":"Archive an uncommitted eTruck bulk submission batch","description":"Requires features: etruck.bulk_submission.archive","tags":["EtruckBulkSubmissions"],"parameters":[{"name":"batchId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdArchivePostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdArchivePostRequestBodyContentApplicationJsonSchema"},"example":{}}}},"responses":{"200":{"description":"Archived batch.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdArchivePostResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdArchivePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdArchivePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"409":{"description":"Committed rows cannot be archived","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdArchivePostResponses409ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/etruck/bulk-submissions/:batchId/archive\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}],"x-require-features":["etruck.bulk_submission.archive"],"x-require-auth":true}},"/api/etruck/bulk-submissions/{batchId}/commit":{"post":{"operationId":"etruck_post_api_etruck_bulk_submissions_batchId_commit","summary":"Commit an eTruck bulk submission batch through submission commands","description":"Requires features: etruck.bulk_submission.commit, etruck.user_submission.create, etruck.demand_signal.create","tags":["EtruckBulkSubmissions"],"parameters":[{"name":"batchId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdCommitPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdCommitPostRequestBodyContentApplicationJsonSchema"},"example":{}}}},"responses":{"200":{"description":"Commit result.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdCommitPostResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdCommitPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdCommitPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"409":{"description":"Batch not ready or row commit failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdCommitPostResponses409ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/etruck/bulk-submissions/:batchId/commit\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}],"x-require-features":["etruck.bulk_submission.commit","etruck.user_submission.create","etruck.demand_signal.create"],"x-require-auth":true}},"/api/etruck/bulk-submissions/{batchId}/export":{"get":{"operationId":"etruck_get_api_etruck_bulk_submissions_batchId_export","summary":"Export unresolved or failed eTruck bulk submission rows","description":"Requires features: etruck.bulk_submission.export","tags":["EtruckBulkSubmissions"],"parameters":[{"name":"batchId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdExportGetParameters0Schema"}},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdExportGetParameters1Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdExportGetParameters2Schema"},"example":1},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdExportGetParameters3Schema"},"example":"parsed"},{"name":"resolution","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdExportGetParameters4Schema"},"example":"unresolved"},{"name":"hasWarnings","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdExportGetParameters5Schema"},"example":true},{"name":"hasErrors","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdExportGetParameters6Schema"},"example":true},{"name":"q","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdExportGetParameters7Schema"},"example":"string"},{"name":"format","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdExportGetParameters8Schema"},"example":"csv"},{"name":"includeRaw","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdExportGetParameters9Schema"},"example":true},{"name":"includeSensitive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdExportGetParameters10Schema"},"example":true}],"responses":{"200":{"description":"CSV or JSON export of import rows.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdExportGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdExportGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdExportGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Batch not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdExportGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/etruck/bulk-submissions/:batchId/export?page=1&pageSize=100&format=csv&includeRaw=false&includeSensitive=false\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["etruck.bulk_submission.export"],"x-require-auth":true}},"/api/etruck/bulk-submissions/{batchId}/rollback":{"post":{"operationId":"etruck_post_api_etruck_bulk_submissions_batchId_rollback","summary":"Rollback committed rows from an eTruck bulk submission batch","description":"Requires features: etruck.bulk_submission.rollback, etruck.user_submission.delete, etruck.demand_signal.moderate","tags":["EtruckBulkSubmissions"],"parameters":[{"name":"batchId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRollbackPostParameters0Schema"}}],"responses":{"200":{"description":"Rollback result.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRollbackPostResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRollbackPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRollbackPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"409":{"description":"Rollback conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRollbackPostResponses409ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/etruck/bulk-submissions/:batchId/rollback\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["etruck.bulk_submission.rollback","etruck.user_submission.delete","etruck.demand_signal.moderate"],"x-require-auth":true}},"/api/etruck/bulk-submissions/{batchId}":{"get":{"operationId":"etruck_get_api_etruck_bulk_submissions_batchId","summary":"Read an eTruck bulk submission import batch","description":"Requires features: etruck.bulk_submission.read","tags":["EtruckBulkSubmissions"],"parameters":[{"name":"batchId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdGetParameters0Schema"}}],"responses":{"200":{"description":"Import batch.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdGetResponses200ContentApplicationJsonSchema"},"example":{}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Batch not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/etruck/bulk-submissions/:batchId\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["etruck.bulk_submission.read"],"x-require-auth":true},"patch":{"operationId":"etruck_patch_api_etruck_bulk_submissions_batchId","summary":"Update eTruck bulk submission import mapping","description":"Requires features: etruck.bulk_submission.resolve","tags":["EtruckBulkSubmissions"],"parameters":[{"name":"batchId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdPatchParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdPatchRequestBodyContentApplicationJsonSchema"},"example":{"mappingConfig":{}}}}},"responses":{"200":{"description":"Updated import batch.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdPatchResponses200ContentApplicationJsonSchema"},"example":{}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdPatchResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://api.open-mercato.local/api/etruck/bulk-submissions/:batchId\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"mappingConfig\\\": {}\n}\""}],"x-require-features":["etruck.bulk_submission.resolve"],"x-require-auth":true}},"/api/etruck/bulk-submissions/{batchId}/rows/{rowId}/resolution":{"patch":{"operationId":"etruck_patch_api_etruck_bulk_submissions_batchId_rows_rowId_resolution","summary":"Resolve one eTruck bulk submission row","description":"Requires features: etruck.bulk_submission.resolve","tags":["EtruckBulkSubmissions"],"parameters":[{"name":"batchId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchParameters0Schema"}},{"name":"rowId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchParameters1Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchema"},"example":{"resolution":"create_new"}}}},"responses":{"200":{"description":"Resolved row.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchResponses200ContentApplicationJsonSchema"}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://api.open-mercato.local/api/etruck/bulk-submissions/:batchId/rows/:rowId/resolution\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"resolution\\\": \\\"create_new\\\"\n}\""}],"x-require-features":["etruck.bulk_submission.resolve"],"x-require-auth":true}},"/api/etruck/bulk-submissions/{batchId}/rows/bulk-resolution":{"patch":{"operationId":"etruck_patch_api_etruck_bulk_submissions_batchId_rows_bulk_resolution","summary":"Bulk resolve eTruck submission rows","description":"Requires features: etruck.bulk_submission.resolve","tags":["EtruckBulkSubmissions"],"parameters":[{"name":"batchId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsBulkResolutionPatchParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsBulkResolutionPatchRequestBodyContentApplicationJsonSchema"},"example":{"rowIds":["00000000-0000-4000-8000-000000000000"],"resolution":"create_new"}}}},"responses":{"200":{"description":"Resolved rows.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsBulkResolutionPatchResponses200ContentApplicationJsonSchema"}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsBulkResolutionPatchResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsBulkResolutionPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsBulkResolutionPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://api.open-mercato.local/api/etruck/bulk-submissions/:batchId/rows/bulk-resolution\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"rowIds\\\": [\n    \\\"00000000-0000-4000-8000-000000000000\\\"\n  ],\n  \\\"resolution\\\": \\\"create_new\\\"\n}\""}],"x-require-features":["etruck.bulk_submission.resolve"],"x-require-auth":true}},"/api/etruck/bulk-submissions/{batchId}/rows":{"get":{"operationId":"etruck_get_api_etruck_bulk_submissions_batchId_rows","summary":"List eTruck bulk submission rows","description":"Requires features: etruck.bulk_submission.read","tags":["EtruckBulkSubmissions"],"parameters":[{"name":"batchId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsGetParameters0Schema"}}],"responses":{"200":{"description":"Bulk submission rows.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Batch not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/etruck/bulk-submissions/:batchId/rows\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["etruck.bulk_submission.read"],"x-require-auth":true}},"/api/etruck/bulk-submissions/{batchId}/validate":{"post":{"operationId":"etruck_post_api_etruck_bulk_submissions_batchId_validate","summary":"Validate and preview an eTruck bulk submission batch","description":"Requires features: etruck.bulk_submission.validate","tags":["EtruckBulkSubmissions"],"parameters":[{"name":"batchId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdValidatePostParameters0Schema"}}],"responses":{"200":{"description":"Validation preview.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdValidatePostResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdValidatePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdValidatePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Batch not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdValidatePostResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/etruck/bulk-submissions/:batchId/validate\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["etruck.bulk_submission.validate"],"x-require-auth":true}},"/api/etruck/bulk-submissions":{"get":{"operationId":"etruck_get_api_etruck_bulk_submissions","summary":"List eTruck bulk submission import batches","description":"Requires features: etruck.bulk_submission.read","tags":["EtruckBulkSubmissions"],"parameters":[],"responses":{"200":{"description":"Scoped bulk submission batches.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsGetResponses200ContentApplicationJsonSchema"},"example":{}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsGetResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"503":{"description":"Submission scope unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsGetResponses503ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/etruck/bulk-submissions\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["etruck.bulk_submission.read"],"x-require-auth":true},"post":{"operationId":"etruck_post_api_etruck_bulk_submissions","summary":"Create an eTruck bulk submission import batch","description":"Requires features: etruck.bulk_submission.create","tags":["EtruckBulkSubmissions"],"parameters":[],"requestBody":{"required":true,"content":{"multipart/form-data or application/json":{"schema":{}}}},"responses":{"201":{"description":"Created import batch.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsPostResponses201ContentApplicationJsonSchema"},"example":{}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsPostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"413":{"description":"Upload too large","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsPostResponses413ContentApplicationJsonSchema"}}}},"415":{"description":"Unsupported source media type","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsPostResponses415ContentApplicationJsonSchema"}}}},"422":{"description":"Source parse failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsPostResponses422ContentApplicationJsonSchema"}}}},"503":{"description":"Submission scope unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsPostResponses503ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/etruck/bulk-submissions\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["etruck.bulk_submission.create"],"x-require-auth":true}},"/api/etruck/conference/messages/context":{"get":{"operationId":"etruck_get_api_etruck_conference_messages_context","summary":"List own eTruck conference message context objects","description":"Requires features: messages.compose, etruck.message.send, etruck.user_submission.read","tags":["EtruckConferenceMessages"],"parameters":[{"name":"type","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesContextGetParameters0Schema"},"example":"point"},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesContextGetParameters1Schema"},"example":"string"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesContextGetParameters2Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesContextGetParameters3Schema"},"example":1}],"responses":{"200":{"description":"Own conference points and routes attachable to a message.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","label":"string","subtitle":null,"entityModule":"etruck","entityType":"string","entityId":"00000000-0000-4000-8000-000000000000","sourceEntityType":"string","sourceEntityId":"00000000-0000-4000-8000-000000000000","previewData":{"title":"string"}}],"meta":{"page":1,"pageSize":1,"total":1,"totalPages":1}}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesContextGetResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesContextGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesContextGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"503":{"description":"Conference scope unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesContextGetResponses503ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/etruck/conference/messages/context?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["messages.compose","etruck.message.send","etruck.user_submission.read"],"x-require-auth":true}},"/api/etruck/conference/messages/recipients":{"get":{"operationId":"etruck_get_api_etruck_conference_messages_recipients","summary":"List contactable eTruck conference message recipients","description":"Requires features: messages.compose, etruck.message.send","tags":["EtruckConferenceMessages"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesRecipientsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesRecipientsGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesRecipientsGetParameters2Schema"},"example":"string"}],"responses":{"200":{"description":"Contactable conference profiles.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchema"},"example":{"data":[{"profileId":"00000000-0000-4000-8000-000000000000","userId":"00000000-0000-4000-8000-000000000000","displayName":"string","companyBadgeName":null,"jobTitle":null}],"items":[{"id":"00000000-0000-4000-8000-000000000000","label":"string","description":null,"profileId":"00000000-0000-4000-8000-000000000000"}],"meta":{"page":1,"pageSize":1,"total":1,"totalPages":1}}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesRecipientsGetResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesRecipientsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesRecipientsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"503":{"description":"Conference scope unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesRecipientsGetResponses503ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/etruck/conference/messages/recipients?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["messages.compose","etruck.message.send"],"x-require-auth":true}},"/api/etruck/conference/profile/me":{"get":{"operationId":"etruck_get_api_etruck_conference_profile_me","summary":"Read own eTruck conference profile","description":"Requires features: etruck.conference_profile.manage_self","tags":["EtruckConference"],"parameters":[],"responses":{"200":{"description":"Own profile.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchema"},"example":{"data":{"id":"00000000-0000-4000-8000-000000000000","userId":"00000000-0000-4000-8000-000000000000","publicSlug":"string","companyBadgeName":null,"jobTitle":null,"publicDisplayMode":"string","registrationStatus":"string","registeredAt":"string","activatedAt":null,"withdrawnAt":null,"consents":{"messages":true,"publicProfile":true,"shareCompanyBadge":true}}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Profile not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/etruck/conference/profile/me\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["etruck.conference_profile.manage_self"],"x-require-auth":true},"put":{"operationId":"etruck_put_api_etruck_conference_profile_me","summary":"Update own eTruck conference profile","description":"Requires features: etruck.conference_profile.manage_self","tags":["EtruckConference"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutRequestBodyContentApplicationJsonSchema"},"example":{"companyBadgeName":null,"jobTitle":null}}}},"responses":{"200":{"description":"Updated profile.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchema"},"example":{"data":{"id":"00000000-0000-4000-8000-000000000000","userId":"00000000-0000-4000-8000-000000000000","publicSlug":"string","companyBadgeName":null,"jobTitle":null,"publicDisplayMode":"string","registrationStatus":"string","registeredAt":"string","activatedAt":null,"withdrawnAt":null,"consents":{"messages":true,"publicProfile":true,"shareCompanyBadge":true}}}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Profile not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Mutation guard conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutResponses409ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/etruck/conference/profile/me\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"companyBadgeName\\\": null,\n  \\\"jobTitle\\\": null\n}\""}],"x-require-features":["etruck.conference_profile.manage_self"],"x-require-auth":true}},"/api/etruck/conference/profile/me/withdraw":{"post":{"operationId":"etruck_post_api_etruck_conference_profile_me_withdraw","summary":"Withdraw own eTruck conference profile","description":"Requires features: etruck.conference_profile.manage_self","tags":["EtruckConference"],"parameters":[],"responses":{"200":{"description":"Withdrawn profile.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeWithdrawPostResponses200ContentApplicationJsonSchema"},"example":{"data":{"id":"00000000-0000-4000-8000-000000000000","registrationStatus":"withdrawn"}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeWithdrawPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeWithdrawPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Profile not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeWithdrawPostResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Mutation guard conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeWithdrawPostResponses409ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/etruck/conference/profile/me/withdraw\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["etruck.conference_profile.manage_self"],"x-require-auth":true}},"/api/etruck/conference/profiles/{id}":{"patch":{"operationId":"etruck_patch_api_etruck_conference_profiles_id","summary":"Update an eTruck conference profile","description":"Requires features: etruck.conference_profile.manage","tags":["EtruckConference"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesIdPatchParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesIdPatchRequestBodyContentApplicationJsonSchema"},"example":{"companyBadgeName":null,"jobTitle":null}}}},"responses":{"200":{"description":"Updated profile.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesIdPatchResponses200ContentApplicationJsonSchema"},"example":{"data":{}}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesIdPatchResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesIdPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesIdPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Profile not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesIdPatchResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Mutation guard conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesIdPatchResponses409ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://api.open-mercato.local/api/etruck/conference/profiles/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"companyBadgeName\\\": null,\n  \\\"jobTitle\\\": null\n}\""}],"x-require-features":["etruck.conference_profile.manage"],"x-require-auth":true},"delete":{"operationId":"etruck_delete_api_etruck_conference_profiles_id","summary":"Soft-delete an eTruck conference profile","description":"Requires features: etruck.conference_profile.manage","tags":["EtruckConference"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesIdDeleteParameters0Schema"}}],"responses":{"200":{"description":"Deleted profile.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesIdDeleteResponses200ContentApplicationJsonSchema"},"example":{"data":{}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Profile not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesIdDeleteResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Mutation guard conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesIdDeleteResponses409ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/etruck/conference/profiles/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["etruck.conference_profile.manage"],"x-require-auth":true}},"/api/etruck/conference/profiles/public":{"get":{"operationId":"etruck_get_api_etruck_conference_profiles_public","summary":"List public-safe eTruck conference profiles","tags":["EtruckConference"],"parameters":[],"responses":{"200":{"description":"Public conference profiles.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesPublicGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"publicSlug":"string","displayName":"string","companyBadgeName":null,"jobTitle":null,"displayMode":"string","contactAvailable":true}],"page":1,"pageSize":1,"total":1}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesPublicGetResponses400ContentApplicationJsonSchema"}}}},"429":{"description":"Rate limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesPublicGetResponses429ContentApplicationJsonSchema"}}}},"503":{"description":"Conference scope unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesPublicGetResponses503ContentApplicationJsonSchema"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/etruck/conference/profiles/public\" \\\n  -H \"Accept: application/json\""}]}},"/api/etruck/conference/profiles":{"get":{"operationId":"etruck_get_api_etruck_conference_profiles","summary":"List eTruck conference profiles","description":"Requires features: etruck.conference_profile.manage","tags":["EtruckConference"],"parameters":[],"responses":{"200":{"description":"Conference profiles.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesGetResponses200ContentApplicationJsonSchema"},"example":{"data":[{}],"meta":{"page":1,"pageSize":1,"total":1}}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesGetResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/etruck/conference/profiles\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["etruck.conference_profile.manage"],"x-require-auth":true}},"/api/etruck/conference/registrations/activate":{"post":{"operationId":"etruck_post_api_etruck_conference_registrations_activate","summary":"Activate an eTruck conference registration","tags":["EtruckConference"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceRegistrationsActivatePostRequestBodyContentApplicationJsonSchema"},"example":{"token":"string"}}}},"responses":{"202":{"description":"Activation accepted.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceRegistrationsActivatePostResponses202ContentApplicationJsonSchema"},"example":{"ok":true,"data":{"status":"accepted"}}}}},"400":{"description":"Invalid or expired token","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceRegistrationsActivatePostResponses400ContentApplicationJsonSchema"}}}},"429":{"description":"Rate limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceRegistrationsActivatePostResponses429ContentApplicationJsonSchema"}}}},"503":{"description":"Conference scope unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceRegistrationsActivatePostResponses503ContentApplicationJsonSchema"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/etruck/conference/registrations/activate\" \\\n  -H \"Accept: application/json\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"token\\\": \\\"string\\\"\n}\""}]}},"/api/etruck/conference/registrations":{"post":{"operationId":"etruck_post_api_etruck_conference_registrations","summary":"Request an eTruck conference registration link","tags":["EtruckConference"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{}}}},"responses":{"202":{"description":"Registration request accepted.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceRegistrationsPostResponses202ContentApplicationJsonSchema"},"example":{"ok":true,"data":{"status":"accepted","expiresAt":"string","emailSent":true}}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceRegistrationsPostResponses400ContentApplicationJsonSchema"}}}},"404":{"description":"Registration disabled","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceRegistrationsPostResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Email already registered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceRegistrationsPostResponses409ContentApplicationJsonSchema"}}}},"429":{"description":"Rate limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceRegistrationsPostResponses429ContentApplicationJsonSchema"}}}},"503":{"description":"Conference scope unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceRegistrationsPostResponses503ContentApplicationJsonSchema"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/etruck/conference/registrations\" \\\n  -H \"Accept: application/json\""}]}},"/api/etruck/data/download/{dataset}":{"get":{"operationId":"etruck_get_api_etruck_data_download_dataset","summary":"Public dataset download (CC-BY-SA-4.0)","description":"Downloads a full dataset for the configured public scope. Path segment is \"{slug}.{format}\" — slug ∈ charging-points|grid-connections|road-flows|business-pois|mismatch|grid-substations|grid-capacity-gmina|oze-installations|ten-t-corridors|grid-feasibility; format ∈ geojson|csv|parquet (parquet falls back to CSV when not available, marked via X-Format-Fallback header).","tags":["etruck-public"],"parameters":[{"name":"dataset","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDataDownloadDatasetGetParameters0Schema"}}],"responses":{"200":{"description":"Encoded dataset stream with CC-BY-SA-4.0 license headers","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDataDownloadDatasetGetResponses200ContentApplicationJsonSchema"}}}},"404":{"description":"Unknown dataset or format","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDataDownloadDatasetGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"429":{"description":"Rate limit exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDataDownloadDatasetGetResponses429ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Internal error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDataDownloadDatasetGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Public dataset is not configured","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDataDownloadDatasetGetResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/etruck/data/download/:dataset\" \\\n  -H \"Accept: application/json\""}]}},"/api/etruck/demand-signals/{id}/moderation":{"patch":{"operationId":"etruck_patch_api_etruck_demand_signals_id_moderation","summary":"Moderate an eTruck conference demand signal","description":"Requires features: etruck.demand_signal.moderate","tags":["EtruckDemandSignals"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsIdModerationPatchParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsIdModerationPatchRequestBodyContentApplicationJsonSchema"},"example":{"moderationStatus":"active","moderationReason":null}}}},"responses":{"200":{"description":"Demand summary after moderation.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsIdModerationPatchResponses200ContentApplicationJsonSchema"},"example":{"data":{"targetKind":"string","targetEntityId":"00000000-0000-4000-8000-000000000000","signalKind":"string","activeCount":1,"anonymousCount":1,"ownActive":true,"ownSignalId":null}}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsIdModerationPatchResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsIdModerationPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsIdModerationPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Demand signal not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsIdModerationPatchResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Mutation guard conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsIdModerationPatchResponses409ContentApplicationJsonSchema"}}}},"503":{"description":"Submission scope unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsIdModerationPatchResponses503ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://api.open-mercato.local/api/etruck/demand-signals/:id/moderation\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"moderationStatus\\\": \\\"active\\\",\n  \\\"moderationReason\\\": null\n}\""}],"x-require-features":["etruck.demand_signal.moderate"],"x-require-auth":true}},"/api/etruck/demand-signals/geojson":{"get":{"operationId":"etruck_get_api_etruck_demand_signals_geojson","summary":"Read public eTruck conference demand aggregates as GeoJSON","tags":["EtruckDemandSignals"],"parameters":[{"name":"bbox","in":"query","required":false,"schema":{}},{"name":"targetKind","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsGeojsonGetParameters1Schema"},"example":"user_submission"},{"name":"signalKind","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsGeojsonGetParameters2Schema"},"example":"need_charging"},{"name":"minDemandCount","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsGeojsonGetParameters3Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsGeojsonGetParameters4Schema"},"example":1}],"responses":{"200":{"description":"Public demand aggregate GeoJSON.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsGeojsonGetResponses200ContentApplicationJsonSchema"},"example":{"type":"FeatureCollection","features":[{}]}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsGeojsonGetResponses400ContentApplicationJsonSchema"}}}},"429":{"description":"Rate limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsGeojsonGetResponses429ContentApplicationJsonSchema"}}}},"503":{"description":"Submission scope unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsGeojsonGetResponses503ContentApplicationJsonSchema"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/etruck/demand-signals/geojson?pageSize=100\" \\\n  -H \"Accept: application/json\""}]}},"/api/etruck/demand-signals/me":{"delete":{"operationId":"etruck_delete_api_etruck_demand_signals_me","summary":"Withdraw the current user demand signal","description":"Requires features: etruck.demand_signal.delete_own","tags":["EtruckDemandSignals"],"parameters":[{"name":"targetKind","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsMeDeleteParameters0Schema"},"example":"user_submission"},{"name":"targetEntityId","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsMeDeleteParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"signalKind","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsMeDeleteParameters2Schema"},"example":"need_charging"}],"responses":{"200":{"description":"Demand summary after withdrawal.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsMeDeleteResponses200ContentApplicationJsonSchema"},"example":{"data":{"targetKind":"string","targetEntityId":"00000000-0000-4000-8000-000000000000","signalKind":"string","activeCount":1,"anonymousCount":1,"ownActive":true,"ownSignalId":null}}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsMeDeleteResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsMeDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsMeDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Demand target not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsMeDeleteResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Mutation guard conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsMeDeleteResponses409ContentApplicationJsonSchema"}}}},"503":{"description":"Submission scope unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsMeDeleteResponses503ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/etruck/demand-signals/me?targetKind=user_submission&targetEntityId=00000000-0000-4000-8000-000000000000&signalKind=need_charging\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["etruck.demand_signal.delete_own"],"x-require-auth":true}},"/api/etruck/demand-signals":{"post":{"operationId":"etruck_post_api_etruck_demand_signals","summary":"Create or reactivate an eTruck conference demand signal","description":"Requires features: etruck.demand_signal.create","tags":["EtruckDemandSignals"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsPostRequestBodyContentApplicationJsonSchema"},"example":{"targetKind":"user_submission","targetEntityId":"00000000-0000-4000-8000-000000000000","signalKind":"need_charging","publicDisplayMode":"anonymous","comment":null}}}},"responses":{"201":{"description":"Demand summary after upsert.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsPostResponses201ContentApplicationJsonSchema"},"example":{"data":{"targetKind":"string","targetEntityId":"00000000-0000-4000-8000-000000000000","signalKind":"string","activeCount":1,"anonymousCount":1,"ownActive":true,"ownSignalId":null}}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsPostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Demand target not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsPostResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Mutation guard conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsPostResponses409ContentApplicationJsonSchema"}}}},"503":{"description":"Submission scope unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsPostResponses503ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/etruck/demand-signals\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"targetKind\\\": \\\"user_submission\\\",\n  \\\"targetEntityId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"signalKind\\\": \\\"need_charging\\\",\n  \\\"publicDisplayMode\\\": \\\"anonymous\\\",\n  \\\"comment\\\": null\n}\""}],"x-require-features":["etruck.demand_signal.create"],"x-require-auth":true}},"/api/etruck/demand-signals/summary":{"get":{"operationId":"etruck_get_api_etruck_demand_signals_summary","summary":"Read demand aggregate summary for a target","tags":["EtruckDemandSignals"],"parameters":[{"name":"targetKind","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsSummaryGetParameters0Schema"},"example":"user_submission"},{"name":"targetEntityId","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsSummaryGetParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"signalKind","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsSummaryGetParameters2Schema"},"example":"need_charging"}],"responses":{"200":{"description":"Demand summary.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsSummaryGetResponses200ContentApplicationJsonSchema"},"example":{"data":{"targetKind":"string","targetEntityId":"00000000-0000-4000-8000-000000000000","signalKind":"string","activeCount":1,"anonymousCount":1,"ownActive":true,"ownSignalId":null}}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsSummaryGetResponses400ContentApplicationJsonSchema"}}}},"404":{"description":"Demand target not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsSummaryGetResponses404ContentApplicationJsonSchema"}}}},"429":{"description":"Rate limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsSummaryGetResponses429ContentApplicationJsonSchema"}}}},"503":{"description":"Submission scope unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsSummaryGetResponses503ContentApplicationJsonSchema"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/etruck/demand-signals/summary?targetKind=user_submission&targetEntityId=00000000-0000-4000-8000-000000000000&signalKind=need_charging\" \\\n  -H \"Accept: application/json\""}]}},"/api/etruck/geocoding/search":{"get":{"operationId":"etruck_get_api_etruck_geocoding_search","summary":"Search eTruck submission addresses through the configured backend geocoding provider","description":"Requires features: etruck.user_submission.create","tags":["EtruckGeocoding"],"parameters":[{"name":"q","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetParameters0Schema"},"example":"string"},{"name":"limit","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetParameters1Schema"},"example":1},{"name":"at","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetParameters2Schema"},"example":{"latitude":1,"longitude":1}},{"name":"bbox","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetParameters3Schema"},"example":{"west":1,"south":1,"east":1,"north":1}}],"responses":{"200":{"description":"Normalized geocoding candidates.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","provider":"here","title":"string","addressLabel":"string","resultType":"string","position":{"latitude":1,"longitude":1},"access":null,"distanceMeters":null}]}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses400ContentApplicationJsonSchema"},"example":{"error":{"code":"string","message":"string"}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"429":{"description":"Geocoding rate limit exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses429ContentApplicationJsonSchema"},"example":{"error":{"code":"string","message":"string"}}}}},"503":{"description":"Geocoding provider unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses503ContentApplicationJsonSchema"},"example":{"error":{"code":"string","message":"string"}}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/etruck/geocoding/search?q=string&limit=5\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["etruck.user_submission.create"],"x-require-auth":true}},"/api/etruck/grid/capacity-gmina":{"get":{"operationId":"etruck_get_api_etruck_grid_capacity_gmina","summary":"Public eTruck gmina grid capacity aggregates","description":"Returns public-safe gmina-level grid capacity aggregates for the configured public scope.","tags":["etruck-public"],"parameters":[{"name":"bbox","in":"query","required":false,"schema":{}},{"name":"wojewodztwo","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridCapacityGminaGetParameters1Schema"},"example":"string"},{"name":"gridOperatorCode","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridCapacityGminaGetParameters2Schema"},"example":"ENERGA"},{"name":"year","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridCapacityGminaGetParameters3Schema"},"example":1},{"name":"minAvailableMw","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridCapacityGminaGetParameters4Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridCapacityGminaGetParameters5Schema"},"example":1}],"responses":{"200":{"description":"JSON rows","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridCapacityGminaGetResponses200ContentApplicationJsonSchema"},"example":[{}]}}},"400":{"description":"Invalid query","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridCapacityGminaGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"429":{"description":"Rate limit exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridCapacityGminaGetResponses429ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Internal error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridCapacityGminaGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Public dataset is not configured","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridCapacityGminaGetResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/etruck/grid/capacity-gmina?pageSize=100\" \\\n  -H \"Accept: application/json\""}]}},"/api/etruck/grid/feasibility/{gminaTeryt}":{"get":{"operationId":"etruck_get_api_etruck_grid_feasibility_gminaTeryt","summary":"Public eTruck grid charging feasibility drill-down","description":"Returns a single public-safe gmina feasibility row for the configured public scope.","tags":["etruck-public"],"parameters":[{"name":"gminaTeryt","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridFeasibilityGminaTerytGetParameters0Schema"},"example":"string"}],"responses":{"200":{"description":"JSON row","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridFeasibilityGminaTerytGetResponses200ContentApplicationJsonSchema"},"example":{}}}},"400":{"description":"Invalid route parameter","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridFeasibilityGminaTerytGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridFeasibilityGminaTerytGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"429":{"description":"Rate limit exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridFeasibilityGminaTerytGetResponses429ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Internal error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridFeasibilityGminaTerytGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Public dataset is not configured","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridFeasibilityGminaTerytGetResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/etruck/grid/feasibility/string\" \\\n  -H \"Accept: application/json\""}]}},"/api/etruck/grid/feasibility":{"get":{"operationId":"etruck_get_api_etruck_grid_feasibility","summary":"Public eTruck grid charging feasibility","description":"Returns gmina-level grid charging feasibility rows joined with gmina metadata for map rendering.","tags":["etruck-public"],"parameters":[{"name":"bbox","in":"query","required":false,"schema":{}},{"name":"wojewodztwo","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridFeasibilityGetParameters1Schema"},"example":"string"},{"name":"gridOperatorCode","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridFeasibilityGetParameters2Schema"},"example":"ENERGA"},{"name":"year","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridFeasibilityGetParameters3Schema"},"example":1},{"name":"minScore","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridFeasibilityGetParameters4Schema"},"example":1},{"name":"maxScore","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridFeasibilityGetParameters5Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridFeasibilityGetParameters6Schema"},"example":1}],"responses":{"200":{"description":"JSON rows","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridFeasibilityGetResponses200ContentApplicationJsonSchema"},"example":[{}]}}},"400":{"description":"Invalid query","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridFeasibilityGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"429":{"description":"Rate limit exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridFeasibilityGetResponses429ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Internal error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridFeasibilityGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Public dataset is not configured","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridFeasibilityGetResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/etruck/grid/feasibility?pageSize=100\" \\\n  -H \"Accept: application/json\""}]}},"/api/etruck/grid/oze-installations":{"get":{"operationId":"etruck_get_api_etruck_grid_oze_installations","summary":"Public eTruck OZE installations","description":"Returns public-safe OZE installation points for the configured public scope.","tags":["etruck-public"],"parameters":[{"name":"bbox","in":"query","required":false,"schema":{}},{"name":"sourceType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetParameters1Schema"},"example":"pv"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetParameters2Schema"},"example":"PLANNED"},{"name":"dataSource","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetParameters3Schema"},"example":"URE_MIOZE"},{"name":"minCapacityKw","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetParameters4Schema"},"example":1},{"name":"nearCorridor","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetParameters5Schema"},"example":"string"},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetParameters6Schema"},"example":1}],"responses":{"200":{"description":"GeoJSON FeatureCollection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchema"},"example":{"type":"FeatureCollection","features":[{"type":"Feature","geometry":null,"properties":{"key":"string"}}]}}}},"400":{"description":"Invalid query","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"429":{"description":"Rate limit exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses429ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Internal error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Public dataset is not configured","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/etruck/grid/oze-installations?pageSize=100\" \\\n  -H \"Accept: application/json\""}]}},"/api/etruck/grid/substations":{"get":{"operationId":"etruck_get_api_etruck_grid_substations","summary":"Public eTruck grid substations","description":"Returns public-safe grid substation points for the configured public scope.","tags":["etruck-public"],"parameters":[{"name":"bbox","in":"query","required":false,"schema":{}},{"name":"gridOperatorCode","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetParameters1Schema"},"example":"ENERGA"},{"name":"gminaTeryt","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetParameters2Schema"},"example":"string"},{"name":"minCapacityMw","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetParameters3Schema"},"example":1},{"name":"congestion","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetParameters4Schema"},"example":"LOW"},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetParameters5Schema"},"example":1}],"responses":{"200":{"description":"GeoJSON FeatureCollection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchema"},"example":{"type":"FeatureCollection","features":[{"type":"Feature","geometry":null,"properties":{"key":"string"}}]}}}},"400":{"description":"Invalid query","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"429":{"description":"Rate limit exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses429ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Internal error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Public dataset is not configured","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/etruck/grid/substations?pageSize=100\" \\\n  -H \"Accept: application/json\""}]}},"/api/etruck/grid/ten-t-corridors":{"get":{"operationId":"etruck_get_api_etruck_grid_ten_t_corridors","summary":"Public eTruck TEN-T corridors","description":"Returns current TEN-T corridor lines without buffer geometry by default.","tags":["etruck-public"],"parameters":[{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetParameters0Schema"},"example":1}],"responses":{"200":{"description":"GeoJSON FeatureCollection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchema"},"example":{"type":"FeatureCollection","features":[{"type":"Feature","geometry":null,"properties":{"key":"string"}}]}}}},"400":{"description":"Invalid query","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"429":{"description":"Rate limit exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses429ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Internal error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Public dataset is not configured","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/etruck/grid/ten-t-corridors?pageSize=1000\" \\\n  -H \"Accept: application/json\""}]}},"/api/etruck/reports/glec-summary":{"get":{"operationId":"etruck_get_api_etruck_reports_glec_summary","summary":"GLEC v3.2 baseline summary for a lane (no DB write)","description":"Computes a road-only baseline. Without v3.2 inputs (vehicleSegment, loadPct, gridMixRegion), falls back to Etap A legacy formula and returns methodology=\"GLEC_V3_LEGACY\". With v3.2 inputs, routes to SFC GLEC Framework v3.2 (October 2025) Module 2 Table 8/9 + Module 1 Table p.77-78 fuel WTW factors, and returns methodology=\"GLEC_V3_2\". Pure function delegation — does not persist EmissionReport.","tags":["etruck-public"],"parameters":[{"name":"lane","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsGlecSummaryGetParameters0Schema"},"example":"string"},{"name":"fuelType","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsGlecSummaryGetParameters1Schema"},"example":"DIESEL"},{"name":"euroClass","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsGlecSummaryGetParameters2Schema"},"example":"EURO3"},{"name":"freightTonnes","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsGlecSummaryGetParameters3Schema"},"example":1},{"name":"vehicleSegment","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsGlecSummaryGetParameters4Schema"},"example":"URBAN_RIGID_12T"},{"name":"loadPct","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsGlecSummaryGetParameters5Schema"},"example":1},{"name":"loadBucket","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsGlecSummaryGetParameters6Schema"},"example":"LIGHT"},{"name":"gridMixRegion","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsGlecSummaryGetParameters7Schema"},"example":"PL"}],"responses":{"200":{"description":"GLEC summary","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsGlecSummaryGetResponses200ContentApplicationJsonSchema"},"example":{"gCO2ePerTkm":1,"methodology":"GLEC_V3_2","factorKey":"string","totalKgCo2e":1,"freightTonneKm":1,"sources":["string"]}}}},"400":{"description":"Invalid query or lane","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsGlecSummaryGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"429":{"description":"Rate limit exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsGlecSummaryGetResponses429ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Internal error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsGlecSummaryGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Public dataset is not configured","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsGlecSummaryGetResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/etruck/reports/glec-summary?lane=string&fuelType=DIESEL&freightTonnes=20\" \\\n  -H \"Accept: application/json\""}]}},"/api/etruck/reports/mismatch":{"get":{"operationId":"etruck_get_api_etruck_reports_mismatch","summary":"Public mismatch signals report","description":"Returns active MismatchSignal records as GeoJSON FeatureCollection with public-only evidence allow-list.","tags":["etruck-public"],"parameters":[{"name":"bbox","in":"query","required":false,"schema":{}},{"name":"severity","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetParameters1Schema"},"example":"HIGH"}],"responses":{"200":{"description":"GeoJSON FeatureCollection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchema"},"example":{"type":"FeatureCollection","features":[{"type":"Feature","geometry":null,"properties":{"key":"string"}}]}}}},"400":{"description":"Invalid query","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"429":{"description":"Rate limit exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses429ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Internal error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Public dataset is not configured","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/etruck/reports/mismatch\" \\\n  -H \"Accept: application/json\""}]}},"/api/etruck/reports/public-summary":{"get":{"operationId":"etruck_get_api_etruck_reports_public_summary","summary":"Public aggregate summary (Hero stats)","description":"Returns aggregated chargers count, subsidies total (PLN), and mismatches counts within the configured public scope. No authentication required. Used by the public portal Hero Stat Strip.","tags":["etruck-public"],"parameters":[],"responses":{"200":{"description":"Aggregate summary","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsPublicSummaryGetResponses200ContentApplicationJsonSchema"},"example":{"chargersTotal":1,"subsidiesPlnTotal":1,"mismatchesTotal":1,"highMismatchesTotal":1,"generatedAt":"string"}}}},"429":{"description":"Rate limit exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsPublicSummaryGetResponses429ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Internal error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsPublicSummaryGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Public dataset is not configured","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsPublicSummaryGetResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/etruck/reports/public-summary\" \\\n  -H \"Accept: application/json\""}]}},"/api/etruck/routing/route":{"post":{"operationId":"etruck_post_api_etruck_routing_route","summary":"Preview eTruck route geometry through the configured backend routing provider","description":"Requires features: etruck.routing.route","tags":["EtruckRouting"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostRequestBodyContentApplicationJsonSchema"},"example":{"profile":"truck","origin":{"latitude":1,"longitude":1},"destination":{"latitude":1,"longitude":1},"waypoints":[]}}}},"responses":{"200":{"description":"Normalized LineString route geometry.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostResponses200ContentApplicationJsonSchema"},"example":{"geometry":{"type":"LineString","coordinates":[[1,1]]},"provider":"none","profile":"truck","distanceMeters":null,"durationSeconds":null,"fallback":true}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"429":{"description":"Routing rate limit exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostResponses429ContentApplicationJsonSchema"}}}},"503":{"description":"Routing provider unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostResponses503ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/etruck/routing/route\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"profile\\\": \\\"truck\\\",\n  \\\"origin\\\": {\n    \\\"latitude\\\": 1,\n    \\\"longitude\\\": 1\n  },\n  \\\"destination\\\": {\n    \\\"latitude\\\": 1,\n    \\\"longitude\\\": 1\n  },\n  \\\"waypoints\\\": []\n}\""}],"x-require-features":["etruck.routing.route"],"x-require-auth":true}},"/api/etruck/user-submissions/{id}/moderation":{"patch":{"operationId":"etruck_patch_api_etruck_user_submissions_id_moderation","summary":"Moderate an eTruck conference point submission","description":"Requires features: etruck.user_submission.moderate","tags":["EtruckUserSubmissions"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdModerationPatchParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdModerationPatchRequestBodyContentApplicationJsonSchema"},"example":{"status":"pending","moderationReason":null}}}},"responses":{"200":{"description":"Moderated point submission.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdModerationPatchResponses200ContentApplicationJsonSchema"},"example":{"data":{}}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdModerationPatchResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdModerationPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdModerationPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Submission not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdModerationPatchResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Mutation guard conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdModerationPatchResponses409ContentApplicationJsonSchema"}}}},"503":{"description":"Submission scope unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdModerationPatchResponses503ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://api.open-mercato.local/api/etruck/user-submissions/:id/moderation\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"status\\\": \\\"pending\\\",\n  \\\"moderationReason\\\": null\n}\""}],"x-require-features":["etruck.user_submission.moderate"],"x-require-auth":true}},"/api/etruck/user-submissions/{id}":{"get":{"operationId":"etruck_get_api_etruck_user_submissions_id","summary":"Read an eTruck conference point or route submission","description":"Requires features: etruck.user_submission.read","tags":["EtruckUserSubmissions"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdGetParameters0Schema"}}],"responses":{"200":{"description":"Submission detail.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdGetResponses200ContentApplicationJsonSchema"},"example":{"data":{}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Submission not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdGetResponses404ContentApplicationJsonSchema"}}}},"503":{"description":"Submission scope unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdGetResponses503ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/etruck/user-submissions/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["etruck.user_submission.read"],"x-require-auth":true},"patch":{"operationId":"etruck_patch_api_etruck_user_submissions_id","summary":"Update an eTruck conference point or route submission","description":"Requires features: etruck.user_submission.update","tags":["EtruckUserSubmissions"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchema"},"example":{"description":null,"category":"route_stop","waypoints":[],"routingProvider":null,"routingProfile":null,"distanceMeters":null,"durationSeconds":null,"visibility":"private","publicDisplayMode":"anonymous","metadata":{}}}}},"responses":{"200":{"description":"Updated submission.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchResponses200ContentApplicationJsonSchema"},"example":{"data":{}}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Submission not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Mutation guard conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchResponses409ContentApplicationJsonSchema"}}}},"503":{"description":"Submission scope unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchResponses503ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://api.open-mercato.local/api/etruck/user-submissions/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"description\\\": null,\n  \\\"category\\\": \\\"route_stop\\\",\n  \\\"waypoints\\\": [],\n  \\\"routingProvider\\\": null,\n  \\\"routingProfile\\\": null,\n  \\\"distanceMeters\\\": null,\n  \\\"durationSeconds\\\": null,\n  \\\"visibility\\\": \\\"private\\\",\n  \\\"publicDisplayMode\\\": \\\"anonymous\\\",\n  \\\"metadata\\\": {}\n}\""}],"x-require-features":["etruck.user_submission.update"],"x-require-auth":true},"delete":{"operationId":"etruck_delete_api_etruck_user_submissions_id","summary":"Soft-delete an eTruck conference point or route submission","description":"Requires features: etruck.user_submission.delete","tags":["EtruckUserSubmissions"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdDeleteParameters0Schema"}}],"responses":{"200":{"description":"Deleted submission.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdDeleteResponses200ContentApplicationJsonSchema"},"example":{"data":{}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Submission not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdDeleteResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Mutation guard conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdDeleteResponses409ContentApplicationJsonSchema"}}}},"503":{"description":"Submission scope unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdDeleteResponses503ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/etruck/user-submissions/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["etruck.user_submission.delete"],"x-require-auth":true}},"/api/etruck/user-submissions/{routeId}/links":{"get":{"operationId":"etruck_get_api_etruck_user_submissions_routeId_links","summary":"List eTruck route point links","description":"Requires features: etruck.user_submission.read","tags":["EtruckSubmissionLinks"],"parameters":[{"name":"routeId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksGetParameters0Schema"}}],"responses":{"200":{"description":"Route point links.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksGetResponses200ContentApplicationJsonSchema"},"example":{"data":[{"id":"00000000-0000-4000-8000-000000000000","pointSubmissionId":"00000000-0000-4000-8000-000000000000","role":"string","sequence":null,"note":null}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Route not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/etruck/user-submissions/:routeId/links\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["etruck.user_submission.read"],"x-require-auth":true},"put":{"operationId":"etruck_put_api_etruck_user_submissions_routeId_links","summary":"Replace eTruck route point links","description":"Requires features: etruck.user_submission.update","tags":["EtruckSubmissionLinks"],"parameters":[{"name":"routeId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksPutParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksPutRequestBodyContentApplicationJsonSchema"},"example":{"links":[]}}}},"responses":{"200":{"description":"Route point links replaced.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses200ContentApplicationJsonSchema"},"example":{"data":[{"id":"00000000-0000-4000-8000-000000000000","pointSubmissionId":"00000000-0000-4000-8000-000000000000","role":"string","sequence":null,"note":null}]}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Route not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Mutation guard conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses409ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/etruck/user-submissions/:routeId/links\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"links\\\": []\n}\""}],"x-require-features":["etruck.user_submission.update"],"x-require-auth":true}},"/api/etruck/user-submissions/geojson":{"get":{"operationId":"etruck_get_api_etruck_user_submissions_geojson","summary":"Read public eTruck conference point or route submissions as GeoJSON","tags":["EtruckUserSubmissions"],"parameters":[],"responses":{"200":{"description":"Public point submissions GeoJSON.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGeojsonGetResponses200ContentApplicationJsonSchema"},"example":{"type":"FeatureCollection","features":[{}]}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGeojsonGetResponses400ContentApplicationJsonSchema"}}}},"429":{"description":"Rate limited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGeojsonGetResponses429ContentApplicationJsonSchema"}}}},"503":{"description":"Submission scope unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGeojsonGetResponses503ContentApplicationJsonSchema"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/etruck/user-submissions/geojson\" \\\n  -H \"Accept: application/json\""}]}},"/api/etruck/user-submissions":{"get":{"operationId":"etruck_get_api_etruck_user_submissions","summary":"List eTruck conference point and route submissions","description":"Requires features: etruck.user_submission.read","tags":["EtruckUserSubmissions"],"parameters":[],"responses":{"200":{"description":"Scoped point submissions.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchema"},"example":{"data":[{"id":"00000000-0000-4000-8000-000000000000","submissionType":"string","status":"string","visibility":"string","publicDisplayMode":"string","title":"string","description":null,"category":"string","latitude":null,"longitude":null,"origin":null,"destination":null,"routeGeometry":null,"demandCount":1,"ownedByCurrentUser":true,"canModerate":true,"updatedByUserId":null,"createdAt":"string","updatedAt":"string"}],"meta":{"page":1,"pageSize":1,"total":1}}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"503":{"description":"Submission scope unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses503ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/etruck/user-submissions\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["etruck.user_submission.read"],"x-require-auth":true},"post":{"operationId":"etruck_post_api_etruck_user_submissions","summary":"Create an eTruck conference point or route submission","description":"Requires features: etruck.user_submission.create","tags":["EtruckUserSubmissions"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchema"},"example":{"title":"string","description":null,"category":"route_stop","origin":{"latitude":1,"longitude":1},"destination":{"latitude":1,"longitude":1},"waypoints":[],"routeGeometry":{"type":"LineString","coordinates":[[1,1]]},"routingProvider":null,"routingProfile":null,"distanceMeters":null,"durationSeconds":null,"visibility":"private","publicDisplayMode":"anonymous","metadata":{},"submissionType":"route"}}}},"responses":{"201":{"description":"Created submission.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchema"},"example":{"data":{"id":"00000000-0000-4000-8000-000000000000","submissionType":"string","status":"string","visibility":"string","publicDisplayMode":"string","title":"string","description":null,"category":"string","latitude":null,"longitude":null,"origin":null,"destination":null,"routeGeometry":null,"demandCount":1,"ownedByCurrentUser":true,"canModerate":true,"updatedByUserId":null,"createdAt":"string","updatedAt":"string"}}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"409":{"description":"Mutation guard conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses409ContentApplicationJsonSchema"}}}},"503":{"description":"Submission scope unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses503ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/etruck/user-submissions\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"title\\\": \\\"string\\\",\n  \\\"description\\\": null,\n  \\\"category\\\": \\\"route_stop\\\",\n  \\\"origin\\\": {\n    \\\"latitude\\\": 1,\n    \\\"longitude\\\": 1\n  },\n  \\\"destination\\\": {\n    \\\"latitude\\\": 1,\n    \\\"longitude\\\": 1\n  },\n  \\\"waypoints\\\": [],\n  \\\"routeGeometry\\\": {\n    \\\"type\\\": \\\"LineString\\\",\n    \\\"coordinates\\\": [\n      [\n        1,\n        1\n      ]\n    ]\n  },\n  \\\"routingProvider\\\": null,\n  \\\"routingProfile\\\": null,\n  \\\"distanceMeters\\\": null,\n  \\\"durationSeconds\\\": null,\n  \\\"visibility\\\": \\\"private\\\",\n  \\\"publicDisplayMode\\\": \\\"anonymous\\\",\n  \\\"metadata\\\": {},\n  \\\"submissionType\\\": \\\"route\\\"\n}\""}],"x-require-features":["etruck.user_submission.create"],"x-require-auth":true}},"/api/etruck/visibility/business-pois":{"get":{"operationId":"etruck_get_api_etruck_visibility_business_pois","summary":"Public business points of interest (visibility layer)","description":"Returns DCs, intermodal terminals, manufacturing sites, ports, carrier bases for the configured public scope.","tags":["etruck-public"],"parameters":[{"name":"bbox","in":"query","required":false,"schema":{}},{"name":"category","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetParameters1Schema"},"example":"DC"}],"responses":{"200":{"description":"GeoJSON FeatureCollection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchema"},"example":{"type":"FeatureCollection","features":[{"type":"Feature","geometry":null,"properties":{"key":"string"}}]}}}},"400":{"description":"Invalid query","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"429":{"description":"Rate limit exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses429ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Internal error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Public dataset is not configured","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/etruck/visibility/business-pois\" \\\n  -H \"Accept: application/json\""}]}},"/api/etruck/visibility/charging-points":{"get":{"operationId":"etruck_get_api_etruck_visibility_charging_points","summary":"Public charging points (visibility layer)","description":"Returns operational, planned and decommissioned charging points within the configured public scope. No authentication required.","tags":["etruck-public"],"parameters":[{"name":"bbox","in":"query","required":false,"schema":{}},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetParameters1Schema"},"example":"PLANNED"},{"name":"sourceType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetParameters2Schema"},"example":"SUDOP"}],"responses":{"200":{"description":"GeoJSON FeatureCollection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchema"},"example":{"type":"FeatureCollection","features":[{"type":"Feature","geometry":null,"properties":{"key":"string"}}]}}}},"400":{"description":"Invalid query","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"429":{"description":"Rate limit exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses429ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Internal error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Public dataset is not configured","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/etruck/visibility/charging-points\" \\\n  -H \"Accept: application/json\""}]}},"/api/etruck/visibility/grid-connections":{"get":{"operationId":"etruck_get_api_etruck_visibility_grid_connections","summary":"Public grid connections (visibility layer)","description":"Returns DSO grid connection capacities within the configured public scope.","tags":["etruck-public"],"parameters":[{"name":"bbox","in":"query","required":false,"schema":{}},{"name":"dsoCode","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetParameters1Schema"},"example":"ENERGA"}],"responses":{"200":{"description":"GeoJSON FeatureCollection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchema"},"example":{"type":"FeatureCollection","features":[{"type":"Feature","geometry":null,"properties":{"key":"string"}}]}}}},"400":{"description":"Invalid query","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"429":{"description":"Rate limit exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses429ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Internal error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Public dataset is not configured","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/etruck/visibility/grid-connections\" \\\n  -H \"Accept: application/json\""}]}},"/api/etruck/visibility/public-subsidy-attributions":{"get":{"operationId":"etruck_get_api_etruck_visibility_public_subsidy_attributions","summary":"Public subsidy attributions (visibility layer)","description":"Returns awarded grants (FENIKS, KPO, CEF, NFOS_OWN, NCBR, PFR, OTHER) for the configured public scope. JSON array (not GeoJSON).","tags":["etruck-public"],"parameters":[{"name":"programme","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetParameters0Schema"},"example":"FENIKS"},{"name":"year","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetParameters1Schema"},"example":1}],"responses":{"200":{"description":"JSON array of subsidy attributions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses200ContentApplicationJsonSchema"},"example":[{"id":"00000000-0000-4000-8000-000000000000","programme":"string","grantId":"string","beneficiaryExternalId":"string","awardedPln":null,"awardedEur":null,"awardedAt":"string","subjectCategory":"string","subjectExternalId":"string","year":1}]}}},"400":{"description":"Invalid query","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"429":{"description":"Rate limit exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses429ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Internal error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Public dataset is not configured","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/etruck/visibility/public-subsidy-attributions\" \\\n  -H \"Accept: application/json\""}]}},"/api/etruck/visibility/road-flows":{"get":{"operationId":"etruck_get_api_etruck_visibility_road_flows","summary":"Public road freight flows (visibility layer)","description":"Returns HDV count per day per road segment for the configured public scope. Geometry uses centroid Point.","tags":["etruck-public"],"parameters":[{"name":"bbox","in":"query","required":false,"schema":{}},{"name":"min-hdv-per-day","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetParameters1Schema"},"example":1}],"responses":{"200":{"description":"GeoJSON FeatureCollection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchema"},"example":{"type":"FeatureCollection","features":[{"type":"Feature","geometry":null,"properties":{"key":"string"}}]}}}},"400":{"description":"Invalid query","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"429":{"description":"Rate limit exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses429ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Internal error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Public dataset is not configured","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/etruck/visibility/road-flows\" \\\n  -H \"Accept: application/json\""}]}},"/api/road/vehicles/{id}":{"get":{"operationId":"road_get_api_road_vehicles_id","summary":"Get vehicle detail","description":"Requires features: fleet.view","tags":["Road"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetParameters0Schema"}}],"responses":{"200":{"description":"Vehicle detail","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","registrationPlate":"string","type":"string","capabilities":["string"],"brand":null,"model":null,"year":null,"tareWeightKg":null,"maxPayloadKg":null,"euroClass":null,"fuelType":null,"insuranceExpires":null,"inspectionExpires":null,"insuranceStatus":"string","inspectionStatus":"string","insuranceDaysUntil":null,"inspectionDaysUntil":null,"gpsDeviceId":null,"gpsProvider":null,"specs":null,"isActive":true,"maintenance":{"implemented":false,"items":[]},"assignmentHistory":{"implemented":false,"items":[]},"createdAt":"string","updatedAt":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Vehicle not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/road/vehicles/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["fleet.view"],"x-require-auth":true},"put":{"operationId":"road_put_api_road_vehicles_id","summary":"Update vehicle","description":"Requires features: fleet.manage","tags":["Road"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchema"},"example":{"brand":null,"model":null,"year":null,"tareWeightKg":null,"maxPayloadKg":null,"euroClass":null,"fuelType":null,"insuranceExpires":null,"inspectionExpires":null,"gpsDeviceId":null,"gpsProvider":null,"specs":null}}}},"responses":{"200":{"description":"Vehicle updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Vehicle not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Registration plate conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/road/vehicles/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"brand\\\": null,\n  \\\"model\\\": null,\n  \\\"year\\\": null,\n  \\\"tareWeightKg\\\": null,\n  \\\"maxPayloadKg\\\": null,\n  \\\"euroClass\\\": null,\n  \\\"fuelType\\\": null,\n  \\\"insuranceExpires\\\": null,\n  \\\"inspectionExpires\\\": null,\n  \\\"gpsDeviceId\\\": null,\n  \\\"gpsProvider\\\": null,\n  \\\"specs\\\": null\n}\""}],"x-require-features":["fleet.manage"],"x-require-auth":true},"delete":{"operationId":"road_delete_api_road_vehicles_id","summary":"Delete vehicle","description":"Requires features: fleet.manage","tags":["Road"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdDeleteParameters0Schema"}}],"responses":{"200":{"description":"Vehicle deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdDeleteResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","deleted":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Vehicle not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/road/vehicles/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["fleet.manage"],"x-require-auth":true}},"/api/road/vehicles/available":{"get":{"operationId":"road_get_api_road_vehicles_available","summary":"Return dispatch-ready vehicles for a day","description":"Requires features: fleet.view","tags":["Road"],"parameters":[{"name":"date","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesAvailableGetParameters0Schema"},"example":"string"},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesAvailableGetParameters1Schema"},"example":1},{"name":"type","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesAvailableGetParameters2Schema"},"example":"TRUCK"},{"name":"capability","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesAvailableGetParameters3Schema"},"example":"string"}],"responses":{"200":{"description":"Available vehicles","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesAvailableGetResponses200ContentApplicationJsonSchema"},"example":[{"id":"00000000-0000-4000-8000-000000000000","registrationPlate":"string","type":"string","capabilities":["string"],"maxPayloadKg":null,"brand":null,"model":null}]}}},"400":{"description":"Invalid query","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesAvailableGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesAvailableGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesAvailableGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/road/vehicles/available?date=string&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["fleet.view"],"x-require-auth":true}},"/api/road/vehicles":{"get":{"operationId":"road_get_api_road_vehicles","summary":"List vehicles","description":"Returns a paginated collection of vehicles scoped to the authenticated tenant and organization.\n\nRequires features: fleet.view","tags":["Road"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetParameters1Schema"},"example":1},{"name":"q","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetParameters2Schema"},"example":"string"},{"name":"type","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetParameters3Schema"},"example":"TRUCK"},{"name":"capability","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetParameters4Schema"},"example":"string"},{"name":"isActive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetParameters5Schema"},"example":true},{"name":"euroClass","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetParameters6Schema"},"example":"EURO3"},{"name":"gpsProvider","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetParameters7Schema"},"example":"GBOX"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetParameters8Schema"},"example":"registrationPlate"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetParameters9Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetParameters10Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated vehicles","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","registrationPlate":"string","type":"string","brand":null,"model":null,"year":null,"capabilities":["string"],"euroClass":null,"maxPayloadKg":null,"gpsProvider":null,"isActive":true,"insuranceExpires":null,"inspectionExpires":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/road/vehicles?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["fleet.view"],"x-require-auth":true},"post":{"operationId":"road_post_api_road_vehicles","summary":"Create vehicle","description":"Creates a fleet vehicle.\n\nRequires features: fleet.manage","tags":["Road"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchema"},"example":{"registrationPlate":"string","type":"TRUCK","capabilities":["CONTAINER"],"brand":null,"model":null,"year":null,"tareWeightKg":null,"maxPayloadKg":null,"euroClass":null,"fuelType":null,"insuranceExpires":null,"inspectionExpires":null,"gpsDeviceId":null,"gpsProvider":null,"specs":null,"isActive":true}}},"description":"Creates a fleet vehicle."},"responses":{"201":{"description":"Vehicle created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/road/vehicles\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"registrationPlate\\\": \\\"string\\\",\n  \\\"type\\\": \\\"TRUCK\\\",\n  \\\"capabilities\\\": [\n    \\\"CONTAINER\\\"\n  ],\n  \\\"brand\\\": null,\n  \\\"model\\\": null,\n  \\\"year\\\": null,\n  \\\"tareWeightKg\\\": null,\n  \\\"maxPayloadKg\\\": null,\n  \\\"euroClass\\\": null,\n  \\\"fuelType\\\": null,\n  \\\"insuranceExpires\\\": null,\n  \\\"inspectionExpires\\\": null,\n  \\\"gpsDeviceId\\\": null,\n  \\\"gpsProvider\\\": null,\n  \\\"specs\\\": null,\n  \\\"isActive\\\": true\n}\""}],"x-require-features":["fleet.manage"],"x-require-auth":true}},"/api/road/drivers/{id}":{"get":{"operationId":"road_get_api_road_drivers_id","summary":"Get driver detail","description":"Requires features: drivers.view","tags":["Road"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetParameters0Schema"}}],"responses":{"200":{"description":"Driver detail","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","firstName":"string","lastName":"string","phone":null,"email":null,"pesel":null,"licenseCategories":["string"],"licenseNumber":null,"licenseIssuedBy":null,"licenseExpires":null,"licenseExpiresStatus":"string","licenseExpiresDaysUntil":null,"qualifications":["string"],"adrCertificateNumber":null,"adrCertificateClasses":null,"adrExpires":null,"adrExpiresStatus":"string","adrExpiresDaysUntil":null,"digitalTachographId":null,"driverCardExpires":null,"driverCardExpiresStatus":"string","driverCardExpiresDaysUntil":null,"cpcNumber":null,"cpcExpires":null,"cpcExpiresStatus":"string","cpcExpiresDaysUntil":null,"userId":null,"isActive":true,"createdAt":"string","updatedAt":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Driver not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/road/drivers/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["drivers.view"],"x-require-auth":true},"put":{"operationId":"road_put_api_road_drivers_id","summary":"Update driver","description":"Requires features: drivers.manage","tags":["Road"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchema"},"example":{"phone":null,"email":null,"pesel":null,"licenseCategories":[],"licenseNumber":null,"licenseIssuedBy":null,"licenseExpires":null,"qualifications":[],"adrCertificateNumber":null,"adrCertificateClasses":null,"adrExpires":null,"digitalTachographId":null,"driverCardExpires":null,"cpcNumber":null,"cpcExpires":null,"userId":null,"isActive":true}}}},"responses":{"200":{"description":"Driver updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Driver not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"UserId conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/road/drivers/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"phone\\\": null,\n  \\\"email\\\": null,\n  \\\"pesel\\\": null,\n  \\\"licenseCategories\\\": [],\n  \\\"licenseNumber\\\": null,\n  \\\"licenseIssuedBy\\\": null,\n  \\\"licenseExpires\\\": null,\n  \\\"qualifications\\\": [],\n  \\\"adrCertificateNumber\\\": null,\n  \\\"adrCertificateClasses\\\": null,\n  \\\"adrExpires\\\": null,\n  \\\"digitalTachographId\\\": null,\n  \\\"driverCardExpires\\\": null,\n  \\\"cpcNumber\\\": null,\n  \\\"cpcExpires\\\": null,\n  \\\"userId\\\": null,\n  \\\"isActive\\\": true\n}\""}],"x-require-features":["drivers.manage"],"x-require-auth":true},"delete":{"operationId":"road_delete_api_road_drivers_id","summary":"Soft-delete a driver","description":"Requires features: drivers.manage","tags":["Road"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdDeleteParameters0Schema"}}],"responses":{"200":{"description":"Driver deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdDeleteResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","deleted":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Driver not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/road/drivers/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["drivers.manage"],"x-require-auth":true}},"/api/road/drivers/available":{"get":{"operationId":"road_get_api_road_drivers_available","summary":"Return dispatch-ready drivers for a date, optionally filtered by qualification","description":"Requires features: drivers.view","tags":["Road"],"parameters":[{"name":"date","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversAvailableGetParameters0Schema"},"example":"string"},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversAvailableGetParameters1Schema"},"example":1},{"name":"qualification","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversAvailableGetParameters2Schema"},"example":"ADR_BASE"}],"responses":{"200":{"description":"Available drivers","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversAvailableGetResponses200ContentApplicationJsonSchema"},"example":[{"id":"00000000-0000-4000-8000-000000000000","firstName":"string","lastName":"string","phone":null,"licenseCategories":["string"],"qualifications":["string"]}]}}},"400":{"description":"Invalid query","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversAvailableGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversAvailableGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversAvailableGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/road/drivers/available?date=string&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["drivers.view"],"x-require-auth":true}},"/api/road/driver/me":{"get":{"operationId":"road_get_api_road_driver_me","summary":"Returns the current linked driver profile.","tags":["Road"],"parameters":[],"responses":{"200":{"description":"Driver profile","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriverMeGetResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","firstName":"string","lastName":"string","phone":null,"email":null,"userId":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriverMeGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/road/driver/me\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/api/road/drivers/me":{"get":{"operationId":"road_get_api_road_drivers_me","summary":"Returns the driver linked to the current OM user","tags":["Road"],"parameters":[],"responses":{"200":{"description":"Driver profile","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversMeGetResponses200ContentApplicationJsonSchema"},"example":{"driverId":"00000000-0000-4000-8000-000000000000","userId":null,"firstName":"string","lastName":"string","phone":null,"qualifications":["string"],"licenseCategories":["string"],"isActive":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversMeGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"No linked driver","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversMeGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/road/drivers/me\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/api/road/drivers/pwa-users":{"get":{"operationId":"road_get_api_road_drivers_pwa_users","summary":"Returns staff users from the current organization to link with drivers.","description":"Requires features: drivers.manage","tags":["Road"],"parameters":[{"name":"q","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPwaUsersGetParameters0Schema"},"example":"string"},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPwaUsersGetParameters1Schema"},"example":1}],"responses":{"200":{"description":"Driver-linkable users returned.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPwaUsersGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","email":"user@example.com","organizationId":null,"organizationName":null}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPwaUsersGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPwaUsersGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/road/drivers/pwa-users?pageSize=20\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["drivers.manage"],"x-require-auth":true}},"/api/road/drivers":{"get":{"operationId":"road_get_api_road_drivers","summary":"List drivers","description":"Returns a paginated collection of drivers scoped to the authenticated tenant and organization.\n\nRequires features: drivers.view","tags":["Road"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetParameters1Schema"},"example":1},{"name":"q","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetParameters2Schema"},"example":"string"},{"name":"qualification","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetParameters3Schema"},"example":"ADR_BASE"},{"name":"licenseCategory","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetParameters4Schema"},"example":"B"},{"name":"isActive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetParameters5Schema"},"example":true},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetParameters6Schema"},"example":"lastName"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetParameters7Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetParameters8Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated drivers","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","firstName":"string","lastName":"string","phone":null,"licenseCategories":["string"],"licenseExpires":null,"qualifications":["string"],"adrExpires":null,"cpcExpires":null,"driverCardExpires":null,"isActive":true}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/road/drivers?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["drivers.view"],"x-require-auth":true},"post":{"operationId":"road_post_api_road_drivers","summary":"Create driver","description":"Creates a road driver.\n\nRequires features: drivers.manage","tags":["Road"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchema"},"example":{"firstName":"string","lastName":"string","phone":null,"email":null,"pesel":null,"licenseCategories":[],"licenseNumber":null,"licenseIssuedBy":null,"licenseExpires":null,"qualifications":[],"adrCertificateNumber":null,"adrCertificateClasses":null,"adrExpires":null,"digitalTachographId":null,"driverCardExpires":null,"cpcNumber":null,"cpcExpires":null,"userId":null,"isActive":true}}},"description":"Creates a road driver."},"responses":{"201":{"description":"Driver created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/road/drivers\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"firstName\\\": \\\"string\\\",\n  \\\"lastName\\\": \\\"string\\\",\n  \\\"phone\\\": null,\n  \\\"email\\\": null,\n  \\\"pesel\\\": null,\n  \\\"licenseCategories\\\": [],\n  \\\"licenseNumber\\\": null,\n  \\\"licenseIssuedBy\\\": null,\n  \\\"licenseExpires\\\": null,\n  \\\"qualifications\\\": [],\n  \\\"adrCertificateNumber\\\": null,\n  \\\"adrCertificateClasses\\\": null,\n  \\\"adrExpires\\\": null,\n  \\\"digitalTachographId\\\": null,\n  \\\"driverCardExpires\\\": null,\n  \\\"cpcNumber\\\": null,\n  \\\"cpcExpires\\\": null,\n  \\\"userId\\\": null,\n  \\\"isActive\\\": true\n}\""}],"x-require-features":["drivers.manage"],"x-require-auth":true}},"/api/road/dispatch/assignments/{id}":{"get":{"operationId":"road_get_api_road_dispatch_assignments_id","summary":"Get dispatch assignment","description":"Returns a single dispatch assignment.\n\nRequires features: dispatch.view","tags":["Road"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdGetParameters0Schema"}}],"responses":{"200":{"description":"Dispatch assignment returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdGetResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/road/dispatch/assignments/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["dispatch.view"],"x-require-auth":true},"patch":{"operationId":"road_patch_api_road_dispatch_assignments_id","summary":"Update dispatch assignment","description":"Updates dispatch status or reschedule.\n\nRequires features: dispatch.assign","tags":["Road"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdPatchParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdPatchRequestBodyContentApplicationJsonSchema"},"example":{"plannedPickupAt":null,"plannedDeliveryAt":null,"dispatcherNotes":null,"specialRequirements":null,"version":1}}}},"responses":{"200":{"description":"Dispatch assignment updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdPatchResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://api.open-mercato.local/api/road/dispatch/assignments/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"plannedPickupAt\\\": null,\n  \\\"plannedDeliveryAt\\\": null,\n  \\\"dispatcherNotes\\\": null,\n  \\\"specialRequirements\\\": null,\n  \\\"version\\\": 1\n}\""}],"x-require-features":["dispatch.assign"],"x-require-auth":true},"delete":{"operationId":"road_delete_api_road_dispatch_assignments_id","summary":"Delete dispatch assignment","description":"Unassigns a dispatch (soft delete).\n\nRequires features: dispatch.assign","tags":["Road"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdDeleteParameters0Schema"}}],"responses":{"200":{"description":"Dispatch assignment deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdDeleteResponses200ContentApplicationJsonSchema"},"example":{"success":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/road/dispatch/assignments/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["dispatch.assign"],"x-require-auth":true}},"/api/road/dispatch/assignments":{"get":{"operationId":"road_get_api_road_dispatch_assignments","summary":"List dispatchs","description":"Lists dispatch assignments.\n\nRequires features: dispatch.view","tags":["Road"],"parameters":[],"responses":{"200":{"description":"Paginated dispatchs","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","organizationId":"string","legId":"string","vehicleId":"string","driverId":"string","trailerId":null,"status":"string","plannedPickupAt":null,"plannedDeliveryAt":null,"version":1,"createdAt":"string","updatedAt":"string"}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/road/dispatch/assignments\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["dispatch.view"],"x-require-auth":true},"post":{"operationId":"road_post_api_road_dispatch_assignments","summary":"Create dispatch","description":"Assigns a vehicle and driver to a transport leg.\n\nRequires features: dispatch.assign","tags":["Road"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchema"},"example":{"legId":"00000000-0000-4000-8000-000000000000","vehicleId":"00000000-0000-4000-8000-000000000000","driverId":"00000000-0000-4000-8000-000000000000","trailerId":null,"plannedPickupAt":null,"plannedDeliveryAt":null,"dispatcherNotes":null,"specialRequirements":null}}},"description":"Assigns a vehicle and driver to a transport leg."},"responses":{"201":{"description":"Dispatch created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","organizationId":"string","legId":"string","vehicleId":"string","driverId":"string","trailerId":null,"status":"string","plannedPickupAt":null,"plannedDeliveryAt":null,"version":1,"createdAt":"string","updatedAt":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/road/dispatch/assignments\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"legId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"vehicleId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"driverId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"trailerId\\\": null,\n  \\\"plannedPickupAt\\\": null,\n  \\\"plannedDeliveryAt\\\": null,\n  \\\"dispatcherNotes\\\": null,\n  \\\"specialRequirements\\\": null\n}\""}],"x-require-features":["dispatch.assign"],"x-require-auth":true}},"/api/road/dispatch/suggestions":{"post":{"operationId":"road_post_api_road_dispatch_suggestions","summary":"Create dispatchsuggestions","description":"Returns available vehicles and drivers for a transport leg.\n\nRequires features: dispatch.assign","tags":["Road"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchSuggestionsPostRequestBodyContentApplicationJsonSchema"},"example":{"legId":"00000000-0000-4000-8000-000000000000","windowStart":null,"windowEnd":null}}},"description":"Returns available vehicles and drivers for a transport leg."},"responses":{"201":{"description":"DispatchSuggestions created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchSuggestionsPostResponses201ContentApplicationJsonSchema"},"example":{"vehicles":[{}],"drivers":[{}],"window":{"start":"string","end":"string"}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchSuggestionsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchSuggestionsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/road/dispatch/suggestions\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"legId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"windowStart\\\": null,\n  \\\"windowEnd\\\": null\n}\""}],"x-require-features":["dispatch.assign"],"x-require-auth":true}},"/api/road/driver/active/photos":{"get":{"operationId":"road_get_api_road_driver_active_photos","summary":"Lists photos attached to the active dispatch.","tags":["Road"],"parameters":[],"responses":{"200":{"description":"Dispatch photos","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActivePhotosGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","fileName":"string","fileSize":1,"mimeType":null,"url":"string","thumbnailUrl":"string","createdAt":"string"}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActivePhotosGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/road/driver/active/photos\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"road_post_api_road_driver_active_photos","summary":"Uploads a photo for the active dispatch.","tags":["Road"],"parameters":[],"requestBody":{"required":true,"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActivePhotosPostRequestBodyContentMultipartFormDataSchema"},"example":{"file":"string"}}}},"responses":{"201":{"description":"Photo uploaded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActivePhotosPostResponses201ContentApplicationJsonSchema"},"example":{}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActivePhotosPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/road/driver/active/photos\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: multipart/form-data\" \\\n  -d \"{\n  \\\"file\\\": \\\"string\\\"\n}\""}],"x-require-auth":true}},"/api/road/driver/active":{"get":{"operationId":"road_get_api_road_driver_active","summary":"Returns the active dispatch assignment for the current driver.","tags":["Road"],"parameters":[],"responses":{"200":{"description":"Active driver dispatch","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchema"},"example":null}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/road/driver/active\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/api/road/driver/active/status":{"post":{"operationId":"road_post_api_road_driver_active_status","summary":"Advances the current driver dispatch status.","tags":["Road"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveStatusPostRequestBodyContentApplicationJsonSchema"},"example":{"dispatchId":"00000000-0000-4000-8000-000000000000","status":"ASSIGNED","version":1}}}},"responses":{"200":{"description":"Driver status updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveStatusPostResponses200ContentApplicationJsonSchema"},"example":{}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveStatusPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/road/driver/active/status\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"dispatchId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"status\\\": \\\"ASSIGNED\\\",\n  \\\"version\\\": 1\n}\""}],"x-require-auth":true}},"/api/road/dispatch/driver/orders/{id}/photos":{"get":{"operationId":"road_get_api_road_dispatch_driver_orders_id_photos","summary":"Lists attachments for a driver-visible dispatch order","tags":["Road"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdPhotosGetParameters0Schema"}}],"responses":{"200":{"description":"Dispatch photos","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdPhotosGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","fileName":"string","mimeType":null,"createdAt":"string","imageUrl":"string","fileUrl":"string"}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdPhotosGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/road/dispatch/driver/orders/:id/photos\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"road_post_api_road_dispatch_driver_orders_id_photos","summary":"Uploads a photo attachment for a driver-visible dispatch order","tags":["Road"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdPhotosPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdPhotosPostRequestBodyContentMultipartFormDataSchema"},"example":{"file":"string"}}}},"responses":{"201":{"description":"Photo uploaded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdPhotosPostResponses201ContentApplicationJsonSchema"},"example":{"item":{"id":"00000000-0000-4000-8000-000000000000","fileName":"string","mimeType":null,"createdAt":"string","imageUrl":"string","fileUrl":"string"}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdPhotosPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/road/dispatch/driver/orders/:id/photos\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: multipart/form-data\" \\\n  -d \"{\n  \\\"file\\\": \\\"string\\\"\n}\""}],"x-require-auth":true}},"/api/road/dispatch/driver/orders/{id}":{"get":{"operationId":"road_get_api_road_dispatch_driver_orders_id","summary":"Returns a single dispatch detail limited to the authenticated driver scope","tags":["Road"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetParameters0Schema"}}],"responses":{"200":{"description":"Driver dispatch detail","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","legId":"00000000-0000-4000-8000-000000000000","vehicleId":"00000000-0000-4000-8000-000000000000","driverId":"00000000-0000-4000-8000-000000000000","trailerId":null,"originLocationId":null,"destinationLocationId":null,"status":"string","plannedPickupAt":null,"plannedDeliveryAt":null,"actualDepartureAt":null,"actualPickupAt":null,"actualDeliveryAt":null,"completedAt":null,"dispatcherNotes":null,"specialRequirements":null,"version":1,"assignedByUserId":null,"createdAt":"string","updatedAt":"string","vehiclePlate":null,"originLocationName":null,"destinationLocationName":null,"ecmrDocumentId":null,"ecmrDocumentNumber":null,"ecmrStatus":null,"isActive":true,"nextStatuses":["string"],"photos":[{"id":"00000000-0000-4000-8000-000000000000","fileName":"string","mimeType":null,"createdAt":"string","imageUrl":"string","tags":["string"]}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"No linked driver","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Dispatch not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/road/dispatch/driver/orders/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/api/road/driver/orders":{"get":{"operationId":"road_get_api_road_driver_orders","summary":"Lists dispatch assignments for the current driver account.","tags":["Road"],"parameters":[],"responses":{"200":{"description":"Driver orders","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchema"},"example":{"activeDispatchId":null,"items":[{"id":"00000000-0000-4000-8000-000000000000","orderNumber":"string","status":"string","plannedPickupAt":null,"plannedDeliveryAt":null,"actualPickupAt":null,"actualDeliveryAt":null,"vehiclePlate":null,"originLabel":null,"destinationLabel":null,"attachmentCount":1,"ecmr":null}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/road/driver/orders\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/api/road/legs/{id}":{"get":{"operationId":"road_get_api_road_legs_id","summary":"Get transport leg","description":"Returns a single transport leg.\n\nRequires features: dispatch.view","tags":["Road"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdGetParameters0Schema"}}],"responses":{"200":{"description":"Transport leg returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdGetResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/road/legs/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["dispatch.view"],"x-require-auth":true},"patch":{"operationId":"road_patch_api_road_legs_id","summary":"Update transport leg","description":"Updates a transport leg.\n\nRequires features: dispatch.manage","tags":["Road"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdPatchParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchema"},"example":{"cargoId":null,"originLocationId":null,"destinationLocationId":null,"requiredVehicleType":null,"requiredCapabilities":[],"requiredQualifications":[],"scheduledPickupAt":null,"scheduledDeliveryAt":null,"notes":null}}}},"responses":{"200":{"description":"Transport leg updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdPatchResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://api.open-mercato.local/api/road/legs/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"cargoId\\\": null,\n  \\\"originLocationId\\\": null,\n  \\\"destinationLocationId\\\": null,\n  \\\"requiredVehicleType\\\": null,\n  \\\"requiredCapabilities\\\": [],\n  \\\"requiredQualifications\\\": [],\n  \\\"scheduledPickupAt\\\": null,\n  \\\"scheduledDeliveryAt\\\": null,\n  \\\"notes\\\": null\n}\""}],"x-require-features":["dispatch.manage"],"x-require-auth":true},"delete":{"operationId":"road_delete_api_road_legs_id","summary":"Delete transport leg","description":"Soft-deletes a transport leg.\n\nRequires features: dispatch.manage","tags":["Road"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdDeleteParameters0Schema"}}],"responses":{"200":{"description":"Transport leg deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdDeleteResponses200ContentApplicationJsonSchema"},"example":{"success":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/road/legs/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["dispatch.manage"],"x-require-auth":true}},"/api/road/legs":{"get":{"operationId":"road_get_api_road_legs","summary":"List legs","description":"Lists transport legs.\n\nRequires features: dispatch.view","tags":["Road"],"parameters":[],"responses":{"200":{"description":"Paginated legs","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","organizationId":"string","cargoId":null,"originLocationId":null,"destinationLocationId":null,"requiredVehicleType":null,"requiredCapabilities":["string"],"requiredQualifications":["string"],"scheduledPickupAt":null,"scheduledDeliveryAt":null,"status":"string","notes":null,"createdAt":"string","updatedAt":"string"}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadLegsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadLegsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/road/legs\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["dispatch.view"],"x-require-auth":true},"post":{"operationId":"road_post_api_road_legs","summary":"Create leg","description":"Creates a transport leg.\n\nRequires features: dispatch.manage","tags":["Road"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchema"},"example":{"cargoId":null,"originLocationId":null,"destinationLocationId":null,"requiredVehicleType":null,"requiredCapabilities":[],"requiredQualifications":[],"scheduledPickupAt":null,"scheduledDeliveryAt":null,"notes":null}}},"description":"Creates a transport leg."},"responses":{"201":{"description":"Leg created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","organizationId":"string","cargoId":null,"originLocationId":null,"destinationLocationId":null,"requiredVehicleType":null,"requiredCapabilities":["string"],"requiredQualifications":["string"],"scheduledPickupAt":null,"scheduledDeliveryAt":null,"status":"string","notes":null,"createdAt":"string","updatedAt":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/road/legs\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"cargoId\\\": null,\n  \\\"originLocationId\\\": null,\n  \\\"destinationLocationId\\\": null,\n  \\\"requiredVehicleType\\\": null,\n  \\\"requiredCapabilities\\\": [],\n  \\\"requiredQualifications\\\": [],\n  \\\"scheduledPickupAt\\\": null,\n  \\\"scheduledDeliveryAt\\\": null,\n  \\\"notes\\\": null\n}\""}],"x-require-features":["dispatch.manage"],"x-require-auth":true}},"/api/road/driver/active/manual-location":{"post":{"operationId":"road_post_api_road_driver_active_manual_location","summary":"Reports a manual GPS update for the current active dispatch.","tags":["Road"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchema"},"example":{"dispatchId":null,"latitude":1,"longitude":1,"altitudeM":null,"speedKmh":null,"headingDeg":null,"accuracyM":null,"satellites":null,"hdop":null,"recordedAt":null}}}},"responses":{"200":{"description":"Manual location stored","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveManualLocationPostResponses200ContentApplicationJsonSchema"},"example":{}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveManualLocationPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/road/driver/active/manual-location\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"dispatchId\\\": null,\n  \\\"latitude\\\": 1,\n  \\\"longitude\\\": 1,\n  \\\"altitudeM\\\": null,\n  \\\"speedKmh\\\": null,\n  \\\"headingDeg\\\": null,\n  \\\"accuracyM\\\": null,\n  \\\"satellites\\\": null,\n  \\\"hdop\\\": null,\n  \\\"recordedAt\\\": null\n}\""}],"x-require-auth":true}},"/api/road/tracking/driver/report":{"post":{"operationId":"road_post_api_road_tracking_driver_report","summary":"Creates a `PWA` tracking record linked to the authenticated driver active dispatch","tags":["Road"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchema"},"example":{"latitude":1,"longitude":1,"altitudeM":null,"speedKmh":null,"headingDeg":null,"accuracyM":null,"satellites":null,"hdop":null}}}},"responses":{"201":{"description":"Tracked position created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingDriverReportPostResponses201ContentApplicationJsonSchema"},"example":{}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingDriverReportPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/road/tracking/driver/report\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"latitude\\\": 1,\n  \\\"longitude\\\": 1,\n  \\\"altitudeM\\\": null,\n  \\\"speedKmh\\\": null,\n  \\\"headingDeg\\\": null,\n  \\\"accuracyM\\\": null,\n  \\\"satellites\\\": null,\n  \\\"hdop\\\": null\n}\""}],"x-require-auth":true}},"/api/road/tracking/live":{"get":{"operationId":"road_get_api_road_tracking_live","summary":"Returns the latest tracked position per vehicle for the current organization.","description":"Requires features: road_tracking.view","tags":["Road Tracking"],"parameters":[{"name":"vehicleIds","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetParameters0Schema"},"example":"string"},{"name":"provider","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetParameters1Schema"},"example":"string"},{"name":"freshness","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetParameters2Schema"},"example":"fresh"},{"name":"includeTrailMinutes","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetParameters3Schema"},"example":1}],"responses":{"200":{"description":"Live vehicle positions with geofence-ready location overlays.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","vehicleId":"00000000-0000-4000-8000-000000000000","driverId":null,"dispatchId":null,"legId":null,"latitude":1,"longitude":1,"coordinates":{"latitude":1,"longitude":1},"altitudeM":null,"speedKmh":null,"headingDeg":null,"source":"string","accuracyM":null,"satellites":null,"hdop":null,"providerName":"string","providerPayload":null,"recordedAt":"string","receivedAt":"string","createdAt":"string","registrationPlate":null,"gpsProvider":null,"isActive":true,"driverName":null,"freshness":"fresh","ageMinutes":1,"trail":[{"latitude":1,"longitude":1,"recordedAt":"string"}]}],"geofenceLocations":[{"locationId":"00000000-0000-4000-8000-000000000000","name":"string","latitude":1,"longitude":1,"geofenceRadiusM":1}],"generatedAt":"string"}}}},"400":{"description":"Invalid query","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/road/tracking/live?includeTrailMinutes=30\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["road_tracking.view"],"x-require-auth":true}},"/api/road/tracking/position":{"post":{"operationId":"road_post_api_road_tracking_position","summary":"Creates a manual road tracking position report.","description":"Requires features: road_tracking.view","tags":["Road Tracking"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchema"},"example":{"vehicleId":"00000000-0000-4000-8000-000000000000","driverId":null,"dispatchId":null,"legId":null,"latitude":1,"longitude":1,"altitudeM":null,"speedKmh":null,"headingDeg":null,"source":"MANUAL","accuracyM":null,"satellites":null,"hdop":null,"providerPayload":null}}}},"responses":{"201":{"description":"Tracked position created.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","vehicleId":"00000000-0000-4000-8000-000000000000","driverId":null,"dispatchId":null,"legId":null,"latitude":1,"longitude":1,"coordinates":{"latitude":1,"longitude":1},"altitudeM":null,"speedKmh":null,"headingDeg":null,"source":"string","accuracyM":null,"satellites":null,"hdop":null,"providerName":"string","providerPayload":null,"recordedAt":"string","receivedAt":"string","createdAt":"string"}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/road/tracking/position\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"vehicleId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"driverId\\\": null,\n  \\\"dispatchId\\\": null,\n  \\\"legId\\\": null,\n  \\\"latitude\\\": 1,\n  \\\"longitude\\\": 1,\n  \\\"altitudeM\\\": null,\n  \\\"speedKmh\\\": null,\n  \\\"headingDeg\\\": null,\n  \\\"source\\\": \\\"MANUAL\\\",\n  \\\"accuracyM\\\": null,\n  \\\"satellites\\\": null,\n  \\\"hdop\\\": null,\n  \\\"providerPayload\\\": null\n}\""}],"x-require-features":["road_tracking.view"],"x-require-auth":true}},"/api/road/tracking/vehicle/{id}/history":{"get":{"operationId":"road_get_api_road_tracking_vehicle_id_history","summary":"Returns tracked position history for a single vehicle and time range.","description":"Requires features: road_tracking.view","tags":["Road Tracking"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"from","in":"query","required":true,"schema":{}},{"name":"to","in":"query","required":true,"schema":{}},{"name":"maxPoints","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetParameters3Schema"},"example":1}],"responses":{"200":{"description":"Vehicle tracking history with replay summary.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchema"},"example":{"vehicleId":"00000000-0000-4000-8000-000000000000","registrationPlate":null,"points":[{"id":"00000000-0000-4000-8000-000000000000","vehicleId":"00000000-0000-4000-8000-000000000000","driverId":null,"dispatchId":null,"legId":null,"latitude":1,"longitude":1,"coordinates":{"latitude":1,"longitude":1},"altitudeM":null,"speedKmh":null,"headingDeg":null,"source":"string","accuracyM":null,"satellites":null,"hdop":null,"providerName":"string","providerPayload":null,"recordedAt":"string","receivedAt":"string","createdAt":"string"}],"stops":[{"startedAt":"string","endedAt":"string","durationMinutes":1,"latitude":1,"longitude":1}],"summary":{"pointCount":1,"distanceKmEstimate":1}}}}},"400":{"description":"Invalid query","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Vehicle not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/road/tracking/vehicle/00000000-0000-4000-8000-000000000000/history?maxPoints=500\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["road_tracking.view"],"x-require-auth":true}},"/api/road/ecmr/{id}/archive":{"post":{"operationId":"road_post_api_road_ecmr_id_archive","summary":"Archive eCMR","description":"Requires features: ecmr.archive","tags":["Road"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdArchivePostParameters0Schema"}}],"responses":{"200":{"description":"Archived","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdArchivePostResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","status":"string","sealHash":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdArchivePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdArchivePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/road/ecmr/:id/archive\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["ecmr.archive"],"x-require-auth":true}},"/api/road/ecmr/{id}/deliver":{"post":{"operationId":"road_post_api_road_ecmr_id_deliver","summary":"Deliver eCMR and capture receiver signature","description":"Requires features: ecmr.deliver","tags":["Road"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdDeliverPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdDeliverPostRequestBodyContentApplicationJsonSchema"},"example":{"deliveredAt":"2025-01-01T00:00:00.000Z","receiverName":"string","receiverCompany":null,"signerTitle":null,"receiverReservationSlotId":null,"receiverReservationReference":null,"notes":null}}}},"responses":{"200":{"description":"Delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdDeliverPostResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","status":"string","sealHash":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdDeliverPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdDeliverPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/road/ecmr/:id/deliver\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"deliveredAt\\\": \\\"2025-01-01T00:00:00.000Z\\\",\n  \\\"receiverName\\\": \\\"string\\\",\n  \\\"receiverCompany\\\": null,\n  \\\"signerTitle\\\": null,\n  \\\"receiverReservationSlotId\\\": null,\n  \\\"receiverReservationReference\\\": null,\n  \\\"notes\\\": null\n}\""}],"x-require-features":["ecmr.deliver"],"x-require-auth":true}},"/api/road/ecmr/{id}/pdf":{"get":{"operationId":"road_get_api_road_ecmr_id_pdf","summary":"Get eCMR PDF","description":"Requires features: ecmr.view","tags":["Road"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdPdfGetParameters0Schema"}}],"responses":{"200":{"description":"PDF binary","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdPdfGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdPdfGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdPdfGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/road/ecmr/:id/pdf\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["ecmr.view"],"x-require-auth":true}},"/api/road/ecmr/{id}/qr":{"get":{"operationId":"road_get_api_road_ecmr_id_qr","summary":"Get QR artifact for eCMR inspection","description":"Requires features: ecmr.view","tags":["Road"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdQrGetParameters0Schema"}}],"responses":{"200":{"description":"QR artifact","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdQrGetResponses200ContentApplicationJsonSchema"},"example":{}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdQrGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdQrGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/road/ecmr/:id/qr\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["ecmr.view"],"x-require-auth":true}},"/api/road/ecmr/{id}":{"get":{"operationId":"road_get_api_road_ecmr_id","summary":"Get eCMR detail","description":"Requires features: ecmr.view","tags":["Road"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdGetParameters0Schema"}}],"responses":{"200":{"description":"eCMR detail","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdGetResponses200ContentApplicationJsonSchema"},"example":{}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/road/ecmr/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["ecmr.view"],"x-require-auth":true}},"/api/road/ecmr/{id}/sign":{"post":{"operationId":"road_post_api_road_ecmr_id_sign","summary":"Sign eCMR as sender or carrier","description":"Requires features: ecmr.sign","tags":["Road"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdSignPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdSignPostRequestBodyContentApplicationJsonSchema"},"example":{"role":"SENDER","signerName":"string","signerCompany":"string","signerTitle":null,"signerUserId":null}}}},"responses":{"200":{"description":"Signed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdSignPostResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","status":"string","sealHash":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdSignPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdSignPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/road/ecmr/:id/sign\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"role\\\": \\\"SENDER\\\",\n  \\\"signerName\\\": \\\"string\\\",\n  \\\"signerCompany\\\": \\\"string\\\",\n  \\\"signerTitle\\\": null,\n  \\\"signerUserId\\\": null\n}\""}],"x-require-features":["ecmr.sign"],"x-require-auth":true}},"/api/road/driver/active/qr":{"get":{"operationId":"road_get_api_road_driver_active_qr","summary":"Returns the QR artifact for the active dispatch eCMR.","tags":["Road"],"parameters":[],"responses":{"200":{"description":"Active eCMR QR","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveQrGetResponses200ContentApplicationJsonSchema"},"example":{}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveQrGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/road/driver/active/qr\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/api/road/ecmr":{"get":{"operationId":"road_get_api_road_ecmr","summary":"List ecmrs","description":"Returns a paginated collection of ecmrs scoped to the authenticated tenant and organization.\n\nRequires features: ecmr.view","tags":["Road"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetParameters1Schema"},"example":1},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetParameters2Schema"},"example":"DRAFT"},{"name":"documentNumber","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetParameters3Schema"},"example":"string"},{"name":"referenceNumber","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetParameters4Schema"},"example":"string"},{"name":"dispatchId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetParameters5Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"driverId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetParameters6Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"vehicleId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetParameters7Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetParameters8Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated ecmrs","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","documentNumber":"string","status":"string","issueDate":"string","referenceNumber":null,"senderName":null,"carrierName":null,"receiverName":null,"placeOfTakingOver":"string","placeOfDelivery":"string","currentSealHash":"string"}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/road/ecmr?page=1&pageSize=25\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["ecmr.view"],"x-require-auth":true},"post":{"operationId":"road_post_api_road_ecmr","summary":"Create ecmr","description":"Creates an eCMR draft.\n\nRequires features: ecmr.manage","tags":["Road"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchema"},"example":{"issueDate":"2025-01-01T00:00:00.000Z","referenceNumber":null,"dispatchId":null,"driverId":null,"vehicleId":null,"senderSnapshot":{"name":"string","company":null,"street":null,"city":null,"postalCode":null,"countryCode":null,"locode":null,"contactPhone":null,"taxId":null},"carrierSnapshot":{"name":"string","company":null,"street":null,"city":null,"postalCode":null,"countryCode":null,"locode":null,"contactPhone":null,"taxId":null},"receiverSnapshot":{"name":"string","company":null,"street":null,"city":null,"postalCode":null,"countryCode":null,"locode":null,"contactPhone":null,"taxId":null},"senderLocationId":null,"carrierLocationId":null,"receiverLocationId":null,"placeOfTakingOver":"string","placeOfDelivery":"string","plannedPickupAt":null,"plannedDeliveryAt":null,"goodsDescription":"string","goodsPackagesCount":null,"goodsGrossWeightKg":null,"goodsVolumeM3":null,"goodsHsCode":null,"goodsMarksAndNumbers":null,"temperatureRequirements":null,"carrierInstructions":null,"receiverInstructions":null,"vehicleRegistrationNumber":null,"trailerRegistrationNumber":null}}},"description":"Creates an eCMR draft."},"responses":{"201":{"description":"eCMR created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/road/ecmr\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"issueDate\\\": \\\"2025-01-01T00:00:00.000Z\\\",\n  \\\"referenceNumber\\\": null,\n  \\\"dispatchId\\\": null,\n  \\\"driverId\\\": null,\n  \\\"vehicleId\\\": null,\n  \\\"senderSnapshot\\\": {\n    \\\"name\\\": \\\"string\\\",\n    \\\"company\\\": null,\n    \\\"street\\\": null,\n    \\\"city\\\": null,\n    \\\"postalCode\\\": null,\n    \\\"countryCode\\\": null,\n    \\\"locode\\\": null,\n    \\\"contactPhone\\\": null,\n    \\\"taxId\\\": null\n  },\n  \\\"carrierSnapshot\\\": {\n    \\\"name\\\": \\\"string\\\",\n    \\\"company\\\": null,\n    \\\"street\\\": null,\n    \\\"city\\\": null,\n    \\\"postalCode\\\": null,\n    \\\"countryCode\\\": null,\n    \\\"locode\\\": null,\n    \\\"contactPhone\\\": null,\n    \\\"taxId\\\": null\n  },\n  \\\"receiverSnapshot\\\": {\n    \\\"name\\\": \\\"string\\\",\n    \\\"company\\\": null,\n    \\\"street\\\": null,\n    \\\"city\\\": null,\n    \\\"postalCode\\\": null,\n    \\\"countryCode\\\": null,\n    \\\"locode\\\": null,\n    \\\"contactPhone\\\": null,\n    \\\"taxId\\\": null\n  },\n  \\\"senderLocationId\\\": null,\n  \\\"carrierLocationId\\\": null,\n  \\\"receiverLocationId\\\": null,\n  \\\"placeOfTakingOver\\\": \\\"string\\\",\n  \\\"placeOfDelivery\\\": \\\"string\\\",\n  \\\"plannedPickupAt\\\": null,\n  \\\"plannedDeliveryAt\\\": null,\n  \\\"goodsDescription\\\": \\\"string\\\",\n  \\\"goodsPackagesCount\\\": null,\n  \\\"goodsGrossWeightKg\\\": null,\n  \\\"goodsVolumeM3\\\": null,\n  \\\"goodsHsCode\\\": null,\n  \\\"goodsMarksAndNumbers\\\": null,\n  \\\"temperatureRequirements\\\": null,\n  \\\"carrierInstructions\\\": null,\n  \\\"receiverInstructions\\\": null,\n  \\\"vehicleRegistrationNumber\\\": null,\n  \\\"trailerRegistrationNumber\\\": null\n}\""}],"x-require-features":["ecmr.manage"],"x-require-auth":true}},"/api/road/geofences/{id}":{"get":{"operationId":"road_get_api_road_geofences_id","summary":"Returns a single geofence.","description":"Requires features: routing.view","tags":["Road Routing"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetParameters0Schema"}}],"responses":{"200":{"description":"Geofence returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","name":"string","type":"TERMINAL","centerLat":1,"centerLng":1,"radiusKm":1,"polygon":null,"locationId":null,"linkedEntityType":null,"linkedEntityId":null,"triggerOnEnter":true,"triggerOnExit":true,"notificationTargets":null,"isActive":true,"metadata":null,"createdAt":null,"updatedAt":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Geofence not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/road/geofences/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["routing.view"],"x-require-auth":true}},"/api/road/geofences":{"get":{"operationId":"road_get_api_road_geofences","summary":"Lists geofences.","description":"Requires features: routing.view","tags":["Road Routing"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetParameters1Schema"},"example":1},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetParameters2Schema"},"example":"string"},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetParameters3Schema"},"example":"string"},{"name":"locationId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetParameters4Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"type","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetParameters5Schema"},"example":"TERMINAL"},{"name":"isActive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetParameters6Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetParameters7Schema"},"example":"name"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetParameters8Schema"},"example":"asc"}],"responses":{"200":{"description":"Geofences returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","name":"string","type":"TERMINAL","centerLat":1,"centerLng":1,"radiusKm":1,"polygon":null,"locationId":null,"linkedEntityType":null,"linkedEntityId":null,"triggerOnEnter":true,"triggerOnExit":true,"notificationTargets":null,"isActive":true,"metadata":null,"createdAt":null,"updatedAt":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/road/geofences?page=1&pageSize=25\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["routing.view"],"x-require-auth":true},"post":{"operationId":"road_post_api_road_geofences","summary":"Creates a geofence.","description":"Requires features: routing.manage","tags":["Road Routing"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchema"},"example":{"name":"string","type":"TERMINAL","centerLat":1,"centerLng":1,"radiusKm":1,"polygon":null,"locationId":null,"linkedEntityType":null,"linkedEntityId":null,"triggerOnEnter":true,"triggerOnExit":false,"notificationTargets":null,"isActive":true,"metadata":null}}}},"responses":{"201":{"description":"Geofence created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","name":"string","type":"TERMINAL","centerLat":1,"centerLng":1,"radiusKm":1,"polygon":null,"locationId":null,"linkedEntityType":null,"linkedEntityId":null,"triggerOnEnter":true,"triggerOnExit":true,"notificationTargets":null,"isActive":true,"metadata":null,"createdAt":null,"updatedAt":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/road/geofences\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"name\\\": \\\"string\\\",\n  \\\"type\\\": \\\"TERMINAL\\\",\n  \\\"centerLat\\\": 1,\n  \\\"centerLng\\\": 1,\n  \\\"radiusKm\\\": 1,\n  \\\"polygon\\\": null,\n  \\\"locationId\\\": null,\n  \\\"linkedEntityType\\\": null,\n  \\\"linkedEntityId\\\": null,\n  \\\"triggerOnEnter\\\": true,\n  \\\"triggerOnExit\\\": false,\n  \\\"notificationTargets\\\": null,\n  \\\"isActive\\\": true,\n  \\\"metadata\\\": null\n}\""}],"x-require-features":["routing.manage"],"x-require-auth":true},"put":{"operationId":"road_put_api_road_geofences","summary":"Updates a geofence.","description":"Requires features: routing.manage","tags":["Road Routing"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","polygon":null,"locationId":null,"linkedEntityType":null,"linkedEntityId":null,"notificationTargets":null,"metadata":null}}}},"responses":{"200":{"description":"Geofence updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","name":"string","type":"TERMINAL","centerLat":1,"centerLng":1,"radiusKm":1,"polygon":null,"locationId":null,"linkedEntityType":null,"linkedEntityId":null,"triggerOnEnter":true,"triggerOnExit":true,"notificationTargets":null,"isActive":true,"metadata":null,"createdAt":null,"updatedAt":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/road/geofences\" \\\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  \\\"polygon\\\": null,\n  \\\"locationId\\\": null,\n  \\\"linkedEntityType\\\": null,\n  \\\"linkedEntityId\\\": null,\n  \\\"notificationTargets\\\": null,\n  \\\"metadata\\\": null\n}\""}],"x-require-features":["routing.manage"],"x-require-auth":true},"delete":{"operationId":"road_delete_api_road_geofences","summary":"Deletes a geofence.","description":"Requires features: routing.manage","tags":["Road Routing"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Geofence deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/road/geofences\" \\\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-features":["routing.manage"],"x-require-auth":true}},"/api/road/routes/{id}":{"get":{"operationId":"routingGetRoute","summary":"Returns a single immutable road route snapshot.","description":"Requires features: routing.view","tags":["Road Routing"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetParameters0Schema"}}],"responses":{"200":{"description":"Route returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","legId":null,"dispatchId":null,"origin":{"lat":1,"lng":1,"label":null,"address":null},"destination":{"lat":1,"lng":1,"label":null,"address":null},"waypoints":null,"distanceKm":1,"durationMinutes":1,"trafficDelayMinutes":null,"polyline":"string","boundingBox":null,"countrySegments":[{"country":"string","distanceKm":1,"durationMinutes":1}],"tollSegments":null,"totalCostPln":null,"costBreakdown":null,"fuelEstimateLiters":null,"transportMode":"string","vehicleProfile":null,"provider":"HERE","providerRequestId":null,"source":"live","confidence":"high","degradedReasonCode":null,"cacheKey":null,"cacheAgeSeconds":null,"linkedEntityType":null,"linkedEntityId":null,"calculatedAt":"string","createdAt":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Route not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/road/routes/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["routing.view"],"x-require-auth":true}},"/api/road/routes":{"get":{"operationId":"routingListRoutes","summary":"Lists immutable road route snapshots.","description":"Requires features: routing.view","tags":["Road Routing"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetParameters1Schema"},"example":1},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetParameters2Schema"},"example":"string"},{"name":"dispatchId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetParameters3Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"legId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetParameters4Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"provider","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetParameters5Schema"},"example":"HERE"},{"name":"source","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetParameters6Schema"},"example":"live"},{"name":"confidence","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetParameters7Schema"},"example":"high"},{"name":"linkedEntityType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetParameters8Schema"},"example":"shipment"},{"name":"linkedEntityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetParameters9Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetParameters10Schema"},"example":"calculatedAt"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetParameters11Schema"},"example":"asc"}],"responses":{"200":{"description":"Routes returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","legId":null,"dispatchId":null,"origin":{"lat":1,"lng":1,"label":null,"address":null},"destination":{"lat":1,"lng":1,"label":null,"address":null},"waypoints":null,"distanceKm":1,"durationMinutes":1,"trafficDelayMinutes":null,"polyline":"string","boundingBox":null,"countrySegments":[{"country":"string","distanceKm":1,"durationMinutes":1}],"tollSegments":null,"totalCostPln":null,"costBreakdown":null,"fuelEstimateLiters":null,"transportMode":"string","vehicleProfile":null,"provider":"HERE","providerRequestId":null,"source":"live","confidence":"high","degradedReasonCode":null,"cacheKey":null,"cacheAgeSeconds":null,"linkedEntityType":null,"linkedEntityId":null,"calculatedAt":"string","createdAt":"string"}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/road/routes?page=1&pageSize=25\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["routing.view"],"x-require-auth":true},"post":{"operationId":"routingCreateRoute","summary":"Creates an immutable road route snapshot.","description":"Requires features: routing.manage","tags":["Road Routing"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchema"},"example":{"legId":null,"dispatchId":null,"origin":{"lat":1,"lng":1,"label":null,"address":null},"destination":{"lat":1,"lng":1,"label":null,"address":null},"waypoints":null,"distanceKm":1,"durationMinutes":1,"trafficDelayMinutes":null,"polyline":"string","boundingBox":null,"countrySegments":[{"country":"string","distanceKm":1,"durationMinutes":1}],"tollSegments":null,"totalCostPln":null,"costBreakdown":null,"fuelEstimateLiters":null,"transportMode":"TRUCK","vehicleProfile":null,"provider":"HERE","providerRequestId":null,"source":"live","confidence":"medium","degradedReasonCode":null,"cacheKey":null,"cacheAgeSeconds":null,"linkedEntityType":null,"linkedEntityId":null,"providerPayload":null}}}},"responses":{"201":{"description":"Route created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","legId":null,"dispatchId":null,"origin":{"lat":1,"lng":1,"label":null,"address":null},"destination":{"lat":1,"lng":1,"label":null,"address":null},"waypoints":null,"distanceKm":1,"durationMinutes":1,"trafficDelayMinutes":null,"polyline":"string","boundingBox":null,"countrySegments":[{"country":"string","distanceKm":1,"durationMinutes":1}],"tollSegments":null,"totalCostPln":null,"costBreakdown":null,"fuelEstimateLiters":null,"transportMode":"string","vehicleProfile":null,"provider":"HERE","providerRequestId":null,"source":"live","confidence":"high","degradedReasonCode":null,"cacheKey":null,"cacheAgeSeconds":null,"linkedEntityType":null,"linkedEntityId":null,"calculatedAt":"string","createdAt":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/road/routes\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"legId\\\": null,\n  \\\"dispatchId\\\": null,\n  \\\"origin\\\": {\n    \\\"lat\\\": 1,\n    \\\"lng\\\": 1,\n    \\\"label\\\": null,\n    \\\"address\\\": null\n  },\n  \\\"destination\\\": {\n    \\\"lat\\\": 1,\n    \\\"lng\\\": 1,\n    \\\"label\\\": null,\n    \\\"address\\\": null\n  },\n  \\\"waypoints\\\": null,\n  \\\"distanceKm\\\": 1,\n  \\\"durationMinutes\\\": 1,\n  \\\"trafficDelayMinutes\\\": null,\n  \\\"polyline\\\": \\\"string\\\",\n  \\\"boundingBox\\\": null,\n  \\\"countrySegments\\\": [\n    {\n      \\\"country\\\": \\\"string\\\",\n      \\\"distanceKm\\\": 1,\n      \\\"durationMinutes\\\": 1\n    }\n  ],\n  \\\"tollSegments\\\": null,\n  \\\"totalCostPln\\\": null,\n  \\\"costBreakdown\\\": null,\n  \\\"fuelEstimateLiters\\\": null,\n  \\\"transportMode\\\": \\\"TRUCK\\\",\n  \\\"vehicleProfile\\\": null,\n  \\\"provider\\\": \\\"HERE\\\",\n  \\\"providerRequestId\\\": null,\n  \\\"source\\\": \\\"live\\\",\n  \\\"confidence\\\": \\\"medium\\\",\n  \\\"degradedReasonCode\\\": null,\n  \\\"cacheKey\\\": null,\n  \\\"cacheAgeSeconds\\\": null,\n  \\\"linkedEntityType\\\": null,\n  \\\"linkedEntityId\\\": null,\n  \\\"providerPayload\\\": null\n}\""}],"x-require-features":["routing.manage"],"x-require-auth":true}},"/api/road/routing/calculate":{"post":{"operationId":"routingCalculateRoute","summary":"Calculates a route from coordinates or a linked shipment/dispatch entity.","description":"Requires features: routing.manage","tags":["Road Routing"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchema"},"example":{"waypoints":[],"dispatchId":null,"legId":null,"mode":"road","transportMode":"TRUCK","vehicleProfile":null,"departureAt":null,"maxAgeSeconds":null,"forceRefresh":false}}}},"responses":{"201":{"description":"Route calculated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchema"},"example":{"route":{"id":"00000000-0000-4000-8000-000000000000","legId":null,"dispatchId":null,"linkedEntityType":null,"linkedEntityId":null,"originLabel":null,"destinationLabel":null,"origin":{"lat":1,"lng":1,"label":null,"address":null},"destination":{"lat":1,"lng":1,"label":null,"address":null},"distanceKm":1,"durationMinutes":1,"trafficDelayMinutes":null,"polyline":null,"provider":"HERE","source":"live","confidence":"high","degradedReasonCode":null,"cacheAgeSeconds":null,"calculatedAt":"string"},"meta":{"cacheHit":true,"fallbackUsed":true,"providerHealth":"healthy"}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"422":{"description":"Route points are incomplete","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses422ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/road/routing/calculate\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"waypoints\\\": [],\n  \\\"dispatchId\\\": null,\n  \\\"legId\\\": null,\n  \\\"mode\\\": \\\"road\\\",\n  \\\"transportMode\\\": \\\"TRUCK\\\",\n  \\\"vehicleProfile\\\": null,\n  \\\"departureAt\\\": null,\n  \\\"maxAgeSeconds\\\": null,\n  \\\"forceRefresh\\\": false\n}\""}],"x-require-features":["routing.manage"],"x-require-auth":true}},"/api/road/routing/eta":{"post":{"operationId":"routingRefreshEta","summary":"Refreshes ETA by recalculating the current route contract.","description":"Requires features: routing.manage","tags":["Road Routing"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchema"},"example":{"waypoints":[],"dispatchId":null,"legId":null,"mode":"road","transportMode":"TRUCK","vehicleProfile":null,"departureAt":null,"maxAgeSeconds":null,"forceRefresh":false,"routeId":null}}}},"responses":{"201":{"description":"ETA refreshed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchema"},"example":{"route":{"id":"00000000-0000-4000-8000-000000000000","legId":null,"dispatchId":null,"linkedEntityType":null,"linkedEntityId":null,"originLabel":null,"destinationLabel":null,"origin":{"lat":1,"lng":1,"label":null,"address":null},"destination":{"lat":1,"lng":1,"label":null,"address":null},"distanceKm":1,"durationMinutes":1,"trafficDelayMinutes":null,"polyline":null,"provider":"HERE","source":"live","confidence":"high","degradedReasonCode":null,"cacheAgeSeconds":null,"calculatedAt":"string"},"meta":{"cacheHit":true,"fallbackUsed":true,"providerHealth":"healthy"}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/road/routing/eta\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"waypoints\\\": [],\n  \\\"dispatchId\\\": null,\n  \\\"legId\\\": null,\n  \\\"mode\\\": \\\"road\\\",\n  \\\"transportMode\\\": \\\"TRUCK\\\",\n  \\\"vehicleProfile\\\": null,\n  \\\"departureAt\\\": null,\n  \\\"maxAgeSeconds\\\": null,\n  \\\"forceRefresh\\\": false,\n  \\\"routeId\\\": null\n}\""}],"x-require-features":["routing.manage"],"x-require-auth":true}},"/api/road/routing/matrix/{id}":{"get":{"operationId":"routingGetMatrixRun","summary":"Returns a routing matrix run with request and result snapshots.","description":"Requires features: routing.view","tags":["Road Routing"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetParameters0Schema"}}],"responses":{"200":{"description":"Matrix run returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","status":"completed","provider":"HERE","mode":"road","source":"live","confidence":"high","degradedReasonCode":null,"linkedEntityType":null,"linkedEntityId":null,"originCount":1,"destinationCount":1,"cacheAgeSeconds":null,"requestedByUserId":null,"calculatedAt":"string","createdAt":"string","updatedAt":"string","origins":[{"lat":1,"lng":1,"label":null,"address":null,"id":null}],"destinations":[{"lat":1,"lng":1,"label":null,"address":null,"id":null}],"rows":[{"originIndex":1,"destinationIndex":1,"distanceKm":1,"durationMinutes":1,"confidence":"high"}],"requestSnapshot":{},"resultSnapshot":{"origins":[{"lat":1,"lng":1,"label":null,"address":null,"id":null}],"destinations":[{"lat":1,"lng":1,"label":null,"address":null,"id":null}],"cells":[{"originIndex":1,"destinationIndex":1,"distanceKm":1,"durationMinutes":1,"confidence":"high"}],"source":"live","confidence":"high","degradedReasonCode":null}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Matrix run not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/road/routing/matrix/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["routing.view"],"x-require-auth":true}},"/api/road/routing/matrix":{"get":{"operationId":"routingListMatrixRuns","summary":"Lists routing matrix runs.","description":"Requires features: routing.view","tags":["Road Routing"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetParameters1Schema"},"example":1},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetParameters2Schema"},"example":"string"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetParameters3Schema"},"example":"completed"},{"name":"provider","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetParameters4Schema"},"example":"HERE"},{"name":"source","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetParameters5Schema"},"example":"live"},{"name":"confidence","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetParameters6Schema"},"example":"high"},{"name":"linkedEntityType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetParameters7Schema"},"example":"shipment"},{"name":"linkedEntityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetParameters8Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetParameters9Schema"},"example":"createdAt"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetParameters10Schema"},"example":"asc"}],"responses":{"200":{"description":"Matrix runs returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","status":"completed","provider":"HERE","mode":"road","source":"live","confidence":"high","degradedReasonCode":null,"linkedEntityType":null,"linkedEntityId":null,"originCount":1,"destinationCount":1,"cacheAgeSeconds":null,"requestedByUserId":null,"calculatedAt":"string","createdAt":"string","updatedAt":"string"}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/road/routing/matrix?page=1&pageSize=25\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["routing.view"],"x-require-auth":true},"post":{"operationId":"routingCreateMatrixRun","summary":"Calculates a routing matrix for origin and destination points.","description":"Requires features: routing.manage","tags":["Road Routing"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchema"},"example":{"origins":[{"lat":1,"lng":1,"label":null,"address":null,"id":null}],"destinations":[{"lat":1,"lng":1,"label":null,"address":null,"id":null}],"linkedEntityType":null,"linkedEntityId":null,"mode":"road","vehicleProfile":null,"departureAt":null,"maxAgeSeconds":null,"forceRefresh":false}}}},"responses":{"201":{"description":"Matrix run created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchema"},"example":{"matrixRun":{"id":"00000000-0000-4000-8000-000000000000","status":"completed","provider":"HERE","mode":"road","source":"live","confidence":"high","degradedReasonCode":null,"linkedEntityType":null,"linkedEntityId":null,"originCount":1,"destinationCount":1,"cacheAgeSeconds":null,"requestedByUserId":null,"calculatedAt":"string","createdAt":"string","updatedAt":"string","origins":[{"lat":1,"lng":1,"label":null,"address":null,"id":null}],"destinations":[{"lat":1,"lng":1,"label":null,"address":null,"id":null}],"rows":[{"originIndex":1,"destinationIndex":1,"distanceKm":1,"durationMinutes":1,"confidence":"high"}],"requestSnapshot":{},"resultSnapshot":{"origins":[{"lat":1,"lng":1,"label":null,"address":null,"id":null}],"destinations":[{"lat":1,"lng":1,"label":null,"address":null,"id":null}],"cells":[{"originIndex":1,"destinationIndex":1,"distanceKm":1,"durationMinutes":1,"confidence":"high"}],"source":"live","confidence":"high","degradedReasonCode":null}},"meta":{"cacheHit":true,"fallbackUsed":true}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/road/routing/matrix\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"origins\\\": [\n    {\n      \\\"lat\\\": 1,\n      \\\"lng\\\": 1,\n      \\\"label\\\": null,\n      \\\"address\\\": null,\n      \\\"id\\\": null\n    }\n  ],\n  \\\"destinations\\\": [\n    {\n      \\\"lat\\\": 1,\n      \\\"lng\\\": 1,\n      \\\"label\\\": null,\n      \\\"address\\\": null,\n      \\\"id\\\": null\n    }\n  ],\n  \\\"linkedEntityType\\\": null,\n  \\\"linkedEntityId\\\": null,\n  \\\"mode\\\": \\\"road\\\",\n  \\\"vehicleProfile\\\": null,\n  \\\"departureAt\\\": null,\n  \\\"maxAgeSeconds\\\": null,\n  \\\"forceRefresh\\\": false\n}\""}],"x-require-features":["routing.manage"],"x-require-auth":true}},"/api/road/routing/provider-health":{"get":{"operationId":"routingGetProviderHealth","summary":"Returns routing provider capability and health status.","description":"Requires features: routing.view","tags":["Road Routing"],"parameters":[{"name":"provider","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetParameters0Schema"},"example":"HERE"}],"responses":{"200":{"description":"Provider health returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"providerId":"HERE","label":"string","ok":true,"source":"live","degradedReasonCode":null,"checkedAt":"string","capabilities":["route"],"modes":["road"]}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/road/routing/provider-health\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["routing.view"],"x-require-auth":true}},"/api/rail_network/proximity":{"get":{"operationId":"rail_network_get_api_rail_network_proximity","summary":"Proximity search for rail stations","description":"Find rail stations within a given radius of a geographic point using Haversine distance calculation. PostGIS-compatible.\n\nRequires features: rail_network.stations.view","tags":["Rail Network"],"parameters":[],"responses":{"200":{"description":"Stations within radius","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"stationId":"00000000-0000-4000-8000-000000000000","code":"string","name":"string","city":"string","latitude":1,"longitude":1,"stationType":"string","isElectrified":true,"lineNumbers":null,"kmMarker":null,"distanceKm":1}],"total":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailNetworkProximityGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailNetworkProximityGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/rail_network/proximity\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["rail_network.stations.view"],"x-require-auth":true}},"/api/rail_network/segments":{"get":{"operationId":"rail_network_get_api_rail_network_segments","summary":"List rail segments","description":"Paginated list of rail segments (graph edges) with filtering by line\n\nRequires features: rail_network.segments.view","tags":["Rail Network"],"parameters":[],"responses":{"200":{"description":"Paginated segment list","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","fromStationId":"00000000-0000-4000-8000-000000000000","toStationId":"00000000-0000-4000-8000-000000000000","fromStationName":null,"fromStationCode":null,"toStationName":null,"toStationCode":null,"distanceKm":1,"lineNumber":"string","lineCategory":"string","isElectrified":true,"isActive":true}],"total":1,"page":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/rail_network/segments\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["rail_network.segments.view"],"x-require-auth":true},"post":{"operationId":"rail_network_post_api_rail_network_segments","summary":"Create a rail segment","description":"Create a new rail segment (graph edge) between two stations\n\nRequires features: rail_network.segments.manage","tags":["Rail Network"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","fromStationId":"00000000-0000-4000-8000-000000000000","toStationId":"00000000-0000-4000-8000-000000000000","distanceKm":1,"lineNumber":"string","lineCategory":"TRUNK","isElectrified":true,"maxSpeedKmh":null,"maxAxleLoadTons":null,"infrastructureManager":"string","gaugeMm":1435,"tariffZone":null,"source":"OSM","externalId":null}}}},"responses":{"201":{"description":"Segment created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/rail_network/segments\" \\\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  \\\"fromStationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"toStationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"distanceKm\\\": 1,\n  \\\"lineNumber\\\": \\\"string\\\",\n  \\\"lineCategory\\\": \\\"TRUNK\\\",\n  \\\"isElectrified\\\": true,\n  \\\"maxSpeedKmh\\\": null,\n  \\\"maxAxleLoadTons\\\": null,\n  \\\"infrastructureManager\\\": \\\"string\\\",\n  \\\"gaugeMm\\\": 1435,\n  \\\"tariffZone\\\": null,\n  \\\"source\\\": \\\"OSM\\\",\n  \\\"externalId\\\": null\n}\""}],"x-require-features":["rail_network.segments.manage"],"x-require-auth":true},"put":{"operationId":"rail_network_put_api_rail_network_segments","summary":"Update a rail segment","description":"Update an existing rail segment\n\nRequires features: rail_network.segments.manage","tags":["Rail Network"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","maxSpeedKmh":null,"maxAxleLoadTons":null,"gaugeMm":1435,"tariffZone":null,"externalId":null}}}},"responses":{"200":{"description":"Segment updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/rail_network/segments\" \\\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  \\\"maxSpeedKmh\\\": null,\n  \\\"maxAxleLoadTons\\\": null,\n  \\\"gaugeMm\\\": 1435,\n  \\\"tariffZone\\\": null,\n  \\\"externalId\\\": null\n}\""}],"x-require-features":["rail_network.segments.manage"],"x-require-auth":true},"delete":{"operationId":"rail_network_delete_api_rail_network_segments","summary":"Delete a rail segment","description":"Delete a rail segment\n\nRequires features: rail_network.segments.manage","tags":["Rail Network"],"parameters":[],"responses":{"200":{"description":"Segment deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/rail_network/segments\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["rail_network.segments.manage"],"x-require-auth":true}},"/api/rail_network/stations":{"get":{"operationId":"rail_network_get_api_rail_network_stations","summary":"List rail stations","description":"Paginated list of rail stations with search and filtering\n\nRequires features: rail_network.stations.view","tags":["Rail Network"],"parameters":[],"responses":{"200":{"description":"Paginated station list","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","code":"string","name":"string","city":"string","country":"string","stationType":"string","latitude":1,"longitude":1,"isActive":true}],"total":1,"page":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/rail_network/stations\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["rail_network.stations.view"],"x-require-auth":true},"post":{"operationId":"rail_network_post_api_rail_network_stations","summary":"Create a rail station","description":"Create a new rail station with PKP/PLK codes and geographic coordinates\n\nRequires features: rail_network.stations.manage","tags":["Rail Network"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","code":"string","name":"string","nameInternational":null,"city":"string","voivodeship":null,"country":"POL","latitude":1,"longitude":1,"stationType":"FREIGHT_TERMINAL","infrastructureManager":"string","source":"OSM","externalId":null,"maxTrainLengthM":null,"trackCount":null,"terminalCapacityTeu":null,"lineNumbers":null,"kmMarker":null}}}},"responses":{"201":{"description":"Station created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/rail_network/stations\" \\\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  \\\"code\\\": \\\"string\\\",\n  \\\"name\\\": \\\"string\\\",\n  \\\"nameInternational\\\": null,\n  \\\"city\\\": \\\"string\\\",\n  \\\"voivodeship\\\": null,\n  \\\"country\\\": \\\"POL\\\",\n  \\\"latitude\\\": 1,\n  \\\"longitude\\\": 1,\n  \\\"stationType\\\": \\\"FREIGHT_TERMINAL\\\",\n  \\\"infrastructureManager\\\": \\\"string\\\",\n  \\\"source\\\": \\\"OSM\\\",\n  \\\"externalId\\\": null,\n  \\\"maxTrainLengthM\\\": null,\n  \\\"trackCount\\\": null,\n  \\\"terminalCapacityTeu\\\": null,\n  \\\"lineNumbers\\\": null,\n  \\\"kmMarker\\\": null\n}\""}],"x-require-features":["rail_network.stations.manage"],"x-require-auth":true},"put":{"operationId":"rail_network_put_api_rail_network_stations","summary":"Update a rail station","description":"Update an existing rail station\n\nRequires features: rail_network.stations.manage","tags":["Rail Network"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","nameInternational":null,"voivodeship":null,"country":"POL","externalId":null,"maxTrainLengthM":null,"trackCount":null,"terminalCapacityTeu":null,"lineNumbers":null,"kmMarker":null}}}},"responses":{"200":{"description":"Station updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/rail_network/stations\" \\\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  \\\"nameInternational\\\": null,\n  \\\"voivodeship\\\": null,\n  \\\"country\\\": \\\"POL\\\",\n  \\\"externalId\\\": null,\n  \\\"maxTrainLengthM\\\": null,\n  \\\"trackCount\\\": null,\n  \\\"terminalCapacityTeu\\\": null,\n  \\\"lineNumbers\\\": null,\n  \\\"kmMarker\\\": null\n}\""}],"x-require-features":["rail_network.stations.manage"],"x-require-auth":true},"delete":{"operationId":"rail_network_delete_api_rail_network_stations","summary":"Delete a rail station","description":"Soft-delete a rail station\n\nRequires features: rail_network.stations.manage","tags":["Rail Network"],"parameters":[],"responses":{"200":{"description":"Station deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/rail_network/stations\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["rail_network.stations.manage"],"x-require-auth":true}},"/api/rail_network/sync":{"post":{"operationId":"rail_network_post_api_rail_network_sync","summary":"Sync rail network from external providers","description":"Trigger rail network synchronization from UTK and/or OSM providers. Imports ~2,800 Polish stations from UTK official dataset.\n\nRequires features: rail_network.stations.manage","tags":["Rail Network"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSyncPostRequestBodyContentApplicationJsonSchema"},"example":{"provider":"all"}}}},"responses":{"200":{"description":"Sync completed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSyncPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"message":"string","imported":1,"skipped":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSyncPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSyncPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/rail_network/sync\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"provider\\\": \\\"all\\\"\n}\""}],"x-require-features":["rail_network.stations.manage"],"x-require-auth":true}},"/api/train_planning/train-plans/confirm":{"post":{"operationId":"train_planning_post_api_train_planning_train_plans_confirm","summary":"Confirm a train plan","description":"Confirms a validated train plan. The plan must have passed validation before it can be confirmed.\n\nRequires features: train_planning.confirm","tags":["Train Planning"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansConfirmPostRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Plan confirmed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansConfirmPostResponses200ContentApplicationJsonSchema"},"example":{"planId":"00000000-0000-4000-8000-000000000000"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansConfirmPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansConfirmPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Train plan not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansConfirmPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"422":{"description":"Plan not validated or invalid input","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansConfirmPostResponses422ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/train_planning/train-plans/confirm\" \\\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-features":["train_planning.confirm"],"x-require-auth":true}},"/api/train_planning/train-plans":{"get":{"operationId":"train_planning_get_api_train_planning_train_plans","summary":"List train plans","description":"Paginated list of train plans with optional filtering by status or search term\n\nRequires features: train_planning.view","tags":["Train Planning"],"parameters":[],"responses":{"200":{"description":"Paginated train plan list","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","planNumber":"string","name":null,"status":"draft","locomotiveId":"00000000-0000-4000-8000-000000000000","fromStationId":null,"toStationId":null,"departureDate":null,"totalWeightTonnes":null,"totalLengthMetres":null,"validationErrors":null,"notes":null,"createdAt":"string","updatedAt":"string"}],"total":1,"page":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/train_planning/train-plans\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["train_planning.view"],"x-require-auth":true},"post":{"operationId":"train_planning_post_api_train_planning_train_plans","summary":"Create a train plan","description":"Create a new train consist plan in draft status\n\nRequires features: train_planning.create","tags":["Train Planning"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansPostRequestBodyContentApplicationJsonSchema"},"example":{"planNumber":"string","locomotiveId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"201":{"description":"Train plan created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/train_planning/train-plans\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"planNumber\\\": \\\"string\\\",\n  \\\"locomotiveId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-features":["train_planning.create"],"x-require-auth":true},"put":{"operationId":"train_planning_put_api_train_planning_train_plans","summary":"Update a train plan","description":"Update an existing train plan\n\nRequires features: train_planning.edit","tags":["Train Planning"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Train plan updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/train_planning/train-plans\" \\\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-features":["train_planning.edit"],"x-require-auth":true},"delete":{"operationId":"train_planning_delete_api_train_planning_train_plans","summary":"Delete a train plan","description":"Soft-delete a train plan\n\nRequires features: train_planning.delete","tags":["Train Planning"],"parameters":[],"responses":{"200":{"description":"Train plan deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/train_planning/train-plans\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["train_planning.delete"],"x-require-auth":true}},"/api/train_planning/train-plans/validate":{"post":{"operationId":"train_planning_post_api_train_planning_train_plans_validate","summary":"Validate train consist","description":"Validates consist weight and length against rail network limits. Updates plan status to validated or draft depending on result.\n\nRequires features: train_planning.edit","tags":["Train Planning"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansValidatePostRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Validation result","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansValidatePostResponses200ContentApplicationJsonSchema"},"example":{"valid":true,"errors":["string"],"totals":{"weightTonnes":1,"lengthMetres":1}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansValidatePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansValidatePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Train plan not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansValidatePostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"422":{"description":"Invalid input","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansValidatePostResponses422ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/train_planning/train-plans/validate\" \\\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-features":["train_planning.edit"],"x-require-auth":true}},"/api/train_planning/train-plans/wagons":{"get":{"operationId":"train_planning_get_api_train_planning_train_plans_wagons","summary":"List wagon slots in a train plan","description":"Returns all wagon slots for a given train plan, ordered by position\n\nRequires features: train_planning.view","tags":["Train Planning"],"parameters":[],"responses":{"200":{"description":"Paginated wagon slot list","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","trainPlanId":"00000000-0000-4000-8000-000000000000","wagonId":"00000000-0000-4000-8000-000000000000","position":1,"cargoReference":null,"loadTonnes":null,"notes":null,"createdAt":"string","updatedAt":"string"}],"total":1,"page":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/train_planning/train-plans/wagons\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["train_planning.view"],"x-require-auth":true},"post":{"operationId":"train_planning_post_api_train_planning_train_plans_wagons","summary":"Add a wagon to a train plan","description":"Adds a wagon slot to an existing train plan consist\n\nRequires features: train_planning.edit","tags":["Train Planning"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsPostRequestBodyContentApplicationJsonSchema"},"example":{"trainPlanId":"00000000-0000-4000-8000-000000000000","wagonId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"201":{"description":"Wagon slot added","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsPostResponses201ContentApplicationJsonSchema"},"example":{"slotId":"00000000-0000-4000-8000-000000000000"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/train_planning/train-plans/wagons\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"trainPlanId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"wagonId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-features":["train_planning.edit"],"x-require-auth":true},"put":{"operationId":"train_planning_put_api_train_planning_train_plans_wagons","summary":"Update a wagon slot","description":"Update position, cargo reference, or load for an existing wagon slot\n\nRequires features: train_planning.edit","tags":["Train Planning"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Wagon slot updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/train_planning/train-plans/wagons\" \\\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-features":["train_planning.edit"],"x-require-auth":true},"delete":{"operationId":"train_planning_delete_api_train_planning_train_plans_wagons","summary":"Remove a wagon slot","description":"Remove a wagon from the train plan consist\n\nRequires features: train_planning.edit","tags":["Train Planning"],"parameters":[],"responses":{"200":{"description":"Wagon slot removed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/train_planning/train-plans/wagons\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["train_planning.edit"],"x-require-auth":true}},"/api/terminal_scheduling/harmonogram/generate":{"post":{"operationId":"terminal_scheduling_post_api_terminal_scheduling_harmonogram_generate","summary":"Generate slots from harmonogram","description":"Generate terminal slots from harmonogram timetable entries for a given date range (max 90 days)\n\nRequires features: terminal_scheduling.create","tags":["Terminal Scheduling"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGeneratePostRequestBodyContentApplicationJsonSchema"},"example":{"dateFrom":"2025-01-01T00:00:00.000Z","dateTo":"2025-01-01T00:00:00.000Z","tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Slots generated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGeneratePostResponses200ContentApplicationJsonSchema"},"example":{"generated":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGeneratePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGeneratePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"422":{"description":"Invalid input or date range","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGeneratePostResponses422ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/terminal_scheduling/harmonogram/generate\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"dateFrom\\\": \\\"2025-01-01T00:00:00.000Z\\\",\n  \\\"dateTo\\\": \\\"2025-01-01T00:00:00.000Z\\\",\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-features":["terminal_scheduling.create"],"x-require-auth":true}},"/api/terminal_scheduling/harmonogram":{"get":{"operationId":"terminal_scheduling_get_api_terminal_scheduling_harmonogram","summary":"List harmonogram entries","description":"Paginated list of harmonogram timetable entries\n\nRequires features: terminal_scheduling.view","tags":["Terminal Scheduling"],"parameters":[],"responses":{"200":{"description":"Paginated harmonogram list","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","stationId":"00000000-0000-4000-8000-000000000000","slotType":"arrival","trackNumber":1,"platform":null,"arrivalTime":"string","departureTime":"string","daysOfWeek":[1],"validFrom":"string","validUntil":null,"trainNumber":null,"isActive":true,"notes":null,"createdAt":"string","updatedAt":"string"}],"total":1,"page":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/terminal_scheduling/harmonogram\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["terminal_scheduling.view"],"x-require-auth":true},"post":{"operationId":"terminal_scheduling_post_api_terminal_scheduling_harmonogram","summary":"Create a harmonogram entry","description":"Create a new timetable entry for regular train connections\n\nRequires features: terminal_scheduling.create","tags":["Terminal Scheduling"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPostRequestBodyContentApplicationJsonSchema"},"example":{"stationId":"00000000-0000-4000-8000-000000000000","slotType":"arrival","trackNumber":1,"arrivalTime":"string","departureTime":"string","daysOfWeek":[1],"validFrom":"2025-01-01T00:00:00.000Z","organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"201":{"description":"Harmonogram entry created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/terminal_scheduling/harmonogram\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"stationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"slotType\\\": \\\"arrival\\\",\n  \\\"trackNumber\\\": 1,\n  \\\"arrivalTime\\\": \\\"string\\\",\n  \\\"departureTime\\\": \\\"string\\\",\n  \\\"daysOfWeek\\\": [\n    1\n  ],\n  \\\"validFrom\\\": \\\"2025-01-01T00:00:00.000Z\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-features":["terminal_scheduling.create"],"x-require-auth":true},"put":{"operationId":"terminal_scheduling_put_api_terminal_scheduling_harmonogram","summary":"Update a harmonogram entry","description":"Update an existing harmonogram entry\n\nRequires features: terminal_scheduling.edit","tags":["Terminal Scheduling"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Harmonogram entry updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/terminal_scheduling/harmonogram\" \\\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-features":["terminal_scheduling.edit"],"x-require-auth":true},"delete":{"operationId":"terminal_scheduling_delete_api_terminal_scheduling_harmonogram","summary":"Delete a harmonogram entry","description":"Soft-delete a harmonogram entry\n\nRequires features: terminal_scheduling.delete","tags":["Terminal Scheduling"],"parameters":[],"responses":{"200":{"description":"Harmonogram entry deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/terminal_scheduling/harmonogram\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["terminal_scheduling.delete"],"x-require-auth":true}},"/api/terminal_scheduling/slots/book":{"post":{"operationId":"terminal_scheduling_post_api_terminal_scheduling_slots_book","summary":"Book a terminal slot","description":"Book a planned terminal slot, changing status to booked and triggering shunting request creation\n\nRequires features: terminal_scheduling.book","tags":["Terminal Scheduling"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsBookPostRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Slot booked","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsBookPostResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","status":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsBookPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsBookPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Slot not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsBookPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"422":{"description":"Slot not in planned status","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsBookPostResponses422ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/terminal_scheduling/slots/book\" \\\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-features":["terminal_scheduling.book"],"x-require-auth":true}},"/api/terminal_scheduling/slots/check-conflicts":{"post":{"operationId":"terminal_scheduling_post_api_terminal_scheduling_slots_check_conflicts","summary":"Check for slot conflicts","description":"Check for overlapping track occupancy at a station without creating a slot\n\nRequires features: terminal_scheduling.view","tags":["Terminal Scheduling"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsCheckConflictsPostRequestBodyContentApplicationJsonSchema"},"example":{"stationId":"00000000-0000-4000-8000-000000000000","trackNumber":1,"startTime":"2025-01-01T00:00:00.000Z","endTime":"2025-01-01T00:00:00.000Z"}}}},"responses":{"200":{"description":"Conflict check result","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsCheckConflictsPostResponses200ContentApplicationJsonSchema"},"example":{"conflicts":[{"id":"00000000-0000-4000-8000-000000000000","startTime":"string","endTime":"string"}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsCheckConflictsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsCheckConflictsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"422":{"description":"Invalid input","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsCheckConflictsPostResponses422ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/terminal_scheduling/slots/check-conflicts\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"stationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"trackNumber\\\": 1,\n  \\\"startTime\\\": \\\"2025-01-01T00:00:00.000Z\\\",\n  \\\"endTime\\\": \\\"2025-01-01T00:00:00.000Z\\\"\n}\""}],"x-require-features":["terminal_scheduling.view"],"x-require-auth":true}},"/api/terminal_scheduling/slots":{"get":{"operationId":"terminal_scheduling_get_api_terminal_scheduling_slots","summary":"List terminal slots","description":"Paginated list of terminal slots with optional filtering by station, type, status, track, and date range\n\nRequires features: terminal_scheduling.view","tags":["Terminal Scheduling"],"parameters":[],"responses":{"200":{"description":"Paginated terminal slot list","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","stationId":"00000000-0000-4000-8000-000000000000","slotType":"arrival","status":"planned","trackNumber":1,"platform":null,"startTime":"string","endTime":"string","trainPlanId":null,"cargoDescription":null,"notes":null,"createdAt":"string","updatedAt":"string"}],"total":1,"page":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/terminal_scheduling/slots\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["terminal_scheduling.view"],"x-require-auth":true},"post":{"operationId":"terminal_scheduling_post_api_terminal_scheduling_slots","summary":"Create a terminal slot","description":"Create a new terminal slot with conflict detection\n\nRequires features: terminal_scheduling.create","tags":["Terminal Scheduling"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPostRequestBodyContentApplicationJsonSchema"},"example":{"stationId":"00000000-0000-4000-8000-000000000000","slotType":"arrival","trackNumber":1,"startTime":"2025-01-01T00:00:00.000Z","endTime":"2025-01-01T00:00:00.000Z","organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"201":{"description":"Terminal slot created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"409":{"description":"Track conflict detected","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string","conflicts":[{"id":"string","startTime":"string","endTime":"string"}]}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/terminal_scheduling/slots\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"stationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"slotType\\\": \\\"arrival\\\",\n  \\\"trackNumber\\\": 1,\n  \\\"startTime\\\": \\\"2025-01-01T00:00:00.000Z\\\",\n  \\\"endTime\\\": \\\"2025-01-01T00:00:00.000Z\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-features":["terminal_scheduling.create"],"x-require-auth":true},"put":{"operationId":"terminal_scheduling_put_api_terminal_scheduling_slots","summary":"Update a terminal slot","description":"Update an existing terminal slot with conflict detection\n\nRequires features: terminal_scheduling.edit","tags":["Terminal Scheduling"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Terminal slot updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/terminal_scheduling/slots\" \\\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-features":["terminal_scheduling.edit"],"x-require-auth":true},"delete":{"operationId":"terminal_scheduling_delete_api_terminal_scheduling_slots","summary":"Delete a terminal slot","description":"Soft-delete a terminal slot\n\nRequires features: terminal_scheduling.delete","tags":["Terminal Scheduling"],"parameters":[],"responses":{"200":{"description":"Terminal slot deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/terminal_scheduling/slots\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["terminal_scheduling.delete"],"x-require-auth":true}},"/api/rail_tracking/adapters":{"get":{"operationId":"rail_tracking_get_api_rail_tracking_adapters","summary":"List GPS adapters","description":"Paginated list of GPS adapters with optional filtering by type or search term\n\nRequires features: rail_tracking.view","tags":["Rail Tracking"],"parameters":[],"responses":{"200":{"description":"Paginated adapter list","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","adapterType":"GBOX","name":"string","pollingIntervalSeconds":1,"isActive":true,"lastPollAt":null,"lastError":null,"createdAt":"string","updatedAt":"string"}],"total":1,"page":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/rail_tracking/adapters\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["rail_tracking.view"],"x-require-auth":true},"post":{"operationId":"rail_tracking_post_api_rail_tracking_adapters","summary":"Create a GPS adapter","description":"Register a new GPS adapter for position tracking\n\nRequires features: rail_tracking.manage_adapters","tags":["Rail Tracking"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","adapterType":"GBOX","name":"string","config":null,"pollingIntervalSeconds":60}}}},"responses":{"201":{"description":"Adapter created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/rail_tracking/adapters\" \\\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  \\\"adapterType\\\": \\\"GBOX\\\",\n  \\\"name\\\": \\\"string\\\",\n  \\\"config\\\": null,\n  \\\"pollingIntervalSeconds\\\": 60\n}\""}],"x-require-features":["rail_tracking.manage_adapters"],"x-require-auth":true},"put":{"operationId":"rail_tracking_put_api_rail_tracking_adapters","summary":"Update a GPS adapter","description":"Update an existing GPS adapter configuration\n\nRequires features: rail_tracking.manage_adapters","tags":["Rail Tracking"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","config":null,"pollingIntervalSeconds":60}}}},"responses":{"200":{"description":"Adapter updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/rail_tracking/adapters\" \\\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  \\\"config\\\": null,\n  \\\"pollingIntervalSeconds\\\": 60\n}\""}],"x-require-features":["rail_tracking.manage_adapters"],"x-require-auth":true},"delete":{"operationId":"rail_tracking_delete_api_rail_tracking_adapters","summary":"Delete a GPS adapter","description":"Soft-delete a GPS adapter\n\nRequires features: rail_tracking.manage_adapters","tags":["Rail Tracking"],"parameters":[],"responses":{"200":{"description":"Adapter deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/rail_tracking/adapters\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["rail_tracking.manage_adapters"],"x-require-auth":true}},"/api/rail_tracking/eta":{"get":{"operationId":"rail_tracking_get_api_rail_tracking_eta","summary":"Calculate ETA to destination station","description":"Estimates arrival time based on current position, speed, and rail network distances\n\nRequires features: rail_tracking.view","tags":["Rail Tracking"],"parameters":[],"responses":{"200":{"description":"ETA calculation result","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailTrackingEtaGetResponses200ContentApplicationJsonSchema"},"example":{"locomotiveId":"00000000-0000-4000-8000-000000000000","destinationStationId":"00000000-0000-4000-8000-000000000000","currentPosition":{"latitude":1,"longitude":1,"speedKmh":null,"recordedAt":"string"},"distance":{"straightLineKm":1,"estimatedRailKm":1},"eta":{"estimatedMinutes":1,"estimatedArrival":"string","basedOnSpeedKmh":1,"confidence":"measured"}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailTrackingEtaGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailTrackingEtaGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/rail_tracking/eta\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["rail_tracking.view"],"x-require-auth":true}},"/api/rail_tracking/positions":{"get":{"operationId":"rail_tracking_get_api_rail_tracking_positions","summary":"List GPS positions","description":"Paginated list of recorded GPS positions with optional filtering\n\nRequires features: rail_tracking.view","tags":["Rail Tracking"],"parameters":[],"responses":{"200":{"description":"Paginated position list","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","adapter_id":"00000000-0000-4000-8000-000000000000","locomotive_id":"00000000-0000-4000-8000-000000000000","latitude":1,"longitude":1,"speed_kmh":null,"heading_degrees":null,"altitude_m":null,"accuracy_m":null,"nearest_station_id":null,"recorded_at":"string","received_at":"string"}],"total":1,"page":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/rail_tracking/positions\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["rail_tracking.view"],"x-require-auth":true},"post":{"operationId":"rail_tracking_post_api_rail_tracking_positions","summary":"Record a GPS position","description":"Record a new GPS position for a locomotive\n\nRequires features: rail_tracking.record_position","tags":["Rail Tracking"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","adapterId":"00000000-0000-4000-8000-000000000000","locomotiveId":"00000000-0000-4000-8000-000000000000","latitude":1,"longitude":1,"speedKmh":null,"headingDegrees":null,"altitudeM":null,"accuracyM":null,"metadata":null,"recordedAt":"2025-01-01T00:00:00.000Z"}}}},"responses":{"201":{"description":"Position recorded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/rail_tracking/positions\" \\\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  \\\"adapterId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"locomotiveId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"latitude\\\": 1,\n  \\\"longitude\\\": 1,\n  \\\"speedKmh\\\": null,\n  \\\"headingDegrees\\\": null,\n  \\\"altitudeM\\\": null,\n  \\\"accuracyM\\\": null,\n  \\\"metadata\\\": null,\n  \\\"recordedAt\\\": \\\"2025-01-01T00:00:00.000Z\\\"\n}\""}],"x-require-features":["rail_tracking.record_position"],"x-require-auth":true}},"/api/rail_tracking/positions/trail":{"get":{"operationId":"rail_tracking_get_api_rail_tracking_positions_trail","summary":"Get locomotive position trail","description":"Returns chronological GPS position trail for a locomotive, for map replay\n\nRequires features: rail_tracking.view","tags":["Rail Tracking"],"parameters":[],"responses":{"200":{"description":"Position trail","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchema"},"example":{"locomotiveId":"00000000-0000-4000-8000-000000000000","trail":[{"id":"00000000-0000-4000-8000-000000000000","latitude":1,"longitude":1,"speedKmh":null,"headingDegrees":null,"altitudeM":null,"accuracyM":null,"nearestStationId":null,"recordedAt":"string"}],"count":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsTrailGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsTrailGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/rail_tracking/positions/trail\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["rail_tracking.view"],"x-require-auth":true}},"/api/cim/cargo-extensions":{"get":{"operationId":"cim_get_api_cim_cargo_extensions","summary":"List rail cargo extensions","description":"Paginated list of rail cargo extensions with optional filtering by cargo type, cargo ID, or search by wagon EVN/SSCC\n\nRequires features: cim.cargo_extensions.view","tags":["Rail Cargo Extensions"],"parameters":[],"responses":{"200":{"description":"Paginated rail cargo extension list","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","cargoId":"00000000-0000-4000-8000-000000000000","railCargoType":"CONTAINER","isoContainerSize":null,"isoContainerTypeCode":null,"intermodalUnitType":null,"intermodalSscc":null,"intermodalBookingRef":null,"bulkMaterialCode":null,"bulkLoadingMethod":null,"bulkMoisturePercent":null,"bulkSpecificGravity":null,"wagonId":null,"wagonEvn":null,"loadingGauge":null,"maxAxleLoadTonnes":null,"createdAt":"string","updatedAt":"string"}],"total":1,"page":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/cim/cargo-extensions\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["cim.cargo_extensions.view"],"x-require-auth":true},"post":{"operationId":"cim_post_api_cim_cargo_extensions","summary":"Create a rail cargo extension","description":"Create a new rail cargo extension record for a cargo item\n\nRequires features: cim.cargo_extensions.manage","tags":["Rail Cargo Extensions"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchema"},"example":{"cargoId":"00000000-0000-4000-8000-000000000000","isoContainerSize":null,"isoContainerTypeCode":null,"intermodalUnitType":null,"intermodalSscc":null,"intermodalBookingRef":null,"bulkMaterialCode":null,"bulkLoadingMethod":null,"bulkMoisturePercent":null,"bulkSpecificGravity":null,"wagonId":null,"wagonEvn":null,"loadingGauge":null,"maxAxleLoadTonnes":null,"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"201":{"description":"Rail cargo extension created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/cim/cargo-extensions\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"cargoId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"isoContainerSize\\\": null,\n  \\\"isoContainerTypeCode\\\": null,\n  \\\"intermodalUnitType\\\": null,\n  \\\"intermodalSscc\\\": null,\n  \\\"intermodalBookingRef\\\": null,\n  \\\"bulkMaterialCode\\\": null,\n  \\\"bulkLoadingMethod\\\": null,\n  \\\"bulkMoisturePercent\\\": null,\n  \\\"bulkSpecificGravity\\\": null,\n  \\\"wagonId\\\": null,\n  \\\"wagonEvn\\\": null,\n  \\\"loadingGauge\\\": null,\n  \\\"maxAxleLoadTonnes\\\": null,\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-features":["cim.cargo_extensions.manage"],"x-require-auth":true},"put":{"operationId":"cim_put_api_cim_cargo_extensions","summary":"Update a rail cargo extension","description":"Update an existing rail cargo extension\n\nRequires features: cim.cargo_extensions.manage","tags":["Rail Cargo Extensions"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","isoContainerSize":null,"isoContainerTypeCode":null,"intermodalUnitType":null,"intermodalSscc":null,"intermodalBookingRef":null,"bulkMaterialCode":null,"bulkLoadingMethod":null,"bulkMoisturePercent":null,"bulkSpecificGravity":null,"wagonId":null,"wagonEvn":null,"loadingGauge":null,"maxAxleLoadTonnes":null}}}},"responses":{"200":{"description":"Rail cargo extension updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/cim/cargo-extensions\" \\\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  \\\"isoContainerSize\\\": null,\n  \\\"isoContainerTypeCode\\\": null,\n  \\\"intermodalUnitType\\\": null,\n  \\\"intermodalSscc\\\": null,\n  \\\"intermodalBookingRef\\\": null,\n  \\\"bulkMaterialCode\\\": null,\n  \\\"bulkLoadingMethod\\\": null,\n  \\\"bulkMoisturePercent\\\": null,\n  \\\"bulkSpecificGravity\\\": null,\n  \\\"wagonId\\\": null,\n  \\\"wagonEvn\\\": null,\n  \\\"loadingGauge\\\": null,\n  \\\"maxAxleLoadTonnes\\\": null\n}\""}],"x-require-features":["cim.cargo_extensions.manage"],"x-require-auth":true},"delete":{"operationId":"cim_delete_api_cim_cargo_extensions","summary":"Delete a rail cargo extension","description":"Soft-delete a rail cargo extension\n\nRequires features: cim.cargo_extensions.manage","tags":["Rail Cargo Extensions"],"parameters":[],"responses":{"200":{"description":"Rail cargo extension deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/cim/cargo-extensions\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["cim.cargo_extensions.manage"],"x-require-auth":true}},"/api/cim/waybills/deliver":{"post":{"operationId":"cim_post_api_cim_waybills_deliver","summary":"Deliver a CIM waybill","description":"Transitions a CIM waybill to DELIVERED status. The waybill must be in SIGNED or IN_TRANSIT status. Sets the deliveredAt timestamp.\n\nRequires features: cim.edit","tags":["CIM Waybills"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsDeliverPostRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Waybill delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsDeliverPostResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsDeliverPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsDeliverPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"CIM waybill not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsDeliverPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"422":{"description":"Waybill is not in signed or in-transit status, or invalid input","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsDeliverPostResponses422ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/cim/waybills/deliver\" \\\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-features":["cim.edit"],"x-require-auth":true}},"/api/cim/waybills/issue":{"post":{"operationId":"cim_post_api_cim_waybills_issue","summary":"Issue a CIM waybill","description":"Transitions a CIM waybill from DRAFT to ISSUED status. Sets the issuedAt timestamp.\n\nRequires features: cim.issue","tags":["CIM Waybills"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsIssuePostRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Waybill issued","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsIssuePostResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsIssuePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsIssuePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"CIM waybill not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsIssuePostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"422":{"description":"Waybill is not in draft status or invalid input","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsIssuePostResponses422ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/cim/waybills/issue\" \\\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-features":["cim.issue"],"x-require-auth":true}},"/api/cim/waybills/pdf":{"get":{"operationId":"cim_get_api_cim_waybills_pdf","summary":"Download CIM waybill PDF","description":"Generates and streams a PDF for the CIM waybill. Accepts the waybill UUID via ?id= query parameter.\n\nRequires features: cim.view","tags":["CIM Waybills"],"parameters":[],"responses":{"200":{"description":"PDF file stream","content":{"application/json":{"schema":{}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPdfGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPdfGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"CIM waybill not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPdfGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"422":{"description":"Invalid input","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPdfGetResponses422ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/cim/waybills/pdf\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["cim.view"],"x-require-auth":true},"post":{"operationId":"cim_post_api_cim_waybills_pdf","summary":"Generate CIM waybill PDF","description":"Generates a PDF for the CIM waybill including a QR code. Updates pdfUrl and qrCodeData on the waybill record.\n\nRequires features: cim.view","tags":["CIM Waybills"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPdfPostRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"PDF generated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPdfPostResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","pdfUrl":null,"qrCodeData":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPdfPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPdfPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"CIM waybill not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPdfPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"422":{"description":"Invalid input","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPdfPostResponses422ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/cim/waybills/pdf\" \\\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-features":["cim.view"],"x-require-auth":true}},"/api/cim/waybills":{"get":{"operationId":"cim_get_api_cim_waybills","summary":"List CIM waybills","description":"Paginated list of CIM waybills with optional filtering by status, waybill type, or search term\n\nRequires features: cim.view","tags":["CIM Waybills"],"parameters":[],"responses":{"200":{"description":"Paginated CIM waybill list","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","waybillNumber":"string","waybillType":"CIM","status":"DRAFT","documentId":null,"trainPlanId":null,"consignorName":"string","consigneeName":"string","carrierName":"string","goodsDescription":"string","grossWeightKg":1,"isDangerous":true,"issuedAt":null,"deliveredAt":null,"pdfUrl":null,"createdAt":"string","updatedAt":"string"}],"total":1,"page":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/cim/waybills\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["cim.view"],"x-require-auth":true},"post":{"operationId":"cim_post_api_cim_waybills","summary":"Create a CIM waybill","description":"Create a new CIM waybill in draft status\n\nRequires features: cim.create","tags":["CIM Waybills"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchema"},"example":{"waybillNumber":"string","documentId":null,"trainPlanId":null,"consignorName":"string","consignorAddress":null,"consigneeName":"string","consigneeAddress":null,"carrierName":"string","carrierAddress":null,"successiveCarrierIds":null,"forwardingAgentName":null,"stationOfDepartureId":"00000000-0000-4000-8000-000000000000","stationOfDestinationId":"00000000-0000-4000-8000-000000000000","viaStations":null,"borderCrossingStations":null,"goodsDescription":"string","nhmCode":null,"hsCode":null,"grossWeightKg":1,"numberOfPackages":null,"packageType":null,"marksAndNumbers":null,"ridClass":null,"ridUnNumber":null,"ridPackingGroup":null,"ridProperShippingName":null,"ridTransportCategory":null,"ridSpecialProvisions":null,"ridEmergencyCard":null,"freightCharges":null,"supplementaryCharges":null,"remarks":null,"customsDeclarations":null,"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"201":{"description":"CIM waybill created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/cim/waybills\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"waybillNumber\\\": \\\"string\\\",\n  \\\"documentId\\\": null,\n  \\\"trainPlanId\\\": null,\n  \\\"consignorName\\\": \\\"string\\\",\n  \\\"consignorAddress\\\": null,\n  \\\"consigneeName\\\": \\\"string\\\",\n  \\\"consigneeAddress\\\": null,\n  \\\"carrierName\\\": \\\"string\\\",\n  \\\"carrierAddress\\\": null,\n  \\\"successiveCarrierIds\\\": null,\n  \\\"forwardingAgentName\\\": null,\n  \\\"stationOfDepartureId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"stationOfDestinationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"viaStations\\\": null,\n  \\\"borderCrossingStations\\\": null,\n  \\\"goodsDescription\\\": \\\"string\\\",\n  \\\"nhmCode\\\": null,\n  \\\"hsCode\\\": null,\n  \\\"grossWeightKg\\\": 1,\n  \\\"numberOfPackages\\\": null,\n  \\\"packageType\\\": null,\n  \\\"marksAndNumbers\\\": null,\n  \\\"ridClass\\\": null,\n  \\\"ridUnNumber\\\": null,\n  \\\"ridPackingGroup\\\": null,\n  \\\"ridProperShippingName\\\": null,\n  \\\"ridTransportCategory\\\": null,\n  \\\"ridSpecialProvisions\\\": null,\n  \\\"ridEmergencyCard\\\": null,\n  \\\"freightCharges\\\": null,\n  \\\"supplementaryCharges\\\": null,\n  \\\"remarks\\\": null,\n  \\\"customsDeclarations\\\": null,\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-features":["cim.create"],"x-require-auth":true},"put":{"operationId":"cim_put_api_cim_waybills","summary":"Update a CIM waybill","description":"Update an existing CIM waybill\n\nRequires features: cim.edit","tags":["CIM Waybills"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","documentId":null,"trainPlanId":null,"consignorAddress":null,"consigneeAddress":null,"carrierAddress":null,"successiveCarrierIds":null,"forwardingAgentName":null,"viaStations":null,"borderCrossingStations":null,"nhmCode":null,"hsCode":null,"numberOfPackages":null,"packageType":null,"marksAndNumbers":null,"ridClass":null,"ridUnNumber":null,"ridPackingGroup":null,"ridProperShippingName":null,"ridTransportCategory":null,"ridSpecialProvisions":null,"ridEmergencyCard":null,"freightCharges":null,"supplementaryCharges":null,"remarks":null,"customsDeclarations":null}}}},"responses":{"200":{"description":"CIM waybill updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/cim/waybills\" \\\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  \\\"documentId\\\": null,\n  \\\"trainPlanId\\\": null,\n  \\\"consignorAddress\\\": null,\n  \\\"consigneeAddress\\\": null,\n  \\\"carrierAddress\\\": null,\n  \\\"successiveCarrierIds\\\": null,\n  \\\"forwardingAgentName\\\": null,\n  \\\"viaStations\\\": null,\n  \\\"borderCrossingStations\\\": null,\n  \\\"nhmCode\\\": null,\n  \\\"hsCode\\\": null,\n  \\\"numberOfPackages\\\": null,\n  \\\"packageType\\\": null,\n  \\\"marksAndNumbers\\\": null,\n  \\\"ridClass\\\": null,\n  \\\"ridUnNumber\\\": null,\n  \\\"ridPackingGroup\\\": null,\n  \\\"ridProperShippingName\\\": null,\n  \\\"ridTransportCategory\\\": null,\n  \\\"ridSpecialProvisions\\\": null,\n  \\\"ridEmergencyCard\\\": null,\n  \\\"freightCharges\\\": null,\n  \\\"supplementaryCharges\\\": null,\n  \\\"remarks\\\": null,\n  \\\"customsDeclarations\\\": null\n}\""}],"x-require-features":["cim.edit"],"x-require-auth":true},"delete":{"operationId":"cim_delete_api_cim_waybills","summary":"Delete a CIM waybill","description":"Soft-delete a CIM waybill\n\nRequires features: cim.delete","tags":["CIM Waybills"],"parameters":[],"responses":{"200":{"description":"CIM waybill deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/cim/waybills\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["cim.delete"],"x-require-auth":true}},"/api/shunting/shunting-requests/complete":{"post":{"operationId":"shunting_post_api_shunting_shunting_requests_complete","summary":"Complete a shunting request","description":"Transition shunting request from IN_PROGRESS to COMPLETED\n\nRequires features: shunting.edit","tags":["Shunting"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsCompletePostRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Shunting request completed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsCompletePostResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","status":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsCompletePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsCompletePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Shunting request not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsCompletePostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"422":{"description":"Invalid status transition","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsCompletePostResponses422ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/shunting/shunting-requests/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-features":["shunting.edit"],"x-require-auth":true}},"/api/shunting/shunting-requests":{"get":{"operationId":"shunting_get_api_shunting_shunting_requests","summary":"List shunting requests","description":"Paginated list of shunting requests\n\nRequires features: shunting.view","tags":["Shunting"],"parameters":[],"responses":{"200":{"description":"Paginated shunting request list","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","stationId":"00000000-0000-4000-8000-000000000000","slotId":"00000000-0000-4000-8000-000000000000","status":"pending","providerId":null,"requestType":"string","fromTrack":null,"toTrack":null,"trainPlanId":null,"wagons":null,"scheduledAt":null,"startedAt":null,"completedAt":null,"notes":null,"createdAt":"string","updatedAt":"string"}],"total":1,"page":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/shunting/shunting-requests\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["shunting.view"],"x-require-auth":true},"post":{"operationId":"shunting_post_api_shunting_shunting_requests","summary":"Create a shunting request","description":"Create a new shunting request for terminal maneuver\n\nRequires features: shunting.create","tags":["Shunting"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPostRequestBodyContentApplicationJsonSchema"},"example":{"stationId":"00000000-0000-4000-8000-000000000000","slotId":"00000000-0000-4000-8000-000000000000","requestType":"string","organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"201":{"description":"Shunting request created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/shunting/shunting-requests\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"stationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"slotId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"requestType\\\": \\\"string\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-features":["shunting.create"],"x-require-auth":true},"put":{"operationId":"shunting_put_api_shunting_shunting_requests","summary":"Update a shunting request","description":"Update a shunting request including status transitions\n\nRequires features: shunting.edit","tags":["Shunting"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Shunting request updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/shunting/shunting-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-features":["shunting.edit"],"x-require-auth":true},"delete":{"operationId":"shunting_delete_api_shunting_shunting_requests","summary":"Delete a shunting request","description":"Soft-delete a shunting request\n\nRequires features: shunting.delete","tags":["Shunting"],"parameters":[],"responses":{"200":{"description":"Shunting request deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/shunting/shunting-requests\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["shunting.delete"],"x-require-auth":true}},"/api/shunting/shunting-requests/start":{"post":{"operationId":"shunting_post_api_shunting_shunting_requests_start","summary":"Start a shunting request","description":"Transition shunting request from ACCEPTED to IN_PROGRESS\n\nRequires features: shunting.edit","tags":["Shunting"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsStartPostRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Shunting request started","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsStartPostResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","status":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsStartPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsStartPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Shunting request not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsStartPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"422":{"description":"Invalid status transition","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsStartPostResponses422ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/shunting/shunting-requests/start\" \\\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-features":["shunting.edit"],"x-require-auth":true}},"/api/route_planning/tariff-rates/calculate":{"post":{"operationId":"route_planning_post_api_route_planning_tariff_rates_calculate","summary":"Calculate route cost","description":"Calculate transport cost between two stations using Dijkstra routing and applicable tariff rates\n\nRequires features: route_planning.calculate","tags":["Tariff Rates"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesCalculatePostRequestBodyContentApplicationJsonSchema"},"example":{"fromStationId":"00000000-0000-4000-8000-000000000000","toStationId":"00000000-0000-4000-8000-000000000000","grossWeightTonnes":1,"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Route cost calculation result","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesCalculatePostResponses200ContentApplicationJsonSchema"},"example":{"route":{"path":["00000000-0000-4000-8000-000000000000"],"totalDistanceKm":1},"segments":[{"segmentId":"00000000-0000-4000-8000-000000000000","lineCategory":"string","distanceKm":1,"ratePerTonKm":1,"cost":1}],"totalCost":1,"currency":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesCalculatePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesCalculatePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"No route found between stations","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesCalculatePostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/route_planning/tariff-rates/calculate\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"fromStationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"toStationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"grossWeightTonnes\\\": 1,\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-features":["route_planning.calculate"],"x-require-auth":true}},"/api/route_planning/tariff-rates":{"get":{"operationId":"route_planning_get_api_route_planning_tariff_rates","summary":"List tariff rates","description":"Paginated list of tariff rates with optional filtering by line category and provider type\n\nRequires features: route_planning.view","tags":["Tariff Rates"],"parameters":[],"responses":{"200":{"description":"Paginated tariff rate list","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","name":"string","lineCategory":"string","ratePerTonKm":1,"currency":"string","validFrom":"string","validTo":null,"providerType":"string","infrastructureManager":null,"minCharge":null,"isActive":true,"createdAt":"string","updatedAt":"string"}],"total":1,"page":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/route_planning/tariff-rates\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["route_planning.view"],"x-require-auth":true},"post":{"operationId":"route_planning_post_api_route_planning_tariff_rates","summary":"Create a tariff rate","description":"Create a new tariff rate entry\n\nRequires features: route_planning.create","tags":["Tariff Rates"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchema"},"example":{"name":"string","lineCategory":"TRUNK","ratePerTonKm":1,"currency":"PLN","validFrom":"2025-01-01T00:00:00.000Z","validTo":null,"providerType":"PLK","infrastructureManager":null,"minCharge":null,"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"201":{"description":"Tariff rate created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/route_planning/tariff-rates\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"name\\\": \\\"string\\\",\n  \\\"lineCategory\\\": \\\"TRUNK\\\",\n  \\\"ratePerTonKm\\\": 1,\n  \\\"currency\\\": \\\"PLN\\\",\n  \\\"validFrom\\\": \\\"2025-01-01T00:00:00.000Z\\\",\n  \\\"validTo\\\": null,\n  \\\"providerType\\\": \\\"PLK\\\",\n  \\\"infrastructureManager\\\": null,\n  \\\"minCharge\\\": null,\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-features":["route_planning.create"],"x-require-auth":true},"put":{"operationId":"route_planning_put_api_route_planning_tariff_rates","summary":"Update a tariff rate","description":"Update an existing tariff rate\n\nRequires features: route_planning.update","tags":["Tariff Rates"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","currency":"PLN","validTo":null,"infrastructureManager":null,"minCharge":null}}}},"responses":{"200":{"description":"Tariff rate updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/route_planning/tariff-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  \\\"currency\\\": \\\"PLN\\\",\n  \\\"validTo\\\": null,\n  \\\"infrastructureManager\\\": null,\n  \\\"minCharge\\\": null\n}\""}],"x-require-features":["route_planning.update"],"x-require-auth":true},"delete":{"operationId":"route_planning_delete_api_route_planning_tariff_rates","summary":"Delete a tariff rate","description":"Soft-delete a tariff rate\n\nRequires features: route_planning.delete","tags":["Tariff Rates"],"parameters":[],"responses":{"200":{"description":"Tariff rate deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/route_planning/tariff-rates\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["route_planning.delete"],"x-require-auth":true}},"/api/rolling-stock/locomotives":{"get":{"operationId":"rolling-stock_get_api_rolling_stock_locomotives","summary":"List locomotives","description":"Paginated list of locomotives with EVN/type/status filtering\n\nRequires features: rolling_stock.view","tags":["Rolling Stock"],"parameters":[],"responses":{"200":{"description":"Paginated locomotive list","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","evn":"string","name":"string","series":"string","vehicleType":"string","status":"string","weightTonnes":1,"ecmName":"string"}],"total":1,"page":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/rolling-stock/locomotives\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["rolling_stock.view"],"x-require-auth":true},"post":{"operationId":"rolling-stock_post_api_rolling_stock_locomotives","summary":"Create a locomotive","description":"Create a new locomotive with EVN validation\n\nRequires features: rolling_stock.create","tags":["Rolling Stock"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","evn":"string","name":"string","series":"string","vehicleType":"electric","weightTonnes":1,"maxSpeedKmh":null,"powerKw":null,"tractionSystems":null,"ecmName":"string","ecmCertificateId":null,"ecmValidUntil":null,"notes":null}}}},"responses":{"201":{"description":"Locomotive created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"409":{"description":"EVN already exists for this tenant","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"422":{"description":"Invalid EVN check digit","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostResponses422ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/rolling-stock/locomotives\" \\\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  \\\"evn\\\": \\\"string\\\",\n  \\\"name\\\": \\\"string\\\",\n  \\\"series\\\": \\\"string\\\",\n  \\\"vehicleType\\\": \\\"electric\\\",\n  \\\"weightTonnes\\\": 1,\n  \\\"maxSpeedKmh\\\": null,\n  \\\"powerKw\\\": null,\n  \\\"tractionSystems\\\": null,\n  \\\"ecmName\\\": \\\"string\\\",\n  \\\"ecmCertificateId\\\": null,\n  \\\"ecmValidUntil\\\": null,\n  \\\"notes\\\": null\n}\""}],"x-require-features":["rolling_stock.create"],"x-require-auth":true},"put":{"operationId":"rolling-stock_put_api_rolling_stock_locomotives","summary":"Update a locomotive","description":"Update an existing locomotive\n\nRequires features: rolling_stock.edit","tags":["Rolling Stock"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","maxSpeedKmh":null,"powerKw":null,"tractionSystems":null,"ecmCertificateId":null,"ecmValidUntil":null,"notes":null}}}},"responses":{"200":{"description":"Locomotive updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/rolling-stock/locomotives\" \\\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  \\\"maxSpeedKmh\\\": null,\n  \\\"powerKw\\\": null,\n  \\\"tractionSystems\\\": null,\n  \\\"ecmCertificateId\\\": null,\n  \\\"ecmValidUntil\\\": null,\n  \\\"notes\\\": null\n}\""}],"x-require-features":["rolling_stock.edit"],"x-require-auth":true},"delete":{"operationId":"rolling-stock_delete_api_rolling_stock_locomotives","summary":"Delete a locomotive","description":"Soft-delete a locomotive\n\nRequires features: rolling_stock.delete","tags":["Rolling Stock"],"parameters":[],"responses":{"200":{"description":"Locomotive deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/rolling-stock/locomotives\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["rolling_stock.delete"],"x-require-auth":true}},"/api/rolling-stock/wagons":{"get":{"operationId":"rolling-stock_get_api_rolling_stock_wagons","summary":"List wagons","description":"Paginated list of wagons with EVN/type/status filtering\n\nRequires features: rolling_stock.view","tags":["Rolling Stock"],"parameters":[],"responses":{"200":{"description":"Paginated wagon list","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","evn":"string","name":"string","series":"string","wagonType":"string","status":"string","weightTonnes":1,"maxLoadTonnes":null,"ecmName":"string"}],"total":1,"page":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/rolling-stock/wagons\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["rolling_stock.view"],"x-require-auth":true},"post":{"operationId":"rolling-stock_post_api_rolling_stock_wagons","summary":"Create a wagon","description":"Create a new wagon with EVN validation\n\nRequires features: rolling_stock.create","tags":["Rolling Stock"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","evn":"string","name":"string","series":"string","wagonType":"flat","weightTonnes":1,"maxLoadTonnes":null,"lengthMetres":null,"capabilities":null,"ecmName":"string","ecmCertificateId":null,"ecmValidUntil":null,"notes":null}}}},"responses":{"201":{"description":"Wagon created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"409":{"description":"EVN already exists for this tenant","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"422":{"description":"Invalid EVN check digit","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostResponses422ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/rolling-stock/wagons\" \\\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  \\\"evn\\\": \\\"string\\\",\n  \\\"name\\\": \\\"string\\\",\n  \\\"series\\\": \\\"string\\\",\n  \\\"wagonType\\\": \\\"flat\\\",\n  \\\"weightTonnes\\\": 1,\n  \\\"maxLoadTonnes\\\": null,\n  \\\"lengthMetres\\\": null,\n  \\\"capabilities\\\": null,\n  \\\"ecmName\\\": \\\"string\\\",\n  \\\"ecmCertificateId\\\": null,\n  \\\"ecmValidUntil\\\": null,\n  \\\"notes\\\": null\n}\""}],"x-require-features":["rolling_stock.create"],"x-require-auth":true},"put":{"operationId":"rolling-stock_put_api_rolling_stock_wagons","summary":"Update a wagon","description":"Update an existing wagon\n\nRequires features: rolling_stock.edit","tags":["Rolling Stock"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","maxLoadTonnes":null,"lengthMetres":null,"capabilities":null,"ecmCertificateId":null,"ecmValidUntil":null,"notes":null}}}},"responses":{"200":{"description":"Wagon updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/rolling-stock/wagons\" \\\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  \\\"maxLoadTonnes\\\": null,\n  \\\"lengthMetres\\\": null,\n  \\\"capabilities\\\": null,\n  \\\"ecmCertificateId\\\": null,\n  \\\"ecmValidUntil\\\": null,\n  \\\"notes\\\": null\n}\""}],"x-require-features":["rolling_stock.edit"],"x-require-auth":true},"delete":{"operationId":"rolling-stock_delete_api_rolling_stock_wagons","summary":"Delete a wagon","description":"Soft-delete a wagon\n\nRequires features: rolling_stock.delete","tags":["Rolling Stock"],"parameters":[],"responses":{"200":{"description":"Wagon deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/rolling-stock/wagons\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["rolling_stock.delete"],"x-require-auth":true}},"/api/project-hub/acceptance-issues/{id}":{"patch":{"operationId":"project-hub_patch_api_project_hub_acceptance_issues_id","summary":"Triage APHEX project module acceptance issue","description":"Requires features: aphex_project_hubs.manage","tags":["APHEX Project Hub"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubAcceptanceIssuesIdPatchParameters0Schema"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubAcceptanceIssuesIdPatchResponses200ContentApplicationJsonSchema"},"example":{}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubAcceptanceIssuesIdPatchResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubAcceptanceIssuesIdPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubAcceptanceIssuesIdPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubAcceptanceIssuesIdPatchResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubAcceptanceIssuesIdPatchResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://api.open-mercato.local/api/project-hub/acceptance-issues/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["aphex_project_hubs.manage"],"x-require-auth":true}},"/api/project-hub/acceptance-requests/{id}":{"patch":{"operationId":"project-hub_patch_api_project_hub_acceptance_requests_id","summary":"Cancel or supersede APHEX project module acceptance","description":"Requires features: aphex_project_hubs.acceptance.manage","tags":["APHEX Project Hub"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubAcceptanceRequestsIdPatchParameters0Schema"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubAcceptanceRequestsIdPatchResponses200ContentApplicationJsonSchema"},"example":{}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubAcceptanceRequestsIdPatchResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubAcceptanceRequestsIdPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubAcceptanceRequestsIdPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubAcceptanceRequestsIdPatchResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubAcceptanceRequestsIdPatchResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://api.open-mercato.local/api/project-hub/acceptance-requests/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["aphex_project_hubs.acceptance.manage"],"x-require-auth":true}},"/api/project-hub/modules/{id}/acceptance-requests":{"post":{"operationId":"project-hub_post_api_project_hub_modules_id_acceptance_requests","summary":"Request APHEX project module acceptance","description":"Requires features: aphex_project_hubs.acceptance.manage","tags":["APHEX Project Hub"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdAcceptanceRequestsPostParameters0Schema"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdAcceptanceRequestsPostResponses200ContentApplicationJsonSchema"},"example":{}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdAcceptanceRequestsPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdAcceptanceRequestsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdAcceptanceRequestsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdAcceptanceRequestsPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdAcceptanceRequestsPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/project-hub/modules/:id/acceptance-requests\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["aphex_project_hubs.acceptance.manage"],"x-require-auth":true}},"/api/project-hub/modules/{id}/checks":{"patch":{"operationId":"project-hub_patch_api_project_hub_modules_id_checks","summary":"Update APHEX project module checks","description":"Requires features: aphex_project_hubs.verify","tags":["APHEX Project Hub"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdChecksPatchParameters0Schema"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdChecksPatchResponses200ContentApplicationJsonSchema"},"example":{}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdChecksPatchResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdChecksPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdChecksPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdChecksPatchResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdChecksPatchResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://api.open-mercato.local/api/project-hub/modules/:id/checks\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["aphex_project_hubs.verify"],"x-require-auth":true}},"/api/project-hub/modules/{id}/evidence/{evidenceId}":{"patch":{"operationId":"project-hub_patch_api_project_hub_modules_id_evidence_evidenceId","summary":"Update or delete APHEX project evidence","description":"Requires features: aphex_project_hubs.manage","tags":["APHEX Project Hub"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceEvidenceIdPatchParameters0Schema"}},{"name":"evidenceId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceEvidenceIdPatchParameters1Schema"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceEvidenceIdPatchResponses200ContentApplicationJsonSchema"},"example":{}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceEvidenceIdPatchResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceEvidenceIdPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceEvidenceIdPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceEvidenceIdPatchResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceEvidenceIdPatchResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://api.open-mercato.local/api/project-hub/modules/:id/evidence/:evidenceId\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["aphex_project_hubs.manage"],"x-require-auth":true},"delete":{"operationId":"project-hub_delete_api_project_hub_modules_id_evidence_evidenceId","summary":"Update or delete APHEX project evidence","description":"Requires features: aphex_project_hubs.manage","tags":["APHEX Project Hub"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceEvidenceIdDeleteParameters0Schema"}},{"name":"evidenceId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceEvidenceIdDeleteParameters1Schema"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceEvidenceIdDeleteResponses200ContentApplicationJsonSchema"},"example":{}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceEvidenceIdDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceEvidenceIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceEvidenceIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceEvidenceIdDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceEvidenceIdDeleteResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/project-hub/modules/:id/evidence/:evidenceId\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["aphex_project_hubs.manage"],"x-require-auth":true}},"/api/project-hub/modules/{id}/evidence":{"get":{"operationId":"project-hub_get_api_project_hub_modules_id_evidence","summary":"List or add APHEX project evidence","description":"Requires features: aphex_project_hubs.view","tags":["APHEX Project Hub"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceGetParameters0Schema"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceGetResponses200ContentApplicationJsonSchema"},"example":{}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceGetResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/project-hub/modules/:id/evidence\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["aphex_project_hubs.view"],"x-require-auth":true},"post":{"operationId":"project-hub_post_api_project_hub_modules_id_evidence","summary":"List or add APHEX project evidence","description":"Requires features: aphex_project_hubs.manage","tags":["APHEX Project Hub"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidencePostParameters0Schema"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidencePostResponses200ContentApplicationJsonSchema"},"example":{}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidencePostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidencePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidencePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidencePostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidencePostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/project-hub/modules/:id/evidence\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["aphex_project_hubs.manage"],"x-require-auth":true}},"/api/project-hub/modules/{id}":{"get":{"operationId":"project-hub_get_api_project_hub_modules_id","summary":"Read or update an APHEX project module","description":"Requires features: aphex_project_hubs.view","tags":["APHEX Project Hub"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdGetParameters0Schema"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdGetResponses200ContentApplicationJsonSchema"},"example":{}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdGetResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/project-hub/modules/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["aphex_project_hubs.view"],"x-require-auth":true},"patch":{"operationId":"project-hub_patch_api_project_hub_modules_id","summary":"Read or update an APHEX project module","description":"Requires features: aphex_project_hubs.manage","tags":["APHEX Project Hub"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdPatchParameters0Schema"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdPatchResponses200ContentApplicationJsonSchema"},"example":{}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdPatchResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdPatchResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdPatchResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://api.open-mercato.local/api/project-hub/modules/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["aphex_project_hubs.manage"],"x-require-auth":true},"delete":{"operationId":"project-hub_delete_api_project_hub_modules_id","summary":"Read or update an APHEX project module","description":"Requires features: aphex_project_hubs.manage","tags":["APHEX Project Hub"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdDeleteParameters0Schema"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdDeleteResponses200ContentApplicationJsonSchema"},"example":{}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdDeleteResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/project-hub/modules/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["aphex_project_hubs.manage"],"x-require-auth":true}},"/api/project-hub/modules/bulk":{"post":{"operationId":"project-hub_post_api_project_hub_modules_bulk","summary":"Bulk import APHEX project modules","description":"Requires features: aphex_project_hubs.manage","tags":["APHEX Project Hub"],"parameters":[],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesBulkPostResponses200ContentApplicationJsonSchema"},"example":{}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesBulkPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesBulkPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesBulkPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesBulkPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesBulkPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/project-hub/modules/bulk\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["aphex_project_hubs.manage"],"x-require-auth":true}},"/api/project-hub/modules":{"get":{"operationId":"project-hub_get_api_project_hub_modules","summary":"List or create APHEX project modules","description":"Requires features: aphex_project_hubs.view","tags":["APHEX Project Hub"],"parameters":[],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesGetResponses200ContentApplicationJsonSchema"},"example":{}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesGetResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/project-hub/modules\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["aphex_project_hubs.view"],"x-require-auth":true},"post":{"operationId":"project-hub_post_api_project_hub_modules","summary":"List or create APHEX project modules","description":"Requires features: aphex_project_hubs.manage","tags":["APHEX Project Hub"],"parameters":[],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesPostResponses200ContentApplicationJsonSchema"},"example":{}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/project-hub/modules\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["aphex_project_hubs.manage"],"x-require-auth":true}},"/api/project-hub/portal/acceptance-requests/{id}/decision":{"post":{"operationId":"project-hub_post_api_project_hub_portal_acceptance_requests_id_decision","summary":"Submit APHEX project module acceptance decision","tags":["APHEX Project Hub"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdDecisionPostParameters0Schema"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdDecisionPostResponses200ContentApplicationJsonSchema"},"example":{}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdDecisionPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdDecisionPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdDecisionPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdDecisionPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdDecisionPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/project-hub/portal/acceptance-requests/:id/decision\" \\\n  -H \"Accept: application/json\""}]}},"/api/project-hub/portal/acceptance-requests/{id}/issues/{issueId}":{"patch":{"operationId":"project-hub_patch_api_project_hub_portal_acceptance_requests_id_issues_issueId","summary":"Update own APHEX project acceptance feedback","tags":["APHEX Project Hub"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesIssueIdPatchParameters0Schema"}},{"name":"issueId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesIssueIdPatchParameters1Schema"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesIssueIdPatchResponses200ContentApplicationJsonSchema"},"example":{}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesIssueIdPatchResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesIssueIdPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesIssueIdPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesIssueIdPatchResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesIssueIdPatchResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://api.open-mercato.local/api/project-hub/portal/acceptance-requests/:id/issues/:issueId\" \\\n  -H \"Accept: application/json\""}]}},"/api/project-hub/portal/acceptance-requests/{id}/issues":{"post":{"operationId":"project-hub_post_api_project_hub_portal_acceptance_requests_id_issues","summary":"Create APHEX project acceptance feedback","tags":["APHEX Project Hub"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesPostParameters0Schema"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesPostResponses200ContentApplicationJsonSchema"},"example":{}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/project-hub/portal/acceptance-requests/:id/issues\" \\\n  -H \"Accept: application/json\""}]}},"/api/project-hub/portal/acceptance-requests":{"get":{"operationId":"project-hub_get_api_project_hub_portal_acceptance_requests","summary":"List assigned APHEX acceptance requests","tags":["APHEX Project Hub"],"parameters":[],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsGetResponses200ContentApplicationJsonSchema"},"example":{}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsGetResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/project-hub/portal/acceptance-requests\" \\\n  -H \"Accept: application/json\""}]}},"/api/project-hub/portal/modules/{id}":{"get":{"operationId":"project-hub_get_api_project_hub_portal_modules_id","summary":"Read collaborator-safe APHEX project module detail","tags":["APHEX Project Hub"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalModulesIdGetParameters0Schema"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalModulesIdGetResponses200ContentApplicationJsonSchema"},"example":{}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalModulesIdGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalModulesIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalModulesIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalModulesIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalModulesIdGetResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/project-hub/portal/modules/:id\" \\\n  -H \"Accept: application/json\""}]}},"/api/project-hub/portal/modules":{"get":{"operationId":"project-hub_get_api_project_hub_portal_modules","summary":"List collaborator-safe APHEX project modules","tags":["APHEX Project Hub"],"parameters":[],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalModulesGetResponses200ContentApplicationJsonSchema"},"example":{}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalModulesGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalModulesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalModulesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalModulesGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalModulesGetResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/project-hub/portal/modules\" \\\n  -H \"Accept: application/json\""}]}},"/api/example/assignees":{"get":{"operationId":"example_get_api_example_assignees","summary":"List example assignees","description":"Returns mock assignee options filtered by the optional `q` query parameter.\n\nRequires features: example.todos.view","tags":["Example"],"parameters":[{"name":"q","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiExampleAssigneesGetParameters0Schema"},"example":"string"}],"responses":{"200":{"description":"Assignable users.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleAssigneesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"value":"string","label":"string"}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleAssigneesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleAssigneesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Unexpected server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleAssigneesGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/example/assignees\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["example.todos.view"],"x-require-auth":true},"post":{"operationId":"example_post_api_example_assignees","summary":"Emit SSE probe event for integration tests","description":"Emits a clientBroadcast example todo event with optional recipient filters (user/role/org).\n\nRequires features: example.todos.manage","tags":["Example"],"parameters":[],"responses":{"200":{"description":"Event emitted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleAssigneesPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"eventId":"string","payload":{}}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleAssigneesPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleAssigneesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleAssigneesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/example/assignees\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["example.todos.manage"],"x-require-auth":true}},"/api/example/blog/{id}":{"get":{"operationId":"example_get_api_example_blog_id","summary":"Fetch demo blog payload","description":"Returns a placeholder blog record containing the provided identifier.\n\nRequires features: example.todos.view","tags":["Example"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiExampleBlogIdGetParameters0Schema"},"example":"string"}],"responses":{"200":{"description":"Placeholder blog payload.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleBlogIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"string","method":"GET"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleBlogIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleBlogIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/example/blog/string\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["example.todos.view"],"x-require-auth":true},"post":{"operationId":"example_post_api_example_blog_id","summary":"Create demo blog payload","description":"Echoes the provided identifier as a placeholder write endpoint.\n\nRequires features: example.todos.view","tags":["Example"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsApiExampleBlogIdPostParameters0Schema"},"example":"string"}],"responses":{"200":{"description":"Placeholder confirmation.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleBlogIdPostResponses200ContentApplicationJsonSchema"},"example":{"id":"string","method":"POST"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleBlogIdPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleBlogIdPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/example/blog/string\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["example.todos.view"],"x-require-auth":true}},"/api/example/customer-priorities":{"get":{"operationId":"example_get_api_example_customer_priorities","summary":"List customer priorities","description":"Returns a paginated collection of customer priorities in the current tenant scope.\n\nRequires features: example.view","tags":["Example"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"customerId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesGetParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesGetParameters2Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesGetParameters3Schema"},"example":1},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesGetParameters4Schema"},"example":"id"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesGetParameters5Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesGetParameters6Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated customer priorities","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","customer_id":"00000000-0000-4000-8000-000000000000","priority":"low","tenant_id":null,"organization_id":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/example/customer-priorities?page=1&pageSize=50&sortField=created_at&sortDir=desc\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["example.view"],"x-require-auth":true},"post":{"operationId":"example_post_api_example_customer_priorities","summary":"Create customer priority","description":"Creates or stores customer priority records for injected CRUD fields.\n\nRequires features: example.todos.manage","tags":["Example"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesPostRequestBodyContentApplicationJsonSchema"},"example":{"customerId":"00000000-0000-4000-8000-000000000000","priority":"normal"}}},"description":"Creates or stores customer priority records for injected CRUD fields."},"responses":{"201":{"description":"Customer Priority created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/example/customer-priorities\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"customerId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"priority\\\": \\\"normal\\\"\n}\""}],"x-require-features":["example.todos.manage"],"x-require-auth":true},"put":{"operationId":"example_put_api_example_customer_priorities","summary":"Update customer priority","description":"Updates customer priority values.\n\nRequires features: example.todos.manage","tags":["Example"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Updates customer priority values."},"responses":{"200":{"description":"Customer Priority updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/example/customer-priorities\" \\\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-features":["example.todos.manage"],"x-require-auth":true},"delete":{"operationId":"example_delete_api_example_customer_priorities","summary":"Delete customer priority","description":"Soft-deletes a customer priority record.\n\nRequires features: example.todos.manage","tags":["Example"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Soft-deletes a customer priority record."},"responses":{"200":{"description":"Customer Priority deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/example/customer-priorities\" \\\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-features":["example.todos.manage"],"x-require-auth":true}},"/api/example/notifications":{"post":{"operationId":"example_post_api_example_notifications","summary":"Emit example actionable notification","description":"Requires features: example.todos.manage","tags":["Example"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleNotificationsPostRequestBodyContentApplicationJsonSchema"},"example":{}}}},"responses":{"201":{"description":"Notification emitted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleNotificationsPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleNotificationsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleNotificationsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/example/notifications\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}],"x-require-features":["example.todos.manage"],"x-require-auth":true}},"/api/example/organizations":{"get":{"operationId":"example_get_api_example_organizations","summary":"Resolve organization labels","description":"Fetches organization names for the provided identifiers within the current tenant scope.\n\nRequires features: example.todos.view","tags":["Example"],"parameters":[{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiExampleOrganizationsGetParameters0Schema"},"example":"string"}],"responses":{"200":{"description":"Resolved organizations.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleOrganizationsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"value":"string","label":"string"}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleOrganizationsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleOrganizationsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Unexpected server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleOrganizationsGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/example/organizations\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["example.todos.view"],"x-require-auth":true}},"/api/example/qa-events":{"get":{"operationId":"example_get_api_example_qa_events","summary":"List QA-captured server events for the current tenant scope","description":"Requires features: example.view","tags":["Example"],"parameters":[],"responses":{"200":{"description":"Captured events","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleQaEventsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"event":"string","payload":{},"capturedAt":"string"}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleQaEventsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleQaEventsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/example/qa-events\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["example.view"],"x-require-auth":true},"delete":{"operationId":"example_delete_api_example_qa_events","summary":"Clear QA-captured server events for the current tenant scope","description":"Requires features: example.view","tags":["Example"],"parameters":[],"responses":{"200":{"description":"Captured events cleared","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleQaEventsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleQaEventsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleQaEventsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/example/qa-events\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["example.view"],"x-require-auth":true}},"/api/example/tags":{"get":{"operationId":"example_get_api_example_tags","summary":"List example tags","description":"Returns tag options collected from custom field values and dictionary configuration.\n\nRequires features: example.todos.view","tags":["Example"],"parameters":[],"responses":{"200":{"description":"Available tag options.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleTagsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"value":"string","label":"string"}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleTagsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleTagsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Failed to resolve tags","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleTagsGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/example/tags\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["example.todos.view"],"x-require-auth":true}},"/api/example/todos":{"get":{"operationId":"example_get_api_example_todos","summary":"List todos","description":"Returns a paginated collection of todos in the current tenant scope.\n\nRequires features: example.todos.view","tags":["Example"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiExampleTodosGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiExampleTodosGetParameters1Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiExampleTodosGetParameters2Schema"},"example":1},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiExampleTodosGetParameters3Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiExampleTodosGetParameters4Schema"},"example":"asc"},{"name":"title","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiExampleTodosGetParameters5Schema"},"example":"string"},{"name":"isDone","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiExampleTodosGetParameters6Schema"},"example":true},{"name":"withDeleted","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiExampleTodosGetParameters7Schema"},"example":true},{"name":"organizationId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiExampleTodosGetParameters8Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"createdFrom","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiExampleTodosGetParameters9Schema"},"example":"string"},{"name":"createdTo","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiExampleTodosGetParameters10Schema"},"example":"string"},{"name":"format","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiExampleTodosGetParameters11Schema"},"example":"json"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiExampleTodosGetParameters12Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated todos","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleTodosGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","title":"string","tenant_id":null,"organization_id":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleTodosGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleTodosGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/example/todos?page=1&pageSize=50&sortField=id&sortDir=asc&withDeleted=false\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-features":["example.todos.view"],"x-require-auth":true},"post":{"operationId":"example_post_api_example_todos","summary":"Create todo","description":"Creates a todo record. Supports additional custom field keys prefixed with `cf_`.\n\nRequires features: example.todos.manage","tags":["Example"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleTodosPostRequestBodyContentApplicationJsonSchema"},"example":{}}},"description":"Creates a todo record. Supports additional custom field keys prefixed with `cf_`."},"responses":{"201":{"description":"Todo created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleTodosPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleTodosPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleTodosPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/example/todos\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}],"x-require-features":["example.todos.manage"],"x-require-auth":true},"put":{"operationId":"example_put_api_example_todos","summary":"Update todo","description":"Updates an existing todo record by id. Accepts base fields and optional `cf_` custom fields.\n\nRequires features: example.todos.manage","tags":["Example"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleTodosPutRequestBodyContentApplicationJsonSchema"},"example":{}}},"description":"Updates an existing todo record by id. Accepts base fields and optional `cf_` custom fields."},"responses":{"200":{"description":"Todo updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleTodosPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleTodosPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleTodosPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://api.open-mercato.local/api/example/todos\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}],"x-require-features":["example.todos.manage"],"x-require-auth":true},"delete":{"operationId":"example_delete_api_example_todos","summary":"Delete todo","description":"Deletes a todo by id. Provide the identifier in the request body.\n\nRequires features: example.todos.manage","tags":["Example"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleTodosDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes a todo by id. Provide the identifier in the request body."},"responses":{"200":{"description":"Todo deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleTodosDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleTodosDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleTodosDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://api.open-mercato.local/api/example/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-features":["example.todos.manage"],"x-require-auth":true}},"/api/ratelimit_probe/ping":{"post":{"operationId":"ratelimit_probe_post_api_ratelimit_probe_ping","summary":"Test-only endpoint with per-route metadata.rateLimit — used to prove rate-limit leakage under OM_INTEGRATION_TEST","tags":["RateLimitProbe"],"parameters":[],"responses":{"200":{"description":"Always OK when under the points budget","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRatelimitProbePingPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"429":{"description":"Rate limit exceeded (3 points / 60 s per client IP)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiRatelimitProbePingPostResponses429ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/ratelimit_probe/ping\" \\\n  -H \"Accept: application/json\""}]}},"/api/example-customers-sync/mappings":{"get":{"operationId":"example-customers-sync_get_api_example_customers_sync_mappings","summary":"List Example customer sync mappings","tags":["Example"],"parameters":[{"name":"interactionId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"todoId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"limit","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetParameters2Schema"},"example":1},{"name":"cursor","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetParameters3Schema"},"example":"string"}],"responses":{"200":{"description":"Sync mappings","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","interactionId":"00000000-0000-4000-8000-000000000000","todoId":"00000000-0000-4000-8000-000000000000","syncStatus":"string","lastSyncedAt":null,"lastError":null,"sourceUpdatedAt":null,"createdAt":"string","updatedAt":"string","organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","exampleHref":"string","interaction":null}]}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://api.open-mercato.local/api/example-customers-sync/mappings?limit=50\" \\\n  -H \"Accept: application/json\""}]}},"/api/example-customers-sync/reconcile":{"post":{"operationId":"example-customers-sync_post_api_example_customers_sync_reconcile","summary":"Backfill or reconcile Example todo mappings to canonical customer interactions","tags":["Example"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncReconcilePostRequestBodyContentApplicationJsonSchema"},"example":{}}}},"responses":{"202":{"description":"Reconcile job accepted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncReconcilePostResponses202ContentApplicationJsonSchema"},"example":{"queued":1}}}}},"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://api.open-mercato.local/api/example-customers-sync/reconcile\" \\\n  -H \"Accept: application/json\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}]}}},"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"Send an `Authorization: Bearer <token>` header with a valid API token."}},"schemas":{"DocPathsApiDashboardsLayoutItemIdPatchParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiDashboardsLayoutItemIdPatchRequestBodyContentApplicationJsonSchemaPropertiesSize":{"type":"string","enum":["sm","md","lg"]},"DocPathsApiDashboardsLayoutItemIdPatchRequestBodyContentApplicationJsonSchemaPropertiesSettings":{},"DocPathsApiDashboardsLayoutItemIdPatchRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"size":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutItemIdPatchRequestBodyContentApplicationJsonSchemaPropertiesSize"},"settings":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutItemIdPatchRequestBodyContentApplicationJsonSchemaPropertiesSettings"}},"additionalProperties":false},"DocPathsApiDashboardsLayoutItemIdPatchResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiDashboardsLayoutItemIdPatchResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutItemIdPatchResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiDashboardsLayoutItemIdPatchResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDashboardsLayoutItemIdPatchResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutItemIdPatchResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDashboardsLayoutItemIdPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDashboardsLayoutItemIdPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutItemIdPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDashboardsLayoutItemIdPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDashboardsLayoutItemIdPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutItemIdPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDashboardsLayoutItemIdPatchResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDashboardsLayoutItemIdPatchResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutItemIdPatchResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayoutPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayoutPropertiesItemsItemsPropertiesWidgetId":{"type":"string","minLength":1},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayoutPropertiesItemsItemsPropertiesOrder":{"type":"number"},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayoutPropertiesItemsItemsPropertiesPriority":{"type":"number"},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayoutPropertiesItemsItemsPropertiesSize":{"type":"string","enum":["sm","md","lg"]},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayoutPropertiesItemsItemsPropertiesSettings":{},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayoutPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayoutPropertiesItemsItemsPropertiesId"},"widgetId":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayoutPropertiesItemsItemsPropertiesWidgetId"},"order":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayoutPropertiesItemsItemsPropertiesOrder"},"priority":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayoutPropertiesItemsItemsPropertiesPriority"},"size":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayoutPropertiesItemsItemsPropertiesSize"},"settings":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayoutPropertiesItemsItemsPropertiesSettings"}},"required":["id","widgetId","order"],"additionalProperties":false},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayoutPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayoutPropertiesItemsItems"}},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayout":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayoutPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesAllowedWidgetIdsItems":{"type":"string","minLength":1},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesAllowedWidgetIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesAllowedWidgetIdsItems"}},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesCanConfigure":{"type":"boolean"},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesTenantIdAnyOf1"}]},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesUserNameAnyOf0":{"type":"null"},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesUserNameAnyOf1":{"type":"string"},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesUserName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesUserNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesUserNameAnyOf1"}]},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesUserEmailAnyOf0":{"type":"null"},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesUserEmailAnyOf1":{"type":"string"},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesUserEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesUserEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesUserEmailAnyOf1"}]},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesUserLabel":{"type":"string"},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContext":{"type":"object","properties":{"userId":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesUserId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesOrganizationId"},"userName":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesUserName"},"userEmail":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesUserEmail"},"userLabel":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesUserLabel"}},"required":["userId","tenantId","organizationId","userName","userEmail","userLabel"],"additionalProperties":false},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesId":{"type":"string","minLength":1},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesTitle":{"type":"string"},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesDefaultSize":{"type":"string","enum":["sm","md","lg"]},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesDefaultEnabled":{"type":"boolean"},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesDefaultSettingsAnyOf0":{"type":"null"},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesDefaultSettings":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesDefaultSettingsAnyOf0"},{}]},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesFeaturesItems":{"type":"string"},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesFeatures":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesFeaturesItems"}},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesModuleId":{"type":"string"},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesIconAnyOf0":{"type":"null"},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesIconAnyOf1":{"type":"string"},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesIconAnyOf1"}]},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesLoaderKey":{"type":"string"},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesSupportsRefresh":{"type":"boolean"},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesId"},"title":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesDescription"},"defaultSize":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesDefaultSize"},"defaultEnabled":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesDefaultEnabled"},"defaultSettings":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesDefaultSettings"},"features":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesFeatures"},"moduleId":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesModuleId"},"icon":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesIcon"},"loaderKey":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesLoaderKey"},"supportsRefresh":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesSupportsRefresh"}},"required":["id","title","description","defaultSize","defaultEnabled","defaultSettings","features","moduleId","icon","loaderKey","supportsRefresh"],"additionalProperties":false},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgets":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItems"}},"DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"layout":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayout"},"allowedWidgetIds":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesAllowedWidgetIds"},"canConfigure":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesCanConfigure"},"context":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContext"},"widgets":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgets"}},"required":["layout","allowedWidgetIds","canConfigure","context","widgets"],"additionalProperties":false},"DocPathsApiDashboardsLayoutGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDashboardsLayoutGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDashboardsLayoutGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDashboardsLayoutGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDashboardsLayoutPutRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiDashboardsLayoutPutRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWidgetId":{"type":"string","minLength":1},"DocPathsApiDashboardsLayoutPutRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrder":{"type":"number"},"DocPathsApiDashboardsLayoutPutRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriority":{"type":"number"},"DocPathsApiDashboardsLayoutPutRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSize":{"type":"string","enum":["sm","md","lg"]},"DocPathsApiDashboardsLayoutPutRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSettings":{},"DocPathsApiDashboardsLayoutPutRequestBodyContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutPutRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"widgetId":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutPutRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWidgetId"},"order":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutPutRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrder"},"priority":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutPutRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriority"},"size":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutPutRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSize"},"settings":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutPutRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSettings"}},"required":["id","widgetId","order"],"additionalProperties":false},"DocPathsApiDashboardsLayoutPutRequestBodyContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutPutRequestBodyContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiDashboardsLayoutPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutPutRequestBodyContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsApiDashboardsLayoutPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiDashboardsLayoutPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiDashboardsLayoutPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDashboardsLayoutPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDashboardsLayoutPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDashboardsLayoutPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDashboardsLayoutPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDashboardsLayoutPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDashboardsLayoutPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDashboardsRolesWidgetsGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiDashboardsRolesWidgetsGetParameters1Schema":{"type":"string","format":"uuid"},"DocPathsApiDashboardsRolesWidgetsGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsApiDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesWidgetIdsItems":{"type":"string","minLength":1},"DocPathsApiDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesWidgetIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesWidgetIdsItems"}},"DocPathsApiDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesHasCustom":{"type":"boolean"},"DocPathsApiDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesTenantIdAnyOf1"}]},"DocPathsApiDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesOrganizationIdAnyOf1"}]},"DocPathsApiDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScope":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsApiDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesOrganizationId"}},"required":["tenantId","organizationId"],"additionalProperties":false},"DocPathsApiDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"widgetIds":{"$ref":"#/components/schemas/DocPathsApiDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesWidgetIds"},"hasCustom":{"$ref":"#/components/schemas/DocPathsApiDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesHasCustom"},"scope":{"$ref":"#/components/schemas/DocPathsApiDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScope"}},"required":["widgetIds","hasCustom","scope"],"additionalProperties":false},"DocPathsApiDashboardsRolesWidgetsGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDashboardsRolesWidgetsGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDashboardsRolesWidgetsGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDashboardsRolesWidgetsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDashboardsRolesWidgetsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDashboardsRolesWidgetsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDashboardsRolesWidgetsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDashboardsRolesWidgetsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDashboardsRolesWidgetsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDashboardsRolesWidgetsPutRequestBodyContentApplicationJsonSchemaPropertiesRoleId":{"type":"string","format":"uuid"},"DocPathsApiDashboardsRolesWidgetsPutRequestBodyContentApplicationJsonSchemaPropertiesWidgetIdsItems":{"type":"string","minLength":1},"DocPathsApiDashboardsRolesWidgetsPutRequestBodyContentApplicationJsonSchemaPropertiesWidgetIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiDashboardsRolesWidgetsPutRequestBodyContentApplicationJsonSchemaPropertiesWidgetIdsItems"}},"DocPathsApiDashboardsRolesWidgetsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"roleId":{"$ref":"#/components/schemas/DocPathsApiDashboardsRolesWidgetsPutRequestBodyContentApplicationJsonSchemaPropertiesRoleId"},"widgetIds":{"$ref":"#/components/schemas/DocPathsApiDashboardsRolesWidgetsPutRequestBodyContentApplicationJsonSchemaPropertiesWidgetIds"}},"required":["roleId","widgetIds"],"additionalProperties":false},"DocPathsApiDashboardsRolesWidgetsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiDashboardsRolesWidgetsPutResponses200ContentApplicationJsonSchemaPropertiesWidgetIdsItems":{"type":"string","minLength":1},"DocPathsApiDashboardsRolesWidgetsPutResponses200ContentApplicationJsonSchemaPropertiesWidgetIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiDashboardsRolesWidgetsPutResponses200ContentApplicationJsonSchemaPropertiesWidgetIdsItems"}},"DocPathsApiDashboardsRolesWidgetsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiDashboardsRolesWidgetsPutResponses200ContentApplicationJsonSchemaPropertiesOk"},"widgetIds":{"$ref":"#/components/schemas/DocPathsApiDashboardsRolesWidgetsPutResponses200ContentApplicationJsonSchemaPropertiesWidgetIds"}},"required":["ok","widgetIds"],"additionalProperties":false},"DocPathsApiDashboardsRolesWidgetsPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDashboardsRolesWidgetsPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDashboardsRolesWidgetsPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDashboardsRolesWidgetsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDashboardsRolesWidgetsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDashboardsRolesWidgetsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDashboardsRolesWidgetsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDashboardsRolesWidgetsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDashboardsRolesWidgetsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDashboardsUsersWidgetsGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiDashboardsUsersWidgetsGetParameters1Schema":{"type":"string","format":"uuid"},"DocPathsApiDashboardsUsersWidgetsGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsApiDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesMode":{"type":"string","enum":["inherit","override"]},"DocPathsApiDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesWidgetIdsItems":{"type":"string","minLength":1},"DocPathsApiDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesWidgetIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesWidgetIdsItems"}},"DocPathsApiDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesHasCustom":{"type":"boolean"},"DocPathsApiDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveWidgetIdsItems":{"type":"string","minLength":1},"DocPathsApiDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveWidgetIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveWidgetIdsItems"}},"DocPathsApiDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesTenantIdAnyOf1"}]},"DocPathsApiDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesOrganizationIdAnyOf1"}]},"DocPathsApiDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScope":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesOrganizationId"}},"required":["tenantId","organizationId"],"additionalProperties":false},"DocPathsApiDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"mode":{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesMode"},"widgetIds":{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesWidgetIds"},"hasCustom":{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesHasCustom"},"effectiveWidgetIds":{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveWidgetIds"},"scope":{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScope"}},"required":["mode","widgetIds","hasCustom","effectiveWidgetIds","scope"],"additionalProperties":false},"DocPathsApiDashboardsUsersWidgetsGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDashboardsUsersWidgetsGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDashboardsUsersWidgetsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDashboardsUsersWidgetsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDashboardsUsersWidgetsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDashboardsUsersWidgetsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDashboardsUsersWidgetsPutRequestBodyContentApplicationJsonSchemaPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsApiDashboardsUsersWidgetsPutRequestBodyContentApplicationJsonSchemaPropertiesModeAllOf0":{"type":"string","enum":["inherit","override"]},"DocPathsApiDashboardsUsersWidgetsPutRequestBodyContentApplicationJsonSchemaPropertiesMode":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsPutRequestBodyContentApplicationJsonSchemaPropertiesModeAllOf0"}],"default":"inherit"},"DocPathsApiDashboardsUsersWidgetsPutRequestBodyContentApplicationJsonSchemaPropertiesWidgetIdsItems":{"type":"string","minLength":1},"DocPathsApiDashboardsUsersWidgetsPutRequestBodyContentApplicationJsonSchemaPropertiesWidgetIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsPutRequestBodyContentApplicationJsonSchemaPropertiesWidgetIdsItems"}},"DocPathsApiDashboardsUsersWidgetsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"userId":{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsPutRequestBodyContentApplicationJsonSchemaPropertiesUserId"},"mode":{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsPutRequestBodyContentApplicationJsonSchemaPropertiesMode"},"widgetIds":{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsPutRequestBodyContentApplicationJsonSchemaPropertiesWidgetIds"}},"required":["userId","widgetIds"],"additionalProperties":false},"DocPathsApiDashboardsUsersWidgetsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiDashboardsUsersWidgetsPutResponses200ContentApplicationJsonSchemaPropertiesMode":{"type":"string","enum":["inherit","override"]},"DocPathsApiDashboardsUsersWidgetsPutResponses200ContentApplicationJsonSchemaPropertiesWidgetIdsItems":{"type":"string","minLength":1},"DocPathsApiDashboardsUsersWidgetsPutResponses200ContentApplicationJsonSchemaPropertiesWidgetIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsPutResponses200ContentApplicationJsonSchemaPropertiesWidgetIdsItems"}},"DocPathsApiDashboardsUsersWidgetsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsPutResponses200ContentApplicationJsonSchemaPropertiesOk"},"mode":{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsPutResponses200ContentApplicationJsonSchemaPropertiesMode"},"widgetIds":{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsPutResponses200ContentApplicationJsonSchemaPropertiesWidgetIds"}},"required":["ok","mode","widgetIds"],"additionalProperties":false},"DocPathsApiDashboardsUsersWidgetsPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDashboardsUsersWidgetsPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDashboardsUsersWidgetsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDashboardsUsersWidgetsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDashboardsUsersWidgetsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDashboardsUsersWidgetsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDashboardsUsersWidgetsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesEntityType":{"type":"string","minLength":1},"DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesMetricPropertiesField":{"type":"string","minLength":1},"DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesMetricPropertiesAggregate":{"type":"string","enum":["count","sum","avg","min","max"]},"DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesMetric":{"type":"object","properties":{"field":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesMetricPropertiesField"},"aggregate":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesMetricPropertiesAggregate"}},"required":["field","aggregate"],"additionalProperties":false},"DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesGroupByPropertiesField":{"type":"string","minLength":1},"DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesGroupByPropertiesGranularity":{"type":"string","enum":["day","week","month","quarter","year"]},"DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesGroupByPropertiesLimit":{"type":"number"},"DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesGroupByPropertiesResolveLabels":{"type":"boolean"},"DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesGroupBy":{"type":"object","properties":{"field":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesGroupByPropertiesField"},"granularity":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesGroupByPropertiesGranularity"},"limit":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesGroupByPropertiesLimit"},"resolveLabels":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesGroupByPropertiesResolveLabels"}},"required":["field"],"additionalProperties":false},"DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFiltersItemsPropertiesField":{"type":"string","minLength":1},"DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFiltersItemsPropertiesOperator":{"type":"string","enum":["eq","neq","gt","gte","lt","lte","in","not_in","is_null","is_not_null"]},"DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFiltersItemsPropertiesValue":{},"DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFiltersItems":{"type":"object","properties":{"field":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFiltersItemsPropertiesField"},"operator":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFiltersItemsPropertiesOperator"},"value":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFiltersItemsPropertiesValue"}},"required":["field","operator"],"additionalProperties":false},"DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFilters":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFiltersItems"}},"DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesDateRangePropertiesField":{"type":"string","minLength":1},"DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesDateRangePropertiesPreset":{"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"]},"DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesDateRange":{"type":"object","properties":{"field":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesDateRangePropertiesField"},"preset":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesDateRangePropertiesPreset"}},"required":["field","preset"],"additionalProperties":false},"DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesComparisonPropertiesType":{"type":"string","enum":["previous_period","previous_year"]},"DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesComparison":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesComparisonPropertiesType"}},"required":["type"],"additionalProperties":false},"DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"entityType":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesEntityType"},"metric":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesMetric"},"groupBy":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesGroupBy"},"filters":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFilters"},"dateRange":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesDateRange"},"comparison":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesComparison"}},"required":["entityType","metric"],"additionalProperties":false},"DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesValueAnyOf0":{"type":"null"},"DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesValueAnyOf1":{"type":"number"},"DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesValueAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesValueAnyOf1"}]},"DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesGroupKey":{},"DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesGroupLabel":{"type":"string"},"DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesValueAnyOf0":{"type":"null"},"DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesValueAnyOf1":{"type":"number"},"DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesValueAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesValueAnyOf1"}]},"DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesDataItems":{"type":"object","properties":{"groupKey":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesGroupKey"},"groupLabel":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesGroupLabel"},"value":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesValue"}},"required":["groupKey","value"],"additionalProperties":false},"DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesData":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesDataItems"}},"DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesComparisonPropertiesValueAnyOf0":{"type":"null"},"DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesComparisonPropertiesValueAnyOf1":{"type":"number"},"DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesComparisonPropertiesValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesComparisonPropertiesValueAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesComparisonPropertiesValueAnyOf1"}]},"DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesComparisonPropertiesChange":{"type":"number"},"DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesComparisonPropertiesDirection":{"type":"string","enum":["up","down","unchanged"]},"DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesComparison":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesComparisonPropertiesValue"},"change":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesComparisonPropertiesChange"},"direction":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesComparisonPropertiesDirection"}},"required":["value","change","direction"],"additionalProperties":false},"DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesMetadataPropertiesFetchedAt":{"type":"string"},"DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesMetadataPropertiesRecordCount":{"type":"number"},"DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","properties":{"fetchedAt":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesMetadataPropertiesFetchedAt"},"recordCount":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesMetadataPropertiesRecordCount"}},"required":["fetchedAt","recordCount"],"additionalProperties":false},"DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesValue"},"data":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesData"},"comparison":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesComparison"},"metadata":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesMetadata"}},"required":["value","data","metadata"],"additionalProperties":false},"DocPathsApiDashboardsWidgetsDataPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDashboardsWidgetsDataPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDashboardsWidgetsDataPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDashboardsWidgetsDataPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDashboardsWidgetsDataPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDashboardsWidgetsDataPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDashboardsWidgetsDataPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDashboardsWidgetsDataPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDashboardsWidgetsDataPostResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiAuthLocaleGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAuthLocalePostResponses201ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAuthProfileGetResponses200ContentApplicationJsonSchemaPropertiesEmail":{"type":"string","format":"email"},"DocPathsApiAuthProfileGetResponses200ContentApplicationJsonSchemaPropertiesRolesItems":{"type":"string"},"DocPathsApiAuthProfileGetResponses200ContentApplicationJsonSchemaPropertiesRoles":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthProfileGetResponses200ContentApplicationJsonSchemaPropertiesRolesItems"}},"DocPathsApiAuthProfileGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"email":{"$ref":"#/components/schemas/DocPathsApiAuthProfileGetResponses200ContentApplicationJsonSchemaPropertiesEmail"},"roles":{"$ref":"#/components/schemas/DocPathsApiAuthProfileGetResponses200ContentApplicationJsonSchemaPropertiesRoles"}},"required":["email","roles"],"additionalProperties":false},"DocPathsApiAuthProfileGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthProfileGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthProfileGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthProfileGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthProfileGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthProfileGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthProfilePutRequestBodyContentApplicationJsonSchemaPropertiesEmail":{"type":"string","format":"email"},"DocPathsApiAuthProfilePutRequestBodyContentApplicationJsonSchemaPropertiesCurrentPassword":{"type":"string","minLength":1},"DocPathsApiAuthProfilePutRequestBodyContentApplicationJsonSchemaPropertiesPassword":{"type":"string","minLength":6},"DocPathsApiAuthProfilePutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"email":{"$ref":"#/components/schemas/DocPathsApiAuthProfilePutRequestBodyContentApplicationJsonSchemaPropertiesEmail"},"currentPassword":{"$ref":"#/components/schemas/DocPathsApiAuthProfilePutRequestBodyContentApplicationJsonSchemaPropertiesCurrentPassword"},"password":{"$ref":"#/components/schemas/DocPathsApiAuthProfilePutRequestBodyContentApplicationJsonSchemaPropertiesPassword"}},"additionalProperties":false},"DocPathsApiAuthProfilePutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiAuthProfilePutResponses200ContentApplicationJsonSchemaPropertiesEmail":{"type":"string","format":"email"},"DocPathsApiAuthProfilePutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiAuthProfilePutResponses200ContentApplicationJsonSchemaPropertiesOk"},"email":{"$ref":"#/components/schemas/DocPathsApiAuthProfilePutResponses200ContentApplicationJsonSchemaPropertiesEmail"}},"required":["ok","email"],"additionalProperties":false},"DocPathsApiAuthProfilePutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthProfilePutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthProfilePutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthProfilePutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthProfilePutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthProfilePutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthRolesAclGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiAuthRolesAclGetParameters1Schema":{"type":"string","format":"uuid"},"DocPathsApiAuthRolesAclGetResponses200ContentApplicationJsonSchemaPropertiesIsSuperAdmin":{"type":"boolean"},"DocPathsApiAuthRolesAclGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItems":{"type":"string"},"DocPathsApiAuthRolesAclGetResponses200ContentApplicationJsonSchemaPropertiesFeatures":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItems"}},"DocPathsApiAuthRolesAclGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationsAnyOf0":{"type":"null"},"DocPathsApiAuthRolesAclGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationsAnyOf1Items":{"type":"string"},"DocPathsApiAuthRolesAclGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationsAnyOf1Items"}},"DocPathsApiAuthRolesAclGetResponses200ContentApplicationJsonSchemaPropertiesOrganizations":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationsAnyOf1"}]},"DocPathsApiAuthRolesAclGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"isSuperAdmin":{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclGetResponses200ContentApplicationJsonSchemaPropertiesIsSuperAdmin"},"features":{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclGetResponses200ContentApplicationJsonSchemaPropertiesFeatures"},"organizations":{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclGetResponses200ContentApplicationJsonSchemaPropertiesOrganizations"}},"required":["isSuperAdmin","features","organizations"],"additionalProperties":false},"DocPathsApiAuthRolesAclGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthRolesAclGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthRolesAclGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthRolesAclGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthRolesAclGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthRolesAclGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthRolesAclGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthRolesAclGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthRolesAclPutRequestBodyContentApplicationJsonSchemaPropertiesRoleId":{"type":"string","format":"uuid"},"DocPathsApiAuthRolesAclPutRequestBodyContentApplicationJsonSchemaPropertiesIsSuperAdmin":{"type":"boolean"},"DocPathsApiAuthRolesAclPutRequestBodyContentApplicationJsonSchemaPropertiesFeaturesItems":{"type":"string"},"DocPathsApiAuthRolesAclPutRequestBodyContentApplicationJsonSchemaPropertiesFeatures":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclPutRequestBodyContentApplicationJsonSchemaPropertiesFeaturesItems"}},"DocPathsApiAuthRolesAclPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationsAnyOf0":{"type":"null"},"DocPathsApiAuthRolesAclPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationsAnyOf1Items":{"type":"string"},"DocPathsApiAuthRolesAclPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationsAnyOf1Items"}},"DocPathsApiAuthRolesAclPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizations":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationsAnyOf1"}]},"DocPathsApiAuthRolesAclPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiAuthRolesAclPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"roleId":{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclPutRequestBodyContentApplicationJsonSchemaPropertiesRoleId"},"isSuperAdmin":{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclPutRequestBodyContentApplicationJsonSchemaPropertiesIsSuperAdmin"},"features":{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclPutRequestBodyContentApplicationJsonSchemaPropertiesFeatures"},"organizations":{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizations"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"}},"required":["roleId"],"additionalProperties":false},"DocPathsApiAuthRolesAclPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiAuthRolesAclPutResponses200ContentApplicationJsonSchemaPropertiesSanitized":{"type":"boolean"},"DocPathsApiAuthRolesAclPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclPutResponses200ContentApplicationJsonSchemaPropertiesOk"},"sanitized":{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclPutResponses200ContentApplicationJsonSchemaPropertiesSanitized"}},"required":["ok","sanitized"],"additionalProperties":false},"DocPathsApiAuthRolesAclPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthRolesAclPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthRolesAclPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthRolesAclPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthRolesAclPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthRolesAclPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthRolesAclPutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthRolesAclPutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthRolesAclPutResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthRolesGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiAuthRolesGetParameters1Schema":{"type":"number"},"DocPathsApiAuthRolesGetParameters2Schema":{"type":"number"},"DocPathsApiAuthRolesGetParameters3Schema":{"type":"string"},"DocPathsApiAuthRolesGetParameters4Schema":{"type":"string","format":"uuid"},"DocPathsApiAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsApiAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUsersCount":{"type":"number"},"DocPathsApiAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdsItems":{"type":"string","format":"uuid"},"DocPathsApiAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdsItems"}},"DocPathsApiAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf0":{"type":"null"},"DocPathsApiAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf1":{"type":"string"},"DocPathsApiAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf1"}]},"DocPathsApiAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"usersCount":{"$ref":"#/components/schemas/DocPathsApiAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUsersCount"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"tenantIds":{"$ref":"#/components/schemas/DocPathsApiAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIds"},"tenantName":{"$ref":"#/components/schemas/DocPathsApiAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantName"}},"required":["id","name","usersCount","tenantId","tenantName"],"additionalProperties":false},"DocPathsApiAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesIsSuperAdmin":{"type":"boolean"},"DocPathsApiAuthRolesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"isSuperAdmin":{"$ref":"#/components/schemas/DocPathsApiAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesIsSuperAdmin"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiAuthRolesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthRolesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthRolesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthRolesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthRolesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthRolesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthRolesPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":2,"maxLength":100},"DocPathsApiAuthRolesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiAuthRolesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/DocPathsApiAuthRolesPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiAuthRolesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"}},"required":["name"],"additionalProperties":false},"DocPathsApiAuthRolesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiAuthRolesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiAuthRolesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiAuthRolesPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthRolesPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthRolesPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthRolesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthRolesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthRolesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthRolesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthRolesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthRolesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthRolesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiAuthRolesPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":2,"maxLength":100},"DocPathsApiAuthRolesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiAuthRolesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiAuthRolesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiAuthRolesPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiAuthRolesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"}},"required":["id"],"additionalProperties":false},"DocPathsApiAuthRolesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiAuthRolesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiAuthRolesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiAuthRolesPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthRolesPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthRolesPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthRolesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthRolesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthRolesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthRolesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthRolesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthRolesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthRolesPutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthRolesPutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthRolesPutResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthRolesDeleteParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiAuthRolesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiAuthRolesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiAuthRolesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiAuthRolesDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthRolesDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthRolesDeleteResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthRolesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthRolesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthRolesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthRolesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthRolesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthRolesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthRolesDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthRolesDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthRolesDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesLocale":{"type":"string"},"DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVersion":{"type":"number"},"DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupOrderItems":{"type":"string"},"DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupOrder":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupOrderItems"}},"DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupLabelsAdditionalProperties":{"type":"string"},"DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupLabels":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupLabelsAdditionalProperties"}},"DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemLabelsAdditionalProperties":{"type":"string"},"DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemLabels":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemLabelsAdditionalProperties"}},"DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesHiddenItemsItems":{"type":"string"},"DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesHiddenItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesHiddenItemsItems"}},"DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrderAdditionalPropertiesItems":{"type":"string"},"DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrderAdditionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrderAdditionalPropertiesItems"}},"DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrder":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrderAdditionalProperties"}},"DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettings":{"type":"object","properties":{"version":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVersion"},"groupOrder":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupOrder"},"groupLabels":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupLabels"},"itemLabels":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemLabels"},"hiddenItems":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesHiddenItems"},"itemOrder":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrder"}},"required":["version","groupOrder","groupLabels","itemLabels","hiddenItems","itemOrder"],"additionalProperties":false},"DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesCanApplyToRoles":{"type":"boolean"},"DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesName":{"type":"string"},"DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesHasPreference":{"type":"boolean"},"DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesRolesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesName"},"hasPreference":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesHasPreference"}},"required":["id","name","hasPreference"],"additionalProperties":false},"DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesRoles":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesRolesItems"}},"DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf0PropertiesType":{"type":"string","enum":["user"]},"DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf0":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf0PropertiesType"}},"required":["type"],"additionalProperties":false},"DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf1PropertiesType":{"type":"string","enum":["role"]},"DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf1PropertiesRoleId":{"type":"string","format":"uuid"},"DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf1PropertiesType"},"roleId":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf1PropertiesRoleId"}},"required":["type","roleId"],"additionalProperties":false},"DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesScope":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf0"},{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf1"}]},"DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"locale":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesLocale"},"settings":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettings"},"canApplyToRoles":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesCanApplyToRoles"},"roles":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesRoles"},"scope":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesScope"}},"required":["locale","settings","canApplyToRoles","roles","scope"],"additionalProperties":false},"DocPathsApiAuthSidebarPreferencesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthSidebarPreferencesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthSidebarPreferencesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthSidebarPreferencesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthSidebarPreferencesGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthSidebarPreferencesGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesVersion":{"type":"number"},"DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesGroupOrderItems":{"type":"string","minLength":1},"DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesGroupOrder":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesGroupOrderItems"},"maxItems":200},"DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesGroupLabelsAdditionalProperties":{"type":"string","minLength":1,"maxLength":120},"DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesGroupLabels":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesGroupLabelsAdditionalProperties"}},"DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesItemLabelsAdditionalProperties":{"type":"string","minLength":1,"maxLength":120},"DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesItemLabels":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesItemLabelsAdditionalProperties"}},"DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesHiddenItemsItems":{"type":"string","minLength":1},"DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesHiddenItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesHiddenItemsItems"},"maxItems":500},"DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesItemOrderAdditionalPropertiesItems":{"type":"string","minLength":1},"DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesItemOrderAdditionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesItemOrderAdditionalPropertiesItems"},"maxItems":500},"DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesItemOrder":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesItemOrderAdditionalProperties"}},"DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesApplyToRolesItems":{"type":"string","format":"uuid"},"DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesApplyToRoles":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesApplyToRolesItems"}},"DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesClearRoleIdsItems":{"type":"string","format":"uuid"},"DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesClearRoleIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesClearRoleIdsItems"}},"DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesScopeOneOf0PropertiesType":{"type":"string","enum":["user"]},"DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesScopeOneOf0":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesScopeOneOf0PropertiesType"}},"required":["type"],"additionalProperties":false},"DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesScopeOneOf1PropertiesType":{"type":"string","enum":["role"]},"DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesScopeOneOf1PropertiesRoleId":{"type":"string","format":"uuid"},"DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesScopeOneOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesScopeOneOf1PropertiesType"},"roleId":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesScopeOneOf1PropertiesRoleId"}},"required":["type","roleId"],"additionalProperties":false},"DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesScope":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesScopeOneOf0"},{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesScopeOneOf1"}]},"DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"version":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesVersion"},"groupOrder":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesGroupOrder"},"groupLabels":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesGroupLabels"},"itemLabels":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesItemLabels"},"hiddenItems":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesHiddenItems"},"itemOrder":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesItemOrder"},"applyToRoles":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesApplyToRoles"},"clearRoleIds":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesClearRoleIds"},"scope":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesScope"}},"additionalProperties":false},"DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesLocale":{"type":"string"},"DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVersion":{"type":"number"},"DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupOrderItems":{"type":"string"},"DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupOrder":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupOrderItems"}},"DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupLabelsAdditionalProperties":{"type":"string"},"DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupLabels":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupLabelsAdditionalProperties"}},"DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemLabelsAdditionalProperties":{"type":"string"},"DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemLabels":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemLabelsAdditionalProperties"}},"DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesHiddenItemsItems":{"type":"string"},"DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesHiddenItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesHiddenItemsItems"}},"DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrderAdditionalPropertiesItems":{"type":"string"},"DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrderAdditionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrderAdditionalPropertiesItems"}},"DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrder":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrderAdditionalProperties"}},"DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettings":{"type":"object","properties":{"version":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVersion"},"groupOrder":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupOrder"},"groupLabels":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupLabels"},"itemLabels":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemLabels"},"hiddenItems":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesHiddenItems"},"itemOrder":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrder"}},"required":["version","groupOrder","groupLabels","itemLabels","hiddenItems","itemOrder"],"additionalProperties":false},"DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesCanApplyToRoles":{"type":"boolean"},"DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesName":{"type":"string"},"DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesHasPreference":{"type":"boolean"},"DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesRolesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesName"},"hasPreference":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesHasPreference"}},"required":["id","name","hasPreference"],"additionalProperties":false},"DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesRoles":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesRolesItems"}},"DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf0PropertiesType":{"type":"string","enum":["user"]},"DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf0":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf0PropertiesType"}},"required":["type"],"additionalProperties":false},"DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf1PropertiesType":{"type":"string","enum":["role"]},"DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf1PropertiesRoleId":{"type":"string","format":"uuid"},"DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf1PropertiesType"},"roleId":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf1PropertiesRoleId"}},"required":["type","roleId"],"additionalProperties":false},"DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesScope":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf0"},{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf1"}]},"DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesAppliedRolesItems":{"type":"string","format":"uuid"},"DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesAppliedRoles":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesAppliedRolesItems"}},"DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesClearedRolesItems":{"type":"string","format":"uuid"},"DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesClearedRoles":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesClearedRolesItems"}},"DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"locale":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesLocale"},"settings":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettings"},"canApplyToRoles":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesCanApplyToRoles"},"roles":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesRoles"},"scope":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesScope"},"appliedRoles":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesAppliedRoles"},"clearedRoles":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesClearedRoles"}},"required":["locale","settings","canApplyToRoles","roles","scope","appliedRoles","clearedRoles"],"additionalProperties":false},"DocPathsApiAuthSidebarPreferencesPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthSidebarPreferencesPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthSidebarPreferencesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthSidebarPreferencesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthSidebarPreferencesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthSidebarPreferencesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthSidebarPreferencesPutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthSidebarPreferencesPutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesPutResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthSidebarPreferencesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiAuthSidebarPreferencesDeleteResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf0PropertiesType":{"type":"string","enum":["user"]},"DocPathsApiAuthSidebarPreferencesDeleteResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf0":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesDeleteResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf0PropertiesType"}},"required":["type"],"additionalProperties":false},"DocPathsApiAuthSidebarPreferencesDeleteResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf1PropertiesType":{"type":"string","enum":["role"]},"DocPathsApiAuthSidebarPreferencesDeleteResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf1PropertiesRoleId":{"type":"string","format":"uuid"},"DocPathsApiAuthSidebarPreferencesDeleteResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesDeleteResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf1PropertiesType"},"roleId":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesDeleteResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf1PropertiesRoleId"}},"required":["type","roleId"],"additionalProperties":false},"DocPathsApiAuthSidebarPreferencesDeleteResponses200ContentApplicationJsonSchemaPropertiesScope":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesDeleteResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf0"},{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesDeleteResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf1"}]},"DocPathsApiAuthSidebarPreferencesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"},"scope":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesDeleteResponses200ContentApplicationJsonSchemaPropertiesScope"}},"required":["ok","scope"],"additionalProperties":false},"DocPathsApiAuthSidebarPreferencesDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthSidebarPreferencesDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesDeleteResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthSidebarPreferencesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthSidebarPreferencesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthSidebarPreferencesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthSidebarPreferencesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthSidebarPreferencesDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthSidebarPreferencesDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarPreferencesDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthSidebarVariantsIdGetParameters0Schema":{"type":"string"},"DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesLocale":{"type":"string"},"DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesName":{"type":"string"},"DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesIsActive":{"type":"boolean"},"DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesVersion":{"type":"number"},"DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupOrderItems":{"type":"string"},"DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupOrder":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupOrderItems"}},"DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupLabelsAdditionalProperties":{"type":"string"},"DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupLabels":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupLabelsAdditionalProperties"}},"DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemLabelsAdditionalProperties":{"type":"string"},"DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemLabels":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemLabelsAdditionalProperties"}},"DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesHiddenItemsItems":{"type":"string"},"DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesHiddenItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesHiddenItemsItems"}},"DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemOrderAdditionalPropertiesItems":{"type":"string"},"DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemOrderAdditionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemOrderAdditionalPropertiesItems"}},"DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemOrder":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemOrderAdditionalProperties"}},"DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettings":{"type":"object","properties":{"version":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesVersion"},"groupOrder":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupOrder"},"groupLabels":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupLabels"},"itemLabels":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemLabels"},"hiddenItems":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesHiddenItems"},"itemOrder":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemOrder"}},"required":["version","groupOrder","groupLabels","itemLabels","hiddenItems","itemOrder"],"additionalProperties":false},"DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesCreatedAt":{"type":"string"},"DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariant":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesName"},"isActive":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesIsActive"},"settings":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettings"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesUpdatedAt"}},"required":["id","name","isActive","settings","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"locale":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesLocale"},"variant":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariant"}},"required":["locale","variant"],"additionalProperties":false},"DocPathsApiAuthSidebarVariantsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthSidebarVariantsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthSidebarVariantsIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthSidebarVariantsIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthSidebarVariantsIdPutParameters0Schema":{"type":"string"},"DocPathsApiAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":120},"DocPathsApiAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesVersion":{"type":"number"},"DocPathsApiAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupOrderItems":{"type":"string","minLength":1},"DocPathsApiAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupOrder":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupOrderItems"},"maxItems":200},"DocPathsApiAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupLabelsAdditionalProperties":{"type":"string","minLength":1,"maxLength":120},"DocPathsApiAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupLabels":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupLabelsAdditionalProperties"}},"DocPathsApiAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemLabelsAdditionalProperties":{"type":"string","minLength":1,"maxLength":120},"DocPathsApiAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemLabels":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemLabelsAdditionalProperties"}},"DocPathsApiAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesHiddenItemsItems":{"type":"string","minLength":1},"DocPathsApiAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesHiddenItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesHiddenItemsItems"},"maxItems":500},"DocPathsApiAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrderAdditionalPropertiesItems":{"type":"string","minLength":1},"DocPathsApiAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrderAdditionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrderAdditionalPropertiesItems"},"maxItems":500},"DocPathsApiAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrder":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrderAdditionalProperties"}},"DocPathsApiAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettings":{"type":"object","properties":{"version":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesVersion"},"groupOrder":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupOrder"},"groupLabels":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupLabels"},"itemLabels":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemLabels"},"hiddenItems":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesHiddenItems"},"itemOrder":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrder"}},"additionalProperties":false},"DocPathsApiAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"settings":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettings"},"isActive":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"additionalProperties":false},"DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesLocale":{"type":"string"},"DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesName":{"type":"string"},"DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesIsActive":{"type":"boolean"},"DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesVersion":{"type":"number"},"DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupOrderItems":{"type":"string"},"DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupOrder":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupOrderItems"}},"DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupLabelsAdditionalProperties":{"type":"string"},"DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupLabels":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupLabelsAdditionalProperties"}},"DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemLabelsAdditionalProperties":{"type":"string"},"DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemLabels":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemLabelsAdditionalProperties"}},"DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesHiddenItemsItems":{"type":"string"},"DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesHiddenItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesHiddenItemsItems"}},"DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemOrderAdditionalPropertiesItems":{"type":"string"},"DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemOrderAdditionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemOrderAdditionalPropertiesItems"}},"DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemOrder":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemOrderAdditionalProperties"}},"DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettings":{"type":"object","properties":{"version":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesVersion"},"groupOrder":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupOrder"},"groupLabels":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupLabels"},"itemLabels":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemLabels"},"hiddenItems":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesHiddenItems"},"itemOrder":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemOrder"}},"required":["version","groupOrder","groupLabels","itemLabels","hiddenItems","itemOrder"],"additionalProperties":false},"DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesCreatedAt":{"type":"string"},"DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariant":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesName"},"isActive":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesIsActive"},"settings":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettings"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesUpdatedAt"}},"required":["id","name","isActive","settings","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"locale":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesLocale"},"variant":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariant"}},"required":["locale","variant"],"additionalProperties":false},"DocPathsApiAuthSidebarVariantsIdPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthSidebarVariantsIdPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthSidebarVariantsIdPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthSidebarVariantsIdPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthSidebarVariantsIdPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthSidebarVariantsIdPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthSidebarVariantsIdPutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthSidebarVariantsIdPutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdPutResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthSidebarVariantsIdDeleteParameters0Schema":{"type":"string"},"DocPathsApiAuthSidebarVariantsIdDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiAuthSidebarVariantsIdDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiAuthSidebarVariantsIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthSidebarVariantsIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthSidebarVariantsIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthSidebarVariantsIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthSidebarVariantsIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthSidebarVariantsIdDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesLocale":{"type":"string"},"DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesName":{"type":"string"},"DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesVersion":{"type":"number"},"DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesGroupOrderItems":{"type":"string"},"DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesGroupOrder":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesGroupOrderItems"}},"DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesGroupLabelsAdditionalProperties":{"type":"string"},"DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesGroupLabels":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesGroupLabelsAdditionalProperties"}},"DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesItemLabelsAdditionalProperties":{"type":"string"},"DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesItemLabels":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesItemLabelsAdditionalProperties"}},"DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesHiddenItemsItems":{"type":"string"},"DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesHiddenItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesHiddenItemsItems"}},"DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesItemOrderAdditionalPropertiesItems":{"type":"string"},"DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesItemOrderAdditionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesItemOrderAdditionalPropertiesItems"}},"DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesItemOrder":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesItemOrderAdditionalProperties"}},"DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettings":{"type":"object","properties":{"version":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesVersion"},"groupOrder":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesGroupOrder"},"groupLabels":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesGroupLabels"},"itemLabels":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesItemLabels"},"hiddenItems":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesHiddenItems"},"itemOrder":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesItemOrder"}},"required":["version","groupOrder","groupLabels","itemLabels","hiddenItems","itemOrder"],"additionalProperties":false},"DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesName"},"isActive":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesIsActive"},"settings":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettings"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesUpdatedAt"}},"required":["id","name","isActive","settings","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariants":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItems"}},"DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"locale":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesLocale"},"variants":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariants"}},"required":["locale","variants"],"additionalProperties":false},"DocPathsApiAuthSidebarVariantsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthSidebarVariantsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":120},"DocPathsApiAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesVersion":{"type":"number"},"DocPathsApiAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupOrderItems":{"type":"string","minLength":1},"DocPathsApiAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupOrder":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupOrderItems"},"maxItems":200},"DocPathsApiAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupLabelsAdditionalProperties":{"type":"string","minLength":1,"maxLength":120},"DocPathsApiAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupLabels":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupLabelsAdditionalProperties"}},"DocPathsApiAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemLabelsAdditionalProperties":{"type":"string","minLength":1,"maxLength":120},"DocPathsApiAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemLabels":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemLabelsAdditionalProperties"}},"DocPathsApiAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesHiddenItemsItems":{"type":"string","minLength":1},"DocPathsApiAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesHiddenItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesHiddenItemsItems"},"maxItems":500},"DocPathsApiAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrderAdditionalPropertiesItems":{"type":"string","minLength":1},"DocPathsApiAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrderAdditionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrderAdditionalPropertiesItems"},"maxItems":500},"DocPathsApiAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrder":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrderAdditionalProperties"}},"DocPathsApiAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettings":{"type":"object","properties":{"version":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesVersion"},"groupOrder":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupOrder"},"groupLabels":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupLabels"},"itemLabels":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemLabels"},"hiddenItems":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesHiddenItems"},"itemOrder":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrder"}},"additionalProperties":false},"DocPathsApiAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"settings":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettings"},"isActive":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"additionalProperties":false},"DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesLocale":{"type":"string"},"DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesName":{"type":"string"},"DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesIsActive":{"type":"boolean"},"DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesVersion":{"type":"number"},"DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupOrderItems":{"type":"string"},"DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupOrder":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupOrderItems"}},"DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupLabelsAdditionalProperties":{"type":"string"},"DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupLabels":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupLabelsAdditionalProperties"}},"DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemLabelsAdditionalProperties":{"type":"string"},"DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemLabels":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemLabelsAdditionalProperties"}},"DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesHiddenItemsItems":{"type":"string"},"DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesHiddenItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesHiddenItemsItems"}},"DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemOrderAdditionalPropertiesItems":{"type":"string"},"DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemOrderAdditionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemOrderAdditionalPropertiesItems"}},"DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemOrder":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemOrderAdditionalProperties"}},"DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettings":{"type":"object","properties":{"version":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesVersion"},"groupOrder":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupOrder"},"groupLabels":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupLabels"},"itemLabels":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemLabels"},"hiddenItems":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesHiddenItems"},"itemOrder":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemOrder"}},"required":["version","groupOrder","groupLabels","itemLabels","hiddenItems","itemOrder"],"additionalProperties":false},"DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesCreatedAt":{"type":"string"},"DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariant":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesName"},"isActive":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesIsActive"},"settings":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettings"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesUpdatedAt"}},"required":["id","name","isActive","settings","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"locale":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesLocale"},"variant":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariant"}},"required":["locale","variant"],"additionalProperties":false},"DocPathsApiAuthSidebarVariantsPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthSidebarVariantsPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthSidebarVariantsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthSidebarVariantsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthSidebarVariantsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthSidebarVariantsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthSidebarVariantsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthUsersAclGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesHasCustomAcl":{"type":"boolean"},"DocPathsApiAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesIsSuperAdmin":{"type":"boolean"},"DocPathsApiAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItems":{"type":"string"},"DocPathsApiAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesFeatures":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItems"}},"DocPathsApiAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationsAnyOf0":{"type":"null"},"DocPathsApiAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationsAnyOf1Items":{"type":"string"},"DocPathsApiAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationsAnyOf1Items"}},"DocPathsApiAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesOrganizations":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationsAnyOf1"}]},"DocPathsApiAuthUsersAclGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"hasCustomAcl":{"$ref":"#/components/schemas/DocPathsApiAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesHasCustomAcl"},"isSuperAdmin":{"$ref":"#/components/schemas/DocPathsApiAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesIsSuperAdmin"},"features":{"$ref":"#/components/schemas/DocPathsApiAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesFeatures"},"organizations":{"$ref":"#/components/schemas/DocPathsApiAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesOrganizations"}},"required":["hasCustomAcl","isSuperAdmin","features","organizations"],"additionalProperties":false},"DocPathsApiAuthUsersAclGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthUsersAclGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthUsersAclGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthUsersAclGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthUsersAclGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthUsersAclGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthUsersAclGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthUsersAclGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthUsersAclGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthUsersAclPutRequestBodyContentApplicationJsonSchemaPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsApiAuthUsersAclPutRequestBodyContentApplicationJsonSchemaPropertiesIsSuperAdmin":{"type":"boolean"},"DocPathsApiAuthUsersAclPutRequestBodyContentApplicationJsonSchemaPropertiesFeaturesItems":{"type":"string"},"DocPathsApiAuthUsersAclPutRequestBodyContentApplicationJsonSchemaPropertiesFeatures":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthUsersAclPutRequestBodyContentApplicationJsonSchemaPropertiesFeaturesItems"}},"DocPathsApiAuthUsersAclPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationsAnyOf0":{"type":"null"},"DocPathsApiAuthUsersAclPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationsAnyOf1Items":{"type":"string"},"DocPathsApiAuthUsersAclPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthUsersAclPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationsAnyOf1Items"}},"DocPathsApiAuthUsersAclPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizations":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuthUsersAclPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuthUsersAclPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationsAnyOf1"}]},"DocPathsApiAuthUsersAclPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"userId":{"$ref":"#/components/schemas/DocPathsApiAuthUsersAclPutRequestBodyContentApplicationJsonSchemaPropertiesUserId"},"isSuperAdmin":{"$ref":"#/components/schemas/DocPathsApiAuthUsersAclPutRequestBodyContentApplicationJsonSchemaPropertiesIsSuperAdmin"},"features":{"$ref":"#/components/schemas/DocPathsApiAuthUsersAclPutRequestBodyContentApplicationJsonSchemaPropertiesFeatures"},"organizations":{"$ref":"#/components/schemas/DocPathsApiAuthUsersAclPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizations"}},"required":["userId"],"additionalProperties":false},"DocPathsApiAuthUsersAclPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiAuthUsersAclPutResponses200ContentApplicationJsonSchemaPropertiesSanitized":{"type":"boolean"},"DocPathsApiAuthUsersAclPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiAuthUsersAclPutResponses200ContentApplicationJsonSchemaPropertiesOk"},"sanitized":{"$ref":"#/components/schemas/DocPathsApiAuthUsersAclPutResponses200ContentApplicationJsonSchemaPropertiesSanitized"}},"required":["ok","sanitized"],"additionalProperties":false},"DocPathsApiAuthUsersAclPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthUsersAclPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthUsersAclPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthUsersAclPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthUsersAclPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthUsersAclPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthUsersAclPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthUsersAclPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthUsersAclPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthUsersConsentsGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiAuthUsersConsentsGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAuthUsersConsentsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthUsersConsentsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthUsersConsentsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthUsersConsentsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthUsersConsentsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthUsersConsentsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthUsersResendInvitePostRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiAuthUsersResendInvitePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiAuthUsersResendInvitePostRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiAuthUsersResendInvitePostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiAuthUsersResendInvitePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiAuthUsersResendInvitePostResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiAuthUsersResendInvitePostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthUsersResendInvitePostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthUsersResendInvitePostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthUsersResendInvitePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthUsersResendInvitePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthUsersResendInvitePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthUsersResendInvitePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthUsersResendInvitePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthUsersResendInvitePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthUsersResendInvitePostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthUsersResendInvitePostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthUsersResendInvitePostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthUsersResendInvitePostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthUsersResendInvitePostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthUsersResendInvitePostResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthUsersResendInvitePostResponses422ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthUsersResendInvitePostResponses422ContentApplicationJsonSchemaPropertiesFieldErrorsAdditionalPropertiesItems":{"type":"string"},"DocPathsApiAuthUsersResendInvitePostResponses422ContentApplicationJsonSchemaPropertiesFieldErrorsAdditionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthUsersResendInvitePostResponses422ContentApplicationJsonSchemaPropertiesFieldErrorsAdditionalPropertiesItems"}},"DocPathsApiAuthUsersResendInvitePostResponses422ContentApplicationJsonSchemaPropertiesFieldErrors":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiAuthUsersResendInvitePostResponses422ContentApplicationJsonSchemaPropertiesFieldErrorsAdditionalProperties"}},"DocPathsApiAuthUsersResendInvitePostResponses422ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthUsersResendInvitePostResponses422ContentApplicationJsonSchemaPropertiesError"},"fieldErrors":{"$ref":"#/components/schemas/DocPathsApiAuthUsersResendInvitePostResponses422ContentApplicationJsonSchemaPropertiesFieldErrors"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthUsersResendInvitePostResponses429ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthUsersResendInvitePostResponses429ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthUsersResendInvitePostResponses429ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthUsersResendInvitePostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthUsersResendInvitePostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthUsersResendInvitePostResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthUsersGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiAuthUsersGetParameters1Schema":{"type":"number"},"DocPathsApiAuthUsersGetParameters2Schema":{"type":"number"},"DocPathsApiAuthUsersGetParameters3Schema":{"type":"string"},"DocPathsApiAuthUsersGetParameters4Schema":{"type":"string"},"DocPathsApiAuthUsersGetParameters5Schema":{"type":"string","format":"uuid"},"DocPathsApiAuthUsersGetParameters6SchemaItems":{"type":"string","format":"uuid"},"DocPathsApiAuthUsersGetParameters6Schema":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetParameters6SchemaItems"}},"DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEmail":{"type":"string","format":"email"},"DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf0":{"type":"null"},"DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf1":{"type":"string"},"DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf1"}]},"DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationNameAnyOf0":{"type":"null"},"DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationNameAnyOf1":{"type":"string"},"DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationNameAnyOf1"}]},"DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf0":{"type":"null"},"DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf1":{"type":"string"},"DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf1"}]},"DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRolesItems":{"type":"string"},"DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoles":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRolesItems"}},"DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoleIdsItems":{"type":"string","format":"uuid"},"DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoleIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoleIdsItems"}},"DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"email":{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEmail"},"name":{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"organizationName":{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationName"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"tenantName":{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantName"},"roles":{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoles"},"roleIds":{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoleIds"}},"required":["id","email","name","organizationId","organizationName","tenantId","tenantName","roles"],"additionalProperties":false},"DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesIsSuperAdmin":{"type":"boolean"},"DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"isSuperAdmin":{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesIsSuperAdmin"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiAuthUsersGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthUsersGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthUsersGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthUsersGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthUsersGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthUsersPostRequestBodyContentApplicationJsonSchemaPropertiesEmail":{"type":"string","format":"email"},"DocPathsApiAuthUsersPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":120},"DocPathsApiAuthUsersPostRequestBodyContentApplicationJsonSchemaPropertiesPassword":{"type":"string","minLength":6},"DocPathsApiAuthUsersPostRequestBodyContentApplicationJsonSchemaPropertiesSendInviteEmail":{"type":"boolean"},"DocPathsApiAuthUsersPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiAuthUsersPostRequestBodyContentApplicationJsonSchemaPropertiesRolesItems":{"type":"string"},"DocPathsApiAuthUsersPostRequestBodyContentApplicationJsonSchemaPropertiesRoles":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthUsersPostRequestBodyContentApplicationJsonSchemaPropertiesRolesItems"}},"DocPathsApiAuthUsersPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"email":{"$ref":"#/components/schemas/DocPathsApiAuthUsersPostRequestBodyContentApplicationJsonSchemaPropertiesEmail"},"name":{"$ref":"#/components/schemas/DocPathsApiAuthUsersPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"password":{"$ref":"#/components/schemas/DocPathsApiAuthUsersPostRequestBodyContentApplicationJsonSchemaPropertiesPassword"},"sendInviteEmail":{"$ref":"#/components/schemas/DocPathsApiAuthUsersPostRequestBodyContentApplicationJsonSchemaPropertiesSendInviteEmail"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiAuthUsersPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"roles":{"$ref":"#/components/schemas/DocPathsApiAuthUsersPostRequestBodyContentApplicationJsonSchemaPropertiesRoles"}},"required":["email","organizationId"],"additionalProperties":false},"DocPathsApiAuthUsersPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiAuthUsersPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiAuthUsersPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiAuthUsersPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthUsersPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthUsersPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthUsersPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthUsersPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthUsersPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthUsersPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthUsersPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthUsersPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthUsersPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiAuthUsersPutRequestBodyContentApplicationJsonSchemaPropertiesEmail":{"type":"string","format":"email"},"DocPathsApiAuthUsersPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":120},"DocPathsApiAuthUsersPutRequestBodyContentApplicationJsonSchemaPropertiesPassword":{"type":"string","minLength":6},"DocPathsApiAuthUsersPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiAuthUsersPutRequestBodyContentApplicationJsonSchemaPropertiesRolesItems":{"type":"string"},"DocPathsApiAuthUsersPutRequestBodyContentApplicationJsonSchemaPropertiesRoles":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuthUsersPutRequestBodyContentApplicationJsonSchemaPropertiesRolesItems"}},"DocPathsApiAuthUsersPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiAuthUsersPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"email":{"$ref":"#/components/schemas/DocPathsApiAuthUsersPutRequestBodyContentApplicationJsonSchemaPropertiesEmail"},"name":{"$ref":"#/components/schemas/DocPathsApiAuthUsersPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"password":{"$ref":"#/components/schemas/DocPathsApiAuthUsersPutRequestBodyContentApplicationJsonSchemaPropertiesPassword"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiAuthUsersPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"roles":{"$ref":"#/components/schemas/DocPathsApiAuthUsersPutRequestBodyContentApplicationJsonSchemaPropertiesRoles"}},"required":["id"],"additionalProperties":false},"DocPathsApiAuthUsersPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiAuthUsersPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiAuthUsersPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiAuthUsersPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthUsersPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthUsersPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthUsersPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthUsersPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthUsersPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthUsersPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthUsersPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthUsersPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthUsersPutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthUsersPutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthUsersPutResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthUsersDeleteParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiAuthUsersDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiAuthUsersDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiAuthUsersDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiAuthUsersDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthUsersDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthUsersDeleteResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthUsersDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthUsersDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthUsersDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthUsersDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthUsersDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthUsersDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuthUsersDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuthUsersDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuthUsersDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDepth":{"type":"number"},"DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSelectable":{"type":"boolean"},"DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChildren":{"type":"array"},"DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"depth":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDepth"},"selectable":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSelectable"},"children":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChildren"}},"required":["id","name","depth","selectable","children"],"additionalProperties":false},"DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesSelectedIdAnyOf0":{"type":"null"},"DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesSelectedIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesSelectedId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesSelectedIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesSelectedIdAnyOf1"}]},"DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesCanManage":{"type":"boolean"},"DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesCanViewAllOrganizations":{"type":"boolean"},"DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesTenantIdAnyOf1"}]},"DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesTenantsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesTenantsItemsPropertiesName":{"type":"string"},"DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesTenantsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesTenantsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesTenantsItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesTenantsItemsPropertiesName"},"isActive":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesTenantsItemsPropertiesIsActive"}},"required":["id","name","isActive"],"additionalProperties":false},"DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesTenants":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesTenantsItems"}},"DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesIsSuperAdmin":{"type":"boolean"},"DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"selectedId":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesSelectedId"},"canManage":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesCanManage"},"canViewAllOrganizations":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesCanViewAllOrganizations"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesTenantId"},"tenants":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesTenants"},"isSuperAdmin":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesIsSuperAdmin"}},"required":["items","selectedId","canManage","canViewAllOrganizations","tenantId","tenants","isSuperAdmin"],"additionalProperties":false},"DocPathsApiDirectoryOrganizationSwitcherGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDirectoryOrganizationSwitcherGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationSwitcherGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDirectoryOrganizationsGetParameters0Schema":{"type":"number"},"DocPathsApiDirectoryOrganizationsGetParameters1Schema":{"type":"number"},"DocPathsApiDirectoryOrganizationsGetParameters2Schema":{"type":"string"},"DocPathsApiDirectoryOrganizationsGetParameters3Schema":{"type":"string","enum":["options","manage","tree"]},"DocPathsApiDirectoryOrganizationsGetParameters4Schema":{"type":"string"},"DocPathsApiDirectoryOrganizationsGetParameters5Schema":{"type":"string","format":"uuid"},"DocPathsApiDirectoryOrganizationsGetParameters6Schema":{"type":"string","enum":["true","false"]},"DocPathsApiDirectoryOrganizationsGetParameters7Schema":{"type":"string","enum":["all","active","inactive"]},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentIdAnyOf0":{"type":"null"},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentIdAnyOf1"}]},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentNameAnyOf0":{"type":"null"},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentNameAnyOf1":{"type":"string"},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentNameAnyOf1"}]},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf0":{"type":"null"},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf1":{"type":"string"},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf1"}]},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRootIdAnyOf0":{"type":"null"},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRootIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRootId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRootIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRootIdAnyOf1"}]},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDepth":{"type":"number"},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTreePathAnyOf0":{"type":"null"},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTreePathAnyOf1":{"type":"string"},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTreePath":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTreePathAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTreePathAnyOf1"}]},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPathLabel":{"type":"string"},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAncestorIdsItems":{"type":"string","format":"uuid"},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAncestorIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAncestorIdsItems"}},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChildIdsItems":{"type":"string","format":"uuid"},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChildIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChildIdsItems"}},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescendantIdsItems":{"type":"string","format":"uuid"},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescendantIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescendantIdsItems"}},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChildrenCount":{"type":"number"},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescendantsCount":{"type":"number"},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChildren":{"type":"array"},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"parentId":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentId"},"parentName":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentName"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"tenantName":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantName"},"rootId":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRootId"},"depth":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDepth"},"treePath":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTreePath"},"pathLabel":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPathLabel"},"ancestorIds":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAncestorIds"},"childIds":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChildIds"},"descendantIds":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescendantIds"},"childrenCount":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChildrenCount"},"descendantsCount":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescendantsCount"},"isActive":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"children":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChildren"}},"required":["id","name","parentId","tenantId"],"additionalProperties":true},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesIsSuperAdmin":{"type":"boolean"},"DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"error":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesError"},"isSuperAdmin":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesIsSuperAdmin"}},"required":["items"],"additionalProperties":false},"DocPathsApiDirectoryOrganizationsGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDirectoryOrganizationsGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDirectoryOrganizationsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDirectoryOrganizationsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDirectoryOrganizationsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDirectoryOrganizationsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesSlugAnyOf0":{"type":"null"},"DocPathsApiDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesSlugAnyOf1":{"type":"string","pattern":"^[a-z0-9\\-_]+$","maxLength":150},"DocPathsApiDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesSlug":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesSlugAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesSlugAnyOf1"}]},"DocPathsApiDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesParentIdAnyOf0":{"type":"null"},"DocPathsApiDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesParentIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesParentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesParentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesParentIdAnyOf1"}]},"DocPathsApiDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesChildIdsItems":{"type":"string","format":"uuid"},"DocPathsApiDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesChildIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesChildIdsItems"}},"DocPathsApiDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"name":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"slug":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesSlug"},"isActive":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"parentId":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesParentId"},"childIds":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesChildIds"}},"required":["name"],"additionalProperties":false},"DocPathsApiDirectoryOrganizationsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiDirectoryOrganizationsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiDirectoryOrganizationsPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDirectoryOrganizationsPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDirectoryOrganizationsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDirectoryOrganizationsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDirectoryOrganizationsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDirectoryOrganizationsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesSlugAnyOf0":{"type":"null"},"DocPathsApiDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesSlugAnyOf1":{"type":"string","pattern":"^[a-z0-9\\-_]+$","maxLength":150},"DocPathsApiDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesSlug":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesSlugAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesSlugAnyOf1"}]},"DocPathsApiDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesParentIdAnyOf0":{"type":"null"},"DocPathsApiDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesParentIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesParentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesParentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesParentIdAnyOf1"}]},"DocPathsApiDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesChildIdsItems":{"type":"string","format":"uuid"},"DocPathsApiDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesChildIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesChildIdsItems"}},"DocPathsApiDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"name":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"slug":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesSlug"},"isActive":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"parentId":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesParentId"},"childIds":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesChildIds"}},"required":["id"],"additionalProperties":false},"DocPathsApiDirectoryOrganizationsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiDirectoryOrganizationsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiDirectoryOrganizationsPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDirectoryOrganizationsPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDirectoryOrganizationsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDirectoryOrganizationsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDirectoryOrganizationsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDirectoryOrganizationsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDirectoryOrganizationsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiDirectoryOrganizationsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiDirectoryOrganizationsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiDirectoryOrganizationsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiDirectoryOrganizationsDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDirectoryOrganizationsDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsDeleteResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDirectoryOrganizationsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDirectoryOrganizationsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDirectoryOrganizationsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDirectoryOrganizationsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDirectoryOrganizationsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDirectoryTenantsGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiDirectoryTenantsGetParameters1Schema":{"type":"number"},"DocPathsApiDirectoryTenantsGetParameters2Schema":{"type":"number"},"DocPathsApiDirectoryTenantsGetParameters3Schema":{"type":"string"},"DocPathsApiDirectoryTenantsGetParameters4Schema":{"type":"string","enum":["name","createdAt","updatedAt"]},"DocPathsApiDirectoryTenantsGetParameters5Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiDirectoryTenantsGetParameters6Schema":{"type":"string","enum":["true","false"]},"DocPathsApiDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsApiDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsApiDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"isActive":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","name","isActive","createdAt","updatedAt"],"additionalProperties":true},"DocPathsApiDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiDirectoryTenantsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiDirectoryTenantsGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDirectoryTenantsGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDirectoryTenantsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDirectoryTenantsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDirectoryTenantsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDirectoryTenantsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDirectoryTenantsPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiDirectoryTenantsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiDirectoryTenantsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"isActive":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["name"],"additionalProperties":false},"DocPathsApiDirectoryTenantsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiDirectoryTenantsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiDirectoryTenantsPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDirectoryTenantsPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDirectoryTenantsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDirectoryTenantsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDirectoryTenantsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDirectoryTenantsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDirectoryTenantsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiDirectoryTenantsPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiDirectoryTenantsPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiDirectoryTenantsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"isActive":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["id"],"additionalProperties":false},"DocPathsApiDirectoryTenantsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiDirectoryTenantsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiDirectoryTenantsPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDirectoryTenantsPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDirectoryTenantsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDirectoryTenantsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDirectoryTenantsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDirectoryTenantsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDirectoryTenantsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiDirectoryTenantsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiDirectoryTenantsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiDirectoryTenantsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiDirectoryTenantsDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDirectoryTenantsDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsDeleteResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDirectoryTenantsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDirectoryTenantsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDirectoryTenantsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDirectoryTenantsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDirectoryTenantsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersActivitiesGetParameters0Schema":{"type":"number"},"DocPathsApiCustomersActivitiesGetParameters1Schema":{"type":"number"},"DocPathsApiCustomersActivitiesGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersActivitiesGetParameters3Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersActivitiesGetParameters4Schema":{"type":"string"},"DocPathsApiCustomersActivitiesGetParameters5Schema":{"type":"string"},"DocPathsApiCustomersActivitiesGetParameters6Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiCustomersActivitiesGetParameters7Schema":{"type":"string"},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActivityType":{"type":"string"},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectAnyOf0":{"type":"null"},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectAnyOf1":{"type":"string"},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubject":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectAnyOf1"}]},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf0":{"type":"null"},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf1":{"type":"string"},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBody":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf1"}]},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAtAnyOf0":{"type":"null"},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAtAnyOf1":{"type":"string"},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAtAnyOf1"}]},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf1":{"type":"string"},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf1"}]},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf1":{"type":"string"},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf1"}]},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityIdAnyOf0":{"type":"null"},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityIdAnyOf1"}]},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf0":{"type":"null"},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf1"}]},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorNameAnyOf0":{"type":"null"},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorNameAnyOf1":{"type":"string"},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorNameAnyOf1"}]},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorEmailAnyOf0":{"type":"null"},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorEmailAnyOf1":{"type":"string"},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorEmailAnyOf1"}]},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealIdAnyOf0":{"type":"null"},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealIdAnyOf1"}]},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealTitleAnyOf0":{"type":"null"},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealTitleAnyOf1":{"type":"string"},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealTitleAnyOf1"}]},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValuesAnyOf0":{"type":"null"},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValuesAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValues":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValuesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValuesAnyOf1"}]},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActivityTypeLabelAnyOf0":{"type":"null"},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActivityTypeLabelAnyOf1":{"type":"string"},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActivityTypeLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActivityTypeLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActivityTypeLabelAnyOf1"}]},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"activityType":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActivityType"},"subject":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubject"},"body":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBody"},"occurredAt":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColor"},"entityId":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityId"},"authorUserId":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserId"},"authorName":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorName"},"authorEmail":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorEmail"},"dealId":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealId"},"dealTitle":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealTitle"},"customValues":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValues"},"activityTypeLabel":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActivityTypeLabel"}},"required":["id","activityType","createdAt"],"additionalProperties":true},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiCustomersActivitiesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersActivitiesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersActivitiesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersActivitiesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesActivityType":{"type":"string","minLength":1,"maxLength":100},"DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesSubject":{"type":"string","maxLength":200},"DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesBody":{"type":"string","maxLength":8000},"DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesDate":{"type":"string","minLength":1},"DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesTime":{"type":"string","minLength":1},"DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesPhoneNumberAnyOf0":{"type":"null"},"DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesPhoneNumberAnyOf1":{"type":"string","maxLength":50},"DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesPhoneNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesPhoneNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesPhoneNumberAnyOf1"}]},"DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesOccurredAt":{"type":"string","format":"date-time"},"DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesDealId":{"type":"string","format":"uuid"},"DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAuthorUserId":{"type":"string","format":"uuid"},"DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1":{"type":"string","maxLength":100},"DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1"}]},"DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1"}]},"DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"entityId":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"activityType":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesActivityType"},"subject":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesSubject"},"body":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesBody"},"date":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesDate"},"time":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesTime"},"phoneNumber":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesPhoneNumber"},"occurredAt":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesOccurredAt"},"dealId":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesDealId"},"authorUserId":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAuthorUserId"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor"}},"required":["entityId","activityType"],"additionalProperties":true},"DocPathsApiCustomersActivitiesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiCustomersActivitiesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersActivitiesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiCustomersActivitiesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersActivitiesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersActivitiesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersActivitiesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersActivitiesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesActivityType":{"type":"string","minLength":1,"maxLength":100},"DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesSubject":{"type":"string","maxLength":200},"DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesBody":{"type":"string","maxLength":8000},"DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesDate":{"type":"string","minLength":1},"DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesTime":{"type":"string","minLength":1},"DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesPhoneNumberAnyOf0":{"type":"null"},"DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesPhoneNumberAnyOf1":{"type":"string","maxLength":50},"DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesPhoneNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesPhoneNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesPhoneNumberAnyOf1"}]},"DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesOccurredAt":{"type":"string","format":"date-time"},"DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesDealId":{"type":"string","format":"uuid"},"DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAuthorUserId":{"type":"string","format":"uuid"},"DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1":{"type":"string","maxLength":100},"DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1"}]},"DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1"}]},"DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"entityId":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"activityType":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesActivityType"},"subject":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesSubject"},"body":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesBody"},"date":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesDate"},"time":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesTime"},"phoneNumber":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesPhoneNumber"},"occurredAt":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesOccurredAt"},"dealId":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesDealId"},"authorUserId":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAuthorUserId"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor"}},"required":["id"],"additionalProperties":true},"DocPathsApiCustomersActivitiesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCustomersActivitiesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCustomersActivitiesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersActivitiesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersActivitiesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersActivitiesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersActivitiesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersActivitiesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersActivitiesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCustomersActivitiesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCustomersActivitiesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersActivitiesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersActivitiesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersActivitiesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersActivitiesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersAddressesGetParameters0Schema":{"type":"number"},"DocPathsApiCustomersAddressesGetParameters1Schema":{"type":"number"},"DocPathsApiCustomersAddressesGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersAddressesGetParameters3Schema":{"type":"string"},"DocPathsApiCustomersAddressesGetParameters4Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiCustomersAddressesGetParameters5Schema":{"type":"string"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf0":{"type":"null"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf1":{"type":"string"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf1"}]},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPurposeAnyOf0":{"type":"null"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPurposeAnyOf1":{"type":"string"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPurpose":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPurposeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPurposeAnyOf1"}]},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyNameAnyOf0":{"type":"null"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyNameAnyOf1":{"type":"string"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyNameAnyOf1"}]},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine1AnyOf0":{"type":"null"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine1AnyOf1":{"type":"string"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine1":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine1AnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine1AnyOf1"}]},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine2AnyOf0":{"type":"null"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine2AnyOf1":{"type":"string"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine2":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine2AnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine2AnyOf1"}]},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBuildingNumberAnyOf0":{"type":"null"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBuildingNumberAnyOf1":{"type":"string"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBuildingNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBuildingNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBuildingNumberAnyOf1"}]},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFlatNumberAnyOf0":{"type":"null"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFlatNumberAnyOf1":{"type":"string"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFlatNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFlatNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFlatNumberAnyOf1"}]},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCityAnyOf0":{"type":"null"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCityAnyOf1":{"type":"string"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCityAnyOf1"}]},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegionAnyOf0":{"type":"null"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegionAnyOf1":{"type":"string"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegion":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegionAnyOf1"}]},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPostalCodeAnyOf0":{"type":"null"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPostalCodeAnyOf1":{"type":"string"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPostalCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPostalCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPostalCodeAnyOf1"}]},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountryAnyOf0":{"type":"null"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountryAnyOf1":{"type":"string"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountry":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountryAnyOf1"}]},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitudeAnyOf0":{"type":"null"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitudeAnyOf1":{"type":"number"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitudeAnyOf1"}]},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitudeAnyOf0":{"type":"null"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitudeAnyOf1":{"type":"number"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitudeAnyOf1"}]},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPrimaryAnyOf0":{"type":"null"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPrimaryAnyOf1":{"type":"boolean"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPrimary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPrimaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPrimaryAnyOf1"}]},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"entity_id":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityId"},"name":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"purpose":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPurpose"},"company_name":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyName"},"address_line1":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine1"},"address_line2":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine2"},"building_number":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBuildingNumber"},"flat_number":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFlatNumber"},"city":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCity"},"region":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegion"},"postal_code":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPostalCode"},"country":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountry"},"latitude":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitude"},"is_primary":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPrimary"},"organization_id":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"}},"required":["id","entity_id"],"additionalProperties":false},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiCustomersAddressesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersAddressesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersAddressesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersAddressesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsApiCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","maxLength":150},"DocPathsApiCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesPurpose":{"type":"string","maxLength":150},"DocPathsApiCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCompanyName":{"type":"string","maxLength":200},"DocPathsApiCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesAddressLine1":{"type":"string","minLength":1,"maxLength":300},"DocPathsApiCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesAddressLine2":{"type":"string","maxLength":300},"DocPathsApiCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesBuildingNumber":{"type":"string","maxLength":50},"DocPathsApiCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesFlatNumber":{"type":"string","maxLength":50},"DocPathsApiCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCity":{"type":"string","maxLength":150},"DocPathsApiCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesRegion":{"type":"string","maxLength":150},"DocPathsApiCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesPostalCode":{"type":"string","maxLength":30},"DocPathsApiCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCountry":{"type":"string","maxLength":150},"DocPathsApiCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesLatitude":{"type":"number"},"DocPathsApiCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesLongitude":{"type":"number"},"DocPathsApiCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesIsPrimary":{"type":"boolean"},"DocPathsApiCustomersAddressesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"entityId":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"name":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"purpose":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesPurpose"},"companyName":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCompanyName"},"addressLine1":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesAddressLine1"},"addressLine2":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesAddressLine2"},"buildingNumber":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesBuildingNumber"},"flatNumber":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesFlatNumber"},"city":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCity"},"region":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesRegion"},"postalCode":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesPostalCode"},"country":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCountry"},"latitude":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesLongitude"},"isPrimary":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesIsPrimary"}},"required":["organizationId","tenantId","entityId","addressLine1"],"additionalProperties":false},"DocPathsApiCustomersAddressesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiCustomersAddressesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersAddressesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiCustomersAddressesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersAddressesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersAddressesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersAddressesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersAddressesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","maxLength":150},"DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesPurpose":{"type":"string","maxLength":150},"DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCompanyName":{"type":"string","maxLength":200},"DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesAddressLine1":{"type":"string","minLength":1,"maxLength":300},"DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesAddressLine2":{"type":"string","maxLength":300},"DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesBuildingNumber":{"type":"string","maxLength":50},"DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesFlatNumber":{"type":"string","maxLength":50},"DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCity":{"type":"string","maxLength":150},"DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesRegion":{"type":"string","maxLength":150},"DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesPostalCode":{"type":"string","maxLength":30},"DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCountry":{"type":"string","maxLength":150},"DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesLatitude":{"type":"number"},"DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesLongitude":{"type":"number"},"DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesIsPrimary":{"type":"boolean"},"DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"entityId":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"name":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"purpose":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesPurpose"},"companyName":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCompanyName"},"addressLine1":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesAddressLine1"},"addressLine2":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesAddressLine2"},"buildingNumber":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesBuildingNumber"},"flatNumber":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesFlatNumber"},"city":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCity"},"region":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesRegion"},"postalCode":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesPostalCode"},"country":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCountry"},"latitude":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesLongitude"},"isPrimary":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesIsPrimary"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersAddressesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCustomersAddressesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCustomersAddressesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersAddressesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersAddressesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersAddressesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersAddressesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersAddressesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersAddressesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCustomersAddressesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCustomersAddressesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersAddressesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersAddressesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersAddressesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersAddressesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersAssignableStaffGetParameters0Schema":{"type":"number"},"DocPathsApiCustomersAssignableStaffGetParameters1Schema":{"type":"number"},"DocPathsApiCustomersAssignableStaffGetParameters2Schema":{"type":"string"},"DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamMemberId":{"type":"string","format":"uuid"},"DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName":{"type":"string"},"DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEmailAnyOf0":{"type":"null"},"DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEmailAnyOf1":{"type":"string"},"DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEmailAnyOf1"}]},"DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamNameAnyOf0":{"type":"null"},"DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamNameAnyOf1":{"type":"string"},"DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamNameAnyOf1"}]},"DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf0":{"type":"null"},"DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1PropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1PropertiesEmailAnyOf0":{"type":"null"},"DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1PropertiesEmailAnyOf1":{"type":"string"},"DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1PropertiesEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1PropertiesEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1PropertiesEmailAnyOf1"}]},"DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1PropertiesId"},"email":{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1PropertiesEmail"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUser":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1"}]},"DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf0":{"type":"null"},"DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesNameAnyOf0":{"type":"null"},"DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesNameAnyOf1":{"type":"string"},"DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesNameAnyOf1"}]},"DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesName"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeam":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1"}]},"DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"teamMemberId":{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamMemberId"},"userId":{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserId"},"displayName":{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName"},"email":{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEmail"},"teamName":{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamName"},"user":{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUser"},"team":{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeam"}},"required":["id","teamMemberId","userId","displayName"],"additionalProperties":false},"DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiCustomersAssignableStaffGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersAssignableStaffGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersAssignableStaffGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersAssignableStaffGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersAssignableStaffGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersAssignableStaffGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersAssignableStaffGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCommentsGetParameters0Schema":{"type":"number"},"DocPathsApiCustomersCommentsGetParameters1Schema":{"type":"number"},"DocPathsApiCustomersCommentsGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersCommentsGetParameters3Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersCommentsGetParameters4Schema":{"type":"string"},"DocPathsApiCustomersCommentsGetParameters5Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiCustomersCommentsGetParameters6Schema":{"type":"string"},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityIdAnyOf0":{"type":"null"},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityIdAnyOf1"}]},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealIdAnyOf0":{"type":"null"},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealIdAnyOf1"}]},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf0":{"type":"null"},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf1":{"type":"string"},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBody":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf1"}]},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf0":{"type":"null"},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf1"}]},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf1":{"type":"string"},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf1"}]},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf1":{"type":"string"},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf1"}]},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"entity_id":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityId"},"deal_id":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealId"},"body":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBody"},"author_user_id":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserId"},"appearance_icon":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIcon"},"appearance_color":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColor"},"organization_id":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"created_at":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","entity_id","deal_id","body","author_user_id","created_at"],"additionalProperties":true},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiCustomersCommentsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCommentsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCommentsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCommentsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesDealId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesBody":{"type":"string","minLength":1,"maxLength":8000},"DocPathsApiCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAuthorUserId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsApiCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1":{"type":"string","maxLength":100},"DocPathsApiCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1"}]},"DocPathsApiCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsApiCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsApiCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1"}]},"DocPathsApiCustomersCommentsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"entityId":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"dealId":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesDealId"},"body":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesBody"},"authorUserId":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAuthorUserId"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor"}},"required":["organizationId","tenantId","entityId","body"],"additionalProperties":false},"DocPathsApiCustomersCommentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiCustomersCommentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersCommentsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiCustomersCommentsPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserIdAnyOf0":{"type":"null"},"DocPathsApiCustomersCommentsPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersCommentsPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserIdAnyOf1"}]},"DocPathsApiCustomersCommentsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPostResponses201ContentApplicationJsonSchemaPropertiesId"},"authorUserId":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserId"}},"required":["id","authorUserId"],"additionalProperties":false},"DocPathsApiCustomersCommentsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCommentsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCommentsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCommentsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesDealId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesBody":{"type":"string","minLength":1,"maxLength":8000},"DocPathsApiCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAuthorUserId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsApiCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1":{"type":"string","maxLength":100},"DocPathsApiCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1"}]},"DocPathsApiCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsApiCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsApiCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1"}]},"DocPathsApiCustomersCommentsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"entityId":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"dealId":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesDealId"},"body":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesBody"},"authorUserId":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAuthorUserId"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersCommentsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCustomersCommentsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCustomersCommentsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCommentsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCommentsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCommentsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCommentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCommentsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersCommentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCustomersCommentsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCustomersCommentsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCommentsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCommentsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCommentsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCommentsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdPeopleGetParameters0Schema":{"type":"string"},"DocPathsApiCustomersCompaniesIdPeopleGetParameters1Schema":{"type":"number"},"DocPathsApiCustomersCompaniesIdPeopleGetParameters2Schema":{"type":"number"},"DocPathsApiCustomersCompaniesIdPeopleGetParameters3Schema":{"type":"string"},"DocPathsApiCustomersCompaniesIdPeopleGetParameters4Schema":{"type":"string","enum":["name-asc","name-desc","recent"]},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName":{"type":"string"},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryEmailAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryEmailAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryEmailAnyOf1"}]},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryPhoneAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryPhoneAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryPhone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryPhoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryPhoneAnyOf1"}]},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1"}]},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStageAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStageAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStageAnyOf1"}]},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobTitleAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobTitleAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobTitleAnyOf1"}]},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDepartmentAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDepartmentAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDepartment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDepartmentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDepartmentAnyOf1"}]},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTemperatureAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTemperatureAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTemperature":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTemperatureAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTemperatureAnyOf1"}]},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf1"}]},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedAtAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedAtAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedAtAnyOf1"}]},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"displayName":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName"},"primaryEmail":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryEmail"},"primaryPhone":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryPhone"},"status":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"lifecycleStage":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStage"},"jobTitle":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobTitle"},"department":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDepartment"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"temperature":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTemperature"},"source":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource"},"linkedAt":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedAt"}},"required":["id","displayName","primaryEmail","primaryPhone","status","lifecycleStage","jobTitle","department","createdAt","organizationId","temperature","source","linkedAt"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdPeopleGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCompaniesIdPeopleGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdPeopleGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCompaniesIdPeopleGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdPeopleGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdRolesGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityType":{"type":"string","enum":["company","person"]},"DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserNameAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserNameAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserNameAnyOf1"}]},"DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserEmailAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserEmailAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserEmailAnyOf1"}]},"DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserPhoneAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserPhoneAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserPhone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserPhoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserPhoneAnyOf1"}]},"DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoleType":{"type":"string"},"DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"entityType":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityType"},"entityId":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityId"},"userId":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserId"},"userName":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserName"},"userEmail":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserEmail"},"userPhone":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserPhone"},"roleType":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoleType"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","entityType","entityId","userId","roleType","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdRolesGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCompaniesIdRolesGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdRolesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCompaniesIdRolesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdRolesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCompaniesIdRolesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdRolesPostParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdRolesPostRequestBodyContentApplicationJsonSchemaPropertiesRoleType":{"type":"string","minLength":1,"maxLength":100},"DocPathsApiCustomersCompaniesIdRolesPostRequestBodyContentApplicationJsonSchemaPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdRolesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"roleType":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesPostRequestBodyContentApplicationJsonSchemaPropertiesRoleType"},"userId":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesPostRequestBodyContentApplicationJsonSchemaPropertiesUserId"}},"required":["roleType","userId"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdRolesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdRolesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdRolesPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCompaniesIdRolesPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdRolesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCompaniesIdRolesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdRolesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCompaniesIdRolesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdRolesPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCompaniesIdRolesPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesPostResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdRolesPutParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdRolesPutParameters1Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdRolesPutRequestBodyContentApplicationJsonSchemaPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdRolesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"userId":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesPutRequestBodyContentApplicationJsonSchemaPropertiesUserId"}},"required":["userId"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdRolesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiCustomersCompaniesIdRolesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdRolesPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCompaniesIdRolesPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdRolesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCompaniesIdRolesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdRolesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCompaniesIdRolesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdRolesPutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCompaniesIdRolesPutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesPutResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdRolesDeleteParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdRolesDeleteParameters1Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdRolesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiCustomersCompaniesIdRolesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdRolesDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCompaniesIdRolesDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesDeleteResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdRolesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCompaniesIdRolesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdRolesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCompaniesIdRolesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdRolesDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCompaniesIdRolesDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdRolesDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdGetParameters0Schema":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetParameters1Schema":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionMode":{"type":"string","enum":["canonical","legacy"]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesDisplayNameAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesDisplayNameAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesDisplayName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesDisplayNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesDisplayNameAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesDescriptionAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesOwnerUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesOwnerUserIdAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesPrimaryEmailAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesPrimaryEmailAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesPrimaryEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesPrimaryEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesPrimaryEmailAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesPrimaryPhoneAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesPrimaryPhoneAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesPrimaryPhone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesPrimaryPhoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesPrimaryPhoneAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesStatusAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesStatusAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesStatusAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesLifecycleStageAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesLifecycleStageAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesLifecycleStage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesLifecycleStageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesLifecycleStageAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesSourceAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesSourceAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesSourceAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionAtAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionAtAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionAtAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionNameAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionNameAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionNameAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionRefIdAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionRefIdAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionRefId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionRefIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionRefIdAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionIconAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionIconAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionIconAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionColorAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionColorAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionColorAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesTenantIdAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesIsActive":{"type":"boolean"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesCreatedAt":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesUpdatedAt":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompany":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesId"},"displayName":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesDisplayName"},"description":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesDescription"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesOwnerUserId"},"primaryEmail":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesPrimaryEmail"},"primaryPhone":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesPrimaryPhone"},"status":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesStatus"},"lifecycleStage":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesLifecycleStage"},"source":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesSource"},"nextInteractionAt":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionAt"},"nextInteractionName":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionName"},"nextInteractionRefId":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionRefId"},"nextInteractionIcon":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionIcon"},"nextInteractionColor":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionColor"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesTenantId"},"isActive":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesIsActive"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesUpdatedAt"}},"required":["id","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesLegalNameAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesLegalNameAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesLegalName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesLegalNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesLegalNameAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesBrandNameAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesBrandNameAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesBrandName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesBrandNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesBrandNameAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesDomainAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesDomainAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesDomain":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesDomainAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesDomainAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesWebsiteUrlAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesWebsiteUrlAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesWebsiteUrl":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesWebsiteUrlAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesWebsiteUrlAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesIndustryAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesIndustryAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesIndustry":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesIndustryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesIndustryAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesSizeBucketAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesSizeBucketAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesSizeBucket":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesSizeBucketAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesSizeBucketAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesAnnualRevenueAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesAnnualRevenueAnyOf1":{"type":"number"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesAnnualRevenue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesAnnualRevenueAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesAnnualRevenueAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesId"},"legalName":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesLegalName"},"brandName":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesBrandName"},"domain":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesDomain"},"websiteUrl":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesWebsiteUrl"},"industry":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesIndustry"},"sizeBucket":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesSizeBucket"},"annualRevenue":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesAnnualRevenue"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfile":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomFields":{"type":"object","additionalProperties":true},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesLabel":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesColorAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesColorAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesColorAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesColor"}},"required":["id","label"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItems"}},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesNameAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesNameAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesNameAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPurposeAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPurposeAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPurpose":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPurposeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPurposeAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine1AnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine1AnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine1":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine1AnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine1AnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine2AnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine2AnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine2":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine2AnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine2AnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesBuildingNumberAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesBuildingNumberAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesBuildingNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesBuildingNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesBuildingNumberAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesFlatNumberAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesFlatNumberAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesFlatNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesFlatNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesFlatNumberAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCityAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCityAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCityAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesRegionAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesRegionAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesRegion":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesRegionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesRegionAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPostalCodeAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPostalCodeAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPostalCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPostalCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPostalCodeAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCountryAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCountryAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCountry":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCountryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCountryAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLatitudeAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLatitudeAnyOf1":{"type":"number"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLatitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLatitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLatitudeAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLongitudeAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLongitudeAnyOf1":{"type":"number"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLongitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLongitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLongitudeAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesIsPrimaryAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesIsPrimaryAnyOf1":{"type":"boolean"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesIsPrimary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesIsPrimaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesIsPrimaryAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesName"},"purpose":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPurpose"},"addressLine1":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine1"},"addressLine2":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine2"},"buildingNumber":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesBuildingNumber"},"flatNumber":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesFlatNumber"},"city":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCity"},"region":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesRegion"},"postalCode":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPostalCode"},"country":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCountry"},"latitude":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLongitude"},"isPrimary":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesIsPrimary"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCreatedAt"}},"required":["id","createdAt"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddresses":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItems"}},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesBodyAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesBodyAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesBody":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesBodyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesBodyAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorUserIdAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorUserIdAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorNameAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorNameAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorNameAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorEmailAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorEmailAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorEmailAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesDealIdAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesDealIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesDealId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesDealIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesDealIdAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceIconAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceIconAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceColorAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceColorAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesId"},"body":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesBody"},"authorUserId":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorUserId"},"authorName":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorName"},"authorEmail":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorEmail"},"dealId":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesDealId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesCreatedAt"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceColor"}},"required":["id","createdAt"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesComments":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItems"}},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesActivityType":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesSubjectAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesSubjectAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesSubject":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesSubjectAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesSubjectAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesBodyAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesBodyAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesBody":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesBodyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesBodyAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesOccurredAtAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesOccurredAtAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesOccurredAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesOccurredAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesOccurredAtAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesDealIdAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesDealIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesDealId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesDealIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesDealIdAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorUserIdAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorUserIdAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorNameAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorNameAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorNameAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorEmailAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorEmailAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorEmailAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceIconAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceIconAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceColorAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceColorAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesId"},"activityType":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesActivityType"},"subject":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesSubject"},"body":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesBody"},"occurredAt":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesOccurredAt"},"dealId":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesDealId"},"authorUserId":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorUserId"},"authorName":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorName"},"authorEmail":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorEmail"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesCreatedAt"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceColor"}},"required":["id","activityType","createdAt"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivities":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItems"}},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesEntityIdAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesEntityIdAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesInteractionType":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTitleAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTitleAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTitleAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesBodyAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesBodyAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesBody":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesBodyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesBodyAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesStatus":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesScheduledAtAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesScheduledAtAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesScheduledAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesScheduledAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesScheduledAtAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOccurredAtAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOccurredAtAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOccurredAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOccurredAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOccurredAtAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesPriorityAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesPriorityAnyOf1":{"type":"number"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesPriority":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesPriorityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesPriorityAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorUserIdAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorUserIdAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOwnerUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOwnerUserIdAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealIdAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealIdAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorNameAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorNameAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorNameAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorEmailAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorEmailAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorEmailAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealTitleAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealTitleAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealTitleAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesCustomValuesAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesCustomValuesAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesCustomValues":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesCustomValuesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesCustomValuesAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceIconAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceIconAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceColorAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceColorAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesSourceAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesSourceAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesSourceAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesIntegrations":{"type":"object","additionalProperties":true},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesId"},"entityId":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesEntityId"},"interactionType":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesInteractionType"},"title":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTitle"},"body":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesBody"},"status":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesStatus"},"scheduledAt":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesScheduledAt"},"occurredAt":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOccurredAt"},"priority":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesPriority"},"authorUserId":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorUserId"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOwnerUserId"},"dealId":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTenantId"},"authorName":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorName"},"authorEmail":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorEmail"},"dealTitle":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealTitle"},"customValues":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesCustomValues"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceColor"},"source":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesSource"},"_integrations":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesIntegrations"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesUpdatedAt"}},"required":["id","interactionType","status","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItems"}},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesTitleAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesTitleAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesTitleAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesStatusAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesStatusAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesStatusAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesPipelineStageAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesPipelineStageAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesPipelineStage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesPipelineStageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesPipelineStageAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueAmountAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueAmountAnyOf1":{"type":"number"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueAmountAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueCurrencyAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueCurrencyAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueCurrencyAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesProbabilityAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesProbabilityAnyOf1":{"type":"number"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesProbability":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesProbabilityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesProbabilityAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesExpectedCloseAtAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesExpectedCloseAtAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesExpectedCloseAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesExpectedCloseAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesExpectedCloseAtAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesOwnerUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesOwnerUserIdAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesSourceAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesSourceAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesSourceAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesId"},"title":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesTitle"},"status":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesStatus"},"pipelineStage":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesPipelineStage"},"valueAmount":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueAmount"},"valueCurrency":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueCurrency"},"probability":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesProbability"},"expectedCloseAt":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesExpectedCloseAt"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesOwnerUserId"},"source":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesSource"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesUpdatedAt"}},"required":["id","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDeals":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItems"}},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoSource":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCreatedByUserIdAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCreatedByUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCreatedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCreatedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCreatedByUserIdAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTitleAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTitleAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTitleAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesIsDoneAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesIsDoneAnyOf1":{"type":"boolean"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesIsDone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesIsDoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesIsDoneAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesPriorityAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesPriorityAnyOf1":{"type":"number"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesPriority":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesPriorityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesPriorityAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesSeverityAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesSeverityAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesSeverity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesSeverityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesSeverityAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDueAtAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDueAtAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDueAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDueAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDueAtAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoOrganizationIdAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCustomValuesAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCustomValuesAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCustomValues":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCustomValuesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCustomValuesAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesId"},"todoId":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoId"},"todoSource":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoSource"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCreatedAt"},"createdByUserId":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCreatedByUserId"},"title":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTitle"},"isDone":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesIsDone"},"priority":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesPriority"},"severity":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesSeverity"},"description":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDescription"},"dueAt":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDueAt"},"todoOrganizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoOrganizationId"},"customValues":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCustomValues"}},"required":["id","todoId","todoSource","createdAt"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodos":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItems"}},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesDisplayNameAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesDisplayNameAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesDisplayName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesDisplayNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesDisplayNameAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesPrimaryEmailAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesPrimaryEmailAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesPrimaryEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesPrimaryEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesPrimaryEmailAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesPrimaryPhoneAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesPrimaryPhoneAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesPrimaryPhone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesPrimaryPhoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesPrimaryPhoneAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesStatusAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesStatusAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesStatusAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesLifecycleStageAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesLifecycleStageAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesLifecycleStage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesLifecycleStageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesLifecycleStageAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesJobTitleAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesJobTitleAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesJobTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesJobTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesJobTitleAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesDepartmentAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesDepartmentAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesDepartment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesDepartmentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesDepartmentAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesSourceAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesSourceAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesSourceAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesTemperatureAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesTemperatureAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesTemperature":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesTemperatureAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesTemperatureAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesLinkedAtAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesLinkedAtAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesLinkedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesLinkedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesLinkedAtAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesId"},"displayName":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesDisplayName"},"primaryEmail":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesPrimaryEmail"},"primaryPhone":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesPrimaryPhone"},"status":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesStatus"},"lifecycleStage":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesLifecycleStage"},"jobTitle":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesJobTitle"},"department":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesDepartment"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesCreatedAt"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesOrganizationId"},"source":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesSource"},"temperature":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesTemperature"},"linkedAt":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesLinkedAt"}},"required":["id","createdAt"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeople":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItems"}},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesUserIdAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesUserIdAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesNameAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesNameAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesNameAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesEmailAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesEmailAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesEmailAnyOf1"}]},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewer":{"type":"object","properties":{"userId":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesUserId"},"name":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesName"},"email":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesEmail"}},"required":["userId","name","email"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"interactionMode":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionMode"},"company":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompany"},"profile":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfile"},"customFields":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomFields"},"tags":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTags"},"addresses":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddresses"},"comments":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesComments"},"activities":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivities"},"interactions":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractions"},"deals":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDeals"},"todos":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodos"},"people":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeople"},"viewer":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewer"}},"required":["interactionMode","company","profile","customFields","tags","addresses","comments","activities","interactions","deals","todos","people","viewer"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCompaniesIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCompaniesIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesIdGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCompaniesGetParameters0Schema":{"type":"number"},"DocPathsApiCustomersCompaniesGetParameters1Schema":{"type":"number"},"DocPathsApiCustomersCompaniesGetParameters2Schema":{"type":"string"},"DocPathsApiCustomersCompaniesGetParameters3Schema":{"type":"string"},"DocPathsApiCustomersCompaniesGetParameters4Schema":{"type":"string"},"DocPathsApiCustomersCompaniesGetParameters5Schema":{"type":"string"},"DocPathsApiCustomersCompaniesGetParameters6Schema":{"type":"string"},"DocPathsApiCustomersCompaniesGetParameters7Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiCustomersCompaniesGetParameters8Schema":{"type":"string"},"DocPathsApiCustomersCompaniesGetParameters9Schema":{"type":"string"},"DocPathsApiCustomersCompaniesGetParameters10Schema":{"type":"string"},"DocPathsApiCustomersCompaniesGetParameters11Schema":{"type":"string"},"DocPathsApiCustomersCompaniesGetParameters12Schema":{"type":"string"},"DocPathsApiCustomersCompaniesGetParameters13Schema":{"type":"string"},"DocPathsApiCustomersCompaniesGetParameters14Schema":{"type":"string"},"DocPathsApiCustomersCompaniesGetParameters15Schema":{"type":"string"},"DocPathsApiCustomersCompaniesGetParameters16Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesGetParameters17Schema":{"type":"string"},"DocPathsApiCustomersCompaniesGetParameters18Schema":{"type":"string"},"DocPathsApiCustomersCompaniesGetParameters19Schema":{"type":"string"},"DocPathsApiCustomersCompaniesGetParameters20Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesGetParameters21Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesGetParameters22Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesGetParameters23Schema":{"type":"string"},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName":{"type":"string"},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf1"}]},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryEmailAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryEmailAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryEmailAnyOf1"}]},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryPhoneAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryPhoneAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryPhone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryPhoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryPhoneAnyOf1"}]},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1"}]},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStageAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStageAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStageAnyOf1"}]},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf1"}]},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionAtAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionAtAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionAtAnyOf1"}]},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionNameAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionNameAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionNameAnyOf1"}]},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionRefIdAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionRefIdAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionRefId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionRefIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionRefIdAnyOf1"}]},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionIconAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionIconAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionIconAnyOf1"}]},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionColorAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionColorAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionColorAnyOf1"}]},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"display_name":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName"},"description":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"owner_user_id":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserId"},"primary_email":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryEmail"},"primary_phone":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryPhone"},"status":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"lifecycle_stage":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStage"},"source":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource"},"next_interaction_at":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionAt"},"next_interaction_name":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionName"},"next_interaction_ref_id":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionRefId"},"next_interaction_icon":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionIcon"},"next_interaction_color":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionColor"},"organization_id":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"created_at":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiCustomersCompaniesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCompaniesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCompaniesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCompaniesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesDisplayName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":4000},"DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryEmail":{"type":"string","format":"email","maxLength":320},"DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPhone":{"type":"string","maxLength":50},"DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesStatus":{"type":"string","maxLength":100},"DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesLifecycleStage":{"type":"string","maxLength":100},"DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesSource":{"type":"string","maxLength":150},"DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesTemperature":{"type":"string","maxLength":100},"DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesRenewalQuarter":{"type":"string","maxLength":100},"DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesAt":{"type":"string","format":"date-time"},"DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefIdAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefIdAnyOf1":{"type":"string","maxLength":191},"DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefIdAnyOf1"}]},"DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIconAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIconAnyOf1":{"type":"string","maxLength":100},"DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIconAnyOf1"}]},"DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColorAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColorAnyOf1"}]},"DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1":{"type":"object","properties":{"at":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesAt"},"name":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesName"},"refId":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefId"},"icon":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIcon"},"color":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColor"}},"required":["at","name"],"additionalProperties":false},"DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteraction":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1"}]},"DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesTagsItems":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesTagsItems"}},"DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesLegalName":{"type":"string","maxLength":200},"DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesBrandName":{"type":"string","maxLength":200},"DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesDomain":{"type":"string","maxLength":200},"DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesWebsiteUrl":{"type":"string","format":"uri","maxLength":300},"DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesIndustry":{"type":"string","maxLength":150},"DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesSizeBucket":{"type":"string","maxLength":100},"DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesAnnualRevenue":{"type":"number"},"DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"displayName":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesDisplayName"},"description":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserId"},"primaryEmail":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryEmail"},"primaryPhone":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPhone"},"status":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesStatus"},"lifecycleStage":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesLifecycleStage"},"source":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesSource"},"temperature":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesTemperature"},"renewalQuarter":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesRenewalQuarter"},"isActive":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"nextInteraction":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteraction"},"tags":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesTags"},"legalName":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesLegalName"},"brandName":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesBrandName"},"domain":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesDomain"},"websiteUrl":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesWebsiteUrl"},"industry":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesIndustry"},"sizeBucket":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesSizeBucket"},"annualRevenue":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesAnnualRevenue"}},"required":["organizationId","tenantId","displayName"],"additionalProperties":false},"DocPathsApiCustomersCompaniesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiCustomersCompaniesPostResponses201ContentApplicationJsonSchemaPropertiesCompanyIdAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesPostResponses201ContentApplicationJsonSchemaPropertiesCompanyIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesPostResponses201ContentApplicationJsonSchemaPropertiesCompanyId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostResponses201ContentApplicationJsonSchemaPropertiesCompanyIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostResponses201ContentApplicationJsonSchemaPropertiesCompanyIdAnyOf1"}]},"DocPathsApiCustomersCompaniesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostResponses201ContentApplicationJsonSchemaPropertiesId"},"companyId":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostResponses201ContentApplicationJsonSchemaPropertiesCompanyId"}},"required":["id","companyId"],"additionalProperties":false},"DocPathsApiCustomersCompaniesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCompaniesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCompaniesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCompaniesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesDisplayName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":4000},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryEmail":{"type":"string","format":"email","maxLength":320},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPhone":{"type":"string","maxLength":50},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesStatus":{"type":"string","maxLength":100},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesLifecycleStage":{"type":"string","maxLength":100},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesSource":{"type":"string","maxLength":150},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesTemperature":{"type":"string","maxLength":100},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesRenewalQuarter":{"type":"string","maxLength":100},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesAt":{"type":"string","format":"date-time"},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefIdAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefIdAnyOf1":{"type":"string","maxLength":191},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefIdAnyOf1"}]},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIconAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIconAnyOf1":{"type":"string","maxLength":100},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIconAnyOf1"}]},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColorAnyOf0":{"type":"null"},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColorAnyOf1"}]},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1":{"type":"object","properties":{"at":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesAt"},"name":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesName"},"refId":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefId"},"icon":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIcon"},"color":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColor"}},"required":["at","name"],"additionalProperties":false},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteraction":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1"}]},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesTagsItems":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesTagsItems"}},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesLegalName":{"type":"string","maxLength":200},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesBrandName":{"type":"string","maxLength":200},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesDomain":{"type":"string","maxLength":200},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesWebsiteUrl":{"type":"string","format":"uri","maxLength":300},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesIndustry":{"type":"string","maxLength":150},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesSizeBucket":{"type":"string","maxLength":100},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesAnnualRevenue":{"type":"number"},"DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"displayName":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesDisplayName"},"description":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserId"},"primaryEmail":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryEmail"},"primaryPhone":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPhone"},"status":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesStatus"},"lifecycleStage":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesLifecycleStage"},"source":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesSource"},"temperature":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesTemperature"},"renewalQuarter":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesRenewalQuarter"},"isActive":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"nextInteraction":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteraction"},"tags":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesTags"},"legalName":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesLegalName"},"brandName":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesBrandName"},"domain":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesDomain"},"websiteUrl":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesWebsiteUrl"},"industry":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesIndustry"},"sizeBucket":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesSizeBucket"},"annualRevenue":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesAnnualRevenue"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersCompaniesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCustomersCompaniesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCustomersCompaniesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCompaniesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCompaniesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCompaniesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCompaniesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersCompaniesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersCompaniesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCustomersCompaniesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCustomersCompaniesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCompaniesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCompaniesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCompaniesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersCompaniesDeleteResponses422ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersCompaniesDeleteResponses422ContentApplicationJsonSchemaPropertiesCode":{"type":"string","enum":["COMPANY_HAS_DEPENDENTS"]},"DocPathsApiCustomersCompaniesDeleteResponses422ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesDeleteResponses422ContentApplicationJsonSchemaPropertiesError"},"code":{"$ref":"#/components/schemas/DocPathsApiCustomersCompaniesDeleteResponses422ContentApplicationJsonSchemaPropertiesCode"}},"required":["error","code"],"additionalProperties":false},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetParameters0Schema":{"type":"number"},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetParameters1Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoSource":{"type":"string"},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoTitleAnyOf0":{"type":"null"},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoTitleAnyOf1":{"type":"string"},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoTitleAnyOf1"}]},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntegrations":{"type":"object","additionalProperties":true},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesIdAnyOf1"}]},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesDisplayNameAnyOf0":{"type":"null"},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesDisplayNameAnyOf1":{"type":"string"},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesDisplayName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesDisplayNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesDisplayNameAnyOf1"}]},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesKindAnyOf0":{"type":"null"},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesKindAnyOf1":{"type":"string"},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesKind":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesKindAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesKindAnyOf1"}]},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesOwnerUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesOwnerUserIdAnyOf1"}]},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntity":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesId"},"displayName":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesDisplayName"},"kind":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesKind"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesOwnerUserId"}},"required":["id","displayName","kind"],"additionalProperties":true},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"todoId":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoId"},"todoSource":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoSource"},"todoTitle":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoTitle"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"_integrations":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntegrations"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"entity":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntity"}},"required":["id","todoId","todoSource","createdAt","entity"],"additionalProperties":false},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsCustomerTodosGetResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDashboardWidgetsNewCustomersGetParameters0Schema":{"type":"number"},"DocPathsApiCustomersDashboardWidgetsNewCustomersGetParameters1Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersDashboardWidgetsNewCustomersGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersDashboardWidgetsNewCustomersGetParameters3Schema":{"type":"string","enum":["person","company"]},"DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayNameAnyOf0":{"type":"null"},"DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayNameAnyOf1":{"type":"string"},"DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayNameAnyOf1"}]},"DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKindAnyOf0":{"type":"null"},"DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKindAnyOf1":{"type":"string"},"DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKindAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKindAnyOf1"}]},"DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf1"}]},"DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"displayName":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName"},"kind":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserId"}},"required":["id","createdAt"],"additionalProperties":false},"DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewCustomersGetResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDashboardWidgetsNewDealsGetParameters0Schema":{"type":"number"},"DocPathsApiCustomersDashboardWidgetsNewDealsGetParameters1Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersDashboardWidgetsNewDealsGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf0":{"type":"null"},"DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf1":{"type":"string"},"DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf1"}]},"DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0":{"type":"null"},"DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1":{"type":"string"},"DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1"}]},"DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf1"}]},"DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueAmountAnyOf0":{"type":"null"},"DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueAmountAnyOf1":{"type":"string"},"DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueAmountAnyOf1"}]},"DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueCurrencyAnyOf0":{"type":"null"},"DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueCurrencyAnyOf1":{"type":"string"},"DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueCurrencyAnyOf1"}]},"DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"title":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle"},"status":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserId"},"valueAmount":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueAmount"},"valueCurrency":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueCurrency"}},"required":["id","createdAt"],"additionalProperties":false},"DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNewDealsGetResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetParameters0Schema":{"type":"number"},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetParameters1Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetParameters3Schema":{"type":"string","enum":["true","false"]},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayNameAnyOf0":{"type":"null"},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayNameAnyOf1":{"type":"string"},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayNameAnyOf1"}]},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKindAnyOf0":{"type":"null"},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKindAnyOf1":{"type":"string"},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKindAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKindAnyOf1"}]},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionAtAnyOf0":{"type":"null"},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionAtAnyOf1":{"type":"string"},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionAtAnyOf1"}]},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionNameAnyOf0":{"type":"null"},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionNameAnyOf1":{"type":"string"},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionNameAnyOf1"}]},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionIconAnyOf0":{"type":"null"},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionIconAnyOf1":{"type":"string"},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionIconAnyOf1"}]},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionColorAnyOf0":{"type":"null"},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionColorAnyOf1":{"type":"string"},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionColorAnyOf1"}]},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf1"}]},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"displayName":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName"},"kind":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"nextInteractionAt":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionAt"},"nextInteractionName":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionName"},"nextInteractionIcon":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionIcon"},"nextInteractionColor":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionColor"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserId"}},"required":["id","nextInteractionAt"],"additionalProperties":false},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesNow":{"type":"string"},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"now":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesNow"}},"required":["items","now"],"additionalProperties":false},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDashboardWidgetsNextInteractionsGetResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDealsIdCompaniesGetParameters0Schema":{"type":"string"},"DocPathsApiCustomersDealsIdCompaniesGetParameters1Schema":{"type":"number"},"DocPathsApiCustomersDealsIdCompaniesGetParameters2Schema":{"type":"number"},"DocPathsApiCustomersDealsIdCompaniesGetParameters3Schema":{"type":"string"},"DocPathsApiCustomersDealsIdCompaniesGetParameters4Schema":{"type":"string","enum":["label-asc","label-desc","name-asc","name-desc","recent"]},"DocPathsApiCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"type":"string"},"DocPathsApiCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitleAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitleAnyOf1":{"type":"string"},"DocPathsApiCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitleAnyOf1"}]},"DocPathsApiCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind":{"type":"string","enum":["company"]},"DocPathsApiCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedAt":{"type":"string"},"DocPathsApiCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"},"subtitle":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitle"},"kind":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind"},"linkedAt":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedAt"}},"required":["id","label","subtitle","kind","linkedAt"],"additionalProperties":false},"DocPathsApiCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiCustomersDealsIdCompaniesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDealsIdCompaniesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdCompaniesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDealsIdCompaniesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDealsIdCompaniesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdCompaniesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDealsIdPeopleGetParameters0Schema":{"type":"string"},"DocPathsApiCustomersDealsIdPeopleGetParameters1Schema":{"type":"number"},"DocPathsApiCustomersDealsIdPeopleGetParameters2Schema":{"type":"number"},"DocPathsApiCustomersDealsIdPeopleGetParameters3Schema":{"type":"string"},"DocPathsApiCustomersDealsIdPeopleGetParameters4Schema":{"type":"string","enum":["label-asc","label-desc","name-asc","name-desc","recent"]},"DocPathsApiCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"type":"string"},"DocPathsApiCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitleAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitleAnyOf1":{"type":"string"},"DocPathsApiCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitleAnyOf1"}]},"DocPathsApiCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind":{"type":"string","enum":["person"]},"DocPathsApiCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedAt":{"type":"string"},"DocPathsApiCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"},"subtitle":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitle"},"kind":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind"},"linkedAt":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedAt"}},"required":["id","label","subtitle","kind","linkedAt"],"additionalProperties":false},"DocPathsApiCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiCustomersDealsIdPeopleGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDealsIdPeopleGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdPeopleGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDealsIdPeopleGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDealsIdPeopleGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdPeopleGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDealsIdGetParameters0Schema":{"type":"string"},"DocPathsApiCustomersDealsIdGetParameters1Schema":{"type":"string"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesTitleAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesTitleAnyOf1":{"type":"string"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesTitleAnyOf1"}]},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesDescriptionAnyOf1"}]},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesStatusAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesStatusAnyOf1":{"type":"string"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesStatusAnyOf1"}]},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesPipelineStageAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesPipelineStageAnyOf1":{"type":"string"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesPipelineStage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesPipelineStageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesPipelineStageAnyOf1"}]},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesPipelineIdAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesPipelineIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesPipelineId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesPipelineIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesPipelineIdAnyOf1"}]},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesPipelineStageIdAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesPipelineStageIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesPipelineStageId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesPipelineStageIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesPipelineStageIdAnyOf1"}]},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesValueAmountAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesValueAmountAnyOf1":{"type":"string"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesValueAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesValueAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesValueAmountAnyOf1"}]},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesValueCurrencyAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesValueCurrencyAnyOf1":{"type":"string"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesValueCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesValueCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesValueCurrencyAnyOf1"}]},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesProbabilityAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesProbabilityAnyOf1":{"type":"number"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesProbability":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesProbabilityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesProbabilityAnyOf1"}]},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesExpectedCloseAtAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesExpectedCloseAtAnyOf1":{"type":"string"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesExpectedCloseAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesExpectedCloseAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesExpectedCloseAtAnyOf1"}]},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesOwnerUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesOwnerUserIdAnyOf1"}]},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesSourceAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesSourceAnyOf1":{"type":"string"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesSourceAnyOf1"}]},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesClosureOutcomeAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesClosureOutcomeAnyOf1":{"type":"string","enum":["won","lost"]},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesClosureOutcome":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesClosureOutcomeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesClosureOutcomeAnyOf1"}]},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesLossReasonIdAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesLossReasonIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesLossReasonId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesLossReasonIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesLossReasonIdAnyOf1"}]},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesLossNotesAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesLossNotesAnyOf1":{"type":"string"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesLossNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesLossNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesLossNotesAnyOf1"}]},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesTenantIdAnyOf1"}]},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesCreatedAt":{"type":"string"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesUpdatedAt":{"type":"string"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDeal":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesId"},"title":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesDescription"},"status":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesStatus"},"pipelineStage":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesPipelineStage"},"pipelineId":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesPipelineId"},"pipelineStageId":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesPipelineStageId"},"valueAmount":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesValueAmount"},"valueCurrency":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesValueCurrency"},"probability":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesProbability"},"expectedCloseAt":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesExpectedCloseAt"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesOwnerUserId"},"source":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesSource"},"closureOutcome":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesClosureOutcome"},"lossReasonId":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesLossReasonId"},"lossNotes":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesLossNotes"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesTenantId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesUpdatedAt"}},"required":["id","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesLabel":{"type":"string"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesSubtitleAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesSubtitleAnyOf1":{"type":"string"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesSubtitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesSubtitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesSubtitleAnyOf1"}]},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesKind":{"type":"string","enum":["person"]},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesLabel"},"subtitle":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesSubtitle"},"kind":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesKind"}},"required":["id","label","kind"],"additionalProperties":false},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeople":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItems"}},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItemsPropertiesLabel":{"type":"string"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItemsPropertiesSubtitleAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItemsPropertiesSubtitleAnyOf1":{"type":"string"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItemsPropertiesSubtitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItemsPropertiesSubtitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItemsPropertiesSubtitleAnyOf1"}]},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItemsPropertiesKind":{"type":"string","enum":["company"]},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItemsPropertiesLabel"},"subtitle":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItemsPropertiesSubtitle"},"kind":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItemsPropertiesKind"}},"required":["id","label","kind"],"additionalProperties":false},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanies":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItems"}},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomFields":{"type":"object","additionalProperties":true},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesUserIdAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesUserIdAnyOf1"}]},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesNameAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesNameAnyOf1":{"type":"string"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesNameAnyOf1"}]},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesEmailAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesEmailAnyOf1":{"type":"string"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesEmailAnyOf1"}]},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewer":{"type":"object","properties":{"userId":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesUserId"},"name":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesName"},"email":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesEmail"}},"required":["userId","name","email"],"additionalProperties":false},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItemsPropertiesLabel":{"type":"string"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItemsPropertiesOrder":{"type":"number"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItemsPropertiesColorAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItemsPropertiesColorAnyOf1":{"type":"string"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItemsPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItemsPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItemsPropertiesColorAnyOf1"}]},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItemsPropertiesIconAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItemsPropertiesIconAnyOf1":{"type":"string"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItemsPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItemsPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItemsPropertiesIconAnyOf1"}]},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItemsPropertiesLabel"},"order":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItemsPropertiesOrder"},"color":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItemsPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItemsPropertiesIcon"}},"required":["id","label","order","color","icon"],"additionalProperties":false},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStages":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItems"}},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesStageTransitionsItemsPropertiesStageId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesStageTransitionsItemsPropertiesStageLabel":{"type":"string"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesStageTransitionsItemsPropertiesStageOrder":{"type":"number"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesStageTransitionsItemsPropertiesTransitionedAt":{"type":"string"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesStageTransitionsItems":{"type":"object","properties":{"stageId":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesStageTransitionsItemsPropertiesStageId"},"stageLabel":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesStageTransitionsItemsPropertiesStageLabel"},"stageOrder":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesStageTransitionsItemsPropertiesStageOrder"},"transitionedAt":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesStageTransitionsItemsPropertiesTransitionedAt"}},"required":["stageId","stageLabel","stageOrder","transitionedAt"],"additionalProperties":false},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesStageTransitions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesStageTransitionsItems"}},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesOwnerAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesOwnerAnyOf1PropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesOwnerAnyOf1PropertiesName":{"type":"string"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesOwnerAnyOf1PropertiesEmail":{"type":"string"},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesOwnerAnyOf1":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesOwnerAnyOf1PropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesOwnerAnyOf1PropertiesName"},"email":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesOwnerAnyOf1PropertiesEmail"}},"required":["id","name","email"],"additionalProperties":false},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesOwner":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesOwnerAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesOwnerAnyOf1"}]},"DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"deal":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDeal"},"people":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeople"},"companies":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanies"},"customFields":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomFields"},"viewer":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewer"},"pipelineStages":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStages"},"stageTransitions":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesStageTransitions"},"owner":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesOwner"}},"required":["deal","people","companies","customFields","viewer","pipelineStages","stageTransitions","owner"],"additionalProperties":false},"DocPathsApiCustomersDealsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDealsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDealsIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDealsIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDealsIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDealsIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDealsIdStatsGetParameters0Schema":{"type":"string"},"DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealValueAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealValueAnyOf1":{"type":"number"},"DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealValueAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealValueAnyOf1"}]},"DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealCurrencyAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealCurrencyAnyOf1":{"type":"string"},"DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealCurrencyAnyOf1"}]},"DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesClosureOutcome":{"type":"string","enum":["won","lost"]},"DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesClosedAt":{"type":"string"},"DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesPipelineNameAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesPipelineNameAnyOf1":{"type":"string"},"DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesPipelineName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesPipelineNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesPipelineNameAnyOf1"}]},"DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealsClosedThisPeriod":{"type":"number"},"DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesSalesCycleDaysAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesSalesCycleDaysAnyOf1":{"type":"number"},"DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesSalesCycleDays":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesSalesCycleDaysAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesSalesCycleDaysAnyOf1"}]},"DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealRankInQuarterAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealRankInQuarterAnyOf1":{"type":"number"},"DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealRankInQuarter":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealRankInQuarterAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealRankInQuarterAnyOf1"}]},"DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesLossReasonAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesLossReasonAnyOf1":{"type":"string"},"DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesLossReason":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesLossReasonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesLossReasonAnyOf1"}]},"DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"dealValue":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealValue"},"dealCurrency":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealCurrency"},"closureOutcome":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesClosureOutcome"},"closedAt":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesClosedAt"},"pipelineName":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesPipelineName"},"dealsClosedThisPeriod":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealsClosedThisPeriod"},"salesCycleDays":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesSalesCycleDays"},"dealRankInQuarter":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealRankInQuarter"},"lossReason":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesLossReason"}},"required":["dealValue","dealCurrency","closureOutcome","closedAt","pipelineName","dealsClosedThisPeriod","salesCycleDays","dealRankInQuarter","lossReason"],"additionalProperties":false},"DocPathsApiCustomersDealsIdStatsGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDealsIdStatsGetResponses400ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiCustomersDealsIdStatsGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdStatsGetResponses400ContentApplicationJsonSchemaPropertiesError"},"code":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdStatsGetResponses400ContentApplicationJsonSchemaPropertiesCode"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDealsIdStatsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDealsIdStatsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdStatsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDealsIdStatsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDealsIdStatsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdStatsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDealsIdStatsGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDealsIdStatsGetResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiCustomersDealsIdStatsGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdStatsGetResponses404ContentApplicationJsonSchemaPropertiesError"},"code":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsIdStatsGetResponses404ContentApplicationJsonSchemaPropertiesCode"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDealsGetParameters0Schema":{"type":"number"},"DocPathsApiCustomersDealsGetParameters1Schema":{"type":"number"},"DocPathsApiCustomersDealsGetParameters2Schema":{"type":"string"},"DocPathsApiCustomersDealsGetParameters3Schema":{"type":"string"},"DocPathsApiCustomersDealsGetParameters4Schema":{"type":"string"},"DocPathsApiCustomersDealsGetParameters5Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsGetParameters6Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsGetParameters7Schema":{"type":"string"},"DocPathsApiCustomersDealsGetParameters8Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiCustomersDealsGetParameters9Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsGetParameters10Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsGetParameters11Schema":{"type":"string"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf1":{"type":"string"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf1"}]},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1":{"type":"string"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1"}]},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineStageAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineStageAnyOf1":{"type":"string"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineStage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineStageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineStageAnyOf1"}]},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineIdAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineIdAnyOf1"}]},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineStageIdAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineStageIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineStageId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineStageIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineStageIdAnyOf1"}]},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueAmountAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueAmountAnyOf1":{"type":"number"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueAmountAnyOf1"}]},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueCurrencyAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueCurrencyAnyOf1":{"type":"string"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueCurrencyAnyOf1"}]},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProbabilityAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProbabilityAnyOf1":{"type":"number"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProbability":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProbabilityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProbabilityAnyOf1"}]},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpectedCloseAtAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpectedCloseAtAnyOf1":{"type":"string"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpectedCloseAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpectedCloseAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpectedCloseAtAnyOf1"}]},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf1"}]},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf1":{"type":"string"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf1"}]},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPersonIdsItems":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPersonIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPersonIdsItems"}},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeopleItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeopleItemsPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeopleItemsPropertiesLabelAnyOf1":{"type":"string"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeopleItemsPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeopleItemsPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeopleItemsPropertiesLabelAnyOf1"}]},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeopleItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeopleItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeopleItemsPropertiesLabel"}},"required":["id","label"],"additionalProperties":false},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeople":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeopleItems"}},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyIdsItems":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyIdsItems"}},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompaniesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompaniesItemsPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompaniesItemsPropertiesLabelAnyOf1":{"type":"string"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompaniesItemsPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompaniesItemsPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompaniesItemsPropertiesLabelAnyOf1"}]},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompaniesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompaniesItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompaniesItemsPropertiesLabel"}},"required":["id","label"],"additionalProperties":false},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanies":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompaniesItems"}},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf01":{"type":"null"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf11":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId1":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf01"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf11"}]},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf01":{"type":"null"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf11":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId1":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf01"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf11"}]},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"title":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"status":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"pipeline_stage":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineStage"},"pipeline_id":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineId"},"pipeline_stage_id":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineStageId"},"value_amount":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueAmount"},"value_currency":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueCurrency"},"probability":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProbability"},"expected_close_at":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpectedCloseAt"},"owner_user_id":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserId"},"source":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource"},"organization_id":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"created_at":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"personIds":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPersonIds"},"people":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeople"},"companyIds":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyIds"},"companies":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanies"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId1"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId1"}},"required":["id","title"],"additionalProperties":true},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiCustomersDealsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDealsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDealsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDealsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesTitle":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":4000},"DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesStatus":{"type":"string","maxLength":50},"DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesPipelineStage":{"type":"string","maxLength":100},"DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesPipelineId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesPipelineStageId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesValueAmount":{"type":"number"},"DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesValueCurrency":{"type":"string","minLength":3,"maxLength":3},"DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesProbability":{"type":"number"},"DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedCloseAt":{"type":"string","format":"date-time"},"DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesSource":{"type":"string","maxLength":150},"DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesClosureOutcome":{"type":"string","enum":["won","lost"]},"DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesLossReasonId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesLossNotes":{"type":"string","maxLength":4000},"DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesCompanyIdsItems":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesCompanyIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesCompanyIdsItems"}},"DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesPersonIdsItems":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesPersonIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesPersonIdsItems"}},"DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"title":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"status":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesStatus"},"pipelineStage":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesPipelineStage"},"pipelineId":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesPipelineId"},"pipelineStageId":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesPipelineStageId"},"valueAmount":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesValueAmount"},"valueCurrency":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesValueCurrency"},"probability":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesProbability"},"expectedCloseAt":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedCloseAt"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserId"},"source":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesSource"},"closureOutcome":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesClosureOutcome"},"lossReasonId":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesLossReasonId"},"lossNotes":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesLossNotes"},"companyIds":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesCompanyIds"},"personIds":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesPersonIds"}},"required":["organizationId","tenantId","title"],"additionalProperties":false},"DocPathsApiCustomersDealsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiCustomersDealsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiCustomersDealsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersDealsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDealsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDealsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDealsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesTitle":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":4000},"DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesStatus":{"type":"string","maxLength":50},"DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesPipelineStage":{"type":"string","maxLength":100},"DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesPipelineId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesPipelineStageId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesValueAmount":{"type":"number"},"DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesValueCurrency":{"type":"string","minLength":3,"maxLength":3},"DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesProbability":{"type":"number"},"DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesExpectedCloseAt":{"type":"string","format":"date-time"},"DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesSource":{"type":"string","maxLength":150},"DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesClosureOutcome":{"type":"string","enum":["won","lost"]},"DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesLossReasonId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesLossNotes":{"type":"string","maxLength":4000},"DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesCompanyIdsItems":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesCompanyIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesCompanyIdsItems"}},"DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesPersonIdsItems":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesPersonIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesPersonIdsItems"}},"DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"title":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"status":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesStatus"},"pipelineStage":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesPipelineStage"},"pipelineId":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesPipelineId"},"pipelineStageId":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesPipelineStageId"},"valueAmount":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesValueAmount"},"valueCurrency":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesValueCurrency"},"probability":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesProbability"},"expectedCloseAt":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesExpectedCloseAt"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserId"},"source":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesSource"},"closureOutcome":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesClosureOutcome"},"lossReasonId":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesLossReasonId"},"lossNotes":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesLossNotes"},"companyIds":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesCompanyIds"},"personIds":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesPersonIds"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersDealsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCustomersDealsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCustomersDealsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDealsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDealsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDealsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDealsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDealsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersDealsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCustomersDealsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCustomersDealsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDealsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDealsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDealsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDealsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDictionariesKindIdPatchParameters0Schema":{"type":"string"},"DocPathsApiCustomersDictionariesKindIdPatchParameters1Schema":{"type":"string"},"DocPathsApiCustomersDictionariesKindIdPatchRequestBodyContentApplicationJsonSchemaPropertiesValue":{"type":"string","minLength":1,"maxLength":150},"DocPathsApiCustomersDictionariesKindIdPatchRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","maxLength":150},"DocPathsApiCustomersDictionariesKindIdPatchRequestBodyContentApplicationJsonSchemaPropertiesColorOneOf0":{"type":"string"},"DocPathsApiCustomersDictionariesKindIdPatchRequestBodyContentApplicationJsonSchemaPropertiesColorOneOf1":{"type":"null"},"DocPathsApiCustomersDictionariesKindIdPatchRequestBodyContentApplicationJsonSchemaPropertiesColor":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdPatchRequestBodyContentApplicationJsonSchemaPropertiesColorOneOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdPatchRequestBodyContentApplicationJsonSchemaPropertiesColorOneOf1"}]},"DocPathsApiCustomersDictionariesKindIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIconOneOf0":{"type":"string"},"DocPathsApiCustomersDictionariesKindIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIconOneOf1":{"type":"null"},"DocPathsApiCustomersDictionariesKindIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIcon":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIconOneOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIconOneOf1"}]},"DocPathsApiCustomersDictionariesKindIdPatchRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdPatchRequestBodyContentApplicationJsonSchemaPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdPatchRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdPatchRequestBodyContentApplicationJsonSchemaPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIcon"}},"additionalProperties":false},"DocPathsApiCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesValue":{"type":"string"},"DocPathsApiCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesLabelAnyOf1":{"type":"string"},"DocPathsApiCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesLabelAnyOf1"}]},"DocPathsApiCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesColorAnyOf0":{"type":"null"},"DocPathsApiCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesColorAnyOf1":{"type":"string"},"DocPathsApiCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesColorAnyOf1"}]},"DocPathsApiCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesIconAnyOf0":{"type":"null"},"DocPathsApiCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesIconAnyOf1":{"type":"string"},"DocPathsApiCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesIconAnyOf1"}]},"DocPathsApiCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesIsInherited":{"type":"boolean"},"DocPathsApiCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesId"},"value":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesIcon"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"isInherited":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesIsInherited"}},"required":["id","value"],"additionalProperties":false},"DocPathsApiCustomersDictionariesKindIdPatchResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDictionariesKindIdPatchResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdPatchResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDictionariesKindIdPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDictionariesKindIdPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDictionariesKindIdPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDictionariesKindIdPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDictionariesKindIdPatchResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDictionariesKindIdPatchResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdPatchResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDictionariesKindIdPatchResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDictionariesKindIdPatchResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdPatchResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDictionariesKindIdDeleteParameters0Schema":{"type":"string"},"DocPathsApiCustomersDictionariesKindIdDeleteParameters1Schema":{"type":"string"},"DocPathsApiCustomersDictionariesKindIdDeleteResponses200ContentApplicationJsonSchemaPropertiesSuccess":{"type":"boolean","enum":[true]},"DocPathsApiCustomersDictionariesKindIdDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"success":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdDeleteResponses200ContentApplicationJsonSchemaPropertiesSuccess"}},"required":["success"],"additionalProperties":false},"DocPathsApiCustomersDictionariesKindIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDictionariesKindIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDictionariesKindIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDictionariesKindIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDictionariesKindIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDictionariesKindIdDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDictionariesKindIdDeleteResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDictionariesKindIdDeleteResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindIdDeleteResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDictionariesKindGetParameters0Schema":{"type":"string"},"DocPathsApiCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValue":{"type":"string"},"DocPathsApiCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf1":{"type":"string"},"DocPathsApiCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf1"}]},"DocPathsApiCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0":{"type":"null"},"DocPathsApiCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1":{"type":"string"},"DocPathsApiCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1"}]},"DocPathsApiCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf0":{"type":"null"},"DocPathsApiCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf1":{"type":"string"},"DocPathsApiCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf1"}]},"DocPathsApiCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsInherited":{"type":"boolean"},"DocPathsApiCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"value":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIcon"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"isInherited":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsInherited"}},"required":["id","value"],"additionalProperties":false},"DocPathsApiCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCustomersDictionariesKindGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsApiCustomersDictionariesKindGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDictionariesKindGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDictionariesKindGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDictionariesKindGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDictionariesKindGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDictionariesKindGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDictionariesKindPostParameters0Schema":{"type":"string"},"DocPathsApiCustomersDictionariesKindPostRequestBodyContentApplicationJsonSchemaPropertiesValue":{"type":"string","minLength":1,"maxLength":150},"DocPathsApiCustomersDictionariesKindPostRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","maxLength":150},"DocPathsApiCustomersDictionariesKindPostRequestBodyContentApplicationJsonSchemaPropertiesColorOneOf0":{"type":"string","pattern":"^#([0-9A-Fa-f]{6})$"},"DocPathsApiCustomersDictionariesKindPostRequestBodyContentApplicationJsonSchemaPropertiesColorOneOf1":{"type":"null"},"DocPathsApiCustomersDictionariesKindPostRequestBodyContentApplicationJsonSchemaPropertiesColor":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostRequestBodyContentApplicationJsonSchemaPropertiesColorOneOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostRequestBodyContentApplicationJsonSchemaPropertiesColorOneOf1"}]},"DocPathsApiCustomersDictionariesKindPostRequestBodyContentApplicationJsonSchemaPropertiesIconOneOf0":{"type":"string","minLength":1,"maxLength":48},"DocPathsApiCustomersDictionariesKindPostRequestBodyContentApplicationJsonSchemaPropertiesIconOneOf1":{"type":"null"},"DocPathsApiCustomersDictionariesKindPostRequestBodyContentApplicationJsonSchemaPropertiesIcon":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostRequestBodyContentApplicationJsonSchemaPropertiesIconOneOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostRequestBodyContentApplicationJsonSchemaPropertiesIconOneOf1"}]},"DocPathsApiCustomersDictionariesKindPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostRequestBodyContentApplicationJsonSchemaPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostRequestBodyContentApplicationJsonSchemaPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostRequestBodyContentApplicationJsonSchemaPropertiesIcon"}},"required":["value"],"additionalProperties":false},"DocPathsApiCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesValue":{"type":"string"},"DocPathsApiCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesLabelAnyOf1":{"type":"string"},"DocPathsApiCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesLabelAnyOf1"}]},"DocPathsApiCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesColorAnyOf0":{"type":"null"},"DocPathsApiCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesColorAnyOf1":{"type":"string"},"DocPathsApiCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesColorAnyOf1"}]},"DocPathsApiCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesIconAnyOf0":{"type":"null"},"DocPathsApiCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesIconAnyOf1":{"type":"string"},"DocPathsApiCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesIconAnyOf1"}]},"DocPathsApiCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesIsInherited":{"type":"boolean"},"DocPathsApiCustomersDictionariesKindPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesId"},"value":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesIcon"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"isInherited":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesIsInherited"}},"required":["id","value"],"additionalProperties":false},"DocPathsApiCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesValue":{"type":"string"},"DocPathsApiCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesLabelAnyOf1":{"type":"string"},"DocPathsApiCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesLabelAnyOf1"}]},"DocPathsApiCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesColorAnyOf0":{"type":"null"},"DocPathsApiCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesColorAnyOf1":{"type":"string"},"DocPathsApiCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesColorAnyOf1"}]},"DocPathsApiCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesIconAnyOf0":{"type":"null"},"DocPathsApiCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesIconAnyOf1":{"type":"string"},"DocPathsApiCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesIconAnyOf1"}]},"DocPathsApiCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesIsInherited":{"type":"boolean"},"DocPathsApiCustomersDictionariesKindPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesId"},"value":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesIcon"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationId"},"isInherited":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesIsInherited"}},"required":["id","value"],"additionalProperties":false},"DocPathsApiCustomersDictionariesKindPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDictionariesKindPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDictionariesKindPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDictionariesKindPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDictionariesKindPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDictionariesKindPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDictionariesKindPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDictionariesKindPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindPostResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDictionariesCurrencyGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDictionariesCurrencyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDictionariesCurrencyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesValue":{"type":"string"},"DocPathsApiCustomersDictionariesCurrencyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiCustomersDictionariesCurrencyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesLabelAnyOf1":{"type":"string"},"DocPathsApiCustomersDictionariesCurrencyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesCurrencyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesCurrencyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesLabelAnyOf1"}]},"DocPathsApiCustomersDictionariesCurrencyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesCurrencyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesId"},"value":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesCurrencyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesCurrencyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesLabel"}},"required":["id","value"],"additionalProperties":false},"DocPathsApiCustomersDictionariesCurrencyGetResponses200ContentApplicationJsonSchemaPropertiesEntries":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesCurrencyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItems"}},"DocPathsApiCustomersDictionariesCurrencyGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesCurrencyGetResponses200ContentApplicationJsonSchemaPropertiesId"},"entries":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesCurrencyGetResponses200ContentApplicationJsonSchemaPropertiesEntries"}},"required":["id","entries"],"additionalProperties":false},"DocPathsApiCustomersDictionariesCurrencyGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDictionariesCurrencyGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesCurrencyGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDictionariesCurrencyGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDictionariesCurrencyGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesCurrencyGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDictionariesCurrencyGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDictionariesCurrencyGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesCurrencyGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDictionariesCurrencyGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDictionariesCurrencyGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesCurrencyGetResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDictionariesKindSettingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDictionariesKindSettingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind":{"type":"string"},"DocPathsApiCustomersDictionariesKindSettingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSelectionMode":{"type":"string","enum":["single","multi"]},"DocPathsApiCustomersDictionariesKindSettingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVisibleInTags":{"type":"boolean"},"DocPathsApiCustomersDictionariesKindSettingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSortOrder":{"type":"number"},"DocPathsApiCustomersDictionariesKindSettingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindSettingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"kind":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindSettingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind"},"selectionMode":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindSettingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSelectionMode"},"visibleInTags":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindSettingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVisibleInTags"},"sortOrder":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindSettingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSortOrder"}},"required":["id","kind","selectionMode","visibleInTags","sortOrder"],"additionalProperties":false},"DocPathsApiCustomersDictionariesKindSettingsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindSettingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCustomersDictionariesKindSettingsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindSettingsGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsApiCustomersDictionariesKindSettingsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDictionariesKindSettingsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindSettingsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDictionariesKindSettingsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDictionariesKindSettingsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindSettingsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDictionariesKindSettingsPatchRequestBodyContentApplicationJsonSchemaPropertiesKind":{"type":"string","minLength":1,"maxLength":100},"DocPathsApiCustomersDictionariesKindSettingsPatchRequestBodyContentApplicationJsonSchemaPropertiesSelectionMode":{"type":"string","enum":["single","multi"]},"DocPathsApiCustomersDictionariesKindSettingsPatchRequestBodyContentApplicationJsonSchemaPropertiesVisibleInTags":{"type":"boolean"},"DocPathsApiCustomersDictionariesKindSettingsPatchRequestBodyContentApplicationJsonSchemaPropertiesSortOrder":{"type":"number"},"DocPathsApiCustomersDictionariesKindSettingsPatchRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"kind":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindSettingsPatchRequestBodyContentApplicationJsonSchemaPropertiesKind"},"selectionMode":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindSettingsPatchRequestBodyContentApplicationJsonSchemaPropertiesSelectionMode"},"visibleInTags":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindSettingsPatchRequestBodyContentApplicationJsonSchemaPropertiesVisibleInTags"},"sortOrder":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindSettingsPatchRequestBodyContentApplicationJsonSchemaPropertiesSortOrder"}},"required":["kind"],"additionalProperties":false},"DocPathsApiCustomersDictionariesKindSettingsPatchResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersDictionariesKindSettingsPatchResponses200ContentApplicationJsonSchemaPropertiesKind":{"type":"string"},"DocPathsApiCustomersDictionariesKindSettingsPatchResponses200ContentApplicationJsonSchemaPropertiesSelectionMode":{"type":"string","enum":["single","multi"]},"DocPathsApiCustomersDictionariesKindSettingsPatchResponses200ContentApplicationJsonSchemaPropertiesVisibleInTags":{"type":"boolean"},"DocPathsApiCustomersDictionariesKindSettingsPatchResponses200ContentApplicationJsonSchemaPropertiesSortOrder":{"type":"number"},"DocPathsApiCustomersDictionariesKindSettingsPatchResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindSettingsPatchResponses200ContentApplicationJsonSchemaPropertiesId"},"kind":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindSettingsPatchResponses200ContentApplicationJsonSchemaPropertiesKind"},"selectionMode":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindSettingsPatchResponses200ContentApplicationJsonSchemaPropertiesSelectionMode"},"visibleInTags":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindSettingsPatchResponses200ContentApplicationJsonSchemaPropertiesVisibleInTags"},"sortOrder":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindSettingsPatchResponses200ContentApplicationJsonSchemaPropertiesSortOrder"}},"required":["id","kind","selectionMode","visibleInTags","sortOrder"],"additionalProperties":false},"DocPathsApiCustomersDictionariesKindSettingsPatchResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDictionariesKindSettingsPatchResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindSettingsPatchResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDictionariesKindSettingsPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDictionariesKindSettingsPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindSettingsPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersDictionariesKindSettingsPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersDictionariesKindSettingsPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersDictionariesKindSettingsPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersInteractionsCancelPostRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersInteractionsCancelPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCancelPostRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersInteractionsCancelPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiCustomersInteractionsCancelPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCancelPostResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCustomersInteractionsCancelPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersInteractionsCancelPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCancelPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersInteractionsCancelPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersInteractionsCancelPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCancelPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersInteractionsCancelPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersInteractionsCancelPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCancelPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersInteractionsCancelPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersInteractionsCancelPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCancelPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersInteractionsCompletePostRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersInteractionsCompletePostRequestBodyContentApplicationJsonSchemaPropertiesOccurredAt":{"type":"string","format":"date-time"},"DocPathsApiCustomersInteractionsCompletePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCompletePostRequestBodyContentApplicationJsonSchemaPropertiesId"},"occurredAt":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCompletePostRequestBodyContentApplicationJsonSchemaPropertiesOccurredAt"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersInteractionsCompletePostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiCustomersInteractionsCompletePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCompletePostResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCustomersInteractionsCompletePostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersInteractionsCompletePostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCompletePostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersInteractionsCompletePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersInteractionsCompletePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCompletePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersInteractionsCompletePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersInteractionsCompletePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCompletePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersInteractionsCompletePostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersInteractionsCompletePostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCompletePostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersInteractionsConflictsGetParameters0Schema":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"DocPathsApiCustomersInteractionsConflictsGetParameters1Schema":{"type":"string","pattern":"^\\d{2}:\\d{2}$"},"DocPathsApiCustomersInteractionsConflictsGetParameters2Schema":{"type":"number"},"DocPathsApiCustomersInteractionsConflictsGetParameters3Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersInteractionsConflictsGetParameters4Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersInteractionsConflictsGetParameters5Schema":{"type":"number"},"DocPathsApiCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesHasConflicts":{"type":"boolean"},"DocPathsApiCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesConflictsItemsPropertiesId":{"type":"string"},"DocPathsApiCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesConflictsItemsPropertiesTitleAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesConflictsItemsPropertiesTitleAnyOf1":{"type":"string"},"DocPathsApiCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesConflictsItemsPropertiesTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesConflictsItemsPropertiesTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesConflictsItemsPropertiesTitleAnyOf1"}]},"DocPathsApiCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesConflictsItemsPropertiesStartTime":{"type":"string"},"DocPathsApiCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesConflictsItemsPropertiesEndTime":{"type":"string"},"DocPathsApiCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesConflictsItemsPropertiesType":{"type":"string"},"DocPathsApiCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesConflictsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesConflictsItemsPropertiesId"},"title":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesConflictsItemsPropertiesTitle"},"startTime":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesConflictsItemsPropertiesStartTime"},"endTime":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesConflictsItemsPropertiesEndTime"},"type":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesConflictsItemsPropertiesType"}},"required":["id","title","startTime","endTime","type"],"additionalProperties":false},"DocPathsApiCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesConflicts":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesConflictsItems"}},"DocPathsApiCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResult":{"type":"object","properties":{"hasConflicts":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesHasConflicts"},"conflicts":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesConflicts"}},"required":["hasConflicts","conflicts"],"additionalProperties":false},"DocPathsApiCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesOk"},"result":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResult"}},"required":["ok","result"],"additionalProperties":false},"DocPathsApiCustomersInteractionsConflictsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersInteractionsConflictsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsConflictsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersInteractionsConflictsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersInteractionsConflictsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsConflictsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersInteractionsCountsGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersInteractionsCountsGetParameters1Schema":{"type":"string","enum":["done","planned"]},"DocPathsApiCustomersInteractionsCountsGetResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCustomersInteractionsCountsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesCall":{"type":"number"},"DocPathsApiCustomersInteractionsCountsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesEmail":{"type":"number"},"DocPathsApiCustomersInteractionsCountsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesMeeting":{"type":"number"},"DocPathsApiCustomersInteractionsCountsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesNote":{"type":"number"},"DocPathsApiCustomersInteractionsCountsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesTask":{"type":"number"},"DocPathsApiCustomersInteractionsCountsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesTotal":{"type":"number"},"DocPathsApiCustomersInteractionsCountsGetResponses200ContentApplicationJsonSchemaPropertiesResult":{"type":"object","properties":{"call":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCountsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesCall"},"email":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCountsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesEmail"},"meeting":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCountsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesMeeting"},"note":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCountsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesNote"},"task":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCountsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesTask"},"total":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCountsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesTotal"}},"required":["call","email","meeting","note","task","total"],"additionalProperties":false},"DocPathsApiCustomersInteractionsCountsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCountsGetResponses200ContentApplicationJsonSchemaPropertiesOk"},"result":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCountsGetResponses200ContentApplicationJsonSchemaPropertiesResult"}},"required":["ok","result"],"additionalProperties":false},"DocPathsApiCustomersInteractionsCountsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersInteractionsCountsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCountsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersInteractionsCountsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersInteractionsCountsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsCountsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersInteractionsGetParameters0Schema":{"type":"number"},"DocPathsApiCustomersInteractionsGetParameters1Schema":{"type":"string"},"DocPathsApiCustomersInteractionsGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersInteractionsGetParameters3Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersInteractionsGetParameters4Schema":{"type":"string"},"DocPathsApiCustomersInteractionsGetParameters5Schema":{"type":"string"},"DocPathsApiCustomersInteractionsGetParameters6Schema":{"type":"string"},"DocPathsApiCustomersInteractionsGetParameters7Schema":{"type":"string"},"DocPathsApiCustomersInteractionsGetParameters8Schema":{"type":"string","minLength":1},"DocPathsApiCustomersInteractionsGetParameters9Schema":{"type":"string"},"DocPathsApiCustomersInteractionsGetParameters10Schema":{"type":"string"},"DocPathsApiCustomersInteractionsGetParameters11Schema":{"type":"string","enum":["true","false"]},"DocPathsApiCustomersInteractionsGetParameters12Schema":{"type":"string","enum":["scheduledAt","occurredAt","createdAt","updatedAt","status","priority","interactionType","title"]},"DocPathsApiCustomersInteractionsGetParameters13Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiCustomersInteractionsGetParameters14Schema":{"type":"string"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityIdAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityIdAnyOf1"}]},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealIdAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealIdAnyOf1"}]},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionType":{"type":"string"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf1":{"type":"string"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf1"}]},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf1":{"type":"string"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBody":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf1"}]},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScheduledAtAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScheduledAtAnyOf1":{"type":"string"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScheduledAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScheduledAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScheduledAtAnyOf1"}]},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAtAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAtAnyOf1":{"type":"string"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAtAnyOf1"}]},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriorityAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriorityAnyOf1":{"type":"number"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriority":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriorityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriorityAnyOf1"}]},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf1"}]},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf1"}]},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf1":{"type":"string"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf1"}]},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf1":{"type":"string"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf1"}]},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf1":{"type":"string"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf1"}]},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationAnyOf1":{"type":"number"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDuration":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationAnyOf1"}]},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMinutesAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMinutesAnyOf1":{"type":"number"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMinutes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMinutesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMinutesAnyOf1"}]},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1":{"type":"string"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocation":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1"}]},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAllDayAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAllDayAnyOf1":{"type":"boolean"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAllDay":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAllDayAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAllDayAnyOf1"}]},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecurrenceRuleAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecurrenceRuleAnyOf1":{"type":"string"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecurrenceRule":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecurrenceRuleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecurrenceRuleAnyOf1"}]},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecurrenceEndAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecurrenceEndAnyOf1":{"type":"string"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecurrenceEnd":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecurrenceEndAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecurrenceEndAnyOf1"}]},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantsAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantsAnyOf1ItemsPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantsAnyOf1ItemsPropertiesName":{"type":"string"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantsAnyOf1ItemsPropertiesEmail":{"type":"string"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantsAnyOf1ItemsPropertiesStatus":{"type":"string"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantsAnyOf1Items":{"type":"object","properties":{"userId":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantsAnyOf1ItemsPropertiesUserId"},"name":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantsAnyOf1ItemsPropertiesName"},"email":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantsAnyOf1ItemsPropertiesEmail"},"status":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantsAnyOf1ItemsPropertiesStatus"}},"required":["userId"],"additionalProperties":false},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantsAnyOf1Items"}},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipants":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantsAnyOf1"}]},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReminderMinutesAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReminderMinutesAnyOf1":{"type":"number"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReminderMinutes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReminderMinutesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReminderMinutesAnyOf1"}]},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVisibilityAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVisibilityAnyOf1":{"type":"string"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVisibility":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVisibilityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVisibilityAnyOf1"}]},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntitiesAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntitiesAnyOf1ItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntitiesAnyOf1ItemsPropertiesType":{"type":"string"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntitiesAnyOf1ItemsPropertiesLabel":{"type":"string"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntitiesAnyOf1Items":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntitiesAnyOf1ItemsPropertiesId"},"type":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntitiesAnyOf1ItemsPropertiesType"},"label":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntitiesAnyOf1ItemsPropertiesLabel"}},"required":["id","type","label"],"additionalProperties":false},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntitiesAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntitiesAnyOf1Items"}},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntities":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntitiesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntitiesAnyOf1"}]},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGuestPermissionsAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGuestPermissionsAnyOf1PropertiesCanInviteOthers":{"type":"boolean"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGuestPermissionsAnyOf1PropertiesCanModify":{"type":"boolean"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGuestPermissionsAnyOf1PropertiesCanSeeList":{"type":"boolean"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGuestPermissionsAnyOf1":{"type":"object","properties":{"canInviteOthers":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGuestPermissionsAnyOf1PropertiesCanInviteOthers"},"canModify":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGuestPermissionsAnyOf1PropertiesCanModify"},"canSeeList":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGuestPermissionsAnyOf1PropertiesCanSeeList"}},"additionalProperties":false},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGuestPermissions":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGuestPermissionsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGuestPermissionsAnyOf1"}]},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorNameAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorNameAnyOf1":{"type":"string"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorNameAnyOf1"}]},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorEmailAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorEmailAnyOf1":{"type":"string"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorEmailAnyOf1"}]},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealTitleAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealTitleAnyOf1":{"type":"string"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealTitleAnyOf1"}]},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValuesAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValuesAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValues":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValuesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValuesAnyOf1"}]},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntegrations":{"type":"object","additionalProperties":true},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"entityId":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityId"},"dealId":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealId"},"interactionType":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionType"},"title":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle"},"body":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBody"},"status":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"scheduledAt":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScheduledAt"},"occurredAt":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAt"},"priority":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriority"},"authorUserId":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserId"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserId"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColor"},"source":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource"},"duration":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDuration"},"durationMinutes":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMinutes"},"location":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocation"},"allDay":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAllDay"},"recurrenceRule":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecurrenceRule"},"recurrenceEnd":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecurrenceEnd"},"participants":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipants"},"reminderMinutes":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReminderMinutes"},"visibility":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVisibility"},"linkedEntities":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntities"},"guestPermissions":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGuestPermissions"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"authorName":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorName"},"authorEmail":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorEmail"},"dealTitle":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealTitle"},"customValues":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValues"},"_integrations":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntegrations"}},"required":["id","entityId","dealId","interactionType","title","body","status","scheduledAt","occurredAt","priority","authorUserId","ownerUserId","createdAt","updatedAt"],"additionalProperties":true},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesNextCursor":{"type":"string"},"DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"nextCursor":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesNextCursor"}},"required":["items"],"additionalProperties":false},"DocPathsApiCustomersInteractionsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersInteractionsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersInteractionsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersInteractionsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersInteractionsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersInteractionsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiCustomersInteractionsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersInteractionsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersInteractionsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersInteractionsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersInteractionsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersInteractionsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCustomersInteractionsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCustomersInteractionsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersInteractionsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersInteractionsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersInteractionsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersInteractionsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersInteractionsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersInteractionsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCustomersInteractionsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCustomersInteractionsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersInteractionsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersInteractionsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersInteractionsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersInteractionsTasksGetParameters0Schema":{"type":"number"},"DocPathsApiCustomersInteractionsTasksGetParameters1Schema":{"type":"number"},"DocPathsApiCustomersInteractionsTasksGetParameters2Schema":{"type":"string"},"DocPathsApiCustomersInteractionsTasksGetParameters3Schema":{"type":"string"},"DocPathsApiCustomersInteractionsTasksGetParameters4Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersInteractionsTasksGetParameters5Schema":{"type":"string"},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoId":{"type":"string"},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoSource":{"type":"string"},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoTitleAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoTitleAnyOf1":{"type":"string"},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoTitleAnyOf1"}]},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoIsDoneAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoIsDoneAnyOf1":{"type":"boolean"},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoIsDone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoIsDoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoIsDoneAnyOf1"}]},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoPriorityAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoPriorityAnyOf1":{"type":"number"},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoPriority":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoPriorityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoPriorityAnyOf1"}]},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoSeverityAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoSeverityAnyOf1":{"type":"string"},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoSeverity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoSeverityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoSeverityAnyOf1"}]},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDescriptionAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDescriptionAnyOf1":{"type":"string"},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDescriptionAnyOf1"}]},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDueAtAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDueAtAnyOf1":{"type":"string"},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDueAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDueAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDueAtAnyOf1"}]},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoCustomValuesAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoCustomValuesAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoCustomValues":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoCustomValuesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoCustomValuesAnyOf1"}]},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoOrganizationIdAnyOf1"}]},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"type":"string"},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalHrefAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalHrefAnyOf1":{"type":"string"},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalHref":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalHrefAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalHrefAnyOf1"}]},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntegrations":{"type":"object","additionalProperties":true},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesIdAnyOf1":{"type":"string"},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesIdAnyOf1"}]},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesDisplayNameAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesDisplayNameAnyOf1":{"type":"string"},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesDisplayName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesDisplayNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesDisplayNameAnyOf1"}]},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesKindAnyOf0":{"type":"null"},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesKindAnyOf1":{"type":"string"},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesKind":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesKindAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesKindAnyOf1"}]},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomer":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesId"},"displayName":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesDisplayName"},"kind":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesKind"}},"required":["id","displayName","kind"],"additionalProperties":false},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"todoId":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoId"},"todoSource":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoSource"},"todoTitle":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoTitle"},"todoIsDone":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoIsDone"},"todoPriority":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoPriority"},"todoSeverity":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoSeverity"},"todoDescription":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDescription"},"todoDueAt":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDueAt"},"todoCustomValues":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoCustomValues"},"todoOrganizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoOrganizationId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"externalHref":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalHref"},"_integrations":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntegrations"},"customer":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomer"}},"required":["id","todoId","todoSource","todoTitle","todoIsDone","todoOrganizationId","organizationId","tenantId","createdAt","customer"],"additionalProperties":false},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiCustomersInteractionsTasksGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersInteractionsTasksGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersInteractionsTasksGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersInteractionsTasksGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersInteractionsTasksGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersLabelsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesLabelId":{"type":"string","format":"uuid"},"DocPathsApiCustomersLabelsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsApiCustomersLabelsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCustomersLabelsAssignPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"labelId":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesLabelId"},"entityId":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"}},"required":["labelId","entityId"],"additionalProperties":false},"DocPathsApiCustomersLabelsAssignPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersLabelsAssignPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsAssignPostResponses200ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersLabelsAssignPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersLabelsAssignPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsAssignPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersLabelsAssignPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersLabelsAssignPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsAssignPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersLabelsAssignPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersLabelsAssignPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsAssignPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlug":{"type":"string"},"DocPathsApiCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"type":"string"},"DocPathsApiCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"slug":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlug"},"label":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"}},"required":["id","slug","label"],"additionalProperties":false},"DocPathsApiCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesAssignedIdsItems":{"type":"string","format":"uuid"},"DocPathsApiCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesAssignedIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesAssignedIdsItems"}},"DocPathsApiCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiCustomersLabelsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"assignedIds":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesAssignedIds"},"total":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","assignedIds","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiCustomersLabelsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersLabelsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersLabelsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersLabelsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersLabelsPostRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","minLength":1,"maxLength":120},"DocPathsApiCustomersLabelsPostRequestBodyContentApplicationJsonSchemaPropertiesSlug":{"type":"string","minLength":1,"maxLength":80,"pattern":"^[a-z0-9_-]+$"},"DocPathsApiCustomersLabelsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCustomersLabelsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"label":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsPostRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"slug":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsPostRequestBodyContentApplicationJsonSchemaPropertiesSlug"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"}},"required":["label"],"additionalProperties":false},"DocPathsApiCustomersLabelsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersLabelsPostResponses201ContentApplicationJsonSchemaPropertiesSlug":{"type":"string"},"DocPathsApiCustomersLabelsPostResponses201ContentApplicationJsonSchemaPropertiesLabel":{"type":"string"},"DocPathsApiCustomersLabelsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsPostResponses201ContentApplicationJsonSchemaPropertiesId"},"slug":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsPostResponses201ContentApplicationJsonSchemaPropertiesSlug"},"label":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsPostResponses201ContentApplicationJsonSchemaPropertiesLabel"}},"required":["id","slug","label"],"additionalProperties":false},"DocPathsApiCustomersLabelsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersLabelsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersLabelsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersLabelsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersLabelsPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersLabelsPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsPostResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersLabelsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesLabelId":{"type":"string","format":"uuid"},"DocPathsApiCustomersLabelsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsApiCustomersLabelsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCustomersLabelsUnassignPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"labelId":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesLabelId"},"entityId":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"}},"required":["labelId","entityId"],"additionalProperties":false},"DocPathsApiCustomersLabelsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiCustomersLabelsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersLabelsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiCustomersLabelsUnassignPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersLabelsUnassignPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersLabelsUnassignPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsUnassignPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersLabelsUnassignPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersLabelsUnassignPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersLabelsUnassignPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdCompaniesLinkIdPatchParameters0Schema":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesLinkIdPatchParameters1Schema":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesLinkIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIsPrimary":{"type":"boolean"},"DocPathsApiCustomersPeopleIdCompaniesLinkIdPatchRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"isPrimary":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesLinkIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIsPrimary"}},"additionalProperties":false},"DocPathsApiCustomersPeopleIdCompaniesLinkIdPatchResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCustomersPeopleIdCompaniesLinkIdPatchResponses200ContentApplicationJsonSchemaPropertiesResultAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdCompaniesLinkIdPatchResponses200ContentApplicationJsonSchemaPropertiesResultAnyOf1PropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdCompaniesLinkIdPatchResponses200ContentApplicationJsonSchemaPropertiesResultAnyOf1PropertiesCompanyId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdCompaniesLinkIdPatchResponses200ContentApplicationJsonSchemaPropertiesResultAnyOf1PropertiesDisplayName":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesLinkIdPatchResponses200ContentApplicationJsonSchemaPropertiesResultAnyOf1PropertiesIsPrimary":{"type":"boolean"},"DocPathsApiCustomersPeopleIdCompaniesLinkIdPatchResponses200ContentApplicationJsonSchemaPropertiesResultAnyOf1":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesLinkIdPatchResponses200ContentApplicationJsonSchemaPropertiesResultAnyOf1PropertiesId"},"companyId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesLinkIdPatchResponses200ContentApplicationJsonSchemaPropertiesResultAnyOf1PropertiesCompanyId"},"displayName":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesLinkIdPatchResponses200ContentApplicationJsonSchemaPropertiesResultAnyOf1PropertiesDisplayName"},"isPrimary":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesLinkIdPatchResponses200ContentApplicationJsonSchemaPropertiesResultAnyOf1PropertiesIsPrimary"}},"required":["id","companyId","displayName","isPrimary"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdCompaniesLinkIdPatchResponses200ContentApplicationJsonSchemaPropertiesResult":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesLinkIdPatchResponses200ContentApplicationJsonSchemaPropertiesResultAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesLinkIdPatchResponses200ContentApplicationJsonSchemaPropertiesResultAnyOf1"}]},"DocPathsApiCustomersPeopleIdCompaniesLinkIdPatchResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesLinkIdPatchResponses200ContentApplicationJsonSchemaPropertiesOk"},"result":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesLinkIdPatchResponses200ContentApplicationJsonSchemaPropertiesResult"}},"required":["ok","result"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdCompaniesLinkIdPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesLinkIdPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesLinkIdPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdCompaniesLinkIdPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesLinkIdPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesLinkIdPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdCompaniesLinkIdDeleteParameters0Schema":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesLinkIdDeleteParameters1Schema":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesLinkIdDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCustomersPeopleIdCompaniesLinkIdDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesLinkIdDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdCompaniesLinkIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesLinkIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesLinkIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdCompaniesLinkIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesLinkIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesLinkIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetParameters0Schema":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetParameters1Schema":{"type":"number"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetParameters2Schema":{"type":"number"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetParameters3Schema":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetParameters4Schema":{"type":"string","enum":["name-asc","name-desc","recent"]},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPrimary":{"type":"boolean"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitleAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitleAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitleAnyOf1"}]},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesIndustryAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesIndustryAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesIndustry":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesIndustryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesIndustryAnyOf1"}]},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesSizeBucketAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesSizeBucketAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesSizeBucket":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesSizeBucketAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesSizeBucketAnyOf1"}]},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesLegalNameAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesLegalNameAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesLegalName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesLegalNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesLegalNameAnyOf1"}]},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesDomainAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesDomainAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesDomain":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesDomainAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesDomainAnyOf1"}]},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesWebsiteUrlAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesWebsiteUrlAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesWebsiteUrl":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesWebsiteUrlAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesWebsiteUrlAnyOf1"}]},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1":{"type":"object","properties":{"industry":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesIndustry"},"sizeBucket":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesSizeBucket"},"legalName":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesLegalName"},"domain":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesDomain"},"websiteUrl":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesWebsiteUrl"}},"required":["industry","sizeBucket","legalName","domain","websiteUrl"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfile":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1"}]},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesBankNameAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesBankNameAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesBankName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesBankNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesBankNameAnyOf1"}]},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesBankAccountMaskedAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesBankAccountMaskedAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesBankAccountMasked":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesBankAccountMaskedAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesBankAccountMaskedAnyOf1"}]},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesPaymentTermsAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesPaymentTermsAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesPaymentTerms":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesPaymentTermsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesPaymentTermsAnyOf1"}]},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesPreferredCurrencyAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesPreferredCurrencyAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesPreferredCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesPreferredCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesPreferredCurrencyAnyOf1"}]},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1":{"type":"object","properties":{"bankName":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesBankName"},"bankAccountMasked":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesBankAccountMasked"},"paymentTerms":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesPaymentTerms"},"preferredCurrency":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesPreferredCurrency"}},"required":["bankName","bankAccountMasked","paymentTerms","preferredCurrency"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBilling":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1"}]},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryAddressAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryAddressAnyOf1PropertiesFormatted":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryAddressAnyOf1":{"type":"object","properties":{"formatted":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryAddressAnyOf1PropertiesFormatted"}},"required":["formatted"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryAddress":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryAddressAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryAddressAnyOf1"}]},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesLabel":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesColorAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesColorAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesColorAnyOf1"}]},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesColor"}},"required":["id","label","color"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItems"}},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRolesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRolesItemsPropertiesRoleValue":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRolesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRolesItemsPropertiesId"},"roleValue":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRolesItemsPropertiesRoleValue"}},"required":["id","roleValue"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoles":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRolesItems"}},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDealAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDealAnyOf1PropertiesTitle":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDealAnyOf1PropertiesValueAmountAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDealAnyOf1PropertiesValueAmountAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDealAnyOf1PropertiesValueAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDealAnyOf1PropertiesValueAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDealAnyOf1PropertiesValueAmountAnyOf1"}]},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDealAnyOf1PropertiesValueCurrencyAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDealAnyOf1PropertiesValueCurrencyAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDealAnyOf1PropertiesValueCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDealAnyOf1PropertiesValueCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDealAnyOf1PropertiesValueCurrencyAnyOf1"}]},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDealAnyOf1":{"type":"object","properties":{"title":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDealAnyOf1PropertiesTitle"},"valueAmount":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDealAnyOf1PropertiesValueAmount"},"valueCurrency":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDealAnyOf1PropertiesValueCurrency"}},"required":["title","valueAmount","valueCurrency"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDeal":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDealAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDealAnyOf1"}]},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastContactAtAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastContactAtAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastContactAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastContactAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastContactAtAnyOf1"}]},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClvAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClvAnyOf1PropertiesAmount":{"type":"number"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClvAnyOf1PropertiesCurrency":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClvAnyOf1":{"type":"object","properties":{"amount":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClvAnyOf1PropertiesAmount"},"currency":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClvAnyOf1PropertiesCurrency"}},"required":["amount","currency"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClv":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClvAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClvAnyOf1"}]},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1"}]},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStageAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStageAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStageAnyOf1"}]},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTemperatureAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTemperatureAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTemperature":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTemperatureAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTemperatureAnyOf1"}]},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRenewalQuarterAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRenewalQuarterAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRenewalQuarter":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRenewalQuarterAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRenewalQuarterAnyOf1"}]},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"linkId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkId"},"companyId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyId"},"displayName":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName"},"isPrimary":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPrimary"},"subtitle":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitle"},"profile":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfile"},"billing":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBilling"},"primaryAddress":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryAddress"},"tags":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTags"},"roles":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoles"},"activeDeal":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDeal"},"lastContactAt":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastContactAt"},"clv":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClv"},"status":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"lifecycleStage":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStage"},"temperature":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTemperature"},"renewalQuarter":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRenewalQuarter"}},"required":["linkId","companyId","displayName","isPrimary","subtitle","profile","billing","primaryAddress","tags","roles","activeDeal","lastContactAt","clv","status","lifecycleStage","temperature","renewalQuarter"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesEnrichedGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdCompaniesGetParameters0Schema":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPrimary":{"type":"boolean"},"DocPathsApiCustomersPeopleIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"companyId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyId"},"displayName":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName"},"isPrimary":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPrimary"}},"required":["id","companyId","displayName","isPrimary"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCustomersPeopleIdCompaniesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdCompaniesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdCompaniesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdCompaniesPostParameters0Schema":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesCompanyId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesIsPrimary":{"type":"boolean"},"DocPathsApiCustomersPeopleIdCompaniesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"companyId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesCompanyId"},"isPrimary":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesIsPrimary"}},"required":["companyId"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdCompaniesPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCustomersPeopleIdCompaniesPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdCompaniesPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesCompanyId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdCompaniesPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesDisplayName":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesIsPrimary":{"type":"boolean"},"DocPathsApiCustomersPeopleIdCompaniesPostResponses200ContentApplicationJsonSchemaPropertiesResult":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesId"},"companyId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesCompanyId"},"displayName":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesDisplayName"},"isPrimary":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesIsPrimary"}},"required":["id","companyId","displayName","isPrimary"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdCompaniesPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"result":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesPostResponses200ContentApplicationJsonSchemaPropertiesResult"}},"required":["ok","result"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdCompaniesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdCompaniesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeopleIdCompaniesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdCompaniesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdRolesGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityType":{"type":"string","enum":["company","person"]},"DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserNameAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserNameAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserNameAnyOf1"}]},"DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserEmailAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserEmailAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserEmailAnyOf1"}]},"DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserPhoneAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserPhoneAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserPhone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserPhoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserPhoneAnyOf1"}]},"DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoleType":{"type":"string"},"DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"entityType":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityType"},"entityId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityId"},"userId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserId"},"userName":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserName"},"userEmail":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserEmail"},"userPhone":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserPhone"},"roleType":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoleType"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","entityType","entityId","userId","roleType","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdRolesGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeopleIdRolesGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdRolesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeopleIdRolesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdRolesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeopleIdRolesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdRolesPostParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdRolesPostRequestBodyContentApplicationJsonSchemaPropertiesRoleType":{"type":"string","minLength":1,"maxLength":100},"DocPathsApiCustomersPeopleIdRolesPostRequestBodyContentApplicationJsonSchemaPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdRolesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"roleType":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesPostRequestBodyContentApplicationJsonSchemaPropertiesRoleType"},"userId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesPostRequestBodyContentApplicationJsonSchemaPropertiesUserId"}},"required":["roleType","userId"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdRolesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdRolesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdRolesPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeopleIdRolesPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdRolesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeopleIdRolesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdRolesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeopleIdRolesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdRolesPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeopleIdRolesPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesPostResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdRolesPutParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdRolesPutParameters1Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdRolesPutRequestBodyContentApplicationJsonSchemaPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdRolesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"userId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesPutRequestBodyContentApplicationJsonSchemaPropertiesUserId"}},"required":["userId"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdRolesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiCustomersPeopleIdRolesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdRolesPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeopleIdRolesPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdRolesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeopleIdRolesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdRolesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeopleIdRolesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdRolesPutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeopleIdRolesPutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesPutResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdRolesDeleteParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdRolesDeleteParameters1Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdRolesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiCustomersPeopleIdRolesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdRolesDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeopleIdRolesDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesDeleteResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdRolesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeopleIdRolesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdRolesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeopleIdRolesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdRolesDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeopleIdRolesDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdRolesDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdGetParameters0Schema":{"type":"string"},"DocPathsApiCustomersPeopleIdGetParameters1Schema":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionMode":{"type":"string","enum":["canonical","legacy"]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesDisplayNameAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesDisplayNameAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesDisplayName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesDisplayNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesDisplayNameAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesDescriptionAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesOwnerUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesOwnerUserIdAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesPrimaryEmailAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesPrimaryEmailAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesPrimaryEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesPrimaryEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesPrimaryEmailAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesPrimaryPhoneAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesPrimaryPhoneAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesPrimaryPhone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesPrimaryPhoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesPrimaryPhoneAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesStatusAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesStatusAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesStatusAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesLifecycleStageAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesLifecycleStageAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesLifecycleStage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesLifecycleStageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesLifecycleStageAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesSourceAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesSourceAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesSourceAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionAtAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionAtAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionAtAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionNameAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionNameAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionNameAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionRefIdAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionRefIdAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionRefId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionRefIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionRefIdAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionIconAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionIconAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionIconAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionColorAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionColorAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionColorAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesTenantIdAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesIsActive":{"type":"boolean"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesCreatedAt":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesUpdatedAt":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPerson":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesId"},"displayName":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesDisplayName"},"description":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesDescription"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesOwnerUserId"},"primaryEmail":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesPrimaryEmail"},"primaryPhone":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesPrimaryPhone"},"status":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesStatus"},"lifecycleStage":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesLifecycleStage"},"source":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesSource"},"nextInteractionAt":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionAt"},"nextInteractionName":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionName"},"nextInteractionRefId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionRefId"},"nextInteractionIcon":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionIcon"},"nextInteractionColor":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionColor"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesTenantId"},"isActive":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesIsActive"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesUpdatedAt"}},"required":["id","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesFirstNameAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesFirstNameAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesFirstName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesFirstNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesFirstNameAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesLastNameAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesLastNameAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesLastName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesLastNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesLastNameAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesPreferredNameAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesPreferredNameAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesPreferredName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesPreferredNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesPreferredNameAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesJobTitleAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesJobTitleAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesJobTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesJobTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesJobTitleAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesDepartmentAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesDepartmentAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesDepartment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesDepartmentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesDepartmentAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesSeniorityAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesSeniorityAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesSeniority":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesSeniorityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesSeniorityAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesTimezoneAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesTimezoneAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesTimezone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesTimezoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesTimezoneAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesLinkedInUrlAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesLinkedInUrlAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesLinkedInUrl":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesLinkedInUrlAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesLinkedInUrlAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesTwitterUrlAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesTwitterUrlAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesTwitterUrl":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesTwitterUrlAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesTwitterUrlAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesCompanyEntityIdAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesCompanyEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesCompanyEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesCompanyEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesCompanyEntityIdAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesUpdatedAt":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesId"},"firstName":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesFirstName"},"lastName":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesLastName"},"preferredName":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesPreferredName"},"jobTitle":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesJobTitle"},"department":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesDepartment"},"seniority":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesSeniority"},"timezone":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesTimezone"},"linkedInUrl":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesLinkedInUrl"},"twitterUrl":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesTwitterUrl"},"companyEntityId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesCompanyEntityId"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesUpdatedAt"}},"required":["id","updatedAt"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfile":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomFields":{"type":"object","additionalProperties":true},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesLabel":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesColorAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesColorAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesColorAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesColor"}},"required":["id","label"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItems"}},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesNameAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesNameAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesNameAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPurposeAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPurposeAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPurpose":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPurposeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPurposeAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine1AnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine1AnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine1":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine1AnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine1AnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine2AnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine2AnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine2":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine2AnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine2AnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesBuildingNumberAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesBuildingNumberAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesBuildingNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesBuildingNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesBuildingNumberAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesFlatNumberAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesFlatNumberAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesFlatNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesFlatNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesFlatNumberAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCityAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCityAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCityAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesRegionAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesRegionAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesRegion":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesRegionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesRegionAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPostalCodeAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPostalCodeAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPostalCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPostalCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPostalCodeAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCountryAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCountryAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCountry":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCountryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCountryAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLatitudeAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLatitudeAnyOf1":{"type":"number"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLatitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLatitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLatitudeAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLongitudeAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLongitudeAnyOf1":{"type":"number"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLongitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLongitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLongitudeAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesIsPrimaryAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesIsPrimaryAnyOf1":{"type":"boolean"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesIsPrimary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesIsPrimaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesIsPrimaryAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesName"},"purpose":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPurpose"},"addressLine1":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine1"},"addressLine2":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine2"},"buildingNumber":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesBuildingNumber"},"flatNumber":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesFlatNumber"},"city":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCity"},"region":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesRegion"},"postalCode":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPostalCode"},"country":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCountry"},"latitude":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLongitude"},"isPrimary":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesIsPrimary"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCreatedAt"}},"required":["id","createdAt"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddresses":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItems"}},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesBodyAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesBodyAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesBody":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesBodyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesBodyAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorUserIdAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorUserIdAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorNameAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorNameAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorNameAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorEmailAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorEmailAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorEmailAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesDealIdAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesDealIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesDealId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesDealIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesDealIdAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceIconAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceIconAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceColorAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceColorAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesId"},"body":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesBody"},"authorUserId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorUserId"},"authorName":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorName"},"authorEmail":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorEmail"},"dealId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesDealId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesCreatedAt"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceColor"}},"required":["id","createdAt"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesComments":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItems"}},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesActivityType":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesSubjectAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesSubjectAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesSubject":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesSubjectAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesSubjectAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesBodyAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesBodyAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesBody":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesBodyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesBodyAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesOccurredAtAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesOccurredAtAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesOccurredAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesOccurredAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesOccurredAtAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesDealIdAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesDealIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesDealId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesDealIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesDealIdAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorUserIdAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorUserIdAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorNameAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorNameAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorNameAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorEmailAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorEmailAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorEmailAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceIconAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceIconAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceColorAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceColorAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesId"},"activityType":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesActivityType"},"subject":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesSubject"},"body":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesBody"},"occurredAt":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesOccurredAt"},"dealId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesDealId"},"authorUserId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorUserId"},"authorName":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorName"},"authorEmail":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorEmail"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesCreatedAt"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceColor"}},"required":["id","activityType","createdAt"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivities":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItems"}},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesEntityIdAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesEntityIdAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesInteractionType":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTitleAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTitleAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTitleAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesBodyAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesBodyAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesBody":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesBodyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesBodyAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesStatus":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesScheduledAtAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesScheduledAtAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesScheduledAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesScheduledAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesScheduledAtAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOccurredAtAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOccurredAtAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOccurredAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOccurredAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOccurredAtAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesPriorityAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesPriorityAnyOf1":{"type":"number"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesPriority":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesPriorityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesPriorityAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorUserIdAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorUserIdAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOwnerUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOwnerUserIdAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealIdAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealIdAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorNameAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorNameAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorNameAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorEmailAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorEmailAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorEmailAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealTitleAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealTitleAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealTitleAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesCustomValuesAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesCustomValuesAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesCustomValues":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesCustomValuesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesCustomValuesAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceIconAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceIconAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceColorAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceColorAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesSourceAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesSourceAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesSourceAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesIntegrations":{"type":"object","additionalProperties":true},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesId"},"entityId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesEntityId"},"interactionType":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesInteractionType"},"title":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTitle"},"body":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesBody"},"status":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesStatus"},"scheduledAt":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesScheduledAt"},"occurredAt":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOccurredAt"},"priority":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesPriority"},"authorUserId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorUserId"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOwnerUserId"},"dealId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTenantId"},"authorName":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorName"},"authorEmail":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorEmail"},"dealTitle":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealTitle"},"customValues":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesCustomValues"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceColor"},"source":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesSource"},"_integrations":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesIntegrations"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesUpdatedAt"}},"required":["id","interactionType","status","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItems"}},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesTitleAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesTitleAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesTitleAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesStatusAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesStatusAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesStatusAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesPipelineStageAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesPipelineStageAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesPipelineStage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesPipelineStageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesPipelineStageAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueAmountAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueAmountAnyOf1":{"type":"number"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueAmountAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueCurrencyAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueCurrencyAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueCurrencyAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesProbabilityAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesProbabilityAnyOf1":{"type":"number"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesProbability":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesProbabilityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesProbabilityAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesExpectedCloseAtAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesExpectedCloseAtAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesExpectedCloseAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesExpectedCloseAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesExpectedCloseAtAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesOwnerUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesOwnerUserIdAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesSourceAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesSourceAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesSourceAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesClosureOutcomeAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesClosureOutcomeAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesClosureOutcome":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesClosureOutcomeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesClosureOutcomeAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesLossReasonIdAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesLossReasonIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesLossReasonId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesLossReasonIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesLossReasonIdAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesLossNotesAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesLossNotesAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesLossNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesLossNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesLossNotesAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesId"},"title":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesTitle"},"status":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesStatus"},"pipelineStage":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesPipelineStage"},"valueAmount":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueAmount"},"valueCurrency":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueCurrency"},"probability":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesProbability"},"expectedCloseAt":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesExpectedCloseAt"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesOwnerUserId"},"source":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesSource"},"closureOutcome":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesClosureOutcome"},"lossReasonId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesLossReasonId"},"lossNotes":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesLossNotes"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesUpdatedAt"}},"required":["id","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDeals":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItems"}},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoSource":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCreatedByUserIdAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCreatedByUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCreatedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCreatedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCreatedByUserIdAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTitleAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTitleAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTitleAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesIsDoneAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesIsDoneAnyOf1":{"type":"boolean"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesIsDone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesIsDoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesIsDoneAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesPriorityAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesPriorityAnyOf1":{"type":"number"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesPriority":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesPriorityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesPriorityAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesSeverityAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesSeverityAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesSeverity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesSeverityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesSeverityAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDueAtAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDueAtAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDueAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDueAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDueAtAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoOrganizationIdAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCustomValuesAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCustomValuesAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCustomValues":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCustomValuesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCustomValuesAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesId"},"todoId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoId"},"todoSource":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoSource"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCreatedAt"},"createdByUserId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCreatedByUserId"},"title":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTitle"},"isDone":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesIsDone"},"priority":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesPriority"},"severity":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesSeverity"},"description":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDescription"},"dueAt":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDueAt"},"todoOrganizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoOrganizationId"},"customValues":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCustomValues"}},"required":["id","todoId","todoSource","createdAt"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodos":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItems"}},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesIsPrimary":{"type":"boolean"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItemsPropertiesDisplayName":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItemsPropertiesIsPrimary":{"type":"boolean"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItemsPropertiesId"},"displayName":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItemsPropertiesDisplayName"},"isPrimary":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItemsPropertiesIsPrimary"}},"required":["id","displayName","isPrimary"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanies":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItems"}},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesUserIdAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesUserIdAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesNameAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesNameAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesNameAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesEmailAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesEmailAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesEmailAnyOf1"}]},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewer":{"type":"object","properties":{"userId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesUserId"},"name":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesName"},"email":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesEmail"}},"required":["userId","name","email"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"interactionMode":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionMode"},"person":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPerson"},"profile":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfile"},"customFields":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomFields"},"tags":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTags"},"addresses":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddresses"},"comments":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesComments"},"activities":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivities"},"interactions":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractions"},"deals":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDeals"},"todos":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodos"},"isPrimary":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesIsPrimary"},"companies":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanies"},"viewer":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewer"}},"required":["interactionMode","person","profile","customFields","tags","addresses","comments","activities","interactions","deals","todos","isPrimary","companies","viewer"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeopleIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeopleIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleIdGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeopleCheckPhoneGetResponses200ContentApplicationJsonSchemaPropertiesMatchAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleCheckPhoneGetResponses200ContentApplicationJsonSchemaPropertiesMatchAnyOf1PropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleCheckPhoneGetResponses200ContentApplicationJsonSchemaPropertiesMatchAnyOf1PropertiesDisplayNameAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleCheckPhoneGetResponses200ContentApplicationJsonSchemaPropertiesMatchAnyOf1PropertiesDisplayNameAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleCheckPhoneGetResponses200ContentApplicationJsonSchemaPropertiesMatchAnyOf1PropertiesDisplayName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleCheckPhoneGetResponses200ContentApplicationJsonSchemaPropertiesMatchAnyOf1PropertiesDisplayNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleCheckPhoneGetResponses200ContentApplicationJsonSchemaPropertiesMatchAnyOf1PropertiesDisplayNameAnyOf1"}]},"DocPathsApiCustomersPeopleCheckPhoneGetResponses200ContentApplicationJsonSchemaPropertiesMatchAnyOf1":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleCheckPhoneGetResponses200ContentApplicationJsonSchemaPropertiesMatchAnyOf1PropertiesId"},"displayName":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleCheckPhoneGetResponses200ContentApplicationJsonSchemaPropertiesMatchAnyOf1PropertiesDisplayName"}},"required":["id","displayName"],"additionalProperties":false},"DocPathsApiCustomersPeopleCheckPhoneGetResponses200ContentApplicationJsonSchemaPropertiesMatch":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleCheckPhoneGetResponses200ContentApplicationJsonSchemaPropertiesMatchAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleCheckPhoneGetResponses200ContentApplicationJsonSchemaPropertiesMatchAnyOf1"}]},"DocPathsApiCustomersPeopleCheckPhoneGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"match":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleCheckPhoneGetResponses200ContentApplicationJsonSchemaPropertiesMatch"}},"required":["match"],"additionalProperties":false},"DocPathsApiCustomersPeopleCheckPhoneGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeopleCheckPhoneGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleCheckPhoneGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeopleCheckPhoneGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeopleCheckPhoneGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleCheckPhoneGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeopleGetParameters0Schema":{"type":"number"},"DocPathsApiCustomersPeopleGetParameters1Schema":{"type":"number"},"DocPathsApiCustomersPeopleGetParameters2Schema":{"type":"string"},"DocPathsApiCustomersPeopleGetParameters3Schema":{"type":"string"},"DocPathsApiCustomersPeopleGetParameters4Schema":{"type":"string"},"DocPathsApiCustomersPeopleGetParameters5Schema":{"type":"string"},"DocPathsApiCustomersPeopleGetParameters6Schema":{"type":"string"},"DocPathsApiCustomersPeopleGetParameters7Schema":{"type":"string"},"DocPathsApiCustomersPeopleGetParameters8Schema":{"type":"string"},"DocPathsApiCustomersPeopleGetParameters9Schema":{"type":"string"},"DocPathsApiCustomersPeopleGetParameters10Schema":{"type":"string"},"DocPathsApiCustomersPeopleGetParameters11Schema":{"type":"string"},"DocPathsApiCustomersPeopleGetParameters12Schema":{"type":"string"},"DocPathsApiCustomersPeopleGetParameters13Schema":{"type":"string"},"DocPathsApiCustomersPeopleGetParameters14Schema":{"type":"string"},"DocPathsApiCustomersPeopleGetParameters15Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiCustomersPeopleGetParameters16Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleGetParameters17Schema":{"type":"string"},"DocPathsApiCustomersPeopleGetParameters18Schema":{"type":"string"},"DocPathsApiCustomersPeopleGetParameters19Schema":{"type":"string"},"DocPathsApiCustomersPeopleGetParameters20Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleGetParameters21Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleGetParameters22Schema":{"type":"string"},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName":{"type":"string"},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf1"}]},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryEmailAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryEmailAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryEmailAnyOf1"}]},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryPhoneAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryPhoneAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryPhone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryPhoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryPhoneAnyOf1"}]},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1"}]},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStageAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStageAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStageAnyOf1"}]},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf1"}]},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionAtAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionAtAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionAtAnyOf1"}]},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionNameAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionNameAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionNameAnyOf1"}]},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionRefIdAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionRefIdAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionRefId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionRefIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionRefIdAnyOf1"}]},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionIconAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionIconAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionIconAnyOf1"}]},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionColorAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionColorAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionColorAnyOf1"}]},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"display_name":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName"},"description":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"owner_user_id":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserId"},"primary_email":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryEmail"},"primary_phone":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryPhone"},"status":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"lifecycle_stage":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStage"},"source":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource"},"next_interaction_at":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionAt"},"next_interaction_name":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionName"},"next_interaction_ref_id":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionRefId"},"next_interaction_icon":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionIcon"},"next_interaction_color":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionColor"},"organization_id":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"created_at":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiCustomersPeopleGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeopleGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeopleGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeopleGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesDisplayName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":4000},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryEmail":{"type":"string","format":"email","maxLength":320},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPhone":{"type":"string","maxLength":50},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesStatus":{"type":"string","maxLength":100},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesLifecycleStage":{"type":"string","maxLength":100},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesSource":{"type":"string","maxLength":150},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesTemperature":{"type":"string","maxLength":100},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesRenewalQuarter":{"type":"string","maxLength":100},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf0":{"type":"null"},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesAt":{"type":"string","format":"date-time"},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefIdAnyOf0":{"type":"null"},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefIdAnyOf1":{"type":"string","maxLength":191},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefIdAnyOf1"}]},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIconAnyOf0":{"type":"null"},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIconAnyOf1":{"type":"string","maxLength":100},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIconAnyOf1"}]},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColorAnyOf0":{"type":"null"},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColorAnyOf1"}]},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1":{"type":"object","properties":{"at":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesAt"},"name":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesName"},"refId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefId"},"icon":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIcon"},"color":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColor"}},"required":["at","name"],"additionalProperties":false},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteraction":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1"}]},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesTagsItems":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesTagsItems"}},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesFirstName":{"type":"string","minLength":1,"maxLength":120},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesLastName":{"type":"string","minLength":1,"maxLength":120},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesPreferredName":{"type":"string","maxLength":120},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesJobTitle":{"type":"string","maxLength":150},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesDepartment":{"type":"string","maxLength":150},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesSeniority":{"type":"string","maxLength":100},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesTimezone":{"type":"string","maxLength":120},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesLinkedInUrl":{"type":"string","format":"uri","maxLength":300},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesTwitterUrl":{"type":"string","format":"uri","maxLength":300},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesCompanyEntityIdAnyOf0":{"type":"null"},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesCompanyEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesCompanyEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesCompanyEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesCompanyEntityIdAnyOf1"}]},"DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"displayName":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesDisplayName"},"description":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserId"},"primaryEmail":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryEmail"},"primaryPhone":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPhone"},"status":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesStatus"},"lifecycleStage":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesLifecycleStage"},"source":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesSource"},"temperature":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesTemperature"},"renewalQuarter":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesRenewalQuarter"},"isActive":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"nextInteraction":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteraction"},"tags":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesTags"},"firstName":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesFirstName"},"lastName":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesLastName"},"preferredName":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesPreferredName"},"jobTitle":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesJobTitle"},"department":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesDepartment"},"seniority":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesSeniority"},"timezone":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesTimezone"},"linkedInUrl":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesLinkedInUrl"},"twitterUrl":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesTwitterUrl"},"companyEntityId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesCompanyEntityId"}},"required":["organizationId","tenantId","firstName","lastName"],"additionalProperties":false},"DocPathsApiCustomersPeoplePostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiCustomersPeoplePostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeoplePostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiCustomersPeoplePostResponses201ContentApplicationJsonSchemaPropertiesPersonIdAnyOf0":{"type":"null"},"DocPathsApiCustomersPeoplePostResponses201ContentApplicationJsonSchemaPropertiesPersonIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeoplePostResponses201ContentApplicationJsonSchemaPropertiesPersonId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostResponses201ContentApplicationJsonSchemaPropertiesPersonIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostResponses201ContentApplicationJsonSchemaPropertiesPersonIdAnyOf1"}]},"DocPathsApiCustomersPeoplePostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostResponses201ContentApplicationJsonSchemaPropertiesId"},"personId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostResponses201ContentApplicationJsonSchemaPropertiesPersonId"}},"required":["id","personId"],"additionalProperties":false},"DocPathsApiCustomersPeoplePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeoplePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeoplePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeoplePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesDisplayName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":4000},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryEmail":{"type":"string","format":"email","maxLength":320},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPhone":{"type":"string","maxLength":50},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesStatus":{"type":"string","maxLength":100},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesLifecycleStage":{"type":"string","maxLength":100},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesSource":{"type":"string","maxLength":150},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesTemperature":{"type":"string","maxLength":100},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesRenewalQuarter":{"type":"string","maxLength":100},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf0":{"type":"null"},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesAt":{"type":"string","format":"date-time"},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefIdAnyOf0":{"type":"null"},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefIdAnyOf1":{"type":"string","maxLength":191},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefIdAnyOf1"}]},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIconAnyOf0":{"type":"null"},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIconAnyOf1":{"type":"string","maxLength":100},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIconAnyOf1"}]},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColorAnyOf0":{"type":"null"},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColorAnyOf1"}]},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1":{"type":"object","properties":{"at":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesAt"},"name":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesName"},"refId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefId"},"icon":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIcon"},"color":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColor"}},"required":["at","name"],"additionalProperties":false},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteraction":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1"}]},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesTagsItems":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesTagsItems"}},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesPreferredName":{"type":"string","maxLength":120},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesJobTitle":{"type":"string","maxLength":150},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesDepartment":{"type":"string","maxLength":150},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesSeniority":{"type":"string","maxLength":100},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesTimezone":{"type":"string","maxLength":120},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesLinkedInUrl":{"type":"string","format":"uri","maxLength":300},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesTwitterUrl":{"type":"string","format":"uri","maxLength":300},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesCompanyEntityIdAnyOf0":{"type":"null"},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesCompanyEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesCompanyEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesCompanyEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesCompanyEntityIdAnyOf1"}]},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesFirstName":{"type":"string","minLength":1,"maxLength":120},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesLastName":{"type":"string","minLength":1,"maxLength":120},"DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"displayName":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesDisplayName"},"description":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserId"},"primaryEmail":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryEmail"},"primaryPhone":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPhone"},"status":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesStatus"},"lifecycleStage":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesLifecycleStage"},"source":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesSource"},"temperature":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesTemperature"},"renewalQuarter":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesRenewalQuarter"},"isActive":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"nextInteraction":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteraction"},"tags":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesTags"},"preferredName":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesPreferredName"},"jobTitle":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesJobTitle"},"department":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesDepartment"},"seniority":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesSeniority"},"timezone":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesTimezone"},"linkedInUrl":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesLinkedInUrl"},"twitterUrl":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesTwitterUrl"},"companyEntityId":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesCompanyEntityId"},"firstName":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesFirstName"},"lastName":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesLastName"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersPeoplePutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCustomersPeoplePutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCustomersPeoplePutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeoplePutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeoplePutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeoplePutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeoplePutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeopleDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPeopleDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersPeopleDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCustomersPeopleDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCustomersPeopleDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeopleDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeopleDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeopleDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPeopleDeleteResponses422ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPeopleDeleteResponses422ContentApplicationJsonSchemaPropertiesCode":{"type":"string","enum":["PERSON_HAS_DEPENDENTS"]},"DocPathsApiCustomersPeopleDeleteResponses422ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleDeleteResponses422ContentApplicationJsonSchemaPropertiesError"},"code":{"$ref":"#/components/schemas/DocPathsApiCustomersPeopleDeleteResponses422ContentApplicationJsonSchemaPropertiesCode"}},"required":["error","code"],"additionalProperties":false},"DocPathsApiCustomersPipelineStagesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPipelineStagesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPipelineStagesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesStagesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPipelineStagesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesStagesItemsPropertiesOrder":{"type":"number"},"DocPathsApiCustomersPipelineStagesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesStagesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesStagesItemsPropertiesId"},"order":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesStagesItemsPropertiesOrder"}},"required":["id","order"],"additionalProperties":false},"DocPathsApiCustomersPipelineStagesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesStages":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesStagesItems"},"minItems":1},"DocPathsApiCustomersPipelineStagesReorderPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"stages":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesStages"}},"required":["organizationId","tenantId","stages"],"additionalProperties":false},"DocPathsApiCustomersPipelineStagesReorderPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiCustomersPipelineStagesReorderPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesReorderPostResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCustomersPipelineStagesReorderPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPipelineStagesReorderPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesReorderPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPipelineStagesReorderPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPipelineStagesReorderPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesReorderPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPipelineStagesReorderPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPipelineStagesReorderPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesReorderPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPipelineStagesGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"type":"string"},"DocPathsApiCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrder":{"type":"number"},"DocPathsApiCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0":{"type":"null"},"DocPathsApiCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1":{"type":"string"},"DocPathsApiCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1"}]},"DocPathsApiCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf0":{"type":"null"},"DocPathsApiCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf1":{"type":"string"},"DocPathsApiCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf1"}]},"DocPathsApiCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string","format":"date-time"},"DocPathsApiCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string","format":"date-time"},"DocPathsApiCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"pipelineId":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineId"},"label":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"},"order":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrder"},"color":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIcon"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","pipelineId","label","order","color","icon","organizationId","tenantId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiCustomersPipelineStagesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"}},"required":["items","total"],"additionalProperties":false},"DocPathsApiCustomersPipelineStagesGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPipelineStagesGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPipelineStagesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPipelineStagesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPipelineStagesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPipelineStagesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchemaPropertiesPipelineId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchemaPropertiesOrder":{"type":"number"},"DocPathsApiCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchemaPropertiesColor":{"type":"string","maxLength":20},"DocPathsApiCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchemaPropertiesIcon":{"type":"string","maxLength":100},"DocPathsApiCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"pipelineId":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchemaPropertiesPipelineId"},"label":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"order":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchemaPropertiesOrder"},"color":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchemaPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchemaPropertiesIcon"}},"required":["organizationId","tenantId","pipelineId","label"],"additionalProperties":false},"DocPathsApiCustomersPipelineStagesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiCustomersPipelineStagesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersPipelineStagesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiCustomersPipelineStagesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersPipelineStagesPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPipelineStagesPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPipelineStagesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPipelineStagesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPipelineStagesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPipelineStagesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPipelineStagesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPipelineStagesPutRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiCustomersPipelineStagesPutRequestBodyContentApplicationJsonSchemaPropertiesOrder":{"type":"number"},"DocPathsApiCustomersPipelineStagesPutRequestBodyContentApplicationJsonSchemaPropertiesColor":{"type":"string","maxLength":20},"DocPathsApiCustomersPipelineStagesPutRequestBodyContentApplicationJsonSchemaPropertiesIcon":{"type":"string","maxLength":100},"DocPathsApiCustomersPipelineStagesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesPutRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"order":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesPutRequestBodyContentApplicationJsonSchemaPropertiesOrder"},"color":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesPutRequestBodyContentApplicationJsonSchemaPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesPutRequestBodyContentApplicationJsonSchemaPropertiesIcon"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersPipelineStagesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiCustomersPipelineStagesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCustomersPipelineStagesPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPipelineStagesPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPipelineStagesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPipelineStagesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPipelineStagesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPipelineStagesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPipelineStagesPutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPipelineStagesPutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesPutResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPipelineStagesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPipelineStagesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersPipelineStagesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiCustomersPipelineStagesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCustomersPipelineStagesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPipelineStagesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPipelineStagesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPipelineStagesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPipelineStagesDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPipelineStagesDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPipelineStagesDeleteResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPipelineStagesDeleteResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelineStagesDeleteResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPipelinesGetParameters0Schema":{"type":"string"},"DocPathsApiCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsApiCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsDefault":{"type":"boolean"},"DocPathsApiCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string","format":"date-time"},"DocPathsApiCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string","format":"date-time"},"DocPathsApiCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"isDefault":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsDefault"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","name","isDefault","organizationId","tenantId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiCustomersPipelinesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"}},"required":["items","total"],"additionalProperties":false},"DocPathsApiCustomersPipelinesGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPipelinesGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPipelinesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPipelinesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPipelinesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPipelinesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPipelinesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPipelinesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPipelinesPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiCustomersPipelinesPostRequestBodyContentApplicationJsonSchemaPropertiesIsDefault":{"type":"boolean"},"DocPathsApiCustomersPipelinesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"name":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"isDefault":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesPostRequestBodyContentApplicationJsonSchemaPropertiesIsDefault"}},"required":["organizationId","tenantId","name"],"additionalProperties":false},"DocPathsApiCustomersPipelinesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiCustomersPipelinesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersPipelinesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiCustomersPipelinesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersPipelinesPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPipelinesPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPipelinesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPipelinesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPipelinesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPipelinesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPipelinesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPipelinesPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiCustomersPipelinesPutRequestBodyContentApplicationJsonSchemaPropertiesIsDefault":{"type":"boolean"},"DocPathsApiCustomersPipelinesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"isDefault":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesPutRequestBodyContentApplicationJsonSchemaPropertiesIsDefault"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersPipelinesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiCustomersPipelinesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCustomersPipelinesPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPipelinesPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPipelinesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPipelinesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPipelinesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPipelinesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPipelinesPutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPipelinesPutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesPutResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPipelinesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersPipelinesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersPipelinesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiCustomersPipelinesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCustomersPipelinesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPipelinesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPipelinesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPipelinesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPipelinesDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPipelinesDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersPipelinesDeleteResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersPipelinesDeleteResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersPipelinesDeleteResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersSettingsAddressFormatGetResponses200ContentApplicationJsonSchemaPropertiesAddressFormat":{"type":"string"},"DocPathsApiCustomersSettingsAddressFormatGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"addressFormat":{"$ref":"#/components/schemas/DocPathsApiCustomersSettingsAddressFormatGetResponses200ContentApplicationJsonSchemaPropertiesAddressFormat"}},"required":["addressFormat"],"additionalProperties":false},"DocPathsApiCustomersSettingsAddressFormatGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersSettingsAddressFormatGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersSettingsAddressFormatGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersSettingsAddressFormatGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersSettingsAddressFormatGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersSettingsAddressFormatGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersSettingsAddressFormatGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersSettingsAddressFormatGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersSettingsAddressFormatGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersSettingsAddressFormatPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCustomersSettingsAddressFormatPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCustomersSettingsAddressFormatPutRequestBodyContentApplicationJsonSchemaPropertiesAddressFormat":{"type":"string","enum":["line_first","street_first"]},"DocPathsApiCustomersSettingsAddressFormatPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersSettingsAddressFormatPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCustomersSettingsAddressFormatPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"addressFormat":{"$ref":"#/components/schemas/DocPathsApiCustomersSettingsAddressFormatPutRequestBodyContentApplicationJsonSchemaPropertiesAddressFormat"}},"required":["organizationId","tenantId","addressFormat"],"additionalProperties":false},"DocPathsApiCustomersSettingsAddressFormatPutResponses200ContentApplicationJsonSchemaPropertiesAddressFormat":{"type":"string"},"DocPathsApiCustomersSettingsAddressFormatPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"addressFormat":{"$ref":"#/components/schemas/DocPathsApiCustomersSettingsAddressFormatPutResponses200ContentApplicationJsonSchemaPropertiesAddressFormat"}},"required":["addressFormat"],"additionalProperties":false},"DocPathsApiCustomersSettingsAddressFormatPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersSettingsAddressFormatPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersSettingsAddressFormatPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersSettingsAddressFormatPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersSettingsAddressFormatPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersSettingsAddressFormatPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersSettingsAddressFormatPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersSettingsAddressFormatPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersSettingsAddressFormatPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCustomersTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCustomersTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesTagId":{"type":"string","format":"uuid"},"DocPathsApiCustomersTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsApiCustomersTagsAssignPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"tagId":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesTagId"},"entityId":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId"}},"required":["organizationId","tenantId","tagId","entityId"],"additionalProperties":false},"DocPathsApiCustomersTagsAssignPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiCustomersTagsAssignPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersTagsAssignPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersTagsAssignPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersTagsAssignPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiCustomersTagsAssignPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsAssignPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersTagsAssignPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersTagsAssignPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsAssignPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersTagsAssignPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersTagsAssignPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsAssignPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersTagsAssignPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersTagsAssignPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsAssignPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersTagsGetParameters0Schema":{"type":"number"},"DocPathsApiCustomersTagsGetParameters1Schema":{"type":"number"},"DocPathsApiCustomersTagsGetParameters2Schema":{"type":"string"},"DocPathsApiCustomersTagsGetParameters3Schema":{"type":"string"},"DocPathsApiCustomersTagsGetParameters4Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiCustomersTagsGetParameters5Schema":{"type":"string"},"DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlug":{"type":"string"},"DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"type":"string"},"DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0":{"type":"null"},"DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1":{"type":"string"},"DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1"}]},"DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"slug":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlug"},"label":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor"},"description":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"organization_id":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"}},"required":["id","slug","label"],"additionalProperties":false},"DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiCustomersTagsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersTagsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersTagsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersTagsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersTagsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCustomersTagsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCustomersTagsPostRequestBodyContentApplicationJsonSchemaPropertiesSlug":{"type":"string","minLength":1,"maxLength":80,"pattern":"^[a-z0-9_-]+$"},"DocPathsApiCustomersTagsPostRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","minLength":1,"maxLength":120},"DocPathsApiCustomersTagsPostRequestBodyContentApplicationJsonSchemaPropertiesColor":{"type":"string","maxLength":30},"DocPathsApiCustomersTagsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":400},"DocPathsApiCustomersTagsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"slug":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsPostRequestBodyContentApplicationJsonSchemaPropertiesSlug"},"label":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsPostRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsPostRequestBodyContentApplicationJsonSchemaPropertiesColor"},"description":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"}},"required":["organizationId","tenantId","slug","label"],"additionalProperties":false},"DocPathsApiCustomersTagsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiCustomersTagsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersTagsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersTagsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersTagsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiCustomersTagsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersTagsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersTagsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersTagsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersTagsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersTagsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersTagsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCustomersTagsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCustomersTagsPutRequestBodyContentApplicationJsonSchemaPropertiesSlug":{"type":"string","minLength":1,"maxLength":80,"pattern":"^[a-z0-9_-]+$"},"DocPathsApiCustomersTagsPutRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","minLength":1,"maxLength":120},"DocPathsApiCustomersTagsPutRequestBodyContentApplicationJsonSchemaPropertiesColor":{"type":"string","maxLength":30},"DocPathsApiCustomersTagsPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":400},"DocPathsApiCustomersTagsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"slug":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsPutRequestBodyContentApplicationJsonSchemaPropertiesSlug"},"label":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsPutRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsPutRequestBodyContentApplicationJsonSchemaPropertiesColor"},"description":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersTagsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCustomersTagsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCustomersTagsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersTagsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersTagsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersTagsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersTagsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersTagsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersTagsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCustomersTagsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCustomersTagsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersTagsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersTagsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersTagsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCustomersTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCustomersTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesTagId":{"type":"string","format":"uuid"},"DocPathsApiCustomersTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsApiCustomersTagsUnassignPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"tagId":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesTagId"},"entityId":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId"}},"required":["organizationId","tenantId","tagId","entityId"],"additionalProperties":false},"DocPathsApiCustomersTagsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiCustomersTagsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersTagsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersTagsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersTagsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiCustomersTagsUnassignPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersTagsUnassignPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersTagsUnassignPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsUnassignPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersTagsUnassignPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersTagsUnassignPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsUnassignPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersTagsUnassignPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersTagsUnassignPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersTagsUnassignPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersTodosGetParameters0Schema":{"type":"number"},"DocPathsApiCustomersTodosGetParameters1Schema":{"type":"number"},"DocPathsApiCustomersTodosGetParameters2Schema":{"type":"string"},"DocPathsApiCustomersTodosGetParameters3Schema":{"type":"string"},"DocPathsApiCustomersTodosGetParameters4Schema":{"type":"string","format":"uuid"},"DocPathsApiCustomersTodosGetParameters5Schema":{"type":"string"},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoId":{"type":"string"},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoSource":{"type":"string"},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoTitleAnyOf0":{"type":"null"},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoTitleAnyOf1":{"type":"string"},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoTitleAnyOf1"}]},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoIsDoneAnyOf0":{"type":"null"},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoIsDoneAnyOf1":{"type":"boolean"},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoIsDone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoIsDoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoIsDoneAnyOf1"}]},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoPriorityAnyOf0":{"type":"null"},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoPriorityAnyOf1":{"type":"number"},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoPriority":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoPriorityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoPriorityAnyOf1"}]},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoSeverityAnyOf0":{"type":"null"},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoSeverityAnyOf1":{"type":"string"},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoSeverity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoSeverityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoSeverityAnyOf1"}]},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDescriptionAnyOf0":{"type":"null"},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDescriptionAnyOf1":{"type":"string"},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDescriptionAnyOf1"}]},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDueAtAnyOf0":{"type":"null"},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDueAtAnyOf1":{"type":"string"},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDueAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDueAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDueAtAnyOf1"}]},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoCustomValuesAnyOf0":{"type":"null"},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoCustomValuesAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoCustomValues":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoCustomValuesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoCustomValuesAnyOf1"}]},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoOrganizationIdAnyOf1"}]},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"type":"string"},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalHrefAnyOf0":{"type":"null"},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalHrefAnyOf1":{"type":"string"},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalHref":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalHrefAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalHrefAnyOf1"}]},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntegrations":{"type":"object","additionalProperties":true},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesIdAnyOf1":{"type":"string"},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesIdAnyOf1"}]},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesDisplayNameAnyOf0":{"type":"null"},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesDisplayNameAnyOf1":{"type":"string"},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesDisplayName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesDisplayNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesDisplayNameAnyOf1"}]},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesKindAnyOf0":{"type":"null"},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesKindAnyOf1":{"type":"string"},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesKind":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesKindAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesKindAnyOf1"}]},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomer":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesId"},"displayName":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesDisplayName"},"kind":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesKind"}},"required":["id","displayName","kind"],"additionalProperties":false},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"todoId":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoId"},"todoSource":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoSource"},"todoTitle":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoTitle"},"todoIsDone":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoIsDone"},"todoPriority":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoPriority"},"todoSeverity":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoSeverity"},"todoDescription":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDescription"},"todoDueAt":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDueAt"},"todoCustomValues":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoCustomValues"},"todoOrganizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoOrganizationId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"externalHref":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalHref"},"_integrations":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntegrations"},"customer":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomer"}},"required":["id","todoId","todoSource","todoTitle","todoIsDone","todoOrganizationId","organizationId","tenantId","createdAt","customer"],"additionalProperties":false},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiCustomersTodosGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersTodosGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersTodosGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersTodosGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersTodosPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsApiCustomersTodosPostRequestBodyContentApplicationJsonSchemaPropertiesTitle":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiCustomersTodosPostRequestBodyContentApplicationJsonSchemaPropertiesIsDone":{"type":"boolean"},"DocPathsApiCustomersTodosPostRequestBodyContentApplicationJsonSchemaPropertiesIsDone1":{"type":"boolean"},"DocPathsApiCustomersTodosPostRequestBodyContentApplicationJsonSchemaPropertiesTodoSourceAllOf0":{"type":"string","minLength":1,"maxLength":120},"DocPathsApiCustomersTodosPostRequestBodyContentApplicationJsonSchemaPropertiesTodoSource":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersTodosPostRequestBodyContentApplicationJsonSchemaPropertiesTodoSourceAllOf0"}],"default":"customers:interaction"},"DocPathsApiCustomersTodosPostRequestBodyContentApplicationJsonSchemaPropertiesCreatedByUserId":{"type":"string","format":"uuid"},"DocPathsApiCustomersTodosPostRequestBodyContentApplicationJsonSchemaPropertiesTodoCustom":{"type":"object","additionalProperties":true},"DocPathsApiCustomersTodosPostRequestBodyContentApplicationJsonSchemaPropertiesCustom":{"type":"object","additionalProperties":true},"DocPathsApiCustomersTodosPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"entityId":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"title":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosPostRequestBodyContentApplicationJsonSchemaPropertiesTitle"},"isDone":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosPostRequestBodyContentApplicationJsonSchemaPropertiesIsDone"},"is_done":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosPostRequestBodyContentApplicationJsonSchemaPropertiesIsDone1"},"todoSource":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosPostRequestBodyContentApplicationJsonSchemaPropertiesTodoSource"},"createdByUserId":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosPostRequestBodyContentApplicationJsonSchemaPropertiesCreatedByUserId"},"todoCustom":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosPostRequestBodyContentApplicationJsonSchemaPropertiesTodoCustom"},"custom":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosPostRequestBodyContentApplicationJsonSchemaPropertiesCustom"}},"required":["entityId","title"],"additionalProperties":true},"DocPathsApiCustomersTodosPostResponses201ContentApplicationJsonSchemaPropertiesLinkIdAnyOf0":{"type":"null"},"DocPathsApiCustomersTodosPostResponses201ContentApplicationJsonSchemaPropertiesLinkIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersTodosPostResponses201ContentApplicationJsonSchemaPropertiesLinkId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersTodosPostResponses201ContentApplicationJsonSchemaPropertiesLinkIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersTodosPostResponses201ContentApplicationJsonSchemaPropertiesLinkIdAnyOf1"}]},"DocPathsApiCustomersTodosPostResponses201ContentApplicationJsonSchemaPropertiesTodoIdAnyOf0":{"type":"null"},"DocPathsApiCustomersTodosPostResponses201ContentApplicationJsonSchemaPropertiesTodoIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCustomersTodosPostResponses201ContentApplicationJsonSchemaPropertiesTodoId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCustomersTodosPostResponses201ContentApplicationJsonSchemaPropertiesTodoIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCustomersTodosPostResponses201ContentApplicationJsonSchemaPropertiesTodoIdAnyOf1"}]},"DocPathsApiCustomersTodosPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"linkId":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosPostResponses201ContentApplicationJsonSchemaPropertiesLinkId"},"todoId":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosPostResponses201ContentApplicationJsonSchemaPropertiesTodoId"}},"required":["linkId","todoId"],"additionalProperties":false},"DocPathsApiCustomersTodosPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersTodosPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersTodosPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersTodosPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersTodosPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersTodosPutRequestBodyContentApplicationJsonSchemaPropertiesLinkId":{"type":"string","format":"uuid"},"DocPathsApiCustomersTodosPutRequestBodyContentApplicationJsonSchemaPropertiesTitle":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiCustomersTodosPutRequestBodyContentApplicationJsonSchemaPropertiesIsDone":{"type":"boolean"},"DocPathsApiCustomersTodosPutRequestBodyContentApplicationJsonSchemaPropertiesIsDone1":{"type":"boolean"},"DocPathsApiCustomersTodosPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFields":{"type":"object","additionalProperties":true},"DocPathsApiCustomersTodosPutRequestBodyContentApplicationJsonSchemaPropertiesCustomValues":{"type":"object","additionalProperties":true},"DocPathsApiCustomersTodosPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"linkId":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosPutRequestBodyContentApplicationJsonSchemaPropertiesLinkId"},"title":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosPutRequestBodyContentApplicationJsonSchemaPropertiesTitle"},"isDone":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosPutRequestBodyContentApplicationJsonSchemaPropertiesIsDone"},"is_done":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosPutRequestBodyContentApplicationJsonSchemaPropertiesIsDone1"},"customFields":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFields"},"customValues":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosPutRequestBodyContentApplicationJsonSchemaPropertiesCustomValues"}},"required":["id"],"additionalProperties":true},"DocPathsApiCustomersTodosPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCustomersTodosPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCustomersTodosPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersTodosPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersTodosPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersTodosPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersTodosDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCustomersTodosDeleteRequestBodyContentApplicationJsonSchemaPropertiesTodoId":{"type":"string","format":"uuid"},"DocPathsApiCustomersTodosDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"},"todoId":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosDeleteRequestBodyContentApplicationJsonSchemaPropertiesTodoId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCustomersTodosDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCustomersTodosDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCustomersTodosDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersTodosDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCustomersTodosDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCustomersTodosDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCustomersTodosDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiPerspectivesTableIdPerspectiveIdDeleteParameters0Schema":{"type":"string","minLength":1},"DocPathsApiPerspectivesTableIdPerspectiveIdDeleteParameters1Schema":{"type":"string","format":"uuid"},"DocPathsApiPerspectivesTableIdPerspectiveIdDeleteResponses200ContentApplicationJsonSchemaPropertiesSuccess":{"type":"boolean","enum":[true]},"DocPathsApiPerspectivesTableIdPerspectiveIdDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"success":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPerspectiveIdDeleteResponses200ContentApplicationJsonSchemaPropertiesSuccess"}},"required":["success"],"additionalProperties":false},"DocPathsApiPerspectivesTableIdPerspectiveIdDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiPerspectivesTableIdPerspectiveIdDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPerspectiveIdDeleteResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiPerspectivesTableIdPerspectiveIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiPerspectivesTableIdPerspectiveIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPerspectiveIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiPerspectivesTableIdPerspectiveIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiPerspectivesTableIdPerspectiveIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPerspectiveIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiPerspectivesTableIdPerspectiveIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiPerspectivesTableIdPerspectiveIdDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPerspectiveIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiPerspectivesTableIdRolesRoleIdDeleteParameters0Schema":{"type":"string","minLength":1},"DocPathsApiPerspectivesTableIdRolesRoleIdDeleteParameters1Schema":{"type":"string","format":"uuid"},"DocPathsApiPerspectivesTableIdRolesRoleIdDeleteResponses200ContentApplicationJsonSchemaPropertiesSuccess":{"type":"boolean","enum":[true]},"DocPathsApiPerspectivesTableIdRolesRoleIdDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"success":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdRolesRoleIdDeleteResponses200ContentApplicationJsonSchemaPropertiesSuccess"}},"required":["success"],"additionalProperties":false},"DocPathsApiPerspectivesTableIdRolesRoleIdDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiPerspectivesTableIdRolesRoleIdDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdRolesRoleIdDeleteResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiPerspectivesTableIdRolesRoleIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiPerspectivesTableIdRolesRoleIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdRolesRoleIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiPerspectivesTableIdRolesRoleIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiPerspectivesTableIdRolesRoleIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdRolesRoleIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiPerspectivesTableIdRolesRoleIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiPerspectivesTableIdRolesRoleIdDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdRolesRoleIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiPerspectivesTableIdGetParameters0Schema":{"type":"string","minLength":1},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesTableId":{"type":"string"},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesName":{"type":"string"},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesTableId":{"type":"string"},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesColumnOrderItems":{"type":"string","minLength":1},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesColumnOrder":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesColumnOrderItems"},"maxItems":120},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesColumnVisibilityAdditionalProperties":{"type":"boolean"},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesColumnVisibility":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesColumnVisibilityAdditionalProperties"}},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesFilters":{"type":"object","additionalProperties":true},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesSortingItemsPropertiesId":{"type":"string","minLength":1},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesSortingItemsPropertiesDesc":{"type":"boolean"},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesSortingItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesSortingItemsPropertiesId"},"desc":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesSortingItemsPropertiesDesc"}},"required":["id"],"additionalProperties":false},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesSorting":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesSortingItems"},"maxItems":20},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesPageSize":{"type":"number"},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesSearchValue":{"type":"string","maxLength":200},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettings":{"type":"object","properties":{"columnOrder":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesColumnOrder"},"columnVisibility":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesColumnVisibility"},"filters":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesFilters"},"sorting":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesSorting"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesPageSize"},"searchValue":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesSearchValue"}},"additionalProperties":false},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesIsDefault":{"type":"boolean"},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesName"},"tableId":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesTableId"},"settings":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettings"},"isDefault":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesIsDefault"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesUpdatedAt"}},"required":["id","name","tableId","settings","isDefault","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectives":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItems"}},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesDefaultPerspectiveIdAnyOf0":{"type":"null"},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesDefaultPerspectiveIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesDefaultPerspectiveId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesDefaultPerspectiveIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesDefaultPerspectiveIdAnyOf1"}]},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesName":{"type":"string"},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesTableId":{"type":"string"},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesColumnOrderItems":{"type":"string","minLength":1},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesColumnOrder":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesColumnOrderItems"},"maxItems":120},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesColumnVisibilityAdditionalProperties":{"type":"boolean"},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesColumnVisibility":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesColumnVisibilityAdditionalProperties"}},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesFilters":{"type":"object","additionalProperties":true},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesSortingItemsPropertiesId":{"type":"string","minLength":1},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesSortingItemsPropertiesDesc":{"type":"boolean"},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesSortingItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesSortingItemsPropertiesId"},"desc":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesSortingItemsPropertiesDesc"}},"required":["id"],"additionalProperties":false},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesSorting":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesSortingItems"},"maxItems":20},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesPageSize":{"type":"number"},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesSearchValue":{"type":"string","maxLength":200},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettings":{"type":"object","properties":{"columnOrder":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesColumnOrder"},"columnVisibility":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesColumnVisibility"},"filters":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesFilters"},"sorting":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesSorting"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesPageSize"},"searchValue":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesSearchValue"}},"additionalProperties":false},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesIsDefault":{"type":"boolean"},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesRoleId":{"type":"string","format":"uuid"},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesRoleNameAnyOf0":{"type":"null"},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesRoleNameAnyOf1":{"type":"string"},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesRoleName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesRoleNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesRoleNameAnyOf1"}]},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesName"},"tableId":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesTableId"},"settings":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettings"},"isDefault":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesIsDefault"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesUpdatedAt"},"roleId":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesRoleId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesOrganizationId"},"roleName":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesRoleName"}},"required":["id","name","tableId","settings","isDefault","createdAt","updatedAt","roleId","tenantId","organizationId","roleName"],"additionalProperties":false},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectives":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItems"}},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesName":{"type":"string"},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesHasPerspective":{"type":"boolean"},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesHasDefault":{"type":"boolean"},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesName"},"hasPerspective":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesHasPerspective"},"hasDefault":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesHasDefault"}},"required":["id","name","hasPerspective","hasDefault"],"additionalProperties":false},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRoles":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolesItems"}},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesCanApplyToRoles":{"type":"boolean"},"DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"tableId":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesTableId"},"perspectives":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectives"},"defaultPerspectiveId":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesDefaultPerspectiveId"},"rolePerspectives":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectives"},"roles":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRoles"},"canApplyToRoles":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesCanApplyToRoles"}},"required":["tableId","perspectives","defaultPerspectiveId","rolePerspectives","roles","canApplyToRoles"],"additionalProperties":false},"DocPathsApiPerspectivesTableIdGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiPerspectivesTableIdGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiPerspectivesTableIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiPerspectivesTableIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiPerspectivesTableIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiPerspectivesTableIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiPerspectivesTableIdPostParameters0Schema":{"type":"string","minLength":1},"DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesPerspectiveId":{"type":"string","format":"uuid"},"DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":120},"DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesColumnOrderItems":{"type":"string","minLength":1},"DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesColumnOrder":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesColumnOrderItems"},"maxItems":120},"DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesColumnVisibilityAdditionalProperties":{"type":"boolean"},"DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesColumnVisibility":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesColumnVisibilityAdditionalProperties"}},"DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesFilters":{"type":"object","additionalProperties":true},"DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesSortingItemsPropertiesId":{"type":"string","minLength":1},"DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesSortingItemsPropertiesDesc":{"type":"boolean"},"DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesSortingItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesSortingItemsPropertiesId"},"desc":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesSortingItemsPropertiesDesc"}},"required":["id"],"additionalProperties":false},"DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesSorting":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesSortingItems"},"maxItems":20},"DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesPageSize":{"type":"number"},"DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesSearchValue":{"type":"string","maxLength":200},"DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettings":{"type":"object","properties":{"columnOrder":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesColumnOrder"},"columnVisibility":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesColumnVisibility"},"filters":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesFilters"},"sorting":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesSorting"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesPageSize"},"searchValue":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesSearchValue"}},"additionalProperties":false},"DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesIsDefault":{"type":"boolean"},"DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesApplyToRolesItems":{"type":"string","format":"uuid"},"DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesApplyToRoles":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesApplyToRolesItems"}},"DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesClearRoleIdsItems":{"type":"string","format":"uuid"},"DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesClearRoleIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesClearRoleIdsItems"}},"DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSetRoleDefault":{"type":"boolean"},"DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"perspectiveId":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesPerspectiveId"},"name":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"settings":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettings"},"isDefault":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesIsDefault"},"applyToRoles":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesApplyToRoles"},"clearRoleIds":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesClearRoleIds"},"setRoleDefault":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSetRoleDefault"}},"required":["name","settings"],"additionalProperties":false},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesId":{"type":"string","format":"uuid"},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesName":{"type":"string"},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesTableId":{"type":"string"},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesColumnOrderItems":{"type":"string","minLength":1},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesColumnOrder":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesColumnOrderItems"},"maxItems":120},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesColumnVisibilityAdditionalProperties":{"type":"boolean"},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesColumnVisibility":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesColumnVisibilityAdditionalProperties"}},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesFilters":{"type":"object","additionalProperties":true},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesSortingItemsPropertiesId":{"type":"string","minLength":1},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesSortingItemsPropertiesDesc":{"type":"boolean"},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesSortingItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesSortingItemsPropertiesId"},"desc":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesSortingItemsPropertiesDesc"}},"required":["id"],"additionalProperties":false},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesSorting":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesSortingItems"},"maxItems":20},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesPageSize":{"type":"number"},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesSearchValue":{"type":"string","maxLength":200},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettings":{"type":"object","properties":{"columnOrder":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesColumnOrder"},"columnVisibility":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesColumnVisibility"},"filters":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesFilters"},"sorting":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesSorting"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesPageSize"},"searchValue":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesSearchValue"}},"additionalProperties":false},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesIsDefault":{"type":"boolean"},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesCreatedAt":{"type":"string"},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesUpdatedAtAnyOf1"}]},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspective":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesName"},"tableId":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesTableId"},"settings":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettings"},"isDefault":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesIsDefault"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesUpdatedAt"}},"required":["id","name","tableId","settings","isDefault","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesName":{"type":"string"},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesTableId":{"type":"string"},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesColumnOrderItems":{"type":"string","minLength":1},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesColumnOrder":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesColumnOrderItems"},"maxItems":120},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesColumnVisibilityAdditionalProperties":{"type":"boolean"},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesColumnVisibility":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesColumnVisibilityAdditionalProperties"}},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesFilters":{"type":"object","additionalProperties":true},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesSortingItemsPropertiesId":{"type":"string","minLength":1},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesSortingItemsPropertiesDesc":{"type":"boolean"},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesSortingItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesSortingItemsPropertiesId"},"desc":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesSortingItemsPropertiesDesc"}},"required":["id"],"additionalProperties":false},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesSorting":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesSortingItems"},"maxItems":20},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesPageSize":{"type":"number"},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesSearchValue":{"type":"string","maxLength":200},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettings":{"type":"object","properties":{"columnOrder":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesColumnOrder"},"columnVisibility":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesColumnVisibility"},"filters":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesFilters"},"sorting":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesSorting"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesPageSize"},"searchValue":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettingsPropertiesSearchValue"}},"additionalProperties":false},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesIsDefault":{"type":"boolean"},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesRoleId":{"type":"string","format":"uuid"},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesRoleNameAnyOf0":{"type":"null"},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesRoleNameAnyOf1":{"type":"string"},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesRoleName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesRoleNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesRoleNameAnyOf1"}]},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesName"},"tableId":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesTableId"},"settings":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesSettings"},"isDefault":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesIsDefault"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesUpdatedAt"},"roleId":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesRoleId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesOrganizationId"},"roleName":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesRoleName"}},"required":["id","name","tableId","settings","isDefault","createdAt","updatedAt","roleId","tenantId","organizationId","roleName"],"additionalProperties":false},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectives":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItems"}},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesClearedRoleIdsItems":{"type":"string","format":"uuid"},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesClearedRoleIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesClearedRoleIdsItems"}},"DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"perspective":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspective"},"rolePerspectives":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectives"},"clearedRoleIds":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesClearedRoleIds"}},"required":["perspective","rolePerspectives","clearedRoleIds"],"additionalProperties":false},"DocPathsApiPerspectivesTableIdPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiPerspectivesTableIdPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiPerspectivesTableIdPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiPerspectivesTableIdPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiPerspectivesTableIdPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiPerspectivesTableIdPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiPerspectivesTableIdPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesSegmentsAdditionalProperties":{"type":"number"},"DocPathsApiConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesSegments":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesSegmentsAdditionalProperties"}},"DocPathsApiConfigsCacheGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"total":{"$ref":"#/components/schemas/DocPathsApiConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"segments":{"$ref":"#/components/schemas/DocPathsApiConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesSegments"}},"required":["total","segments"],"additionalProperties":false},"DocPathsApiConfigsCacheGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiConfigsCacheGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiConfigsCacheGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiConfigsCacheGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiConfigsCacheGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiConfigsCacheGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiConfigsCacheGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiConfigsCacheGetResponses500ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiConfigsCacheGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiConfigsCacheGetResponses500ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiConfigsCacheGetResponses500ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiConfigsCacheGetResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiConfigsCacheGetResponses503ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiConfigsCacheGetResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiConfigsCacheGetResponses503ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiConfigsCacheGetResponses503ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiConfigsCachePostRequestBodyContentApplicationJsonSchemaPropertiesAction":{"type":"string","enum":["purgeAll","purgeSegment"]},"DocPathsApiConfigsCachePostRequestBodyContentApplicationJsonSchemaPropertiesSegment":{"type":"string"},"DocPathsApiConfigsCachePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/DocPathsApiConfigsCachePostRequestBodyContentApplicationJsonSchemaPropertiesAction"},"segment":{"$ref":"#/components/schemas/DocPathsApiConfigsCachePostRequestBodyContentApplicationJsonSchemaPropertiesSegment"}},"required":["action"],"additionalProperties":false},"DocPathsApiConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesAction":{"type":"string","enum":["purgeSegment"]},"DocPathsApiConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesSegment":{"type":"string"},"DocPathsApiConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesDeleted":{"type":"number"},"DocPathsApiConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesTotal":{"type":"number"},"DocPathsApiConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesSegmentsAdditionalProperties":{"type":"number"},"DocPathsApiConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesSegments":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesSegmentsAdditionalProperties"}},"DocPathsApiConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStats":{"type":"object","properties":{"total":{"$ref":"#/components/schemas/DocPathsApiConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesTotal"},"segments":{"$ref":"#/components/schemas/DocPathsApiConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesSegments"}},"required":["total","segments"],"additionalProperties":false},"DocPathsApiConfigsCachePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/DocPathsApiConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesAction"},"segment":{"$ref":"#/components/schemas/DocPathsApiConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesSegment"},"deleted":{"$ref":"#/components/schemas/DocPathsApiConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesDeleted"},"stats":{"$ref":"#/components/schemas/DocPathsApiConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStats"}},"required":["action","segment","deleted","stats"],"additionalProperties":false},"DocPathsApiConfigsCachePostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiConfigsCachePostResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiConfigsCachePostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiConfigsCachePostResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiConfigsCachePostResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiConfigsCachePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiConfigsCachePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiConfigsCachePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiConfigsCachePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiConfigsCachePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiConfigsCachePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiConfigsCachePostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiConfigsCachePostResponses500ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiConfigsCachePostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiConfigsCachePostResponses500ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiConfigsCachePostResponses500ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiConfigsCachePostResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiConfigsCachePostResponses503ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiConfigsCachePostResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiConfigsCachePostResponses503ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiConfigsCachePostResponses503ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesGeneratedAt":{"type":"string"},"DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesRuntimeMode":{"type":"string","enum":["development","production","test","unknown"]},"DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesKey":{"type":"string","enum":["profiling","logging","security","caching","query_index","entities"]},"DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesLabelKey":{"type":"string"},"DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesDescriptionKeyAnyOf0":{"type":"null"},"DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesDescriptionKeyAnyOf1":{"type":"string"},"DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesDescriptionKey":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesDescriptionKeyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesDescriptionKeyAnyOf1"}]},"DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesKey":{"type":"string"},"DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesCategory":{"type":"string","enum":["profiling","logging","security","caching","query_index","entities"]},"DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesKind":{"type":"string","enum":["boolean","string"]},"DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesLabelKey":{"type":"string"},"DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesDescriptionKey":{"type":"string"},"DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesDocUrlAnyOf0":{"type":"null"},"DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesDocUrlAnyOf1":{"type":"string"},"DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesDocUrl":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesDocUrlAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesDocUrlAnyOf1"}]},"DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesDefaultValueAnyOf0":{"type":"null"},"DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesDefaultValueAnyOf1":{"type":"string"},"DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesDefaultValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesDefaultValueAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesDefaultValueAnyOf1"}]},"DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesState":{"type":"string","enum":["enabled","disabled","set","unset","unknown"]},"DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesValueAnyOf0":{"type":"null"},"DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesValueAnyOf1":{"type":"string"},"DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesValueAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesValueAnyOf1"}]},"DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesNormalizedValueAnyOf0":{"type":"null"},"DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesNormalizedValueAnyOf1":{"type":"string"},"DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesNormalizedValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesNormalizedValueAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesNormalizedValueAnyOf1"}]},"DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItems":{"type":"object","properties":{"key":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesKey"},"category":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesCategory"},"kind":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesKind"},"labelKey":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesLabelKey"},"descriptionKey":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesDescriptionKey"},"docUrl":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesDocUrl"},"defaultValue":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesDefaultValue"},"state":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesState"},"value":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesValue"},"normalizedValue":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesNormalizedValue"}},"required":["key","category","kind","labelKey","descriptionKey","docUrl","defaultValue","state","value","normalizedValue"],"additionalProperties":false},"DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItems"}},"DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItems":{"type":"object","properties":{"key":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesKey"},"labelKey":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesLabelKey"},"descriptionKey":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesDescriptionKey"},"items":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItems"}},"required":["key","labelKey","descriptionKey","items"],"additionalProperties":false},"DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategories":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItems"}},"DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"generatedAt":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesGeneratedAt"},"runtimeMode":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesRuntimeMode"},"categories":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategories"}},"required":["generatedAt","runtimeMode","categories"],"additionalProperties":false},"DocPathsApiConfigsSystemStatusGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiConfigsSystemStatusGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiConfigsSystemStatusGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiConfigsSystemStatusGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiConfigsSystemStatusGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiConfigsSystemStatusGetResponses500ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiConfigsSystemStatusGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusGetResponses500ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusGetResponses500ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiConfigsSystemStatusPostResponses200ContentApplicationJsonSchemaPropertiesCleared":{"type":"boolean"},"DocPathsApiConfigsSystemStatusPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"cleared":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusPostResponses200ContentApplicationJsonSchemaPropertiesCleared"}},"required":["cleared"],"additionalProperties":false},"DocPathsApiConfigsSystemStatusPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiConfigsSystemStatusPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiConfigsSystemStatusPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiConfigsSystemStatusPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiConfigsSystemStatusPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiConfigsSystemStatusPostResponses500ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiConfigsSystemStatusPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusPostResponses500ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusPostResponses500ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiConfigsSystemStatusPostResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiConfigsSystemStatusPostResponses503ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiConfigsSystemStatusPostResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusPostResponses503ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiConfigsSystemStatusPostResponses503ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchemaPropertiesVersion":{"type":"string"},"DocPathsApiConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchemaPropertiesActionsItemsPropertiesId":{"type":"string"},"DocPathsApiConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchemaPropertiesActionsItemsPropertiesVersion":{"type":"string"},"DocPathsApiConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchemaPropertiesActionsItemsPropertiesMessage":{"type":"string"},"DocPathsApiConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchemaPropertiesActionsItemsPropertiesCtaLabel":{"type":"string"},"DocPathsApiConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchemaPropertiesActionsItemsPropertiesSuccessMessage":{"type":"string"},"DocPathsApiConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchemaPropertiesActionsItemsPropertiesLoadingLabel":{"type":"string"},"DocPathsApiConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchemaPropertiesActionsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchemaPropertiesActionsItemsPropertiesId"},"version":{"$ref":"#/components/schemas/DocPathsApiConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchemaPropertiesActionsItemsPropertiesVersion"},"message":{"$ref":"#/components/schemas/DocPathsApiConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchemaPropertiesActionsItemsPropertiesMessage"},"ctaLabel":{"$ref":"#/components/schemas/DocPathsApiConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchemaPropertiesActionsItemsPropertiesCtaLabel"},"successMessage":{"$ref":"#/components/schemas/DocPathsApiConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchemaPropertiesActionsItemsPropertiesSuccessMessage"},"loadingLabel":{"$ref":"#/components/schemas/DocPathsApiConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchemaPropertiesActionsItemsPropertiesLoadingLabel"}},"required":["id","version","message","ctaLabel","successMessage","loadingLabel"],"additionalProperties":false},"DocPathsApiConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchemaPropertiesActions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchemaPropertiesActionsItems"}},"DocPathsApiConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"version":{"$ref":"#/components/schemas/DocPathsApiConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchemaPropertiesVersion"},"actions":{"$ref":"#/components/schemas/DocPathsApiConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchemaPropertiesActions"}},"required":["version","actions"],"additionalProperties":false},"DocPathsApiConfigsUpgradeActionsGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiConfigsUpgradeActionsGetResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiConfigsUpgradeActionsGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiConfigsUpgradeActionsGetResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiConfigsUpgradeActionsGetResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiConfigsUpgradeActionsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiConfigsUpgradeActionsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiConfigsUpgradeActionsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiConfigsUpgradeActionsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiConfigsUpgradeActionsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiConfigsUpgradeActionsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiConfigsUpgradeActionsGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiConfigsUpgradeActionsGetResponses500ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiConfigsUpgradeActionsGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiConfigsUpgradeActionsGetResponses500ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiConfigsUpgradeActionsGetResponses500ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiConfigsUpgradeActionsPostRequestBodyContentApplicationJsonSchemaPropertiesActionId":{"type":"string","minLength":1},"DocPathsApiConfigsUpgradeActionsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"actionId":{"$ref":"#/components/schemas/DocPathsApiConfigsUpgradeActionsPostRequestBodyContentApplicationJsonSchemaPropertiesActionId"}},"required":["actionId"],"additionalProperties":false},"DocPathsApiConfigsUpgradeActionsPostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsApiConfigsUpgradeActionsPostResponses200ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsApiConfigsUpgradeActionsPostResponses200ContentApplicationJsonSchemaPropertiesVersion":{"type":"string"},"DocPathsApiConfigsUpgradeActionsPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"status":{"$ref":"#/components/schemas/DocPathsApiConfigsUpgradeActionsPostResponses200ContentApplicationJsonSchemaPropertiesStatus"},"message":{"$ref":"#/components/schemas/DocPathsApiConfigsUpgradeActionsPostResponses200ContentApplicationJsonSchemaPropertiesMessage"},"version":{"$ref":"#/components/schemas/DocPathsApiConfigsUpgradeActionsPostResponses200ContentApplicationJsonSchemaPropertiesVersion"}},"required":["status","message","version"],"additionalProperties":false},"DocPathsApiConfigsUpgradeActionsPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiConfigsUpgradeActionsPostResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiConfigsUpgradeActionsPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiConfigsUpgradeActionsPostResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiConfigsUpgradeActionsPostResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiConfigsUpgradeActionsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiConfigsUpgradeActionsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiConfigsUpgradeActionsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiConfigsUpgradeActionsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiConfigsUpgradeActionsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiConfigsUpgradeActionsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiConfigsUpgradeActionsPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiConfigsUpgradeActionsPostResponses500ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiConfigsUpgradeActionsPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiConfigsUpgradeActionsPostResponses500ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiConfigsUpgradeActionsPostResponses500ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiAuditLogsAuditLogsAccessGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiAuditLogsAuditLogsAccessGetParameters1Schema":{"type":"string","format":"uuid"},"DocPathsApiAuditLogsAuditLogsAccessGetParameters2Schema":{"type":"string"},"DocPathsApiAuditLogsAuditLogsAccessGetParameters3Schema":{"type":"string"},"DocPathsApiAuditLogsAuditLogsAccessGetParameters4Schema":{"type":"string"},"DocPathsApiAuditLogsAuditLogsAccessGetParameters5Schema":{"type":"string"},"DocPathsApiAuditLogsAuditLogsAccessGetParameters6Schema":{"type":"string"},"DocPathsApiAuditLogsAuditLogsAccessGetParameters7Schema":{"type":"string"},"DocPathsApiAuditLogsAuditLogsAccessGetParameters8Schema":{"type":"string"},"DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceKind":{"type":"string"},"DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceId":{"type":"string"},"DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccessType":{"type":"string"},"DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserIdAnyOf0":{"type":"null"},"DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserIdAnyOf1"}]},"DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserNameAnyOf0":{"type":"null"},"DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserNameAnyOf1":{"type":"string"},"DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserNameAnyOf1"}]},"DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf0":{"type":"null"},"DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf1":{"type":"string"},"DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf1"}]},"DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationNameAnyOf0":{"type":"null"},"DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationNameAnyOf1":{"type":"string"},"DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationNameAnyOf1"}]},"DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFieldsItems":{"type":"string"},"DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFields":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFieldsItems"}},"DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContextAnyOf0":{"type":"null"},"DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContextAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContext":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContextAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContextAnyOf1"}]},"DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"resourceKind":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceKind"},"resourceId":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceId"},"accessType":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccessType"},"actorUserId":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserId"},"actorUserName":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserName"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"tenantName":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantName"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"organizationName":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationName"},"fields":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFields"},"context":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContext"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"}},"required":["id","resourceKind","resourceId","accessType","actorUserId","actorUserName","tenantId","tenantName","organizationId","organizationName","fields","context","createdAt"],"additionalProperties":false},"DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesCanViewTenant":{"type":"boolean"},"DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"canViewTenant":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesCanViewTenant"},"page":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"total":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","canViewTenant","page","pageSize","total","totalPages"],"additionalProperties":false},"DocPathsApiAuditLogsAuditLogsAccessGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuditLogsAuditLogsAccessGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuditLogsAuditLogsAccessGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuditLogsAuditLogsAccessGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuditLogsAuditLogsAccessGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuditLogsAuditLogsAccessGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsAccessGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuditLogsAuditLogsActionsExportGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiAuditLogsAuditLogsActionsExportGetParameters1Schema":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsExportGetParameters2Schema":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsExportGetParameters3Schema":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsExportGetParameters4Schema":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsExportGetParameters5Schema":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsExportGetParameters6Schema":{"type":"string","enum":["true","false"]},"DocPathsApiAuditLogsAuditLogsActionsExportGetParameters7Schema":{"type":"string","enum":["true","false"]},"DocPathsApiAuditLogsAuditLogsActionsExportGetParameters8Schema":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsExportGetParameters9Schema":{"type":"string","enum":["createdAt","user","action","field","source"]},"DocPathsApiAuditLogsAuditLogsActionsExportGetParameters10Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiAuditLogsAuditLogsActionsExportGetParameters11Schema":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsExportGetParameters12Schema":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsExportGetResponses200ContentApplicationJsonSchemaPropertiesFile":{"type":"string","enum":["csv"]},"DocPathsApiAuditLogsAuditLogsActionsExportGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"file":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsExportGetResponses200ContentApplicationJsonSchemaPropertiesFile"}},"required":["file"],"additionalProperties":false},"DocPathsApiAuditLogsAuditLogsActionsExportGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsExportGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsExportGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuditLogsAuditLogsActionsExportGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsExportGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsExportGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuditLogsAuditLogsActionsExportGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsExportGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsExportGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuditLogsAuditLogsActionsRedoPostRequestBodyContentApplicationJsonSchemaPropertiesLogId":{"type":"string","minLength":1},"DocPathsApiAuditLogsAuditLogsActionsRedoPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"logId":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsRedoPostRequestBodyContentApplicationJsonSchemaPropertiesLogId"}},"required":["logId"],"additionalProperties":false},"DocPathsApiAuditLogsAuditLogsActionsRedoPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiAuditLogsAuditLogsActionsRedoPostResponses200ContentApplicationJsonSchemaPropertiesLogIdAnyOf0":{"type":"null"},"DocPathsApiAuditLogsAuditLogsActionsRedoPostResponses200ContentApplicationJsonSchemaPropertiesLogIdAnyOf1":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsRedoPostResponses200ContentApplicationJsonSchemaPropertiesLogId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsRedoPostResponses200ContentApplicationJsonSchemaPropertiesLogIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsRedoPostResponses200ContentApplicationJsonSchemaPropertiesLogIdAnyOf1"}]},"DocPathsApiAuditLogsAuditLogsActionsRedoPostResponses200ContentApplicationJsonSchemaPropertiesUndoTokenAnyOf0":{"type":"null"},"DocPathsApiAuditLogsAuditLogsActionsRedoPostResponses200ContentApplicationJsonSchemaPropertiesUndoTokenAnyOf1":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsRedoPostResponses200ContentApplicationJsonSchemaPropertiesUndoToken":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsRedoPostResponses200ContentApplicationJsonSchemaPropertiesUndoTokenAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsRedoPostResponses200ContentApplicationJsonSchemaPropertiesUndoTokenAnyOf1"}]},"DocPathsApiAuditLogsAuditLogsActionsRedoPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsRedoPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"logId":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsRedoPostResponses200ContentApplicationJsonSchemaPropertiesLogId"},"undoToken":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsRedoPostResponses200ContentApplicationJsonSchemaPropertiesUndoToken"}},"required":["ok","logId","undoToken"],"additionalProperties":false},"DocPathsApiAuditLogsAuditLogsActionsRedoPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsRedoPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsRedoPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuditLogsAuditLogsActionsRedoPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsRedoPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsRedoPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuditLogsAuditLogsActionsRedoPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsRedoPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsRedoPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuditLogsAuditLogsActionsGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiAuditLogsAuditLogsActionsGetParameters1Schema":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsGetParameters2Schema":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsGetParameters3Schema":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsGetParameters4Schema":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsGetParameters5Schema":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsGetParameters6Schema":{"type":"string","enum":["true","false"]},"DocPathsApiAuditLogsAuditLogsActionsGetParameters7Schema":{"type":"string","enum":["true","false"]},"DocPathsApiAuditLogsAuditLogsActionsGetParameters8Schema":{"type":"string","enum":["true","false"]},"DocPathsApiAuditLogsAuditLogsActionsGetParameters9Schema":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsGetParameters10Schema":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsGetParameters11Schema":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsGetParameters12Schema":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsGetParameters13Schema":{"type":"string","enum":["createdAt","user","action","field","source"]},"DocPathsApiAuditLogsAuditLogsActionsGetParameters14Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiAuditLogsAuditLogsActionsGetParameters15Schema":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsGetParameters16Schema":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCommandId":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionLabelAnyOf0":{"type":"null"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionLabelAnyOf1":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionLabelAnyOf1"}]},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExecutionState":{"type":"string","enum":["done","undone","failed","redone"]},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserIdAnyOf0":{"type":"null"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserIdAnyOf1"}]},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserNameAnyOf0":{"type":"null"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserNameAnyOf1":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserNameAnyOf1"}]},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf0":{"type":"null"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf1":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf1"}]},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationNameAnyOf0":{"type":"null"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationNameAnyOf1":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationNameAnyOf1"}]},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceKindAnyOf0":{"type":"null"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceKindAnyOf1":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceKind":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceKindAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceKindAnyOf1"}]},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceIdAnyOf0":{"type":"null"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceIdAnyOf1":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceIdAnyOf1"}]},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentResourceKindAnyOf0":{"type":"null"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentResourceKindAnyOf1":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentResourceKind":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentResourceKindAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentResourceKindAnyOf1"}]},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentResourceIdAnyOf0":{"type":"null"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentResourceIdAnyOf1":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentResourceId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentResourceIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentResourceIdAnyOf1"}]},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUndoTokenAnyOf0":{"type":"null"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUndoTokenAnyOf1":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUndoToken":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUndoTokenAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUndoTokenAnyOf1"}]},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSnapshotBeforeAnyOf0":{"type":"null"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSnapshotBefore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSnapshotBeforeAnyOf0"},{}]},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSnapshotAfterAnyOf0":{"type":"null"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSnapshotAfter":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSnapshotAfterAnyOf0"},{}]},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChangesAnyOf0":{"type":"null"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChangesAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChanges":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChangesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChangesAnyOf1"}]},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContextAnyOf0":{"type":"null"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContextAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContext":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContextAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContextAnyOf1"}]},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"commandId":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCommandId"},"actionLabel":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionLabel"},"executionState":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExecutionState"},"actorUserId":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserId"},"actorUserName":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserName"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"tenantName":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantName"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"organizationName":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationName"},"resourceKind":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceKind"},"resourceId":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceId"},"parentResourceKind":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentResourceKind"},"parentResourceId":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentResourceId"},"undoToken":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUndoToken"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"snapshotBefore":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSnapshotBefore"},"snapshotAfter":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSnapshotAfter"},"changes":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChanges"},"context":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContext"}},"required":["id","commandId","actionLabel","executionState","actorUserId","actorUserName","tenantId","tenantName","organizationId","organizationName","resourceKind","resourceId","undoToken","createdAt","updatedAt","snapshotBefore","snapshotAfter","changes","context"],"additionalProperties":false},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesCanViewTenant":{"type":"boolean"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"canViewTenant":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesCanViewTenant"},"page":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"total":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","canViewTenant","page","pageSize","total","totalPages"],"additionalProperties":false},"DocPathsApiAuditLogsAuditLogsActionsGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuditLogsAuditLogsActionsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuditLogsAuditLogsActionsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuditLogsAuditLogsActionsUndoPostRequestBodyContentApplicationJsonSchemaPropertiesUndoToken":{"type":"string","minLength":1},"DocPathsApiAuditLogsAuditLogsActionsUndoPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"undoToken":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsUndoPostRequestBodyContentApplicationJsonSchemaPropertiesUndoToken"}},"required":["undoToken"],"additionalProperties":false},"DocPathsApiAuditLogsAuditLogsActionsUndoPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiAuditLogsAuditLogsActionsUndoPostResponses200ContentApplicationJsonSchemaPropertiesLogId":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsUndoPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsUndoPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"logId":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsUndoPostResponses200ContentApplicationJsonSchemaPropertiesLogId"}},"required":["ok","logId"],"additionalProperties":false},"DocPathsApiAuditLogsAuditLogsActionsUndoPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsUndoPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsUndoPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuditLogsAuditLogsActionsUndoPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsUndoPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsUndoPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAuditLogsAuditLogsActionsUndoPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAuditLogsAuditLogsActionsUndoPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAuditLogsAuditLogsActionsUndoPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAttachmentsFileIdGetParameters0Schema":{"type":"string"},"DocPathsApiAttachmentsFileIdGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsFileIdGetResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiAttachmentsFileIdGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsFileIdGetResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiAttachmentsFileIdGetResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiAttachmentsFileIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsFileIdGetResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiAttachmentsFileIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsFileIdGetResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiAttachmentsFileIdGetResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiAttachmentsFileIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsFileIdGetResponses403ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiAttachmentsFileIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsFileIdGetResponses403ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiAttachmentsFileIdGetResponses403ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiAttachmentsFileIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsFileIdGetResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiAttachmentsFileIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsFileIdGetResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiAttachmentsFileIdGetResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiAttachmentsFileIdGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsFileIdGetResponses500ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiAttachmentsFileIdGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsFileIdGetResponses500ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiAttachmentsFileIdGetResponses500ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiAttachmentsImageIdSlugGetParameters0Schema":{"type":"string"},"DocPathsApiAttachmentsImageIdSlugGetParameters1Schema":{"type":"string"},"DocPathsApiAttachmentsImageIdSlugGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsImageIdSlugGetResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiAttachmentsImageIdSlugGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsImageIdSlugGetResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiAttachmentsImageIdSlugGetResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiAttachmentsImageIdSlugGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsImageIdSlugGetResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiAttachmentsImageIdSlugGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsImageIdSlugGetResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiAttachmentsImageIdSlugGetResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiAttachmentsImageIdSlugGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsImageIdSlugGetResponses403ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiAttachmentsImageIdSlugGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsImageIdSlugGetResponses403ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiAttachmentsImageIdSlugGetResponses403ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiAttachmentsImageIdSlugGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsImageIdSlugGetResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiAttachmentsImageIdSlugGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsImageIdSlugGetResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiAttachmentsImageIdSlugGetResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiAttachmentsImageIdSlugGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsImageIdSlugGetResponses500ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiAttachmentsImageIdSlugGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsImageIdSlugGetResponses500ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiAttachmentsImageIdSlugGetResponses500ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiAttachmentsLibraryIdGetParameters0Schema":{"type":"string"},"DocPathsApiAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFileName":{"type":"string"},"DocPathsApiAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFileSize":{"type":"number"},"DocPathsApiAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesMimeType":{"type":"string"},"DocPathsApiAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPartitionCode":{"type":"string"},"DocPathsApiAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPartitionTitleAnyOf0":{"type":"null"},"DocPathsApiAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPartitionTitleAnyOf1":{"type":"string"},"DocPathsApiAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPartitionTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPartitionTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPartitionTitleAnyOf1"}]},"DocPathsApiAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTagsItems":{"type":"string"},"DocPathsApiAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTagsItems"}},"DocPathsApiAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignments":{"type":"array","items":{}},"DocPathsApiAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesContentAnyOf0":{"type":"null"},"DocPathsApiAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesContent":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesContentAnyOf0"},{}]},"DocPathsApiAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCustomFieldsAnyOf0":{"type":"null"},"DocPathsApiAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCustomFields":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCustomFieldsAnyOf0"},{}]},"DocPathsApiAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItem":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId"},"fileName":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFileName"},"fileSize":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFileSize"},"mimeType":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesMimeType"},"partitionCode":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPartitionCode"},"partitionTitle":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPartitionTitle"},"tags":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTags"},"assignments":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignments"},"content":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesContent"},"customFields":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCustomFields"}},"required":["id","fileName","fileSize","mimeType","partitionCode","partitionTitle","tags","assignments"],"additionalProperties":false},"DocPathsApiAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"item":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItem"}},"required":["item"],"additionalProperties":false},"DocPathsApiAttachmentsLibraryIdGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsLibraryIdGetResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiAttachmentsLibraryIdGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdGetResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdGetResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiAttachmentsLibraryIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsLibraryIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAttachmentsLibraryIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsLibraryIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAttachmentsLibraryIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsLibraryIdGetResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiAttachmentsLibraryIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdGetResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdGetResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiAttachmentsLibraryIdPatchParameters0Schema":{"type":"string"},"DocPathsApiAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesTagsItems":{"type":"string"},"DocPathsApiAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesTagsItems"}},"DocPathsApiAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsItemsPropertiesType":{"type":"string","minLength":1},"DocPathsApiAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsItemsPropertiesId":{"type":"string","minLength":1},"DocPathsApiAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsItemsPropertiesHrefAnyOf0":{"type":"null"},"DocPathsApiAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsItemsPropertiesHrefAnyOf1":{"type":"string"},"DocPathsApiAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsItemsPropertiesHref":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsItemsPropertiesHrefAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsItemsPropertiesHrefAnyOf1"}]},"DocPathsApiAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsItemsPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsItemsPropertiesLabelAnyOf1":{"type":"string"},"DocPathsApiAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsItemsPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsItemsPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsItemsPropertiesLabelAnyOf1"}]},"DocPathsApiAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsItems":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsItemsPropertiesType"},"id":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsItemsPropertiesId"},"href":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsItemsPropertiesHref"},"label":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsItemsPropertiesLabel"}},"required":["type","id"],"additionalProperties":false},"DocPathsApiAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignments":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsItems"}},"DocPathsApiAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tags":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesTags"},"assignments":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignments"}},"additionalProperties":false},"DocPathsApiAttachmentsLibraryIdPatchResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiAttachmentsLibraryIdPatchResponses200ContentApplicationJsonSchemaPropertiesItem":{},"DocPathsApiAttachmentsLibraryIdPatchResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdPatchResponses200ContentApplicationJsonSchemaPropertiesOk"},"item":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdPatchResponses200ContentApplicationJsonSchemaPropertiesItem"}},"required":["ok","item"],"additionalProperties":false},"DocPathsApiAttachmentsLibraryIdPatchResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsLibraryIdPatchResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiAttachmentsLibraryIdPatchResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdPatchResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdPatchResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiAttachmentsLibraryIdPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsLibraryIdPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAttachmentsLibraryIdPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsLibraryIdPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAttachmentsLibraryIdPatchResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsLibraryIdPatchResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiAttachmentsLibraryIdPatchResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdPatchResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdPatchResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiAttachmentsLibraryIdPatchResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsLibraryIdPatchResponses500ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiAttachmentsLibraryIdPatchResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdPatchResponses500ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdPatchResponses500ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiAttachmentsLibraryIdDeleteParameters0Schema":{"type":"string"},"DocPathsApiAttachmentsLibraryIdDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiAttachmentsLibraryIdDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiAttachmentsLibraryIdDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsLibraryIdDeleteResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiAttachmentsLibraryIdDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdDeleteResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdDeleteResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiAttachmentsLibraryIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsLibraryIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAttachmentsLibraryIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsLibraryIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAttachmentsLibraryIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsLibraryIdDeleteResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiAttachmentsLibraryIdDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryIdDeleteResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiAttachmentsLibraryGetParameters0Schema":{"type":"number"},"DocPathsApiAttachmentsLibraryGetParameters1Schema":{"type":"number"},"DocPathsApiAttachmentsLibraryGetParameters2Schema":{"type":"string"},"DocPathsApiAttachmentsLibraryGetParameters3Schema":{"type":"string"},"DocPathsApiAttachmentsLibraryGetParameters4Schema":{"type":"string"},"DocPathsApiAttachmentsLibraryGetParameters5Schema":{"type":"string","enum":["fileName","fileSize","createdAt"]},"DocPathsApiAttachmentsLibraryGetParameters6Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFileName":{"type":"string"},"DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFileSize":{"type":"number"},"DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMimeType":{"type":"string"},"DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPartitionCode":{"type":"string"},"DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPartitionTitleAnyOf0":{"type":"null"},"DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPartitionTitleAnyOf1":{"type":"string"},"DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPartitionTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPartitionTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPartitionTitleAnyOf1"}]},"DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUrlAnyOf0":{"type":"null"},"DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUrlAnyOf1":{"type":"string"},"DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUrl":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUrlAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUrlAnyOf1"}]},"DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItems":{"type":"string"},"DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItems"}},"DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignments":{"type":"array","items":{}},"DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesThumbnailUrl":{"type":"string"},"DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContentAnyOf0":{"type":"null"},"DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContent":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContentAnyOf0"},{}]},"DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"fileName":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFileName"},"fileSize":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFileSize"},"mimeType":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMimeType"},"partitionCode":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPartitionCode"},"partitionTitle":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPartitionTitle"},"url":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUrl"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"tags":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTags"},"assignments":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignments"},"thumbnailUrl":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesThumbnailUrl"},"content":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContent"}},"required":["id","fileName","fileSize","mimeType","partitionCode","partitionTitle","createdAt","tags","assignments"],"additionalProperties":false},"DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesAvailableTagsItems":{"type":"string"},"DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesAvailableTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesAvailableTagsItems"}},"DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPartitionsItemsPropertiesCode":{"type":"string"},"DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPartitionsItemsPropertiesTitle":{"type":"string"},"DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPartitionsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPartitionsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPartitionsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPartitionsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPartitionsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPartitionsItemsPropertiesIsPublic":{"type":"boolean"},"DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPartitionsItems":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPartitionsItemsPropertiesCode"},"title":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPartitionsItemsPropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPartitionsItemsPropertiesDescription"},"isPublic":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPartitionsItemsPropertiesIsPublic"}},"required":["code","title","description","isPublic"],"additionalProperties":false},"DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPartitions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPartitionsItems"}},"DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"availableTags":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesAvailableTags"},"partitions":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPartitions"}},"required":["items","total","page","pageSize","totalPages","availableTags","partitions"],"additionalProperties":false},"DocPathsApiAttachmentsLibraryGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsLibraryGetResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiAttachmentsLibraryGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiAttachmentsLibraryGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsLibraryGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAttachmentsLibraryGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsLibraryGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsLibraryGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode":{"type":"string"},"DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle":{"type":"string"},"DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPublic":{"type":"boolean"},"DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequiresOcr":{"type":"boolean"},"DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOcrModelAnyOf0":{"type":"null"},"DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOcrModelAnyOf1":{"type":"string"},"DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOcrModel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOcrModelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOcrModelAnyOf1"}]},"DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEnvKey":{"type":"string"},"DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"code":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode"},"title":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"isPublic":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPublic"},"requiresOcr":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequiresOcr"},"ocrModel":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOcrModel"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"envKey":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEnvKey"}},"required":["id","code","title","description","isPublic","requiresOcr","ocrModel","createdAt","updatedAt","envKey"],"additionalProperties":false},"DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsApiAttachmentsPartitionsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsPartitionsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAttachmentsPartitionsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsPartitionsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesCode":{"type":"string","minLength":2,"maxLength":60,"pattern":"^[A-Za-z0-9_-]+$"},"DocPathsApiAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesTitle":{"type":"string","minLength":1,"maxLength":120},"DocPathsApiAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string","maxLength":500},"DocPathsApiAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsApiAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesIsPublic":{"type":"boolean"},"DocPathsApiAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesRequiresOcr":{"type":"boolean"},"DocPathsApiAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesOcrModelAnyOf0":{"type":"null"},"DocPathsApiAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesOcrModelAnyOf1":{"type":"string","maxLength":50},"DocPathsApiAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesOcrModel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesOcrModelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesOcrModelAnyOf1"}]},"DocPathsApiAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesCode"},"title":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"isPublic":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesIsPublic"},"requiresOcr":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesRequiresOcr"},"ocrModel":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesOcrModel"}},"required":["code","title"],"additionalProperties":false},"DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCode":{"type":"string"},"DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesTitle":{"type":"string"},"DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDescriptionAnyOf1"}]},"DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesIsPublic":{"type":"boolean"},"DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesRequiresOcr":{"type":"boolean"},"DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesOcrModelAnyOf0":{"type":"null"},"DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesOcrModelAnyOf1":{"type":"string"},"DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesOcrModel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesOcrModelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesOcrModelAnyOf1"}]},"DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAtAnyOf1"}]},"DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEnvKey":{"type":"string"},"DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItem":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesId"},"code":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCode"},"title":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDescription"},"isPublic":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesIsPublic"},"requiresOcr":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesRequiresOcr"},"ocrModel":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesOcrModel"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAt"},"envKey":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEnvKey"}},"required":["id","code","title","description","isPublic","requiresOcr","ocrModel","createdAt","updatedAt","envKey"],"additionalProperties":false},"DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"item":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItem"}},"required":["item"],"additionalProperties":false},"DocPathsApiAttachmentsPartitionsPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsPartitionsPostResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiAttachmentsPartitionsPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiAttachmentsPartitionsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsPartitionsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAttachmentsPartitionsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsPartitionsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAttachmentsPartitionsPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsPartitionsPostResponses409ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiAttachmentsPartitionsPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostResponses409ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPostResponses409ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesCode":{"type":"string","minLength":2,"maxLength":60,"pattern":"^[A-Za-z0-9_-]+$"},"DocPathsApiAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesTitle":{"type":"string","minLength":1,"maxLength":120},"DocPathsApiAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string","maxLength":500},"DocPathsApiAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsApiAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesIsPublic":{"type":"boolean"},"DocPathsApiAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesRequiresOcr":{"type":"boolean"},"DocPathsApiAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesOcrModelAnyOf0":{"type":"null"},"DocPathsApiAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesOcrModelAnyOf1":{"type":"string","maxLength":50},"DocPathsApiAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesOcrModel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesOcrModelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesOcrModelAnyOf1"}]},"DocPathsApiAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesCode"},"title":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"isPublic":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesIsPublic"},"requiresOcr":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesRequiresOcr"},"ocrModel":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesOcrModel"},"id":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["code","title","id"],"additionalProperties":false},"DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCode":{"type":"string"},"DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTitle":{"type":"string"},"DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDescriptionAnyOf1"}]},"DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesIsPublic":{"type":"boolean"},"DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesRequiresOcr":{"type":"boolean"},"DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOcrModelAnyOf0":{"type":"null"},"DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOcrModelAnyOf1":{"type":"string"},"DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOcrModel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOcrModelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOcrModelAnyOf1"}]},"DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAtAnyOf1"}]},"DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEnvKey":{"type":"string"},"DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItem":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId"},"code":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCode"},"title":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDescription"},"isPublic":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesIsPublic"},"requiresOcr":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesRequiresOcr"},"ocrModel":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOcrModel"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAt"},"envKey":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEnvKey"}},"required":["id","code","title","description","isPublic","requiresOcr","ocrModel","createdAt","updatedAt","envKey"],"additionalProperties":false},"DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"item":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItem"}},"required":["item"],"additionalProperties":false},"DocPathsApiAttachmentsPartitionsPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsPartitionsPutResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiAttachmentsPartitionsPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiAttachmentsPartitionsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsPartitionsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAttachmentsPartitionsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsPartitionsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAttachmentsPartitionsPutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsPartitionsPutResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiAttachmentsPartitionsPutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsPutResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiAttachmentsPartitionsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiAttachmentsPartitionsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiAttachmentsPartitionsDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsPartitionsDeleteResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiAttachmentsPartitionsDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsDeleteResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsDeleteResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiAttachmentsPartitionsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsPartitionsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAttachmentsPartitionsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsPartitionsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAttachmentsPartitionsDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsPartitionsDeleteResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiAttachmentsPartitionsDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsDeleteResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsDeleteResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiAttachmentsPartitionsDeleteResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsPartitionsDeleteResponses409ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiAttachmentsPartitionsDeleteResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsDeleteResponses409ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPartitionsDeleteResponses409ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiAttachmentsGetParameters0Schema":{"type":"string","minLength":1},"DocPathsApiAttachmentsGetParameters1Schema":{"type":"string","minLength":1},"DocPathsApiAttachmentsGetParameters2Schema":{"type":"number"},"DocPathsApiAttachmentsGetParameters3Schema":{"type":"number"},"DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUrl":{"type":"string"},"DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFileName":{"type":"string"},"DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFileSize":{"type":"number"},"DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMimeTypeAnyOf0":{"type":"null"},"DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMimeTypeAnyOf1":{"type":"string"},"DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMimeType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMimeTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMimeTypeAnyOf1"}]},"DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesThumbnailUrl":{"type":"string"},"DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPartitionCode":{"type":"string"},"DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItems":{"type":"string"},"DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItems"}},"DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContentAnyOf0":{"type":"null"},"DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContentAnyOf1":{"type":"string"},"DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContent":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContentAnyOf1"}]},"DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesType":{"type":"string"},"DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesId":{"type":"string"},"DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesHrefAnyOf0":{"type":"null"},"DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesHrefAnyOf1":{"type":"string"},"DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesHref":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesHrefAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesHrefAnyOf1"}]},"DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesLabelAnyOf1":{"type":"string"},"DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesLabelAnyOf1"}]},"DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItems":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesType"},"id":{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesId"},"href":{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesHref"},"label":{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesLabel"}},"required":["type","id"],"additionalProperties":false},"DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignments":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItems"}},"DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"url":{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUrl"},"fileName":{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFileName"},"fileSize":{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFileSize"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"mimeType":{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMimeType"},"thumbnailUrl":{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesThumbnailUrl"},"partitionCode":{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPartitionCode"},"tags":{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTags"},"content":{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContent"},"assignments":{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignments"}},"required":["id","url","fileName","fileSize","createdAt"],"additionalProperties":false},"DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items"],"additionalProperties":false},"DocPathsApiAttachmentsGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAttachmentsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAttachmentsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAttachmentsPostRequestBodyContentMultipartFormDataSchemaPropertiesEntityId":{"type":"string","minLength":1},"DocPathsApiAttachmentsPostRequestBodyContentMultipartFormDataSchemaPropertiesRecordId":{"type":"string","minLength":1},"DocPathsApiAttachmentsPostRequestBodyContentMultipartFormDataSchemaPropertiesFieldKey":{"type":"string"},"DocPathsApiAttachmentsPostRequestBodyContentMultipartFormDataSchemaPropertiesFile":{"type":"string","minLength":1},"DocPathsApiAttachmentsPostRequestBodyContentMultipartFormDataSchemaPropertiesCustomFields":{"type":"string"},"DocPathsApiAttachmentsPostRequestBodyContentMultipartFormDataSchema":{"type":"object","properties":{"entityId":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPostRequestBodyContentMultipartFormDataSchemaPropertiesEntityId"},"recordId":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPostRequestBodyContentMultipartFormDataSchemaPropertiesRecordId"},"fieldKey":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPostRequestBodyContentMultipartFormDataSchemaPropertiesFieldKey"},"file":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPostRequestBodyContentMultipartFormDataSchemaPropertiesFile"},"customFields":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPostRequestBodyContentMultipartFormDataSchemaPropertiesCustomFields"}},"required":["entityId","recordId","file"],"additionalProperties":false},"DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId":{"type":"string"},"DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUrl":{"type":"string"},"DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFileName":{"type":"string"},"DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFileSize":{"type":"number"},"DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesThumbnailUrl":{"type":"string"},"DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesContentAnyOf0":{"type":"null"},"DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesContentAnyOf1":{"type":"string"},"DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesContent":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesContentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesContentAnyOf1"}]},"DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTagsItems":{"type":"string"},"DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTagsItems"}},"DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignmentsItemsPropertiesType":{"type":"string"},"DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignmentsItemsPropertiesId":{"type":"string"},"DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignmentsItemsPropertiesHrefAnyOf0":{"type":"null"},"DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignmentsItemsPropertiesHrefAnyOf1":{"type":"string"},"DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignmentsItemsPropertiesHref":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignmentsItemsPropertiesHrefAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignmentsItemsPropertiesHrefAnyOf1"}]},"DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignmentsItemsPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignmentsItemsPropertiesLabelAnyOf1":{"type":"string"},"DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignmentsItemsPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignmentsItemsPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignmentsItemsPropertiesLabelAnyOf1"}]},"DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignmentsItems":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignmentsItemsPropertiesType"},"id":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignmentsItemsPropertiesId"},"href":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignmentsItemsPropertiesHref"},"label":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignmentsItemsPropertiesLabel"}},"required":["type","id"],"additionalProperties":false},"DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignments":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignmentsItems"}},"DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCustomFields":{"type":"object","additionalProperties":true},"DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItem":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId"},"url":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUrl"},"fileName":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFileName"},"fileSize":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFileSize"},"thumbnailUrl":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesThumbnailUrl"},"content":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesContent"},"tags":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTags"},"assignments":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignments"},"customFields":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCustomFields"}},"required":["id","url","fileName","fileSize"],"additionalProperties":false},"DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"item":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItem"}},"required":["ok","item"],"additionalProperties":false},"DocPathsApiAttachmentsPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAttachmentsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAttachmentsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAttachmentsDeleteParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiAttachmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiAttachmentsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiAttachmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiAttachmentsDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsDeleteResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAttachmentsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAttachmentsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAttachmentsDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAttachmentsTransferPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","minLength":1},"DocPathsApiAttachmentsTransferPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdsItems":{"type":"string","format":"uuid"},"DocPathsApiAttachmentsTransferPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAttachmentsTransferPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdsItems"},"minItems":1},"DocPathsApiAttachmentsTransferPostRequestBodyContentApplicationJsonSchemaPropertiesFromRecordId":{"type":"string","minLength":1},"DocPathsApiAttachmentsTransferPostRequestBodyContentApplicationJsonSchemaPropertiesToRecordId":{"type":"string","minLength":1},"DocPathsApiAttachmentsTransferPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"entityId":{"$ref":"#/components/schemas/DocPathsApiAttachmentsTransferPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"attachmentIds":{"$ref":"#/components/schemas/DocPathsApiAttachmentsTransferPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIds"},"fromRecordId":{"$ref":"#/components/schemas/DocPathsApiAttachmentsTransferPostRequestBodyContentApplicationJsonSchemaPropertiesFromRecordId"},"toRecordId":{"$ref":"#/components/schemas/DocPathsApiAttachmentsTransferPostRequestBodyContentApplicationJsonSchemaPropertiesToRecordId"}},"required":["entityId","attachmentIds","toRecordId"],"additionalProperties":false},"DocPathsApiAttachmentsTransferPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiAttachmentsTransferPostResponses200ContentApplicationJsonSchemaPropertiesUpdated":{"type":"number"},"DocPathsApiAttachmentsTransferPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiAttachmentsTransferPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"updated":{"$ref":"#/components/schemas/DocPathsApiAttachmentsTransferPostResponses200ContentApplicationJsonSchemaPropertiesUpdated"}},"required":["ok","updated"],"additionalProperties":false},"DocPathsApiAttachmentsTransferPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsTransferPostResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiAttachmentsTransferPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsTransferPostResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiAttachmentsTransferPostResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiAttachmentsTransferPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsTransferPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsTransferPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAttachmentsTransferPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsTransferPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsTransferPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAttachmentsTransferPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsTransferPostResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiAttachmentsTransferPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsTransferPostResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiAttachmentsTransferPostResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiAttachmentsTransferPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAttachmentsTransferPostResponses500ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiAttachmentsTransferPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAttachmentsTransferPostResponses500ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiAttachmentsTransferPostResponses500ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiCatalogBulkDeletePostResponses201ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiCatalogBulkDeletePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogBulkDeletePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogBulkDeletePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogBulkDeletePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogBulkDeletePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogBulkDeletePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogCategoriesGetParameters0Schema":{"type":"string","enum":["manage","tree"]},"DocPathsApiCatalogCategoriesGetParameters1Schema":{"type":"number"},"DocPathsApiCatalogCategoriesGetParameters2Schema":{"type":"number"},"DocPathsApiCatalogCategoriesGetParameters3Schema":{"type":"string"},"DocPathsApiCatalogCategoriesGetParameters4Schema":{"type":"string","enum":["all","active","inactive"]},"DocPathsApiCatalogCategoriesGetParameters5Schema":{"type":"string"},"DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlugAnyOf0":{"type":"null"},"DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlugAnyOf1":{"type":"string"},"DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlug":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlugAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlugAnyOf1"}]},"DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentIdAnyOf0":{"type":"null"},"DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentIdAnyOf1"}]},"DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentNameAnyOf0":{"type":"null"},"DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentNameAnyOf1":{"type":"string"},"DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentNameAnyOf1"}]},"DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDepth":{"type":"number"},"DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTreePath":{"type":"string"},"DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPathLabel":{"type":"string"},"DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChildCount":{"type":"number"},"DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescendantCount":{"type":"number"},"DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"slug":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlug"},"description":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"parentId":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentId"},"parentName":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentName"},"depth":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDepth"},"treePath":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTreePath"},"pathLabel":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPathLabel"},"childCount":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChildCount"},"descendantCount":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescendantCount"},"isActive":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"}},"required":["id","name","depth","treePath","pathLabel","childCount","descendantCount","isActive","organizationId","tenantId"],"additionalProperties":false},"DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiCatalogCategoriesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogCategoriesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogCategoriesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogCategoriesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogCategoriesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCatalogCategoriesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCatalogCategoriesPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiCatalogCategoriesPostRequestBodyContentApplicationJsonSchemaPropertiesSlugAnyOf0":{"type":"null"},"DocPathsApiCatalogCategoriesPostRequestBodyContentApplicationJsonSchemaPropertiesSlugAnyOf1":{"type":"string","pattern":"^[a-z0-9\\-_]+$","maxLength":150},"DocPathsApiCatalogCategoriesPostRequestBodyContentApplicationJsonSchemaPropertiesSlug":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPostRequestBodyContentApplicationJsonSchemaPropertiesSlugAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPostRequestBodyContentApplicationJsonSchemaPropertiesSlugAnyOf1"}]},"DocPathsApiCatalogCategoriesPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":2000},"DocPathsApiCatalogCategoriesPostRequestBodyContentApplicationJsonSchemaPropertiesParentIdAnyOf0":{"type":"null"},"DocPathsApiCatalogCategoriesPostRequestBodyContentApplicationJsonSchemaPropertiesParentIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogCategoriesPostRequestBodyContentApplicationJsonSchemaPropertiesParentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPostRequestBodyContentApplicationJsonSchemaPropertiesParentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPostRequestBodyContentApplicationJsonSchemaPropertiesParentIdAnyOf1"}]},"DocPathsApiCatalogCategoriesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiCatalogCategoriesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"name":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"slug":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPostRequestBodyContentApplicationJsonSchemaPropertiesSlug"},"description":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"parentId":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPostRequestBodyContentApplicationJsonSchemaPropertiesParentId"},"isActive":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["organizationId","tenantId","name"],"additionalProperties":false},"DocPathsApiCatalogCategoriesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiCatalogCategoriesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogCategoriesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiCatalogCategoriesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCatalogCategoriesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogCategoriesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogCategoriesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogCategoriesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogCategoriesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCatalogCategoriesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCatalogCategoriesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCatalogCategoriesPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiCatalogCategoriesPutRequestBodyContentApplicationJsonSchemaPropertiesSlugAnyOf0":{"type":"null"},"DocPathsApiCatalogCategoriesPutRequestBodyContentApplicationJsonSchemaPropertiesSlugAnyOf1":{"type":"string","pattern":"^[a-z0-9\\-_]+$","maxLength":150},"DocPathsApiCatalogCategoriesPutRequestBodyContentApplicationJsonSchemaPropertiesSlug":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPutRequestBodyContentApplicationJsonSchemaPropertiesSlugAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPutRequestBodyContentApplicationJsonSchemaPropertiesSlugAnyOf1"}]},"DocPathsApiCatalogCategoriesPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":2000},"DocPathsApiCatalogCategoriesPutRequestBodyContentApplicationJsonSchemaPropertiesParentIdAnyOf0":{"type":"null"},"DocPathsApiCatalogCategoriesPutRequestBodyContentApplicationJsonSchemaPropertiesParentIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogCategoriesPutRequestBodyContentApplicationJsonSchemaPropertiesParentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPutRequestBodyContentApplicationJsonSchemaPropertiesParentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPutRequestBodyContentApplicationJsonSchemaPropertiesParentIdAnyOf1"}]},"DocPathsApiCatalogCategoriesPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiCatalogCategoriesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"name":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"slug":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPutRequestBodyContentApplicationJsonSchemaPropertiesSlug"},"description":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"parentId":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPutRequestBodyContentApplicationJsonSchemaPropertiesParentId"},"isActive":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["id"],"additionalProperties":false},"DocPathsApiCatalogCategoriesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCatalogCategoriesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCatalogCategoriesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogCategoriesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogCategoriesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogCategoriesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogCategoriesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCatalogCategoriesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCatalogCategoriesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCatalogCategoriesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCatalogCategoriesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogCategoriesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogCategoriesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogCategoriesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogCategoriesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogDictionariesKeyGetParameters0Schema":{"type":"string"},"DocPathsApiCatalogDictionariesKeyGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCatalogDictionariesKeyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCatalogDictionariesKeyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesValue":{"type":"string"},"DocPathsApiCatalogDictionariesKeyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesLabel":{"type":"string"},"DocPathsApiCatalogDictionariesKeyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesColorAnyOf0":{"type":"null"},"DocPathsApiCatalogDictionariesKeyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesColorAnyOf1":{"type":"string"},"DocPathsApiCatalogDictionariesKeyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogDictionariesKeyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogDictionariesKeyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesColorAnyOf1"}]},"DocPathsApiCatalogDictionariesKeyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesIconAnyOf0":{"type":"null"},"DocPathsApiCatalogDictionariesKeyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesIconAnyOf1":{"type":"string"},"DocPathsApiCatalogDictionariesKeyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogDictionariesKeyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogDictionariesKeyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesIconAnyOf1"}]},"DocPathsApiCatalogDictionariesKeyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCatalogDictionariesKeyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesId"},"value":{"$ref":"#/components/schemas/DocPathsApiCatalogDictionariesKeyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsApiCatalogDictionariesKeyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsApiCatalogDictionariesKeyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsApiCatalogDictionariesKeyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesIcon"}},"required":["id","value","label","color","icon"],"additionalProperties":false},"DocPathsApiCatalogDictionariesKeyGetResponses200ContentApplicationJsonSchemaPropertiesEntries":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCatalogDictionariesKeyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItems"}},"DocPathsApiCatalogDictionariesKeyGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCatalogDictionariesKeyGetResponses200ContentApplicationJsonSchemaPropertiesId"},"entries":{"$ref":"#/components/schemas/DocPathsApiCatalogDictionariesKeyGetResponses200ContentApplicationJsonSchemaPropertiesEntries"}},"required":["id","entries"],"additionalProperties":false},"DocPathsApiCatalogDictionariesKeyGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogDictionariesKeyGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogDictionariesKeyGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogDictionariesKeyGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogDictionariesKeyGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogDictionariesKeyGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogOffersGetParameters0Schema":{"type":"number"},"DocPathsApiCatalogOffersGetParameters1Schema":{"type":"number"},"DocPathsApiCatalogOffersGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsApiCatalogOffersGetParameters3Schema":{"type":"string","format":"uuid"},"DocPathsApiCatalogOffersGetParameters4Schema":{"type":"string"},"DocPathsApiCatalogOffersGetParameters5Schema":{"type":"string","format":"uuid"},"DocPathsApiCatalogOffersGetParameters6Schema":{"type":"string"},"DocPathsApiCatalogOffersGetParameters7Schema":{"type":"string"},"DocPathsApiCatalogOffersGetParameters8Schema":{"type":"boolean"},"DocPathsApiCatalogOffersGetParameters9Schema":{"type":"string"},"DocPathsApiCatalogOffersGetParameters10Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiCatalogOffersGetParameters11Schema":{"type":"string"},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductIdAnyOf0":{"type":"null"},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductIdAnyOf1"}]},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChannelIdAnyOf0":{"type":"null"},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChannelIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChannelId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChannelIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChannelIdAnyOf1"}]},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle":{"type":"string"},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultMediaIdAnyOf0":{"type":"null"},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultMediaIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultMediaId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultMediaIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultMediaIdAnyOf1"}]},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultMediaUrlAnyOf0":{"type":"null"},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultMediaUrlAnyOf1":{"type":"string"},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultMediaUrl":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultMediaUrlAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultMediaUrlAnyOf1"}]},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1"}]},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActiveAnyOf0":{"type":"null"},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActiveAnyOf1":{"type":"boolean"},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActiveAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActiveAnyOf1"}]},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductAnyOf0":{"type":"null"},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProduct":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductAnyOf1"}]},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPricesItems":{"type":"object","additionalProperties":true},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrices":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPricesItems"}},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductChannelPriceAnyOf0":{"type":"null"},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductChannelPriceAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductChannelPrice":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductChannelPriceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductChannelPriceAnyOf1"}]},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductDefaultPricesItems":{"type":"object","additionalProperties":true},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductDefaultPrices":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductDefaultPricesItems"}},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"productId":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"channelId":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChannelId"},"title":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"defaultMediaId":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultMediaId"},"defaultMediaUrl":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultMediaUrl"},"metadata":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata"},"isActive":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"product":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProduct"},"prices":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrices"},"productChannelPrice":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductChannelPrice"},"productDefaultPrices":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductDefaultPrices"}},"required":["id","title"],"additionalProperties":false},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiCatalogOffersGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogOffersGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogOffersGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogOffersGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogOffersPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCatalogOffersPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCatalogOffersPostRequestBodyContentApplicationJsonSchemaPropertiesChannelId":{"type":"string","format":"uuid"},"DocPathsApiCatalogOffersPostRequestBodyContentApplicationJsonSchemaPropertiesTitle":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiCatalogOffersPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":4000},"DocPathsApiCatalogOffersPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaIdAnyOf0":{"type":"null"},"DocPathsApiCatalogOffersPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogOffersPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaIdAnyOf1"}]},"DocPathsApiCatalogOffersPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaUrlAnyOf0":{"type":"null"},"DocPathsApiCatalogOffersPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaUrlAnyOf1":{"type":"string","maxLength":500},"DocPathsApiCatalogOffersPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaUrl":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaUrlAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaUrlAnyOf1"}]},"DocPathsApiCatalogOffersPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiCatalogOffersPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiCatalogOffersPostRequestBodyContentApplicationJsonSchemaPropertiesProductId":{"type":"string","format":"uuid"},"DocPathsApiCatalogOffersPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"channelId":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPostRequestBodyContentApplicationJsonSchemaPropertiesChannelId"},"title":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPostRequestBodyContentApplicationJsonSchemaPropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"defaultMediaId":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaId"},"defaultMediaUrl":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaUrl"},"metadata":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata"},"isActive":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"productId":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPostRequestBodyContentApplicationJsonSchemaPropertiesProductId"}},"required":["organizationId","tenantId","channelId","title","productId"],"additionalProperties":false},"DocPathsApiCatalogOffersPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiCatalogOffersPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogOffersPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiCatalogOffersPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCatalogOffersPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogOffersPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogOffersPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogOffersPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogOffersPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCatalogOffersPutRequestBodyContentApplicationJsonSchemaPropertiesChannelId":{"type":"string","format":"uuid"},"DocPathsApiCatalogOffersPutRequestBodyContentApplicationJsonSchemaPropertiesTitle":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiCatalogOffersPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":4000},"DocPathsApiCatalogOffersPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaIdAnyOf0":{"type":"null"},"DocPathsApiCatalogOffersPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogOffersPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaIdAnyOf1"}]},"DocPathsApiCatalogOffersPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaUrlAnyOf0":{"type":"null"},"DocPathsApiCatalogOffersPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaUrlAnyOf1":{"type":"string","maxLength":500},"DocPathsApiCatalogOffersPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaUrl":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaUrlAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaUrlAnyOf1"}]},"DocPathsApiCatalogOffersPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiCatalogOffersPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiCatalogOffersPutRequestBodyContentApplicationJsonSchemaPropertiesProductId":{"type":"string","format":"uuid"},"DocPathsApiCatalogOffersPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"channelId":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPutRequestBodyContentApplicationJsonSchemaPropertiesChannelId"},"title":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPutRequestBodyContentApplicationJsonSchemaPropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"defaultMediaId":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaId"},"defaultMediaUrl":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaUrl"},"metadata":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata"},"isActive":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"productId":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPutRequestBodyContentApplicationJsonSchemaPropertiesProductId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCatalogOffersPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCatalogOffersPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCatalogOffersPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogOffersPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogOffersPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogOffersPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogOffersDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCatalogOffersDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCatalogOffersDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCatalogOffersDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCatalogOffersDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogOffersDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogOffersDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogOffersDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogOffersDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogOptionSchemasGetParameters0Schema":{"type":"number"},"DocPathsApiCatalogOptionSchemasGetParameters1Schema":{"type":"number"},"DocPathsApiCatalogOptionSchemasGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsApiCatalogOptionSchemasGetParameters3Schema":{"type":"string"},"DocPathsApiCatalogOptionSchemasGetParameters4Schema":{"type":"string"},"DocPathsApiCatalogOptionSchemasGetParameters5Schema":{"type":"boolean"},"DocPathsApiCatalogOptionSchemasGetParameters6Schema":{"type":"string"},"DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCodeAnyOf0":{"type":"null"},"DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCodeAnyOf1":{"type":"string"},"DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCodeAnyOf1"}]},"DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSchemaAnyOf0":{"type":"null"},"DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSchemaAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSchema":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSchemaAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSchemaAnyOf1"}]},"DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1"}]},"DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActiveAnyOf0":{"type":"null"},"DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActiveAnyOf1":{"type":"boolean"},"DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActiveAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActiveAnyOf1"}]},"DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"code":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode"},"description":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSchema"},"metadata":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata"},"is_active":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"created_at":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","name"],"additionalProperties":false},"DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiCatalogOptionSchemasGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogOptionSchemasGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogOptionSchemasGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogOptionSchemasGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesCode":{"type":"string","pattern":"^[a-z0-9\\-_]+$","maxLength":150},"DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":4000},"DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesVersion":{"type":"number"},"DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesName":{"type":"string","maxLength":255},"DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesDescription":{"type":"string","maxLength":4000},"DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesCode":{"type":"string","pattern":"^[a-z0-9\\-_]+$","maxLength":150},"DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesLabel":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesDescription":{"type":"string","maxLength":2000},"DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesInputType":{"type":"string","enum":["select","text","textarea","number"]},"DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesIsRequired":{"type":"boolean"},"DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesIsMultiple":{"type":"boolean"},"DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesChoicesItemsPropertiesCode":{"type":"string","pattern":"^[a-z0-9\\-_]+$","maxLength":150},"DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesChoicesItemsPropertiesLabel":{"type":"string","maxLength":255},"DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesChoicesItems":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesChoicesItemsPropertiesCode"},"label":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesChoicesItemsPropertiesLabel"}},"required":["code"],"additionalProperties":false},"DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesChoices":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesChoicesItems"},"maxItems":200},"DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItems":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesCode"},"label":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesLabel"},"description":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesDescription"},"inputType":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesInputType"},"isRequired":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesIsRequired"},"isMultiple":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesIsMultiple"},"choices":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesChoices"}},"required":["code","label","inputType"],"additionalProperties":false},"DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItems"},"maxItems":64},"DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesSchema":{"type":"object","properties":{"version":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesVersion"},"name":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesDescription"},"options":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptions"}},"required":["options"],"additionalProperties":false},"DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"name":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"code":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesCode"},"description":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesSchema"},"metadata":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata"},"isActive":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["organizationId","tenantId","name","schema"],"additionalProperties":false},"DocPathsApiCatalogOptionSchemasPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiCatalogOptionSchemasPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogOptionSchemasPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiCatalogOptionSchemasPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCatalogOptionSchemasPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogOptionSchemasPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogOptionSchemasPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogOptionSchemasPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesCode":{"type":"string","pattern":"^[a-z0-9\\-_]+$","maxLength":150},"DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":4000},"DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesVersion":{"type":"number"},"DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesName":{"type":"string","maxLength":255},"DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesDescription":{"type":"string","maxLength":4000},"DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesCode":{"type":"string","pattern":"^[a-z0-9\\-_]+$","maxLength":150},"DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesLabel":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesDescription":{"type":"string","maxLength":2000},"DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesInputType":{"type":"string","enum":["select","text","textarea","number"]},"DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesIsRequired":{"type":"boolean"},"DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesIsMultiple":{"type":"boolean"},"DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesChoicesItemsPropertiesCode":{"type":"string","pattern":"^[a-z0-9\\-_]+$","maxLength":150},"DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesChoicesItemsPropertiesLabel":{"type":"string","maxLength":255},"DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesChoicesItems":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesChoicesItemsPropertiesCode"},"label":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesChoicesItemsPropertiesLabel"}},"required":["code"],"additionalProperties":false},"DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesChoices":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesChoicesItems"},"maxItems":200},"DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItems":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesCode"},"label":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesLabel"},"description":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesDescription"},"inputType":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesInputType"},"isRequired":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesIsRequired"},"isMultiple":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesIsMultiple"},"choices":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItemsPropertiesChoices"}},"required":["code","label","inputType"],"additionalProperties":false},"DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptionsItems"},"maxItems":64},"DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesSchema":{"type":"object","properties":{"version":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesVersion"},"name":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesDescription"},"options":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesSchemaPropertiesOptions"}},"required":["options"],"additionalProperties":false},"DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"name":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"code":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesCode"},"description":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"schema":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesSchema"},"metadata":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata"},"isActive":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["id"],"additionalProperties":false},"DocPathsApiCatalogOptionSchemasPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCatalogOptionSchemasPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCatalogOptionSchemasPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogOptionSchemasPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogOptionSchemasPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogOptionSchemasPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogOptionSchemasDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCatalogOptionSchemasDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCatalogOptionSchemasDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCatalogOptionSchemasDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCatalogOptionSchemasDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogOptionSchemasDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogOptionSchemasDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogOptionSchemasDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogOptionSchemasDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogPriceKindsGetParameters0Schema":{"type":"number"},"DocPathsApiCatalogPriceKindsGetParameters1Schema":{"type":"number"},"DocPathsApiCatalogPriceKindsGetParameters2Schema":{"type":"string"},"DocPathsApiCatalogPriceKindsGetParameters3Schema":{"type":"string"},"DocPathsApiCatalogPriceKindsGetParameters4Schema":{"type":"string"},"DocPathsApiCatalogPriceKindsGetParameters5Schema":{"type":"string"},"DocPathsApiCatalogPriceKindsGetParameters6Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiCatalogPriceKindsGetParameters7Schema":{"type":"string"},"DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode":{"type":"string"},"DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle":{"type":"string"},"DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayModeAnyOf0":{"type":"null"},"DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayModeAnyOf1":{"type":"string"},"DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayMode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayModeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayModeAnyOf1"}]},"DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf0":{"type":"null"},"DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf1":{"type":"string"},"DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf1"}]},"DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPromotionAnyOf0":{"type":"null"},"DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPromotionAnyOf1":{"type":"boolean"},"DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPromotion":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPromotionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPromotionAnyOf1"}]},"DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActiveAnyOf0":{"type":"null"},"DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActiveAnyOf1":{"type":"boolean"},"DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActiveAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActiveAnyOf1"}]},"DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"organization_id":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"code":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode"},"title":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle"},"display_mode":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayMode"},"currency_code":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCode"},"is_promotion":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPromotion"},"is_active":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"created_at":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","code","title"],"additionalProperties":false},"DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiCatalogPriceKindsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogPriceKindsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogPriceKindsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogPriceKindsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogPriceKindsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCatalogPriceKindsPostRequestBodyContentApplicationJsonSchemaPropertiesCode":{"type":"string","pattern":"^[a-z0-9\\-_]+$","maxLength":150},"DocPathsApiCatalogPriceKindsPostRequestBodyContentApplicationJsonSchemaPropertiesTitle":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiCatalogPriceKindsPostRequestBodyContentApplicationJsonSchemaPropertiesDisplayModeAllOf0":{"type":"string","enum":["including-tax","excluding-tax"]},"DocPathsApiCatalogPriceKindsPostRequestBodyContentApplicationJsonSchemaPropertiesDisplayMode":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsPostRequestBodyContentApplicationJsonSchemaPropertiesDisplayModeAllOf0"}],"default":"excluding-tax"},"DocPathsApiCatalogPriceKindsPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiCatalogPriceKindsPostRequestBodyContentApplicationJsonSchemaPropertiesIsPromotion":{"type":"boolean"},"DocPathsApiCatalogPriceKindsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiCatalogPriceKindsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"code":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsPostRequestBodyContentApplicationJsonSchemaPropertiesCode"},"title":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsPostRequestBodyContentApplicationJsonSchemaPropertiesTitle"},"displayMode":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsPostRequestBodyContentApplicationJsonSchemaPropertiesDisplayMode"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode"},"isPromotion":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsPostRequestBodyContentApplicationJsonSchemaPropertiesIsPromotion"},"isActive":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["tenantId","code","title"],"additionalProperties":false},"DocPathsApiCatalogPriceKindsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiCatalogPriceKindsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogPriceKindsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiCatalogPriceKindsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCatalogPriceKindsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogPriceKindsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogPriceKindsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogPriceKindsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogPriceKindsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCatalogPriceKindsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCatalogPriceKindsPutRequestBodyContentApplicationJsonSchemaPropertiesCode":{"type":"string","pattern":"^[a-z0-9\\-_]+$","maxLength":150},"DocPathsApiCatalogPriceKindsPutRequestBodyContentApplicationJsonSchemaPropertiesTitle":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiCatalogPriceKindsPutRequestBodyContentApplicationJsonSchemaPropertiesDisplayModeAllOf0":{"type":"string","enum":["including-tax","excluding-tax"]},"DocPathsApiCatalogPriceKindsPutRequestBodyContentApplicationJsonSchemaPropertiesDisplayMode":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsPutRequestBodyContentApplicationJsonSchemaPropertiesDisplayModeAllOf0"}],"default":"excluding-tax"},"DocPathsApiCatalogPriceKindsPutRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiCatalogPriceKindsPutRequestBodyContentApplicationJsonSchemaPropertiesIsPromotion":{"type":"boolean"},"DocPathsApiCatalogPriceKindsPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiCatalogPriceKindsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"code":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsPutRequestBodyContentApplicationJsonSchemaPropertiesCode"},"title":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsPutRequestBodyContentApplicationJsonSchemaPropertiesTitle"},"displayMode":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsPutRequestBodyContentApplicationJsonSchemaPropertiesDisplayMode"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsPutRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode"},"isPromotion":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsPutRequestBodyContentApplicationJsonSchemaPropertiesIsPromotion"},"isActive":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["id"],"additionalProperties":false},"DocPathsApiCatalogPriceKindsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCatalogPriceKindsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCatalogPriceKindsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogPriceKindsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogPriceKindsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogPriceKindsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogPriceKindsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCatalogPriceKindsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCatalogPriceKindsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCatalogPriceKindsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCatalogPriceKindsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogPriceKindsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogPriceKindsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogPriceKindsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogPriceKindsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogPricesGetParameters0Schema":{"type":"number"},"DocPathsApiCatalogPricesGetParameters1Schema":{"type":"number"},"DocPathsApiCatalogPricesGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesGetParameters3Schema":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesGetParameters4Schema":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesGetParameters5Schema":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesGetParameters6Schema":{"type":"string"},"DocPathsApiCatalogPricesGetParameters7Schema":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesGetParameters8Schema":{"type":"string"},"DocPathsApiCatalogPricesGetParameters9Schema":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesGetParameters10Schema":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesGetParameters11Schema":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesGetParameters12Schema":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesGetParameters13Schema":{"type":"number"},"DocPathsApiCatalogPricesGetParameters14Schema":{"type":"string","maxLength":50},"DocPathsApiCatalogPricesGetParameters15Schema":{"type":"boolean"},"DocPathsApiCatalogPricesGetParameters16Schema":{"type":"string"},"DocPathsApiCatalogPricesGetParameters17Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiCatalogPricesGetParameters18Schema":{"type":"string"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductIdAnyOf0":{"type":"null"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductIdAnyOf1"}]},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVariantIdAnyOf0":{"type":"null"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVariantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVariantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVariantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVariantIdAnyOf1"}]},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOfferIdAnyOf0":{"type":"null"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOfferIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOfferId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOfferIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOfferIdAnyOf1"}]},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf0":{"type":"null"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf1":{"type":"string"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf1"}]},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriceKindIdAnyOf0":{"type":"null"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriceKindIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriceKindId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriceKindIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriceKindIdAnyOf1"}]},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKindAnyOf0":{"type":"null"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKindAnyOf1":{"type":"string"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKindAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKindAnyOf1"}]},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinQuantityAnyOf0":{"type":"null"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinQuantityAnyOf1":{"type":"number"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinQuantity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinQuantityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinQuantityAnyOf1"}]},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxQuantityAnyOf0":{"type":"null"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxQuantityAnyOf1":{"type":"number"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxQuantity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxQuantityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxQuantityAnyOf1"}]},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceNetAnyOf0":{"type":"null"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceNetAnyOf1":{"type":"number"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceNet":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceNetAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceNetAnyOf1"}]},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceGrossAnyOf0":{"type":"null"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceGrossAnyOf1":{"type":"number"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceGross":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceGrossAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceGrossAnyOf1"}]},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxRateAnyOf0":{"type":"null"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxRateAnyOf1":{"type":"number"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxRate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxRateAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxRateAnyOf1"}]},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxAmountAnyOf0":{"type":"null"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxAmountAnyOf1":{"type":"number"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxAmountAnyOf1"}]},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChannelIdAnyOf0":{"type":"null"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChannelIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChannelId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChannelIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChannelIdAnyOf1"}]},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserIdAnyOf0":{"type":"null"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserIdAnyOf1"}]},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserGroupIdAnyOf0":{"type":"null"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserGroupIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserGroupId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserGroupIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserGroupIdAnyOf1"}]},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerIdAnyOf0":{"type":"null"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerIdAnyOf1"}]},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerGroupIdAnyOf0":{"type":"null"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerGroupIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerGroupId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerGroupIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerGroupIdAnyOf1"}]},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1"}]},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartsAtAnyOf0":{"type":"null"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartsAtAnyOf1":{"type":"string"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartsAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartsAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartsAtAnyOf1"}]},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndsAtAnyOf0":{"type":"null"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndsAtAnyOf1":{"type":"string"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndsAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndsAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndsAtAnyOf1"}]},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"product_id":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductId"},"variant_id":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVariantId"},"offer_id":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOfferId"},"currency_code":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCode"},"price_kind_id":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriceKindId"},"kind":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind"},"min_quantity":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinQuantity"},"max_quantity":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxQuantity"},"unit_price_net":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceNet"},"unit_price_gross":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceGross"},"tax_rate":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxRate"},"tax_amount":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxAmount"},"channel_id":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChannelId"},"user_id":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserId"},"user_group_id":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserGroupId"},"customer_id":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerId"},"customer_group_id":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerGroupId"},"metadata":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata"},"starts_at":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartsAt"},"ends_at":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndsAt"},"created_at":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id"],"additionalProperties":false},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiCatalogPricesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogPricesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogPricesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogPricesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesVariantId":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesProductId":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesOfferId":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesPriceKindId":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesMinQuantity":{"type":"number"},"DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxQuantity":{"type":"number"},"DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceNet":{},"DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceGross":{},"DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRate":{"type":"number"},"DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRateIdAnyOf0":{"type":"null"},"DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRateIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRateIdAnyOf1"}]},"DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesChannelId":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesUserGroupId":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerId":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerGroupId":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesStartsAt":{"type":"string","format":"date-time"},"DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesEndsAt":{"type":"string","format":"date-time"},"DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"variantId":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesVariantId"},"productId":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesProductId"},"offerId":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesOfferId"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode"},"priceKindId":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesPriceKindId"},"minQuantity":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesMinQuantity"},"maxQuantity":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxQuantity"},"unitPriceNet":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceNet"},"unitPriceGross":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceGross"},"taxRate":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRate"},"taxRateId":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRateId"},"channelId":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesChannelId"},"userId":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesUserId"},"userGroupId":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesUserGroupId"},"customerId":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerId"},"customerGroupId":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerGroupId"},"metadata":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata"},"startsAt":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesStartsAt"},"endsAt":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPostRequestBodyContentApplicationJsonSchemaPropertiesEndsAt"}},"required":["organizationId","tenantId","currencyCode","priceKindId"],"additionalProperties":false},"DocPathsApiCatalogPricesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiCatalogPricesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiCatalogPricesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCatalogPricesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogPricesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogPricesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogPricesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesVariantId":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesProductId":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesOfferId":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesPriceKindId":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesMinQuantity":{"type":"number"},"DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxQuantity":{"type":"number"},"DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceNet":{},"DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceGross":{},"DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRate":{"type":"number"},"DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRateIdAnyOf0":{"type":"null"},"DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRateIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRateIdAnyOf1"}]},"DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesChannelId":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesUserGroupId":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesCustomerId":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesCustomerGroupId":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesStartsAt":{"type":"string","format":"date-time"},"DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesEndsAt":{"type":"string","format":"date-time"},"DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"variantId":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesVariantId"},"productId":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesProductId"},"offerId":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesOfferId"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode"},"priceKindId":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesPriceKindId"},"minQuantity":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesMinQuantity"},"maxQuantity":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxQuantity"},"unitPriceNet":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceNet"},"unitPriceGross":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceGross"},"taxRate":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRate"},"taxRateId":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRateId"},"channelId":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesChannelId"},"userId":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesUserId"},"userGroupId":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesUserGroupId"},"customerId":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesCustomerId"},"customerGroupId":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesCustomerGroupId"},"metadata":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata"},"startsAt":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesStartsAt"},"endsAt":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPutRequestBodyContentApplicationJsonSchemaPropertiesEndsAt"}},"required":["id"],"additionalProperties":false},"DocPathsApiCatalogPricesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCatalogPricesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCatalogPricesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogPricesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogPricesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogPricesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogPricesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCatalogPricesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCatalogPricesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCatalogPricesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCatalogPricesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogPricesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogPricesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogPricesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogPricesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogProductMediaGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductMediaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductMediaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFileName":{"type":"string"},"DocPathsApiCatalogProductMediaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUrl":{"type":"string"},"DocPathsApiCatalogProductMediaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesThumbnailUrl":{"type":"string"},"DocPathsApiCatalogProductMediaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCatalogProductMediaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"fileName":{"$ref":"#/components/schemas/DocPathsApiCatalogProductMediaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFileName"},"url":{"$ref":"#/components/schemas/DocPathsApiCatalogProductMediaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUrl"},"thumbnailUrl":{"$ref":"#/components/schemas/DocPathsApiCatalogProductMediaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesThumbnailUrl"}},"required":["id","fileName","url","thumbnailUrl"],"additionalProperties":false},"DocPathsApiCatalogProductMediaGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCatalogProductMediaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCatalogProductMediaGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCatalogProductMediaGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsApiCatalogProductMediaGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogProductMediaGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogProductMediaGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogProductMediaGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogProductMediaGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogProductMediaGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogProductUnitConversionsGetParameters0Schema":{"type":"number"},"DocPathsApiCatalogProductUnitConversionsGetParameters1Schema":{"type":"number"},"DocPathsApiCatalogProductUnitConversionsGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductUnitConversionsGetParameters3Schema":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductUnitConversionsGetParameters4Schema":{"type":"string","maxLength":50},"DocPathsApiCatalogProductUnitConversionsGetParameters5Schema":{"type":"boolean"},"DocPathsApiCatalogProductUnitConversionsGetParameters6Schema":{"type":"string"},"DocPathsApiCatalogProductUnitConversionsGetParameters7Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiCatalogProductUnitConversionsGetParameters8Schema":{"type":"string"},"DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductId":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitCode":{"type":"string"},"DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesToBaseFactor":{"type":"number"},"DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSortOrderAnyOf0":{"type":"null"},"DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSortOrderAnyOf1":{"type":"number"},"DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSortOrder":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSortOrderAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSortOrderAnyOf1"}]},"DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActiveAnyOf0":{"type":"null"},"DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActiveAnyOf1":{"type":"boolean"},"DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActiveAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActiveAnyOf1"}]},"DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1"}]},"DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"product_id":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductId"},"unit_code":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitCode"},"to_base_factor":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesToBaseFactor"},"sort_order":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSortOrder"},"is_active":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"metadata":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata"},"created_at":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","product_id","unit_code","to_base_factor"],"additionalProperties":false},"DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiCatalogProductUnitConversionsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogProductUnitConversionsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogProductUnitConversionsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogProductUnitConversionsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogProductUnitConversionsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductUnitConversionsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductUnitConversionsPostRequestBodyContentApplicationJsonSchemaPropertiesProductId":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductUnitConversionsPostRequestBodyContentApplicationJsonSchemaPropertiesUnitCode":{"type":"string","minLength":1,"maxLength":50},"DocPathsApiCatalogProductUnitConversionsPostRequestBodyContentApplicationJsonSchemaPropertiesToBaseFactor":{"type":"number"},"DocPathsApiCatalogProductUnitConversionsPostRequestBodyContentApplicationJsonSchemaPropertiesSortOrder":{"type":"number"},"DocPathsApiCatalogProductUnitConversionsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiCatalogProductUnitConversionsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiCatalogProductUnitConversionsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"productId":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsPostRequestBodyContentApplicationJsonSchemaPropertiesProductId"},"unitCode":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsPostRequestBodyContentApplicationJsonSchemaPropertiesUnitCode"},"toBaseFactor":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsPostRequestBodyContentApplicationJsonSchemaPropertiesToBaseFactor"},"sortOrder":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsPostRequestBodyContentApplicationJsonSchemaPropertiesSortOrder"},"isActive":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"metadata":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata"}},"required":["organizationId","tenantId","productId","unitCode","toBaseFactor"],"additionalProperties":false},"DocPathsApiCatalogProductUnitConversionsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiCatalogProductUnitConversionsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductUnitConversionsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiCatalogProductUnitConversionsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCatalogProductUnitConversionsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogProductUnitConversionsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogProductUnitConversionsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogProductUnitConversionsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogProductUnitConversionsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductUnitConversionsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductUnitConversionsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductUnitConversionsPutRequestBodyContentApplicationJsonSchemaPropertiesUnitCode":{"type":"string","minLength":1,"maxLength":50},"DocPathsApiCatalogProductUnitConversionsPutRequestBodyContentApplicationJsonSchemaPropertiesToBaseFactor":{"type":"number"},"DocPathsApiCatalogProductUnitConversionsPutRequestBodyContentApplicationJsonSchemaPropertiesSortOrder":{"type":"number"},"DocPathsApiCatalogProductUnitConversionsPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiCatalogProductUnitConversionsPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiCatalogProductUnitConversionsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"unitCode":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsPutRequestBodyContentApplicationJsonSchemaPropertiesUnitCode"},"toBaseFactor":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsPutRequestBodyContentApplicationJsonSchemaPropertiesToBaseFactor"},"sortOrder":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsPutRequestBodyContentApplicationJsonSchemaPropertiesSortOrder"},"isActive":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"metadata":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata"}},"required":["id"],"additionalProperties":false},"DocPathsApiCatalogProductUnitConversionsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCatalogProductUnitConversionsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCatalogProductUnitConversionsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogProductUnitConversionsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogProductUnitConversionsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogProductUnitConversionsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogProductUnitConversionsDeleteRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductUnitConversionsDeleteRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductUnitConversionsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductUnitConversionsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsDeleteRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsDeleteRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"id":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["organizationId","tenantId","id"],"additionalProperties":false},"DocPathsApiCatalogProductUnitConversionsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCatalogProductUnitConversionsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCatalogProductUnitConversionsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogProductUnitConversionsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogProductUnitConversionsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogProductUnitConversionsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogProductUnitConversionsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogProductsGetParameters0Schema":{"type":"number"},"DocPathsApiCatalogProductsGetParameters1Schema":{"type":"number"},"DocPathsApiCatalogProductsGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductsGetParameters3Schema":{"type":"string"},"DocPathsApiCatalogProductsGetParameters4Schema":{"type":"string"},"DocPathsApiCatalogProductsGetParameters5Schema":{"type":"string"},"DocPathsApiCatalogProductsGetParameters6Schema":{"type":"string"},"DocPathsApiCatalogProductsGetParameters7Schema":{"type":"string","enum":["simple","configurable","virtual","downloadable","bundle","grouped"]},"DocPathsApiCatalogProductsGetParameters8Schema":{"type":"string"},"DocPathsApiCatalogProductsGetParameters9Schema":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductsGetParameters10Schema":{"type":"string"},"DocPathsApiCatalogProductsGetParameters11Schema":{"type":"string"},"DocPathsApiCatalogProductsGetParameters12Schema":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductsGetParameters13Schema":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductsGetParameters14Schema":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductsGetParameters15Schema":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductsGetParameters16Schema":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductsGetParameters17Schema":{"type":"number"},"DocPathsApiCatalogProductsGetParameters18Schema":{"type":"string","maxLength":50},"DocPathsApiCatalogProductsGetParameters19Schema":{"type":"string"},"DocPathsApiCatalogProductsGetParameters20Schema":{"type":"string"},"DocPathsApiCatalogProductsGetParameters21Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiCatalogProductsGetParameters22Schema":{"type":"boolean"},"DocPathsApiCatalogProductsGetParameters23Schema":{"type":"string","pattern":"^[a-z0-9_\\-]+$"},"DocPathsApiCatalogProductsGetParameters24Schema":{"type":"string"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf1":{"type":"string"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf1"}]},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitleAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitleAnyOf1":{"type":"string"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitleAnyOf1"}]},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSkuAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSkuAnyOf1":{"type":"string"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSku":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSkuAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSkuAnyOf1"}]},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHandleAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHandleAnyOf1":{"type":"string"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHandle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHandleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHandleAnyOf1"}]},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductTypeAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductTypeAnyOf1":{"type":"string"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductTypeAnyOf1"}]},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf1"}]},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryCurrencyCodeAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryCurrencyCodeAnyOf1":{"type":"string"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryCurrencyCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryCurrencyCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryCurrencyCodeAnyOf1"}]},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultUnitAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultUnitAnyOf1":{"type":"string"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultUnitAnyOf1"}]},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultSalesUnitAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultSalesUnitAnyOf1":{"type":"string"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultSalesUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultSalesUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultSalesUnitAnyOf1"}]},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultSalesUnitQuantityAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultSalesUnitQuantityAnyOf1":{"type":"number"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultSalesUnitQuantity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultSalesUnitQuantityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultSalesUnitQuantityAnyOf1"}]},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomRoundingScaleAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomRoundingScaleAnyOf1":{"type":"number"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomRoundingScale":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomRoundingScaleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomRoundingScaleAnyOf1"}]},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomRoundingModeAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomRoundingModeAnyOf1":{"type":"string","enum":["half_up","down","up"]},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomRoundingMode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomRoundingModeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomRoundingModeAnyOf1"}]},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceEnabledAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceEnabledAnyOf1":{"type":"boolean"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceEnabled":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceEnabledAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceEnabledAnyOf1"}]},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceReferenceUnitAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceReferenceUnitAnyOf1":{"type":"string","enum":["kg","l","m2","m3","pc"]},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceReferenceUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceReferenceUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceReferenceUnitAnyOf1"}]},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceBaseQuantityAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceBaseQuantityAnyOf1":{"type":"number"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceBaseQuantity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceBaseQuantityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceBaseQuantityAnyOf1"}]},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPricePropertiesEnabled":{"type":"boolean"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPricePropertiesReferenceUnitAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPricePropertiesReferenceUnitAnyOf1":{"type":"string","enum":["kg","l","m2","m3","pc"]},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPricePropertiesReferenceUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPricePropertiesReferenceUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPricePropertiesReferenceUnitAnyOf1"}]},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPricePropertiesBaseQuantityAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPricePropertiesBaseQuantityAnyOf1":{"type":"number"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPricePropertiesBaseQuantity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPricePropertiesBaseQuantityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPricePropertiesBaseQuantityAnyOf1"}]},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPrice":{"type":"object","properties":{"enabled":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPricePropertiesEnabled"},"reference_unit":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPricePropertiesReferenceUnit"},"base_quantity":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPricePropertiesBaseQuantity"}},"required":["enabled","reference_unit","base_quantity"],"additionalProperties":false},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultMediaIdAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultMediaIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultMediaId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultMediaIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultMediaIdAnyOf1"}]},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultMediaUrlAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultMediaUrlAnyOf1":{"type":"string"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultMediaUrl":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultMediaUrlAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultMediaUrlAnyOf1"}]},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightValueAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightValueAnyOf1":{"type":"number"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightValueAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightValueAnyOf1"}]},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightUnitAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightUnitAnyOf1":{"type":"string"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightUnitAnyOf1"}]},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDimensionsAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDimensionsAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDimensions":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDimensionsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDimensionsAnyOf1"}]},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsConfigurableAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsConfigurableAnyOf1":{"type":"boolean"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsConfigurable":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsConfigurableAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsConfigurableAnyOf1"}]},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActiveAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActiveAnyOf1":{"type":"boolean"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActiveAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActiveAnyOf1"}]},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1"}]},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsetCodeAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsetCodeAnyOf1":{"type":"string"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsetCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsetCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsetCodeAnyOf1"}]},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOptionSchemaIdAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOptionSchemaIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOptionSchemaId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOptionSchemaIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOptionSchemaIdAnyOf1"}]},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOffersItems":{"type":"object","additionalProperties":true},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOffers":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOffersItems"}},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChannelIdsItems":{"type":"string"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChannelIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChannelIdsItems"}},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategoriesItems":{"type":"object","additionalProperties":true},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategories":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategoriesItems"}},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategoryIdsItems":{"type":"string"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategoryIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategoryIdsItems"}},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItems":{"type":"string"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItems"}},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPricingAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPricingAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPricing":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPricingAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPricingAnyOf1"}]},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"title":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle"},"subtitle":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitle"},"description":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"sku":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSku"},"handle":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHandle"},"product_type":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductType"},"status_entry_id":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryId"},"primary_currency_code":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryCurrencyCode"},"default_unit":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultUnit"},"default_sales_unit":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultSalesUnit"},"default_sales_unit_quantity":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultSalesUnitQuantity"},"uom_rounding_scale":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomRoundingScale"},"uom_rounding_mode":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomRoundingMode"},"unit_price_enabled":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceEnabled"},"unit_price_reference_unit":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceReferenceUnit"},"unit_price_base_quantity":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceBaseQuantity"},"unit_price":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPrice"},"default_media_id":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultMediaId"},"default_media_url":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultMediaUrl"},"weight_value":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightValue"},"weight_unit":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightUnit"},"dimensions":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDimensions"},"is_configurable":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsConfigurable"},"is_active":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"metadata":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata"},"custom_fieldset_code":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsetCode"},"option_schema_id":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOptionSchemaId"},"created_at":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"offers":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOffers"},"channelIds":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChannelIds"},"categories":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategories"},"categoryIds":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategoryIds"},"tags":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTags"},"pricing":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPricing"}},"required":["id"],"additionalProperties":false},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiCatalogProductsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogProductsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogProductsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogProductsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesTitle":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesSubtitle":{"type":"string","maxLength":255},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":4000},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesSkuAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesSkuAnyOf1":{"type":"string","pattern":"^[A-Za-z0-9\\-_\\.]+$","maxLength":191},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesSku":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesSkuAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesSkuAnyOf1"}]},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesHandle":{"type":"string","pattern":"^[a-z0-9\\-_]+$","maxLength":150},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRateIdAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRateIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRateIdAnyOf1"}]},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRateAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRateAnyOf1":{"type":"number"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRateAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRateAnyOf1"}]},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesProductTypeAllOf0":{"type":"string","enum":["simple","configurable","virtual","downloadable","bundle","grouped"]},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesProductType":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesProductTypeAllOf0"}],"default":"simple"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultUnitAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultUnitAnyOf1":{"type":"string","maxLength":50},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultUnitAnyOf1"}]},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultSalesUnitAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultSalesUnitAnyOf1":{"type":"string","maxLength":50},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultSalesUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultSalesUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultSalesUnitAnyOf1"}]},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultSalesUnitQuantity":{"type":"number"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesUomRoundingScale":{"type":"number"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesUomRoundingMode":{"type":"string","enum":["half_up","down","up"]},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceEnabled":{"type":"boolean"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceReferenceUnitAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceReferenceUnitAnyOf1":{"type":"string","enum":["kg","l","m2","m3","pc"]},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceReferenceUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceReferenceUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceReferenceUnitAnyOf1"}]},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceBaseQuantity":{"type":"number"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesUnitPricePropertiesEnabled":{"type":"boolean"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesUnitPricePropertiesReferenceUnitAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesUnitPricePropertiesReferenceUnitAnyOf1":{"type":"string","enum":["kg","l","m2","m3","pc"]},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesUnitPricePropertiesReferenceUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesUnitPricePropertiesReferenceUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesUnitPricePropertiesReferenceUnitAnyOf1"}]},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesUnitPricePropertiesBaseQuantity":{"type":"number"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesUnitPrice":{"type":"object","properties":{"enabled":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesUnitPricePropertiesEnabled"},"referenceUnit":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesUnitPricePropertiesReferenceUnit"},"baseQuantity":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesUnitPricePropertiesBaseQuantity"}},"additionalProperties":false},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaIdAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaIdAnyOf1"}]},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaUrlAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaUrlAnyOf1":{"type":"string","maxLength":500},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaUrl":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaUrlAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaUrlAnyOf1"}]},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesWeightValueAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesWeightValueAnyOf1":{"type":"number"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesWeightValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesWeightValueAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesWeightValueAnyOf1"}]},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesWeightUnitAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesWeightUnitAnyOf1":{"type":"string","maxLength":25},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesWeightUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesWeightUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesWeightUnitAnyOf1"}]},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDimensionsAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDimensionsAnyOf1PropertiesWidth":{"type":"number"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDimensionsAnyOf1PropertiesHeight":{"type":"number"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDimensionsAnyOf1PropertiesDepth":{"type":"number"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDimensionsAnyOf1PropertiesUnit":{"type":"string","maxLength":25},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDimensionsAnyOf1":{"type":"object","properties":{"width":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDimensionsAnyOf1PropertiesWidth"},"height":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDimensionsAnyOf1PropertiesHeight"},"depth":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDimensionsAnyOf1PropertiesDepth"},"unit":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDimensionsAnyOf1PropertiesUnit"}},"additionalProperties":false},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDimensions":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDimensionsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDimensionsAnyOf1"}]},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaIdAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaIdAnyOf1"}]},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesVersion":{"type":"number"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesName":{"type":"string","maxLength":255},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesDescription":{"type":"string","maxLength":4000},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesCode":{"type":"string","pattern":"^[a-z0-9\\-_]+$","maxLength":150},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesLabel":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesDescription":{"type":"string","maxLength":2000},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesInputType":{"type":"string","enum":["select","text","textarea","number"]},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesIsRequired":{"type":"boolean"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesIsMultiple":{"type":"boolean"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesChoicesItemsPropertiesCode":{"type":"string","pattern":"^[a-z0-9\\-_]+$","maxLength":150},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesChoicesItemsPropertiesLabel":{"type":"string","maxLength":255},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesChoicesItems":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesChoicesItemsPropertiesCode"},"label":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesChoicesItemsPropertiesLabel"}},"required":["code"],"additionalProperties":false},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesChoices":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesChoicesItems"},"maxItems":200},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItems":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesCode"},"label":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesLabel"},"description":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesDescription"},"inputType":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesInputType"},"isRequired":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesIsRequired"},"isMultiple":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesIsMultiple"},"choices":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesChoices"}},"required":["code","label","inputType"],"additionalProperties":false},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItems"},"maxItems":64},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchema":{"type":"object","properties":{"version":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesVersion"},"name":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesDescription"},"options":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptions"}},"required":["options"],"additionalProperties":false},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldsetCodeAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldsetCodeAnyOf1":{"type":"string","pattern":"^[a-z0-9\\-_]+$","maxLength":150},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldsetCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldsetCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldsetCodeAnyOf1"}]},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesIsConfigurable":{"type":"boolean"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesChannelId":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesTitle":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesDescription":{"type":"string","maxLength":4000},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesDefaultMediaIdAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesDefaultMediaIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesDefaultMediaId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesDefaultMediaIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesDefaultMediaIdAnyOf1"}]},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesDefaultMediaUrlAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesDefaultMediaUrlAnyOf1":{"type":"string","maxLength":500},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesDefaultMediaUrl":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesDefaultMediaUrlAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesDefaultMediaUrlAnyOf1"}]},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesIsActive":{"type":"boolean"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOffersItems":{"type":"object","properties":{"channelId":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesChannelId"},"title":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesDescription"},"defaultMediaId":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesDefaultMediaId"},"defaultMediaUrl":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesDefaultMediaUrl"},"metadata":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesMetadata"},"isActive":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesIsActive"}},"required":["channelId","title"],"additionalProperties":false},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOffers":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOffersItems"}},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesCategoryIdsItems":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesCategoryIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesCategoryIdsItems"},"maxItems":100},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesTagsItems":{"type":"string","minLength":1,"maxLength":100},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesTagsItems"},"maxItems":100},"DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"title":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesTitle"},"subtitle":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesSubtitle"},"description":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"sku":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesSku"},"handle":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesHandle"},"taxRateId":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRateId"},"taxRate":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRate"},"productType":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesProductType"},"statusEntryId":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId"},"primaryCurrencyCode":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryCurrencyCode"},"defaultUnit":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultUnit"},"defaultSalesUnit":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultSalesUnit"},"defaultSalesUnitQuantity":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultSalesUnitQuantity"},"uomRoundingScale":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesUomRoundingScale"},"uomRoundingMode":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesUomRoundingMode"},"unitPriceEnabled":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceEnabled"},"unitPriceReferenceUnit":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceReferenceUnit"},"unitPriceBaseQuantity":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceBaseQuantity"},"unitPrice":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesUnitPrice"},"defaultMediaId":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaId"},"defaultMediaUrl":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaUrl"},"weightValue":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesWeightValue"},"weightUnit":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesWeightUnit"},"dimensions":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesDimensions"},"optionSchemaId":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaId"},"optionSchema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionSchema"},"customFieldsetCode":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldsetCode"},"isConfigurable":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesIsConfigurable"},"isActive":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"metadata":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata"},"offers":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesOffers"},"categoryIds":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesCategoryIds"},"tags":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostRequestBodyContentApplicationJsonSchemaPropertiesTags"}},"required":["organizationId","tenantId","title"],"additionalProperties":false},"DocPathsApiCatalogProductsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiCatalogProductsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCatalogProductsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogProductsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogProductsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogProductsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesTitle":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesSubtitle":{"type":"string","maxLength":255},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":4000},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesSkuAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesSkuAnyOf1":{"type":"string","pattern":"^[A-Za-z0-9\\-_\\.]+$","maxLength":191},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesSku":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesSkuAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesSkuAnyOf1"}]},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesHandle":{"type":"string","pattern":"^[a-z0-9\\-_]+$","maxLength":150},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRateIdAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRateIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRateIdAnyOf1"}]},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRateAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRateAnyOf1":{"type":"number"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRateAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRateAnyOf1"}]},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesProductType":{"type":"string","enum":["simple","configurable","virtual","downloadable","bundle","grouped"]},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultUnitAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultUnitAnyOf1":{"type":"string","maxLength":50},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultUnitAnyOf1"}]},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultSalesUnitAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultSalesUnitAnyOf1":{"type":"string","maxLength":50},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultSalesUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultSalesUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultSalesUnitAnyOf1"}]},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultSalesUnitQuantity":{"type":"number"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesUomRoundingScale":{"type":"number"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesUomRoundingMode":{"type":"string","enum":["half_up","down","up"]},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceEnabled":{"type":"boolean"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceReferenceUnitAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceReferenceUnitAnyOf1":{"type":"string","enum":["kg","l","m2","m3","pc"]},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceReferenceUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceReferenceUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceReferenceUnitAnyOf1"}]},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceBaseQuantity":{"type":"number"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesUnitPricePropertiesEnabled":{"type":"boolean"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesUnitPricePropertiesReferenceUnitAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesUnitPricePropertiesReferenceUnitAnyOf1":{"type":"string","enum":["kg","l","m2","m3","pc"]},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesUnitPricePropertiesReferenceUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesUnitPricePropertiesReferenceUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesUnitPricePropertiesReferenceUnitAnyOf1"}]},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesUnitPricePropertiesBaseQuantity":{"type":"number"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesUnitPrice":{"type":"object","properties":{"enabled":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesUnitPricePropertiesEnabled"},"referenceUnit":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesUnitPricePropertiesReferenceUnit"},"baseQuantity":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesUnitPricePropertiesBaseQuantity"}},"additionalProperties":false},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaIdAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaIdAnyOf1"}]},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaUrlAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaUrlAnyOf1":{"type":"string","maxLength":500},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaUrl":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaUrlAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaUrlAnyOf1"}]},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesWeightValueAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesWeightValueAnyOf1":{"type":"number"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesWeightValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesWeightValueAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesWeightValueAnyOf1"}]},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesWeightUnitAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesWeightUnitAnyOf1":{"type":"string","maxLength":25},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesWeightUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesWeightUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesWeightUnitAnyOf1"}]},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDimensionsAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDimensionsAnyOf1PropertiesWidth":{"type":"number"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDimensionsAnyOf1PropertiesHeight":{"type":"number"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDimensionsAnyOf1PropertiesDepth":{"type":"number"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDimensionsAnyOf1PropertiesUnit":{"type":"string","maxLength":25},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDimensionsAnyOf1":{"type":"object","properties":{"width":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDimensionsAnyOf1PropertiesWidth"},"height":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDimensionsAnyOf1PropertiesHeight"},"depth":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDimensionsAnyOf1PropertiesDepth"},"unit":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDimensionsAnyOf1PropertiesUnit"}},"additionalProperties":false},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDimensions":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDimensionsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDimensionsAnyOf1"}]},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaIdAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaIdAnyOf1"}]},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesVersion":{"type":"number"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesName":{"type":"string","maxLength":255},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesDescription":{"type":"string","maxLength":4000},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesCode":{"type":"string","pattern":"^[a-z0-9\\-_]+$","maxLength":150},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesLabel":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesDescription":{"type":"string","maxLength":2000},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesInputType":{"type":"string","enum":["select","text","textarea","number"]},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesIsRequired":{"type":"boolean"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesIsMultiple":{"type":"boolean"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesChoicesItemsPropertiesCode":{"type":"string","pattern":"^[a-z0-9\\-_]+$","maxLength":150},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesChoicesItemsPropertiesLabel":{"type":"string","maxLength":255},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesChoicesItems":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesChoicesItemsPropertiesCode"},"label":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesChoicesItemsPropertiesLabel"}},"required":["code"],"additionalProperties":false},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesChoices":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesChoicesItems"},"maxItems":200},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItems":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesCode"},"label":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesLabel"},"description":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesDescription"},"inputType":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesInputType"},"isRequired":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesIsRequired"},"isMultiple":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesIsMultiple"},"choices":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItemsPropertiesChoices"}},"required":["code","label","inputType"],"additionalProperties":false},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptionsItems"},"maxItems":64},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchema":{"type":"object","properties":{"version":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesVersion"},"name":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesDescription"},"options":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaPropertiesOptions"}},"required":["options"],"additionalProperties":false},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldsetCodeAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldsetCodeAnyOf1":{"type":"string","pattern":"^[a-z0-9\\-_]+$","maxLength":150},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldsetCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldsetCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldsetCodeAnyOf1"}]},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesIsConfigurable":{"type":"boolean"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesChannelId":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesTitle":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesDescription":{"type":"string","maxLength":4000},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesDefaultMediaIdAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesDefaultMediaIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesDefaultMediaId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesDefaultMediaIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesDefaultMediaIdAnyOf1"}]},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesDefaultMediaUrlAnyOf0":{"type":"null"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesDefaultMediaUrlAnyOf1":{"type":"string","maxLength":500},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesDefaultMediaUrl":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesDefaultMediaUrlAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesDefaultMediaUrlAnyOf1"}]},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesIsActive":{"type":"boolean"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOffersItems":{"type":"object","properties":{"channelId":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesChannelId"},"title":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesDescription"},"defaultMediaId":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesDefaultMediaId"},"defaultMediaUrl":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesDefaultMediaUrl"},"metadata":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesMetadata"},"isActive":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOffersItemsPropertiesIsActive"}},"required":["channelId","title"],"additionalProperties":false},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOffers":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOffersItems"}},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesCategoryIdsItems":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesCategoryIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesCategoryIdsItems"},"maxItems":100},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesTagsItems":{"type":"string","minLength":1,"maxLength":100},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesTagsItems"},"maxItems":100},"DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"title":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesTitle"},"subtitle":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesSubtitle"},"description":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"sku":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesSku"},"handle":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesHandle"},"taxRateId":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRateId"},"taxRate":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRate"},"productType":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesProductType"},"statusEntryId":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId"},"primaryCurrencyCode":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryCurrencyCode"},"defaultUnit":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultUnit"},"defaultSalesUnit":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultSalesUnit"},"defaultSalesUnitQuantity":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultSalesUnitQuantity"},"uomRoundingScale":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesUomRoundingScale"},"uomRoundingMode":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesUomRoundingMode"},"unitPriceEnabled":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceEnabled"},"unitPriceReferenceUnit":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceReferenceUnit"},"unitPriceBaseQuantity":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceBaseQuantity"},"unitPrice":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesUnitPrice"},"defaultMediaId":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaId"},"defaultMediaUrl":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaUrl"},"weightValue":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesWeightValue"},"weightUnit":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesWeightUnit"},"dimensions":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesDimensions"},"optionSchemaId":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchemaId"},"optionSchema":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionSchema"},"customFieldsetCode":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldsetCode"},"isConfigurable":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesIsConfigurable"},"isActive":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"metadata":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata"},"offers":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesOffers"},"categoryIds":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesCategoryIds"},"tags":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutRequestBodyContentApplicationJsonSchemaPropertiesTags"}},"required":["id"],"additionalProperties":false},"DocPathsApiCatalogProductsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCatalogProductsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCatalogProductsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogProductsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogProductsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogProductsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogProductsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCatalogProductsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCatalogProductsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCatalogProductsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCatalogProductsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogProductsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogProductsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogProductsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogProductsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogTagsGetParameters0Schema":{"type":"string"},"DocPathsApiCatalogTagsGetParameters1Schema":{"type":"number"},"DocPathsApiCatalogTagsGetParameters2Schema":{"type":"number"},"DocPathsApiCatalogTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCatalogTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"type":"string"},"DocPathsApiCatalogTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlugAnyOf0":{"type":"null"},"DocPathsApiCatalogTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlugAnyOf1":{"type":"string"},"DocPathsApiCatalogTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlug":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlugAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlugAnyOf1"}]},"DocPathsApiCatalogTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiCatalogTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiCatalogTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCatalogTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsApiCatalogTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"},"slug":{"$ref":"#/components/schemas/DocPathsApiCatalogTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlug"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiCatalogTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiCatalogTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","label","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiCatalogTagsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCatalogTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCatalogTagsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiCatalogTagsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiCatalogTagsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiCatalogTagsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiCatalogTagsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCatalogTagsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiCatalogTagsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiCatalogTagsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiCatalogTagsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiCatalogTagsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiCatalogTagsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogTagsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogTagsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogTagsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogTagsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogTagsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogVariantsGetParameters0Schema":{"type":"number"},"DocPathsApiCatalogVariantsGetParameters1Schema":{"type":"number"},"DocPathsApiCatalogVariantsGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsApiCatalogVariantsGetParameters3Schema":{"type":"string"},"DocPathsApiCatalogVariantsGetParameters4Schema":{"type":"string","format":"uuid"},"DocPathsApiCatalogVariantsGetParameters5Schema":{"type":"string"},"DocPathsApiCatalogVariantsGetParameters6Schema":{"type":"string"},"DocPathsApiCatalogVariantsGetParameters7Schema":{"type":"string"},"DocPathsApiCatalogVariantsGetParameters8Schema":{"type":"boolean"},"DocPathsApiCatalogVariantsGetParameters9Schema":{"type":"string"},"DocPathsApiCatalogVariantsGetParameters10Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiCatalogVariantsGetParameters11Schema":{"type":"string"},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductIdAnyOf0":{"type":"null"},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductIdAnyOf1"}]},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf0":{"type":"null"},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf1":{"type":"string"},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf1"}]},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSkuAnyOf0":{"type":"null"},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSkuAnyOf1":{"type":"string"},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSku":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSkuAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSkuAnyOf1"}]},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBarcodeAnyOf0":{"type":"null"},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBarcodeAnyOf1":{"type":"string"},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBarcode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBarcodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBarcodeAnyOf1"}]},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf0":{"type":"null"},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf1"}]},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsDefaultAnyOf0":{"type":"null"},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsDefaultAnyOf1":{"type":"boolean"},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsDefault":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsDefaultAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsDefaultAnyOf1"}]},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActiveAnyOf0":{"type":"null"},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActiveAnyOf1":{"type":"boolean"},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActiveAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActiveAnyOf1"}]},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightValueAnyOf0":{"type":"null"},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightValueAnyOf1":{"type":"number"},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightValueAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightValueAnyOf1"}]},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightUnitAnyOf0":{"type":"null"},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightUnitAnyOf1":{"type":"string"},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightUnitAnyOf1"}]},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDimensionsAnyOf0":{"type":"null"},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDimensionsAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDimensions":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDimensionsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDimensionsAnyOf1"}]},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1"}]},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOptionValuesAnyOf0":{"type":"null"},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOptionValuesAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOptionValues":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOptionValuesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOptionValuesAnyOf1"}]},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsetCodeAnyOf0":{"type":"null"},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsetCodeAnyOf1":{"type":"string"},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsetCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsetCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsetCodeAnyOf1"}]},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultMediaIdAnyOf0":{"type":"null"},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultMediaIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultMediaId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultMediaIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultMediaIdAnyOf1"}]},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultMediaUrlAnyOf0":{"type":"null"},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultMediaUrlAnyOf1":{"type":"string"},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultMediaUrl":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultMediaUrlAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultMediaUrlAnyOf1"}]},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"product_id":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductId"},"name":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"sku":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSku"},"barcode":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBarcode"},"status_entry_id":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryId"},"is_default":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsDefault"},"is_active":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"weight_value":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightValue"},"weight_unit":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightUnit"},"dimensions":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDimensions"},"metadata":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata"},"option_values":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOptionValues"},"custom_fieldset_code":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsetCode"},"default_media_id":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultMediaId"},"default_media_url":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultMediaUrl"},"created_at":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id"],"additionalProperties":false},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiCatalogVariantsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogVariantsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogVariantsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogVariantsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesProductId":{"type":"string","format":"uuid"},"DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","maxLength":255},"DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSku":{"type":"string","pattern":"^[A-Za-z0-9\\-_\\.]+$","maxLength":191},"DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesBarcode":{"type":"string","maxLength":191},"DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId":{"type":"string","format":"uuid"},"DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesIsDefault":{"type":"boolean"},"DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaIdAnyOf0":{"type":"null"},"DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaIdAnyOf1"}]},"DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaUrlAnyOf0":{"type":"null"},"DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaUrlAnyOf1":{"type":"string","maxLength":500},"DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaUrl":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaUrlAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaUrlAnyOf1"}]},"DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesWeightValue":{"type":"number"},"DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesWeightUnit":{"type":"string","maxLength":25},"DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRateIdAnyOf0":{"type":"null"},"DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRateIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRateIdAnyOf1"}]},"DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRateAnyOf0":{"type":"null"},"DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRateAnyOf1":{"type":"number"},"DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRateAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRateAnyOf1"}]},"DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesDimensionsPropertiesWidth":{"type":"number"},"DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesDimensionsPropertiesHeight":{"type":"number"},"DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesDimensionsPropertiesDepth":{"type":"number"},"DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesDimensionsPropertiesUnit":{"type":"string","maxLength":25},"DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesDimensions":{"type":"object","properties":{"width":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesDimensionsPropertiesWidth"},"height":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesDimensionsPropertiesHeight"},"depth":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesDimensionsPropertiesDepth"},"unit":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesDimensionsPropertiesUnit"}},"additionalProperties":false},"DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionValuesAdditionalProperties":{"type":"string","maxLength":255},"DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionValues":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionValuesAdditionalProperties"}},"DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldsetCodeAnyOf0":{"type":"null"},"DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldsetCodeAnyOf1":{"type":"string","pattern":"^[a-z0-9\\-_]+$","maxLength":150},"DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldsetCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldsetCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldsetCodeAnyOf1"}]},"DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"productId":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesProductId"},"name":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"sku":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSku"},"barcode":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesBarcode"},"statusEntryId":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId"},"isDefault":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesIsDefault"},"isActive":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"defaultMediaId":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaId"},"defaultMediaUrl":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaUrl"},"weightValue":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesWeightValue"},"weightUnit":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesWeightUnit"},"taxRateId":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRateId"},"taxRate":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRate"},"dimensions":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesDimensions"},"metadata":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata"},"optionValues":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesOptionValues"},"customFieldsetCode":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldsetCode"}},"required":["organizationId","tenantId","productId"],"additionalProperties":false},"DocPathsApiCatalogVariantsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiCatalogVariantsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogVariantsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiCatalogVariantsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCatalogVariantsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogVariantsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogVariantsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogVariantsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesProductId":{"type":"string","format":"uuid"},"DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","maxLength":255},"DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesSku":{"type":"string","pattern":"^[A-Za-z0-9\\-_\\.]+$","maxLength":191},"DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesBarcode":{"type":"string","maxLength":191},"DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId":{"type":"string","format":"uuid"},"DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesIsDefault":{"type":"boolean"},"DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaIdAnyOf0":{"type":"null"},"DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaIdAnyOf1"}]},"DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaUrlAnyOf0":{"type":"null"},"DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaUrlAnyOf1":{"type":"string","maxLength":500},"DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaUrl":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaUrlAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaUrlAnyOf1"}]},"DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesWeightValue":{"type":"number"},"DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesWeightUnit":{"type":"string","maxLength":25},"DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRateIdAnyOf0":{"type":"null"},"DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRateIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRateIdAnyOf1"}]},"DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRateAnyOf0":{"type":"null"},"DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRateAnyOf1":{"type":"number"},"DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRateAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRateAnyOf1"}]},"DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesDimensionsPropertiesWidth":{"type":"number"},"DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesDimensionsPropertiesHeight":{"type":"number"},"DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesDimensionsPropertiesDepth":{"type":"number"},"DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesDimensionsPropertiesUnit":{"type":"string","maxLength":25},"DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesDimensions":{"type":"object","properties":{"width":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesDimensionsPropertiesWidth"},"height":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesDimensionsPropertiesHeight"},"depth":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesDimensionsPropertiesDepth"},"unit":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesDimensionsPropertiesUnit"}},"additionalProperties":false},"DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionValuesAdditionalProperties":{"type":"string","maxLength":255},"DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionValues":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionValuesAdditionalProperties"}},"DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldsetCodeAnyOf0":{"type":"null"},"DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldsetCodeAnyOf1":{"type":"string","pattern":"^[a-z0-9\\-_]+$","maxLength":150},"DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldsetCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldsetCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldsetCodeAnyOf1"}]},"DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"productId":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesProductId"},"name":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"sku":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesSku"},"barcode":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesBarcode"},"statusEntryId":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId"},"isDefault":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesIsDefault"},"isActive":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"defaultMediaId":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaId"},"defaultMediaUrl":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultMediaUrl"},"weightValue":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesWeightValue"},"weightUnit":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesWeightUnit"},"taxRateId":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRateId"},"taxRate":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRate"},"dimensions":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesDimensions"},"metadata":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata"},"optionValues":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesOptionValues"},"customFieldsetCode":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldsetCode"}},"required":["id"],"additionalProperties":false},"DocPathsApiCatalogVariantsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCatalogVariantsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCatalogVariantsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogVariantsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogVariantsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogVariantsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogVariantsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCatalogVariantsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCatalogVariantsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCatalogVariantsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCatalogVariantsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogVariantsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCatalogVariantsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCatalogVariantsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCatalogVariantsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesAdjustmentKindsGetParameters0Schema":{"type":"number"},"DocPathsApiSalesAdjustmentKindsGetParameters1Schema":{"type":"number"},"DocPathsApiSalesAdjustmentKindsGetParameters2Schema":{"type":"string"},"DocPathsApiSalesAdjustmentKindsGetParameters3Schema":{"type":"string"},"DocPathsApiSalesAdjustmentKindsGetParameters4Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiSalesAdjustmentKindsGetParameters5Schema":{"type":"string"},"DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValue":{"type":"string"},"DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf1":{"type":"string"},"DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf1"}]},"DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0":{"type":"null"},"DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1":{"type":"string"},"DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1"}]},"DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf0":{"type":"null"},"DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf1":{"type":"string"},"DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf1"}]},"DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"value":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIcon"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","value","label","color","icon","organizationId","tenantId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiSalesAdjustmentKindsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesAdjustmentKindsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesAdjustmentKindsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesAdjustmentKindsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesAdjustmentKindsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{},"additionalProperties":true},"DocPathsApiSalesAdjustmentKindsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiSalesAdjustmentKindsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesAdjustmentKindsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiSalesAdjustmentKindsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesAdjustmentKindsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesAdjustmentKindsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesAdjustmentKindsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesAdjustmentKindsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesAdjustmentKindsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{},"additionalProperties":true},"DocPathsApiSalesAdjustmentKindsPutResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesAdjustmentKindsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsPutResponses200ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesAdjustmentKindsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesAdjustmentKindsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesAdjustmentKindsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesAdjustmentKindsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesAdjustmentKindsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{},"additionalProperties":true},"DocPathsApiSalesAdjustmentKindsDeleteResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesAdjustmentKindsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsDeleteResponses200ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesAdjustmentKindsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesAdjustmentKindsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesAdjustmentKindsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesAdjustmentKindsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesAdjustmentKindsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesChannelsGetParameters0Schema":{"type":"number"},"DocPathsApiSalesChannelsGetParameters1Schema":{"type":"number"},"DocPathsApiSalesChannelsGetParameters2Schema":{"type":"string"},"DocPathsApiSalesChannelsGetParameters3Schema":{"type":"string","format":"uuid"},"DocPathsApiSalesChannelsGetParameters4Schema":{"type":"string"},"DocPathsApiSalesChannelsGetParameters5Schema":{"type":"string"},"DocPathsApiSalesChannelsGetParameters6Schema":{"type":"string"},"DocPathsApiSalesChannelsGetParameters7Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiSalesChannelsGetParameters8Schema":{"type":"boolean"},"DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCodeAnyOf0":{"type":"null"},"DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCodeAnyOf1":{"type":"string"},"DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCodeAnyOf1"}]},"DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf0":{"type":"null"},"DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf1"}]},"DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFields":{"type":"object","additionalProperties":true},"DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOfferCount":{"type":"number"},"DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"code":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode"},"description":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"statusEntryId":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryId"},"isActive":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"customFields":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFields"},"offerCount":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOfferCount"}},"required":["id","name","code","description","statusEntryId","isActive","organizationId","tenantId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiSalesChannelsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesChannelsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesChannelsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesChannelsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesCode":{"type":"string","pattern":"^[a-z0-9\\-_]+$","maxLength":120},"DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":2000},"DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId":{"type":"string","format":"uuid"},"DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesWebsiteUrl":{"type":"string","format":"uri","maxLength":300},"DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesContactEmail":{"type":"string","format":"email","maxLength":320},"DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesContactPhone":{"type":"string","maxLength":50},"DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesAddressLine1":{"type":"string","maxLength":255},"DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesAddressLine2":{"type":"string","maxLength":255},"DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesCity":{"type":"string","maxLength":120},"DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesRegion":{"type":"string","maxLength":120},"DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesPostalCode":{"type":"string","maxLength":30},"DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesCountry":{"type":"string","maxLength":2},"DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesLatitude":{"type":"number"},"DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesLongitude":{"type":"number"},"DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"name":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"code":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesCode"},"description":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"statusEntryId":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId"},"websiteUrl":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesWebsiteUrl"},"contactEmail":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesContactEmail"},"contactPhone":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesContactPhone"},"addressLine1":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesAddressLine1"},"addressLine2":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesAddressLine2"},"city":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesCity"},"region":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesRegion"},"postalCode":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesPostalCode"},"country":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesCountry"},"latitude":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesLongitude"},"isActive":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata"}},"required":["organizationId","tenantId","name","code"],"additionalProperties":false},"DocPathsApiSalesChannelsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiSalesChannelsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesChannelsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiSalesChannelsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesChannelsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesChannelsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesChannelsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesChannelsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesCode":{"type":"string","pattern":"^[a-z0-9\\-_]+$","maxLength":120},"DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":2000},"DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId":{"type":"string","format":"uuid"},"DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesWebsiteUrl":{"type":"string","format":"uri","maxLength":300},"DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesContactEmail":{"type":"string","format":"email","maxLength":320},"DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesContactPhone":{"type":"string","maxLength":50},"DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesAddressLine1":{"type":"string","maxLength":255},"DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesAddressLine2":{"type":"string","maxLength":255},"DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesCity":{"type":"string","maxLength":120},"DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesRegion":{"type":"string","maxLength":120},"DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesPostalCode":{"type":"string","maxLength":30},"DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesCountry":{"type":"string","maxLength":2},"DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesLatitude":{"type":"number"},"DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesLongitude":{"type":"number"},"DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"code":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesCode"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"name":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"statusEntryId":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId"},"websiteUrl":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesWebsiteUrl"},"contactEmail":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesContactEmail"},"contactPhone":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesContactPhone"},"addressLine1":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesAddressLine1"},"addressLine2":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesAddressLine2"},"city":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesCity"},"region":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesRegion"},"postalCode":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesPostalCode"},"country":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesCountry"},"latitude":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesLongitude"},"isActive":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata"}},"required":["id","code"],"additionalProperties":false},"DocPathsApiSalesChannelsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSalesChannelsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiSalesChannelsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesChannelsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesChannelsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesChannelsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesChannelsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesChannelsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesChannelsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSalesChannelsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiSalesChannelsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesChannelsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesChannelsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesChannelsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesChannelsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesCreditMemosGetParameters0Schema":{"type":"number"},"DocPathsApiSalesCreditMemosGetParameters1Schema":{"type":"number"},"DocPathsApiSalesCreditMemosGetParameters2Schema":{"type":"string"},"DocPathsApiSalesCreditMemosGetParameters3Schema":{"type":"string","format":"uuid"},"DocPathsApiSalesCreditMemosGetParameters4Schema":{"type":"string","format":"uuid"},"DocPathsApiSalesCreditMemosGetParameters5Schema":{"type":"string","format":"uuid"},"DocPathsApiSalesCreditMemosGetParameters6Schema":{"type":"string"},"DocPathsApiSalesCreditMemosGetParameters7Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiSalesCreditMemosGetParameters8Schema":{"type":"string"},"DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreditMemoNumber":{"type":"string"},"DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0":{"type":"null"},"DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1":{"type":"string"},"DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1"}]},"DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReasonAnyOf0":{"type":"null"},"DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReasonAnyOf1":{"type":"string"},"DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReason":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReasonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReasonAnyOf1"}]},"DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssueDateAnyOf0":{"type":"null"},"DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssueDateAnyOf1":{"type":"string"},"DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssueDate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssueDateAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssueDateAnyOf1"}]},"DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCode":{"type":"string"},"DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrandTotalGrossAmount":{"type":"string"},"DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrandTotalNetAmount":{"type":"string"},"DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxTotalAmount":{"type":"string"},"DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"creditMemoNumber":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreditMemoNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"reason":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReason"},"issueDate":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssueDate"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCode"},"grandTotalGrossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrandTotalGrossAmount"},"grandTotalNetAmount":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrandTotalNetAmount"},"taxTotalAmount":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxTotalAmount"}},"required":["id","creditMemoNumber","currencyCode"],"additionalProperties":false},"DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiSalesCreditMemosGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesCreditMemosGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesCreditMemosGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesCreditMemosGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesOrderId":{"type":"string","format":"uuid"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesInvoiceId":{"type":"string","format":"uuid"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesCreditMemoNumber":{"type":"string","minLength":1,"maxLength":191},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId":{"type":"string","format":"uuid"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesIssueDate":{"type":"string","format":"date-time"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesReason":{"type":"string","maxLength":4000},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldSetId":{"type":"string","format":"uuid"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesOrderLineId":{"type":"string","format":"uuid"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesLineNumber":{"type":"number"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesName":{"type":"string","maxLength":500},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesSku":{"type":"string","maxLength":191},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDescription":{"type":"string","maxLength":4000},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantity":{"type":"number"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantityUnit":{"type":"string","maxLength":25},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedQuantity":{"type":"number"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnitAnyOf0":{"type":"null"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnitAnyOf1":{"type":"string","maxLength":25},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnitAnyOf1"}]},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf0":{"type":"null"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesVersion":{"type":"number","enum":[1]},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf0":{"type":"null"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf1":{"type":"string"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf1"}]},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf0":{"type":"null"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf1":{"type":"string"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf1"}]},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf1":{"type":"string"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf1"}]},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf1":{"type":"string"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf1"}]},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredQuantity":{"type":"string"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesToBaseFactor":{"type":"string"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesNormalizedQuantity":{"type":"string"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesMode":{"type":"string","enum":["half_up","down","up"]},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesScale":{"type":"number"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesRounding":{"type":"object","properties":{"mode":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesMode"},"scale":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesScale"}},"required":["mode","scale"],"additionalProperties":false},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf0":{"type":"null"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf1":{"type":"string"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf1"}]},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesResolvedAt":{"type":"string"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSource":{"type":"object","properties":{"conversionId":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionId"},"resolvedAt":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesResolvedAt"}},"required":["conversionId","resolvedAt"],"additionalProperties":false},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesEnabled":{"type":"boolean"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf1":{"type":"string","enum":["kg","l","m2","m3","pc"]},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf1"}]},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf0":{"type":"null"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf1":{"type":"string"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf1"}]},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf0":{"type":"null"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf1":{"type":"string"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf1"}]},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf0":{"type":"null"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf1":{"type":"string"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf1"}]},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReference":{"type":"object","properties":{"enabled":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesEnabled"},"referenceUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCode"},"baseQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantity"},"grossPerReference":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReference"},"netPerReference":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReference"}},"required":["enabled","referenceUnitCode","baseQuantity"],"additionalProperties":false},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1":{"type":"object","properties":{"version":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesVersion"},"productId":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductId"},"productVariantId":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantId"},"baseUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCode"},"enteredUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCode"},"enteredQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredQuantity"},"toBaseFactor":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesToBaseFactor"},"normalizedQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesNormalizedQuantity"},"rounding":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesRounding"},"source":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSource"},"unitPriceReference":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReference"}},"required":["version","productId","productVariantId","baseUnitCode","enteredUnitCode","enteredQuantity","toBaseFactor","normalizedQuantity","rounding","source"],"additionalProperties":false},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1"}]},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceNet":{"type":"number"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceGross":{"type":"number"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxRate":{"type":"number"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxAmount":{"type":"number"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTotalNetAmount":{"type":"number"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTotalGrossAmount":{"type":"number"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItems":{"type":"object","properties":{"orderLineId":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesOrderLineId"},"lineNumber":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesLineNumber"},"name":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesName"},"sku":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesSku"},"description":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDescription"},"quantity":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantity"},"quantityUnit":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantityUnit"},"normalizedQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedQuantity"},"normalizedUnit":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnit"},"uomSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshot"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesCurrencyCode"},"unitPriceNet":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceNet"},"unitPriceGross":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceGross"},"taxRate":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxRate"},"taxAmount":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxAmount"},"totalNetAmount":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTotalNetAmount"},"totalGrossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTotalGrossAmount"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesMetadata"}},"required":["quantity","currencyCode"],"additionalProperties":false},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLines":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItems"}},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesSubtotalNetAmount":{"type":"number"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesSubtotalGrossAmount":{"type":"number"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesTaxTotalAmount":{"type":"number"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesGrandTotalNetAmount":{"type":"number"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesGrandTotalGrossAmount":{"type":"number"},"DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"orderId":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesOrderId"},"invoiceId":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesInvoiceId"},"creditMemoNumber":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesCreditMemoNumber"},"statusEntryId":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId"},"issueDate":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesIssueDate"},"reason":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesReason"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata"},"customFieldSetId":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldSetId"},"lines":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesLines"},"subtotalNetAmount":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesSubtotalNetAmount"},"subtotalGrossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesSubtotalGrossAmount"},"taxTotalAmount":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesTaxTotalAmount"},"grandTotalNetAmount":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesGrandTotalNetAmount"},"grandTotalGrossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostRequestBodyContentApplicationJsonSchemaPropertiesGrandTotalGrossAmount"}},"required":["organizationId","tenantId","currencyCode"],"additionalProperties":false},"DocPathsApiSalesCreditMemosPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiSalesCreditMemosPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesCreditMemosPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiSalesCreditMemosPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesCreditMemosPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesCreditMemosPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesCreditMemosPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesCreditMemosPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesOrderId":{"type":"string","format":"uuid"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesInvoiceId":{"type":"string","format":"uuid"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesCreditMemoNumber":{"type":"string","minLength":1,"maxLength":191},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId":{"type":"string","format":"uuid"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesIssueDate":{"type":"string","format":"date-time"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesReason":{"type":"string","maxLength":4000},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldSetId":{"type":"string","format":"uuid"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesOrderLineId":{"type":"string","format":"uuid"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesLineNumber":{"type":"number"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesName":{"type":"string","maxLength":500},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesSku":{"type":"string","maxLength":191},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDescription":{"type":"string","maxLength":4000},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantity":{"type":"number"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantityUnit":{"type":"string","maxLength":25},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedQuantity":{"type":"number"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnitAnyOf0":{"type":"null"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnitAnyOf1":{"type":"string","maxLength":25},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnitAnyOf1"}]},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf0":{"type":"null"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesVersion":{"type":"number","enum":[1]},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf0":{"type":"null"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf1":{"type":"string"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf1"}]},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf0":{"type":"null"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf1":{"type":"string"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf1"}]},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf1":{"type":"string"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf1"}]},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf1":{"type":"string"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf1"}]},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredQuantity":{"type":"string"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesToBaseFactor":{"type":"string"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesNormalizedQuantity":{"type":"string"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesMode":{"type":"string","enum":["half_up","down","up"]},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesScale":{"type":"number"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesRounding":{"type":"object","properties":{"mode":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesMode"},"scale":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesScale"}},"required":["mode","scale"],"additionalProperties":false},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf0":{"type":"null"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf1":{"type":"string"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf1"}]},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesResolvedAt":{"type":"string"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSource":{"type":"object","properties":{"conversionId":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionId"},"resolvedAt":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesResolvedAt"}},"required":["conversionId","resolvedAt"],"additionalProperties":false},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesEnabled":{"type":"boolean"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf1":{"type":"string","enum":["kg","l","m2","m3","pc"]},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf1"}]},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf0":{"type":"null"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf1":{"type":"string"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf1"}]},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf0":{"type":"null"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf1":{"type":"string"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf1"}]},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf0":{"type":"null"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf1":{"type":"string"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf1"}]},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReference":{"type":"object","properties":{"enabled":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesEnabled"},"referenceUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCode"},"baseQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantity"},"grossPerReference":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReference"},"netPerReference":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReference"}},"required":["enabled","referenceUnitCode","baseQuantity"],"additionalProperties":false},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1":{"type":"object","properties":{"version":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesVersion"},"productId":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductId"},"productVariantId":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantId"},"baseUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCode"},"enteredUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCode"},"enteredQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredQuantity"},"toBaseFactor":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesToBaseFactor"},"normalizedQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesNormalizedQuantity"},"rounding":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesRounding"},"source":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSource"},"unitPriceReference":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReference"}},"required":["version","productId","productVariantId","baseUnitCode","enteredUnitCode","enteredQuantity","toBaseFactor","normalizedQuantity","rounding","source"],"additionalProperties":false},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1"}]},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceNet":{"type":"number"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceGross":{"type":"number"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxRate":{"type":"number"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxAmount":{"type":"number"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTotalNetAmount":{"type":"number"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTotalGrossAmount":{"type":"number"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItems":{"type":"object","properties":{"orderLineId":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesOrderLineId"},"lineNumber":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesLineNumber"},"name":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesName"},"sku":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesSku"},"description":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDescription"},"quantity":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantity"},"quantityUnit":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantityUnit"},"normalizedQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedQuantity"},"normalizedUnit":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnit"},"uomSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshot"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesCurrencyCode"},"unitPriceNet":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceNet"},"unitPriceGross":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceGross"},"taxRate":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxRate"},"taxAmount":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxAmount"},"totalNetAmount":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTotalNetAmount"},"totalGrossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTotalGrossAmount"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesMetadata"}},"required":["quantity","currencyCode"],"additionalProperties":false},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLines":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItems"}},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesSubtotalNetAmount":{"type":"number"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesSubtotalGrossAmount":{"type":"number"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesTaxTotalAmount":{"type":"number"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesGrandTotalNetAmount":{"type":"number"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesGrandTotalGrossAmount":{"type":"number"},"DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"orderId":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesOrderId"},"invoiceId":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesInvoiceId"},"creditMemoNumber":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesCreditMemoNumber"},"statusEntryId":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId"},"issueDate":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesIssueDate"},"reason":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesReason"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata"},"customFieldSetId":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldSetId"},"lines":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesLines"},"subtotalNetAmount":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesSubtotalNetAmount"},"subtotalGrossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesSubtotalGrossAmount"},"taxTotalAmount":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesTaxTotalAmount"},"grandTotalNetAmount":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesGrandTotalNetAmount"},"grandTotalGrossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutRequestBodyContentApplicationJsonSchemaPropertiesGrandTotalGrossAmount"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesCreditMemosPutResponses200ContentApplicationJsonSchemaPropertiesCreditMemoId":{"type":"string","format":"uuid"},"DocPathsApiSalesCreditMemosPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"creditMemoId":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutResponses200ContentApplicationJsonSchemaPropertiesCreditMemoId"}},"required":["creditMemoId"],"additionalProperties":false},"DocPathsApiSalesCreditMemosPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesCreditMemosPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesCreditMemosPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesCreditMemosPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesCreditMemosDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesCreditMemosDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesCreditMemosDeleteResponses200ContentApplicationJsonSchemaPropertiesCreditMemoId":{"type":"string","format":"uuid"},"DocPathsApiSalesCreditMemosDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"creditMemoId":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosDeleteResponses200ContentApplicationJsonSchemaPropertiesCreditMemoId"}},"required":["creditMemoId"],"additionalProperties":false},"DocPathsApiSalesCreditMemosDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesCreditMemosDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesCreditMemosDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesCreditMemosDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesCreditMemosDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesDashboardWidgetsNewOrdersGetParameters0Schema":{"type":"number"},"DocPathsApiSalesDashboardWidgetsNewOrdersGetParameters1Schema":{"type":"string","enum":["last24h","last7d","last30d","custom"]},"DocPathsApiSalesDashboardWidgetsNewOrdersGetParameters2Schema":{"type":"string"},"DocPathsApiSalesDashboardWidgetsNewOrdersGetParameters3Schema":{"type":"string"},"DocPathsApiSalesDashboardWidgetsNewOrdersGetParameters4Schema":{"type":"string","format":"uuid"},"DocPathsApiSalesDashboardWidgetsNewOrdersGetParameters5Schema":{"type":"string","format":"uuid"},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderNumber":{"type":"string"},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0":{"type":"null"},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1":{"type":"string"},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1"}]},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFulfillmentStatusAnyOf0":{"type":"null"},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFulfillmentStatusAnyOf1":{"type":"string"},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFulfillmentStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFulfillmentStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFulfillmentStatusAnyOf1"}]},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentStatusAnyOf0":{"type":"null"},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentStatusAnyOf1":{"type":"string"},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentStatusAnyOf1"}]},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerNameAnyOf0":{"type":"null"},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerNameAnyOf1":{"type":"string"},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerNameAnyOf1"}]},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityIdAnyOf0":{"type":"null"},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityIdAnyOf1"}]},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNetAmount":{"type":"string"},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrossAmount":{"type":"string"},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyAnyOf1"}]},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"orderNumber":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"fulfillmentStatus":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFulfillmentStatus"},"paymentStatus":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentStatus"},"customerName":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerName"},"customerEntityId":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityId"},"netAmount":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNetAmount"},"grossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrossAmount"},"currency":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrency"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"}},"required":["id","orderNumber","status","fulfillmentStatus","paymentStatus","customerName","customerEntityId","netAmount","grossAmount","currency","createdAt"],"additionalProperties":false},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesDateRangePropertiesFrom":{"type":"string"},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesDateRangePropertiesTo":{"type":"string"},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesDateRange":{"type":"object","properties":{"from":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesDateRangePropertiesFrom"},"to":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesDateRangePropertiesTo"}},"required":["from","to"],"additionalProperties":false},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"dateRange":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses200ContentApplicationJsonSchemaPropertiesDateRange"}},"required":["items","total","dateRange"],"additionalProperties":false},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewOrdersGetResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesDashboardWidgetsNewQuotesGetParameters0Schema":{"type":"number"},"DocPathsApiSalesDashboardWidgetsNewQuotesGetParameters1Schema":{"type":"string","enum":["last24h","last7d","last30d","custom"]},"DocPathsApiSalesDashboardWidgetsNewQuotesGetParameters2Schema":{"type":"string"},"DocPathsApiSalesDashboardWidgetsNewQuotesGetParameters3Schema":{"type":"string"},"DocPathsApiSalesDashboardWidgetsNewQuotesGetParameters4Schema":{"type":"string","format":"uuid"},"DocPathsApiSalesDashboardWidgetsNewQuotesGetParameters5Schema":{"type":"string","format":"uuid"},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuoteNumber":{"type":"string"},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0":{"type":"null"},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1":{"type":"string"},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1"}]},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerNameAnyOf0":{"type":"null"},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerNameAnyOf1":{"type":"string"},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerNameAnyOf1"}]},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityIdAnyOf0":{"type":"null"},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityIdAnyOf1"}]},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFromAnyOf0":{"type":"null"},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFromAnyOf1":{"type":"string"},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFromAnyOf1"}]},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidUntilAnyOf0":{"type":"null"},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidUntilAnyOf1":{"type":"string"},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidUntil":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidUntilAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidUntilAnyOf1"}]},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNetAmount":{"type":"string"},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrossAmount":{"type":"string"},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyAnyOf1"}]},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConvertedOrderIdAnyOf0":{"type":"null"},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConvertedOrderIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConvertedOrderId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConvertedOrderIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConvertedOrderIdAnyOf1"}]},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"quoteNumber":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuoteNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"customerName":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerName"},"customerEntityId":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityId"},"validFrom":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFrom"},"validUntil":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidUntil"},"netAmount":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNetAmount"},"grossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrossAmount"},"currency":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrency"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"convertedOrderId":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConvertedOrderId"}},"required":["id","quoteNumber","status","customerName","customerEntityId","validFrom","validUntil","netAmount","grossAmount","currency","createdAt","convertedOrderId"],"additionalProperties":false},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesDateRangePropertiesFrom":{"type":"string"},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesDateRangePropertiesTo":{"type":"string"},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesDateRange":{"type":"object","properties":{"from":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesDateRangePropertiesFrom"},"to":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesDateRangePropertiesTo"}},"required":["from","to"],"additionalProperties":false},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"dateRange":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses200ContentApplicationJsonSchemaPropertiesDateRange"}},"required":["items","total","dateRange"],"additionalProperties":false},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesDashboardWidgetsNewQuotesGetResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesDeliveryWindowsGetParameters0Schema":{"type":"number"},"DocPathsApiSalesDeliveryWindowsGetParameters1Schema":{"type":"number"},"DocPathsApiSalesDeliveryWindowsGetParameters2Schema":{"type":"string"},"DocPathsApiSalesDeliveryWindowsGetParameters3Schema":{"type":"string"},"DocPathsApiSalesDeliveryWindowsGetParameters4Schema":{"type":"string"},"DocPathsApiSalesDeliveryWindowsGetParameters5Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiSalesDeliveryWindowsGetParameters6Schema":{"type":"boolean"},"DocPathsApiSalesDeliveryWindowsGetParameters7Schema":{"type":"string"},"DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCodeAnyOf0":{"type":"null"},"DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCodeAnyOf1":{"type":"string"},"DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCodeAnyOf1"}]},"DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLeadTimeDaysAnyOf0":{"type":"null"},"DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLeadTimeDaysAnyOf1":{"type":"number"},"DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLeadTimeDays":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLeadTimeDaysAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLeadTimeDaysAnyOf1"}]},"DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCutoffTimeAnyOf0":{"type":"null"},"DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCutoffTimeAnyOf1":{"type":"string"},"DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCutoffTime":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCutoffTimeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCutoffTimeAnyOf1"}]},"DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimezoneAnyOf0":{"type":"null"},"DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimezoneAnyOf1":{"type":"string"},"DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimezone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimezoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimezoneAnyOf1"}]},"DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1"}]},"DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFields":{"type":"object","additionalProperties":true},"DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"code":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode"},"description":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"leadTimeDays":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLeadTimeDays"},"cutoffTime":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCutoffTime"},"timezone":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimezone"},"isActive":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"customFields":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFields"}},"required":["id","name","code","description","leadTimeDays","cutoffTime","timezone","isActive","metadata","organizationId","tenantId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiSalesDeliveryWindowsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesDeliveryWindowsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesDeliveryWindowsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesDeliveryWindowsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesDeliveryWindowsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesDeliveryWindowsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesDeliveryWindowsPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiSalesDeliveryWindowsPostRequestBodyContentApplicationJsonSchemaPropertiesCode":{"type":"string","pattern":"^[a-z0-9\\-_]+$","maxLength":120},"DocPathsApiSalesDeliveryWindowsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":2000},"DocPathsApiSalesDeliveryWindowsPostRequestBodyContentApplicationJsonSchemaPropertiesLeadTimeDays":{"type":"number"},"DocPathsApiSalesDeliveryWindowsPostRequestBodyContentApplicationJsonSchemaPropertiesCutoffTime":{"type":"string","pattern":"^\\d{2}:\\d{2}$"},"DocPathsApiSalesDeliveryWindowsPostRequestBodyContentApplicationJsonSchemaPropertiesTimezone":{"type":"string","maxLength":120},"DocPathsApiSalesDeliveryWindowsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiSalesDeliveryWindowsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesDeliveryWindowsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"name":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"code":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsPostRequestBodyContentApplicationJsonSchemaPropertiesCode"},"description":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"leadTimeDays":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsPostRequestBodyContentApplicationJsonSchemaPropertiesLeadTimeDays"},"cutoffTime":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsPostRequestBodyContentApplicationJsonSchemaPropertiesCutoffTime"},"timezone":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsPostRequestBodyContentApplicationJsonSchemaPropertiesTimezone"},"isActive":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata"}},"required":["organizationId","tenantId","name","code"],"additionalProperties":false},"DocPathsApiSalesDeliveryWindowsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiSalesDeliveryWindowsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesDeliveryWindowsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiSalesDeliveryWindowsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesDeliveryWindowsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesDeliveryWindowsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesDeliveryWindowsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesDeliveryWindowsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesDeliveryWindowsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesDeliveryWindowsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesDeliveryWindowsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesDeliveryWindowsPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiSalesDeliveryWindowsPutRequestBodyContentApplicationJsonSchemaPropertiesCode":{"type":"string","pattern":"^[a-z0-9\\-_]+$","maxLength":120},"DocPathsApiSalesDeliveryWindowsPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":2000},"DocPathsApiSalesDeliveryWindowsPutRequestBodyContentApplicationJsonSchemaPropertiesLeadTimeDays":{"type":"number"},"DocPathsApiSalesDeliveryWindowsPutRequestBodyContentApplicationJsonSchemaPropertiesCutoffTime":{"type":"string","pattern":"^\\d{2}:\\d{2}$"},"DocPathsApiSalesDeliveryWindowsPutRequestBodyContentApplicationJsonSchemaPropertiesTimezone":{"type":"string","maxLength":120},"DocPathsApiSalesDeliveryWindowsPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiSalesDeliveryWindowsPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesDeliveryWindowsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"name":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"code":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsPutRequestBodyContentApplicationJsonSchemaPropertiesCode"},"description":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"leadTimeDays":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsPutRequestBodyContentApplicationJsonSchemaPropertiesLeadTimeDays"},"cutoffTime":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsPutRequestBodyContentApplicationJsonSchemaPropertiesCutoffTime"},"timezone":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsPutRequestBodyContentApplicationJsonSchemaPropertiesTimezone"},"isActive":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesDeliveryWindowsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSalesDeliveryWindowsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiSalesDeliveryWindowsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesDeliveryWindowsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesDeliveryWindowsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesDeliveryWindowsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesDeliveryWindowsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesDeliveryWindowsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesDeliveryWindowsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSalesDeliveryWindowsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiSalesDeliveryWindowsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesDeliveryWindowsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesDeliveryWindowsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesDeliveryWindowsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesDeliveryWindowsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesDocumentAddressesGetParameters0Schema":{"type":"number"},"DocPathsApiSalesDocumentAddressesGetParameters1Schema":{"type":"number"},"DocPathsApiSalesDocumentAddressesGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsApiSalesDocumentAddressesGetParameters3Schema":{"type":"string","enum":["order","quote"]},"DocPathsApiSalesDocumentAddressesGetParameters4Schema":{"type":"string"},"DocPathsApiSalesDocumentAddressesGetParameters5Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiSalesDocumentAddressesGetParameters6Schema":{"type":"string"},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDocumentId":{"type":"string","format":"uuid"},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDocumentKind":{"type":"string","enum":["order","quote"]},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerAddressIdAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerAddressIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerAddressId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerAddressIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerAddressIdAnyOf1"}]},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf1":{"type":"string"},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf1"}]},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPurposeAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPurposeAnyOf1":{"type":"string"},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPurpose":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPurposeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPurposeAnyOf1"}]},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyNameAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyNameAnyOf1":{"type":"string"},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyNameAnyOf1"}]},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine1":{"type":"string"},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine2AnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine2AnyOf1":{"type":"string"},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine2":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine2AnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine2AnyOf1"}]},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBuildingNumberAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBuildingNumberAnyOf1":{"type":"string"},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBuildingNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBuildingNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBuildingNumberAnyOf1"}]},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFlatNumberAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFlatNumberAnyOf1":{"type":"string"},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFlatNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFlatNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFlatNumberAnyOf1"}]},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCityAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCityAnyOf1":{"type":"string"},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCityAnyOf1"}]},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegionAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegionAnyOf1":{"type":"string"},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegion":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegionAnyOf1"}]},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPostalCodeAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPostalCodeAnyOf1":{"type":"string"},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPostalCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPostalCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPostalCodeAnyOf1"}]},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountryAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountryAnyOf1":{"type":"string"},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountry":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountryAnyOf1"}]},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitudeAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitudeAnyOf1":{"type":"number"},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitudeAnyOf1"}]},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitudeAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitudeAnyOf1":{"type":"number"},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitudeAnyOf1"}]},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"document_id":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDocumentId"},"document_kind":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDocumentKind"},"customer_address_id":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerAddressId"},"name":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"purpose":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPurpose"},"company_name":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyName"},"address_line1":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine1"},"address_line2":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine2"},"building_number":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBuildingNumber"},"flat_number":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFlatNumber"},"city":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCity"},"region":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegion"},"postal_code":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPostalCode"},"country":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountry"},"latitude":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitude"},"created_at":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","document_id","document_kind","address_line1","created_at","updated_at"],"additionalProperties":false},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiSalesDocumentAddressesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesDocumentAddressesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesDocumentId":{"type":"string","format":"uuid"},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesDocumentKind":{"type":"string","enum":["order","quote"]},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerAddressId":{"type":"string","format":"uuid"},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesNameAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesNameAnyOf1":{"type":"string","maxLength":255},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesNameAnyOf1"}]},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesPurposeAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesPurposeAnyOf1":{"type":"string","maxLength":120},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesPurpose":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesPurposeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesPurposeAnyOf1"}]},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCompanyNameAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCompanyNameAnyOf1":{"type":"string","maxLength":255},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCompanyName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCompanyNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCompanyNameAnyOf1"}]},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesAddressLine1":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesAddressLine2AnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesAddressLine2AnyOf1":{"type":"string","maxLength":255},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesAddressLine2":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesAddressLine2AnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesAddressLine2AnyOf1"}]},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCityAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCityAnyOf1":{"type":"string","maxLength":120},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCityAnyOf1"}]},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesRegionAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesRegionAnyOf1":{"type":"string","maxLength":120},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesRegion":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesRegionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesRegionAnyOf1"}]},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesPostalCodeAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesPostalCodeAnyOf1":{"type":"string","maxLength":60},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesPostalCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesPostalCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesPostalCodeAnyOf1"}]},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCountryAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCountryAnyOf1":{"type":"string","maxLength":2},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCountry":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCountryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCountryAnyOf1"}]},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesBuildingNumberAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesBuildingNumberAnyOf1":{"type":"string","maxLength":60},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesBuildingNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesBuildingNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesBuildingNumberAnyOf1"}]},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesFlatNumberAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesFlatNumberAnyOf1":{"type":"string","maxLength":60},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesFlatNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesFlatNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesFlatNumberAnyOf1"}]},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesLatitudeAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesLatitudeAnyOf1":{"type":"number"},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesLatitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesLatitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesLatitudeAnyOf1"}]},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesLongitudeAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesLongitudeAnyOf1":{"type":"number"},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesLongitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesLongitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesLongitudeAnyOf1"}]},"DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"documentId":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesDocumentId"},"documentKind":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesDocumentKind"},"customerAddressId":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerAddressId"},"name":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"purpose":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesPurpose"},"companyName":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCompanyName"},"addressLine1":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesAddressLine1"},"addressLine2":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesAddressLine2"},"city":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCity"},"region":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesRegion"},"postalCode":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesPostalCode"},"country":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCountry"},"buildingNumber":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesBuildingNumber"},"flatNumber":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesFlatNumber"},"latitude":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesLongitude"}},"required":["organizationId","tenantId","documentId","documentKind","addressLine1"],"additionalProperties":false},"DocPathsApiSalesDocumentAddressesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesDocumentAddressesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiSalesDocumentAddressesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesDocumentAddressesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesDocumentAddressesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesDocumentId":{"type":"string","format":"uuid"},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesDocumentKind":{"type":"string","enum":["order","quote"]},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCustomerAddressId":{"type":"string","format":"uuid"},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesNameAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesNameAnyOf1":{"type":"string","maxLength":255},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesNameAnyOf1"}]},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesPurposeAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesPurposeAnyOf1":{"type":"string","maxLength":120},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesPurpose":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesPurposeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesPurposeAnyOf1"}]},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCompanyNameAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCompanyNameAnyOf1":{"type":"string","maxLength":255},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCompanyName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCompanyNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCompanyNameAnyOf1"}]},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesAddressLine1":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesAddressLine2AnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesAddressLine2AnyOf1":{"type":"string","maxLength":255},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesAddressLine2":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesAddressLine2AnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesAddressLine2AnyOf1"}]},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCityAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCityAnyOf1":{"type":"string","maxLength":120},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCityAnyOf1"}]},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesRegionAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesRegionAnyOf1":{"type":"string","maxLength":120},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesRegion":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesRegionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesRegionAnyOf1"}]},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesPostalCodeAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesPostalCodeAnyOf1":{"type":"string","maxLength":60},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesPostalCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesPostalCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesPostalCodeAnyOf1"}]},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCountryAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCountryAnyOf1":{"type":"string","maxLength":2},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCountry":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCountryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCountryAnyOf1"}]},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesBuildingNumberAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesBuildingNumberAnyOf1":{"type":"string","maxLength":60},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesBuildingNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesBuildingNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesBuildingNumberAnyOf1"}]},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesFlatNumberAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesFlatNumberAnyOf1":{"type":"string","maxLength":60},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesFlatNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesFlatNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesFlatNumberAnyOf1"}]},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesLatitudeAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesLatitudeAnyOf1":{"type":"number"},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesLatitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesLatitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesLatitudeAnyOf1"}]},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesLongitudeAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesLongitudeAnyOf1":{"type":"number"},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesLongitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesLongitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesLongitudeAnyOf1"}]},"DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"id":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"documentId":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesDocumentId"},"documentKind":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesDocumentKind"},"customerAddressId":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCustomerAddressId"},"name":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"purpose":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesPurpose"},"companyName":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCompanyName"},"addressLine1":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesAddressLine1"},"addressLine2":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesAddressLine2"},"city":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCity"},"region":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesRegion"},"postalCode":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesPostalCode"},"country":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCountry"},"buildingNumber":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesBuildingNumber"},"flatNumber":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesFlatNumber"},"latitude":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesLongitude"}},"required":["organizationId","tenantId","id","documentId","documentKind","addressLine1"],"additionalProperties":false},"DocPathsApiSalesDocumentAddressesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSalesDocumentAddressesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiSalesDocumentAddressesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesDocumentAddressesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesDocumentAddressesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesDocumentAddressesDeleteRequestBodyContentApplicationJsonSchemaPropertiesDocumentId":{"type":"string","format":"uuid"},"DocPathsApiSalesDocumentAddressesDeleteRequestBodyContentApplicationJsonSchemaPropertiesDocumentKind":{"type":"string","enum":["order","quote"]},"DocPathsApiSalesDocumentAddressesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"},"documentId":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesDeleteRequestBodyContentApplicationJsonSchemaPropertiesDocumentId"},"documentKind":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesDeleteRequestBodyContentApplicationJsonSchemaPropertiesDocumentKind"}},"required":["id","documentId","documentKind"],"additionalProperties":false},"DocPathsApiSalesDocumentAddressesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSalesDocumentAddressesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiSalesDocumentAddressesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesDocumentAddressesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentAddressesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesDocumentHistoryGetParameters0Schema":{"type":"string","enum":["order","quote"]},"DocPathsApiSalesDocumentHistoryGetParameters1Schema":{"type":"string","format":"uuid"},"DocPathsApiSalesDocumentHistoryGetParameters2Schema":{"type":"number"},"DocPathsApiSalesDocumentHistoryGetParameters3Schema":{"type":"string"},"DocPathsApiSalesDocumentHistoryGetParameters4Schema":{"type":"string"},"DocPathsApiSalesDocumentHistoryGetParameters5Schema":{"type":"string"},"DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAt":{"type":"string","format":"datetime"},"DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind":{"type":"string","enum":["status","action","comment"]},"DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAction":{"type":"string"},"DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorPropertiesIdAnyOf1"}]},"DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorPropertiesLabel":{"type":"string"},"DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActor":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorPropertiesLabel"}},"required":["id","label"],"additionalProperties":false},"DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource":{"type":"string","enum":["action_log","note"]},"DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataPropertiesStatusFromAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataPropertiesStatusFromAnyOf1":{"type":"string"},"DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataPropertiesStatusFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataPropertiesStatusFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataPropertiesStatusFromAnyOf1"}]},"DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataPropertiesStatusToAnyOf0":{"type":"null"},"DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataPropertiesStatusToAnyOf1":{"type":"string"},"DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataPropertiesStatusTo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataPropertiesStatusToAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataPropertiesStatusToAnyOf1"}]},"DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataPropertiesDocumentKind":{"type":"string","enum":["order","quote"]},"DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataPropertiesCommandId":{"type":"string"},"DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata":{"type":"object","properties":{"statusFrom":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataPropertiesStatusFrom"},"statusTo":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataPropertiesStatusTo"},"documentKind":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataPropertiesDocumentKind"},"commandId":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataPropertiesCommandId"}},"additionalProperties":false},"DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"occurredAt":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAt"},"kind":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind"},"action":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAction"},"actor":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActor"},"source":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata"}},"required":["id","occurredAt","kind","action","actor","source"],"additionalProperties":false},"DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesNextCursor":{"type":"string"},"DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"nextCursor":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentHistoryGetResponses200ContentApplicationJsonSchemaPropertiesNextCursor"}},"required":["items"],"additionalProperties":false},"DocPathsApiSalesDocumentHistoryGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesDocumentHistoryGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentHistoryGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesDocumentHistoryGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesDocumentHistoryGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentHistoryGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesDocumentHistoryGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesDocumentHistoryGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentHistoryGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesDocumentNumbersPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesDocumentNumbersPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesDocumentNumbersPostRequestBodyContentApplicationJsonSchemaPropertiesKind":{"type":"string","enum":["order","quote","invoice","credit_memo"]},"DocPathsApiSalesDocumentNumbersPostRequestBodyContentApplicationJsonSchemaPropertiesFormat":{"type":"string","minLength":1,"maxLength":191},"DocPathsApiSalesDocumentNumbersPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentNumbersPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentNumbersPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"kind":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentNumbersPostRequestBodyContentApplicationJsonSchemaPropertiesKind"},"format":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentNumbersPostRequestBodyContentApplicationJsonSchemaPropertiesFormat"}},"required":["organizationId","tenantId","kind"],"additionalProperties":false},"DocPathsApiSalesDocumentNumbersPostResponses200ContentApplicationJsonSchemaPropertiesNumber":{"type":"string"},"DocPathsApiSalesDocumentNumbersPostResponses200ContentApplicationJsonSchemaPropertiesFormat":{"type":"string"},"DocPathsApiSalesDocumentNumbersPostResponses200ContentApplicationJsonSchemaPropertiesSequence":{"type":"number"},"DocPathsApiSalesDocumentNumbersPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"number":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentNumbersPostResponses200ContentApplicationJsonSchemaPropertiesNumber"},"format":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentNumbersPostResponses200ContentApplicationJsonSchemaPropertiesFormat"},"sequence":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentNumbersPostResponses200ContentApplicationJsonSchemaPropertiesSequence"}},"required":["number","format","sequence"],"additionalProperties":false},"DocPathsApiSalesDocumentNumbersPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesDocumentNumbersPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentNumbersPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesDocumentNumbersPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesDocumentNumbersPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesDocumentNumbersPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesInvoicesGetParameters0Schema":{"type":"number"},"DocPathsApiSalesInvoicesGetParameters1Schema":{"type":"number"},"DocPathsApiSalesInvoicesGetParameters2Schema":{"type":"string"},"DocPathsApiSalesInvoicesGetParameters3Schema":{"type":"string","format":"uuid"},"DocPathsApiSalesInvoicesGetParameters4Schema":{"type":"string","format":"uuid"},"DocPathsApiSalesInvoicesGetParameters5Schema":{"type":"string"},"DocPathsApiSalesInvoicesGetParameters6Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiSalesInvoicesGetParameters7Schema":{"type":"string"},"DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInvoiceNumber":{"type":"string"},"DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0":{"type":"null"},"DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1":{"type":"string"},"DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1"}]},"DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssueDateAnyOf0":{"type":"null"},"DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssueDateAnyOf1":{"type":"string"},"DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssueDate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssueDateAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssueDateAnyOf1"}]},"DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDueDateAnyOf0":{"type":"null"},"DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDueDateAnyOf1":{"type":"string"},"DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDueDate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDueDateAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDueDateAnyOf1"}]},"DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCode":{"type":"string"},"DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrandTotalGrossAmount":{"type":"string"},"DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrandTotalNetAmount":{"type":"string"},"DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxTotalAmount":{"type":"string"},"DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaidTotalAmount":{"type":"string"},"DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOutstandingAmount":{"type":"string"},"DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"invoiceNumber":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInvoiceNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"issueDate":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssueDate"},"dueDate":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDueDate"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCode"},"grandTotalGrossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrandTotalGrossAmount"},"grandTotalNetAmount":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrandTotalNetAmount"},"taxTotalAmount":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxTotalAmount"},"paidTotalAmount":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaidTotalAmount"},"outstandingAmount":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOutstandingAmount"}},"required":["id","invoiceNumber","currencyCode"],"additionalProperties":false},"DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiSalesInvoicesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesInvoicesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesInvoicesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesInvoicesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesOrderId":{"type":"string","format":"uuid"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesInvoiceNumber":{"type":"string","minLength":1,"maxLength":191},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId":{"type":"string","format":"uuid"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesIssueDate":{"type":"string","format":"date-time"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesDueDate":{"type":"string","format":"date-time"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldSetId":{"type":"string","format":"uuid"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesOrderLineId":{"type":"string","format":"uuid"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesLineNumber":{"type":"number"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesKind":{"type":"string","enum":["product","service","shipping","discount","adjustment"]},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesName":{"type":"string","maxLength":500},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesSku":{"type":"string","maxLength":191},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDescription":{"type":"string","maxLength":4000},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantity":{"type":"number"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantityUnit":{"type":"string","maxLength":25},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedQuantity":{"type":"number"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnitAnyOf0":{"type":"null"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnitAnyOf1":{"type":"string","maxLength":25},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnitAnyOf1"}]},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf0":{"type":"null"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesVersion":{"type":"number","enum":[1]},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf0":{"type":"null"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf1":{"type":"string"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf1"}]},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf0":{"type":"null"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf1":{"type":"string"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf1"}]},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf1":{"type":"string"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf1"}]},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf1":{"type":"string"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf1"}]},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredQuantity":{"type":"string"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesToBaseFactor":{"type":"string"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesNormalizedQuantity":{"type":"string"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesMode":{"type":"string","enum":["half_up","down","up"]},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesScale":{"type":"number"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesRounding":{"type":"object","properties":{"mode":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesMode"},"scale":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesScale"}},"required":["mode","scale"],"additionalProperties":false},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf0":{"type":"null"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf1":{"type":"string"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf1"}]},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesResolvedAt":{"type":"string"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSource":{"type":"object","properties":{"conversionId":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionId"},"resolvedAt":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesResolvedAt"}},"required":["conversionId","resolvedAt"],"additionalProperties":false},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesEnabled":{"type":"boolean"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf1":{"type":"string","enum":["kg","l","m2","m3","pc"]},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf1"}]},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf0":{"type":"null"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf1":{"type":"string"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf1"}]},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf0":{"type":"null"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf1":{"type":"string"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf1"}]},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf0":{"type":"null"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf1":{"type":"string"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf1"}]},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReference":{"type":"object","properties":{"enabled":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesEnabled"},"referenceUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCode"},"baseQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantity"},"grossPerReference":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReference"},"netPerReference":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReference"}},"required":["enabled","referenceUnitCode","baseQuantity"],"additionalProperties":false},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1":{"type":"object","properties":{"version":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesVersion"},"productId":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductId"},"productVariantId":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantId"},"baseUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCode"},"enteredUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCode"},"enteredQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredQuantity"},"toBaseFactor":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesToBaseFactor"},"normalizedQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesNormalizedQuantity"},"rounding":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesRounding"},"source":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSource"},"unitPriceReference":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReference"}},"required":["version","productId","productVariantId","baseUnitCode","enteredUnitCode","enteredQuantity","toBaseFactor","normalizedQuantity","rounding","source"],"additionalProperties":false},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1"}]},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceNet":{"type":"number"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceGross":{"type":"number"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDiscountAmount":{"type":"number"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDiscountPercent":{"type":"number"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxRate":{"type":"number"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxAmount":{"type":"number"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTotalNetAmount":{"type":"number"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTotalGrossAmount":{"type":"number"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItems":{"type":"object","properties":{"orderLineId":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesOrderLineId"},"lineNumber":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesLineNumber"},"kind":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesKind"},"name":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesName"},"sku":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesSku"},"description":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDescription"},"quantity":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantity"},"quantityUnit":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantityUnit"},"normalizedQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedQuantity"},"normalizedUnit":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnit"},"uomSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshot"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesCurrencyCode"},"unitPriceNet":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceNet"},"unitPriceGross":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceGross"},"discountAmount":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDiscountAmount"},"discountPercent":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDiscountPercent"},"taxRate":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxRate"},"taxAmount":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxAmount"},"totalNetAmount":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTotalNetAmount"},"totalGrossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTotalGrossAmount"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesMetadata"}},"required":["quantity","currencyCode"],"additionalProperties":false},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLines":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItems"}},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesSubtotalNetAmount":{"type":"number"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesSubtotalGrossAmount":{"type":"number"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesDiscountTotalAmount":{"type":"number"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesTaxTotalAmount":{"type":"number"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesGrandTotalNetAmount":{"type":"number"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesGrandTotalGrossAmount":{"type":"number"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesPaidTotalAmount":{"type":"number"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesOutstandingAmount":{"type":"number"},"DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"orderId":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesOrderId"},"invoiceNumber":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesInvoiceNumber"},"statusEntryId":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId"},"issueDate":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesIssueDate"},"dueDate":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesDueDate"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata"},"customFieldSetId":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldSetId"},"lines":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesLines"},"subtotalNetAmount":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesSubtotalNetAmount"},"subtotalGrossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesSubtotalGrossAmount"},"discountTotalAmount":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesDiscountTotalAmount"},"taxTotalAmount":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesTaxTotalAmount"},"grandTotalNetAmount":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesGrandTotalNetAmount"},"grandTotalGrossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesGrandTotalGrossAmount"},"paidTotalAmount":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesPaidTotalAmount"},"outstandingAmount":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostRequestBodyContentApplicationJsonSchemaPropertiesOutstandingAmount"}},"required":["organizationId","tenantId","currencyCode"],"additionalProperties":false},"DocPathsApiSalesInvoicesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiSalesInvoicesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesInvoicesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiSalesInvoicesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesInvoicesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesInvoicesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesInvoicesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesInvoicesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesOrderId":{"type":"string","format":"uuid"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesInvoiceNumber":{"type":"string","minLength":1,"maxLength":191},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId":{"type":"string","format":"uuid"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesIssueDate":{"type":"string","format":"date-time"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesDueDate":{"type":"string","format":"date-time"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldSetId":{"type":"string","format":"uuid"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesOrderLineId":{"type":"string","format":"uuid"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesLineNumber":{"type":"number"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesKind":{"type":"string","enum":["product","service","shipping","discount","adjustment"]},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesName":{"type":"string","maxLength":500},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesSku":{"type":"string","maxLength":191},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDescription":{"type":"string","maxLength":4000},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantity":{"type":"number"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantityUnit":{"type":"string","maxLength":25},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedQuantity":{"type":"number"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnitAnyOf0":{"type":"null"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnitAnyOf1":{"type":"string","maxLength":25},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnitAnyOf1"}]},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf0":{"type":"null"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesVersion":{"type":"number","enum":[1]},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf0":{"type":"null"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf1":{"type":"string"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf1"}]},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf0":{"type":"null"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf1":{"type":"string"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf1"}]},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf1":{"type":"string"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf1"}]},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf1":{"type":"string"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf1"}]},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredQuantity":{"type":"string"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesToBaseFactor":{"type":"string"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesNormalizedQuantity":{"type":"string"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesMode":{"type":"string","enum":["half_up","down","up"]},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesScale":{"type":"number"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesRounding":{"type":"object","properties":{"mode":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesMode"},"scale":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesScale"}},"required":["mode","scale"],"additionalProperties":false},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf0":{"type":"null"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf1":{"type":"string"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf1"}]},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesResolvedAt":{"type":"string"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSource":{"type":"object","properties":{"conversionId":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionId"},"resolvedAt":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesResolvedAt"}},"required":["conversionId","resolvedAt"],"additionalProperties":false},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesEnabled":{"type":"boolean"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf1":{"type":"string","enum":["kg","l","m2","m3","pc"]},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf1"}]},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf0":{"type":"null"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf1":{"type":"string"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf1"}]},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf0":{"type":"null"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf1":{"type":"string"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf1"}]},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf0":{"type":"null"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf1":{"type":"string"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf1"}]},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReference":{"type":"object","properties":{"enabled":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesEnabled"},"referenceUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCode"},"baseQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantity"},"grossPerReference":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReference"},"netPerReference":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReference"}},"required":["enabled","referenceUnitCode","baseQuantity"],"additionalProperties":false},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1":{"type":"object","properties":{"version":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesVersion"},"productId":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductId"},"productVariantId":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantId"},"baseUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCode"},"enteredUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCode"},"enteredQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredQuantity"},"toBaseFactor":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesToBaseFactor"},"normalizedQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesNormalizedQuantity"},"rounding":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesRounding"},"source":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSource"},"unitPriceReference":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReference"}},"required":["version","productId","productVariantId","baseUnitCode","enteredUnitCode","enteredQuantity","toBaseFactor","normalizedQuantity","rounding","source"],"additionalProperties":false},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1"}]},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceNet":{"type":"number"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceGross":{"type":"number"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDiscountAmount":{"type":"number"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDiscountPercent":{"type":"number"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxRate":{"type":"number"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxAmount":{"type":"number"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTotalNetAmount":{"type":"number"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTotalGrossAmount":{"type":"number"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItems":{"type":"object","properties":{"orderLineId":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesOrderLineId"},"lineNumber":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesLineNumber"},"kind":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesKind"},"name":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesName"},"sku":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesSku"},"description":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDescription"},"quantity":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantity"},"quantityUnit":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantityUnit"},"normalizedQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedQuantity"},"normalizedUnit":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnit"},"uomSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshot"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesCurrencyCode"},"unitPriceNet":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceNet"},"unitPriceGross":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceGross"},"discountAmount":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDiscountAmount"},"discountPercent":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDiscountPercent"},"taxRate":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxRate"},"taxAmount":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxAmount"},"totalNetAmount":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTotalNetAmount"},"totalGrossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTotalGrossAmount"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesMetadata"}},"required":["quantity","currencyCode"],"additionalProperties":false},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLines":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItems"}},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesSubtotalNetAmount":{"type":"number"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesSubtotalGrossAmount":{"type":"number"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesDiscountTotalAmount":{"type":"number"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesTaxTotalAmount":{"type":"number"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesGrandTotalNetAmount":{"type":"number"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesGrandTotalGrossAmount":{"type":"number"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesPaidTotalAmount":{"type":"number"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesOutstandingAmount":{"type":"number"},"DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"orderId":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesOrderId"},"invoiceNumber":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesInvoiceNumber"},"statusEntryId":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId"},"issueDate":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesIssueDate"},"dueDate":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesDueDate"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata"},"customFieldSetId":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldSetId"},"lines":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesLines"},"subtotalNetAmount":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesSubtotalNetAmount"},"subtotalGrossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesSubtotalGrossAmount"},"discountTotalAmount":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesDiscountTotalAmount"},"taxTotalAmount":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesTaxTotalAmount"},"grandTotalNetAmount":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesGrandTotalNetAmount"},"grandTotalGrossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesGrandTotalGrossAmount"},"paidTotalAmount":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesPaidTotalAmount"},"outstandingAmount":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutRequestBodyContentApplicationJsonSchemaPropertiesOutstandingAmount"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesInvoicesPutResponses200ContentApplicationJsonSchemaPropertiesInvoiceId":{"type":"string","format":"uuid"},"DocPathsApiSalesInvoicesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"invoiceId":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutResponses200ContentApplicationJsonSchemaPropertiesInvoiceId"}},"required":["invoiceId"],"additionalProperties":false},"DocPathsApiSalesInvoicesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesInvoicesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesInvoicesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesInvoicesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesInvoicesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesInvoicesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesInvoicesDeleteResponses200ContentApplicationJsonSchemaPropertiesInvoiceId":{"type":"string","format":"uuid"},"DocPathsApiSalesInvoicesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"invoiceId":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesDeleteResponses200ContentApplicationJsonSchemaPropertiesInvoiceId"}},"required":["invoiceId"],"additionalProperties":false},"DocPathsApiSalesInvoicesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesInvoicesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesInvoicesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesInvoicesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesInvoicesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesNotesGetParameters0Schema":{"type":"number"},"DocPathsApiSalesNotesGetParameters1Schema":{"type":"number"},"DocPathsApiSalesNotesGetParameters2Schema":{"type":"string","enum":["order","quote","invoice","credit_memo"]},"DocPathsApiSalesNotesGetParameters3Schema":{"type":"string","format":"uuid"},"DocPathsApiSalesNotesGetParameters4Schema":{"type":"string","format":"uuid"},"DocPathsApiSalesNotesGetParameters5Schema":{"type":"string","format":"uuid"},"DocPathsApiSalesNotesGetParameters6Schema":{"type":"string"},"DocPathsApiSalesNotesGetParameters7Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiSalesNotesGetParameters8Schema":{"type":"string"},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContextType":{"type":"string","enum":["order","quote","invoice","credit_memo"]},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContextId":{"type":"string","format":"uuid"},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderIdAnyOf0":{"type":"null"},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderIdAnyOf1"}]},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuoteIdAnyOf0":{"type":"null"},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuoteIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuoteId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuoteIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuoteIdAnyOf1"}]},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf0":{"type":"null"},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf1":{"type":"string"},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBody":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf1"}]},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf0":{"type":"null"},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf1"}]},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf1":{"type":"string"},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf1"}]},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf1":{"type":"string"},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf1"}]},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"context_type":{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContextType"},"context_id":{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContextId"},"order_id":{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderId"},"quote_id":{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuoteId"},"body":{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBody"},"author_user_id":{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserId"},"appearance_icon":{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIcon"},"appearance_color":{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColor"},"organization_id":{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"created_at":{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","context_type","context_id","body","created_at"],"additionalProperties":true},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiSalesNotesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesNotesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesNotesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesNotesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesNotesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesNotesPostRequestBodyContentApplicationJsonSchemaPropertiesContextType":{"type":"string","enum":["order","quote","invoice","credit_memo"]},"DocPathsApiSalesNotesPostRequestBodyContentApplicationJsonSchemaPropertiesContextId":{"type":"string","format":"uuid"},"DocPathsApiSalesNotesPostRequestBodyContentApplicationJsonSchemaPropertiesOrderId":{"type":"string","format":"uuid"},"DocPathsApiSalesNotesPostRequestBodyContentApplicationJsonSchemaPropertiesQuoteId":{"type":"string","format":"uuid"},"DocPathsApiSalesNotesPostRequestBodyContentApplicationJsonSchemaPropertiesAuthorUserId":{"type":"string","format":"uuid"},"DocPathsApiSalesNotesPostRequestBodyContentApplicationJsonSchemaPropertiesBody":{"type":"string","minLength":1,"maxLength":8000},"DocPathsApiSalesNotesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsApiSalesNotesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1":{"type":"string","maxLength":100},"DocPathsApiSalesNotesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesNotesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesNotesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1"}]},"DocPathsApiSalesNotesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsApiSalesNotesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsApiSalesNotesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesNotesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesNotesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1"}]},"DocPathsApiSalesNotesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesNotesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesNotesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"contextType":{"$ref":"#/components/schemas/DocPathsApiSalesNotesPostRequestBodyContentApplicationJsonSchemaPropertiesContextType"},"contextId":{"$ref":"#/components/schemas/DocPathsApiSalesNotesPostRequestBodyContentApplicationJsonSchemaPropertiesContextId"},"orderId":{"$ref":"#/components/schemas/DocPathsApiSalesNotesPostRequestBodyContentApplicationJsonSchemaPropertiesOrderId"},"quoteId":{"$ref":"#/components/schemas/DocPathsApiSalesNotesPostRequestBodyContentApplicationJsonSchemaPropertiesQuoteId"},"authorUserId":{"$ref":"#/components/schemas/DocPathsApiSalesNotesPostRequestBodyContentApplicationJsonSchemaPropertiesAuthorUserId"},"body":{"$ref":"#/components/schemas/DocPathsApiSalesNotesPostRequestBodyContentApplicationJsonSchemaPropertiesBody"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsApiSalesNotesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsApiSalesNotesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor"}},"required":["organizationId","tenantId","contextType","contextId","body"],"additionalProperties":false},"DocPathsApiSalesNotesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiSalesNotesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesNotesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesNotesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesNotesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiSalesNotesPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserIdAnyOf0":{"type":"null"},"DocPathsApiSalesNotesPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesNotesPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesNotesPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesNotesPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserIdAnyOf1"}]},"DocPathsApiSalesNotesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesNotesPostResponses201ContentApplicationJsonSchemaPropertiesId"},"authorUserId":{"$ref":"#/components/schemas/DocPathsApiSalesNotesPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserId"}},"required":["id","authorUserId"],"additionalProperties":false},"DocPathsApiSalesNotesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesNotesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesNotesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesNotesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesNotesPutRequestBodyContentApplicationJsonSchemaPropertiesBody":{"type":"string","minLength":1,"maxLength":8000},"DocPathsApiSalesNotesPutRequestBodyContentApplicationJsonSchemaPropertiesAuthorUserId":{"type":"string","format":"uuid"},"DocPathsApiSalesNotesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsApiSalesNotesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1":{"type":"string","maxLength":100},"DocPathsApiSalesNotesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesNotesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesNotesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1"}]},"DocPathsApiSalesNotesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsApiSalesNotesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsApiSalesNotesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesNotesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesNotesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1"}]},"DocPathsApiSalesNotesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesNotesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"body":{"$ref":"#/components/schemas/DocPathsApiSalesNotesPutRequestBodyContentApplicationJsonSchemaPropertiesBody"},"authorUserId":{"$ref":"#/components/schemas/DocPathsApiSalesNotesPutRequestBodyContentApplicationJsonSchemaPropertiesAuthorUserId"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsApiSalesNotesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsApiSalesNotesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesNotesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSalesNotesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSalesNotesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiSalesNotesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesNotesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesNotesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesNotesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesNotesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesNotesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesNotesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSalesNotesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSalesNotesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiSalesNotesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesNotesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesNotesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrderAdjustmentsGetParameters0Schema":{"type":"number"},"DocPathsApiSalesOrderAdjustmentsGetParameters1Schema":{"type":"number"},"DocPathsApiSalesOrderAdjustmentsGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderAdjustmentsGetParameters3Schema":{"type":"string"},"DocPathsApiSalesOrderAdjustmentsGetParameters4Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiSalesOrderAdjustmentsGetParameters5Schema":{"type":"string"},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderLineIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderLineIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderLineId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderLineIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderLineIdAnyOf1"}]},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScope":{"type":"string"},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind":{"type":"string"},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCodeAnyOf0":{"type":"null"},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCodeAnyOf1":{"type":"string"},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCodeAnyOf1"}]},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf1":{"type":"string"},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf1"}]},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculatorKeyAnyOf0":{"type":"null"},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculatorKeyAnyOf1":{"type":"string"},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculatorKey":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculatorKeyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculatorKeyAnyOf1"}]},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPromotionIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPromotionIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPromotionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPromotionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPromotionIdAnyOf1"}]},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRate":{"type":"number"},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAmountNet":{"type":"number"},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAmountGross":{"type":"number"},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf0":{"type":"null"},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf1":{"type":"string"},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf1"}]},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1"}]},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPosition":{"type":"number"},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"order_id":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderId"},"order_line_id":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderLineId"},"scope":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScope"},"kind":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind"},"code":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode"},"label":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"},"calculator_key":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculatorKey"},"promotion_id":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPromotionId"},"rate":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRate"},"amount_net":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAmountNet"},"amount_gross":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAmountGross"},"currency_code":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCode"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata"},"position":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPosition"},"created_at":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","order_id","scope","kind","rate","amount_net","amount_gross","position","created_at","updated_at"],"additionalProperties":false},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiSalesOrderAdjustmentsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrderAdjustmentsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrderAdjustmentsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrderAdjustmentsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesOrderId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesOrderLineId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesScope":{"type":"string","enum":["order","line"]},"DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesKind":{"type":"string","minLength":1,"maxLength":150},"DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCode":{"type":"string","maxLength":120},"DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","maxLength":255},"DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCalculatorKey":{"type":"string","maxLength":120},"DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPromotionId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesRate":{"type":"number"},"DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesAmountNet":{"type":"number"},"DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesAmountGross":{"type":"number"},"DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFields":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPosition":{"type":"number"},"DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"orderId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesOrderId"},"orderLineId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesOrderLineId"},"scope":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesScope"},"kind":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesKind"},"code":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCode"},"label":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"calculatorKey":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCalculatorKey"},"promotionId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPromotionId"},"rate":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesRate"},"amountNet":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesAmountNet"},"amountGross":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesAmountGross"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata"},"customFields":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFields"},"position":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPosition"},"id":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["organizationId","tenantId","orderId"],"additionalProperties":false},"DocPathsApiSalesOrderAdjustmentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrderAdjustmentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderAdjustmentsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiSalesOrderAdjustmentsPostResponses201ContentApplicationJsonSchemaPropertiesOrderIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrderAdjustmentsPostResponses201ContentApplicationJsonSchemaPropertiesOrderIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderAdjustmentsPostResponses201ContentApplicationJsonSchemaPropertiesOrderId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPostResponses201ContentApplicationJsonSchemaPropertiesOrderIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPostResponses201ContentApplicationJsonSchemaPropertiesOrderIdAnyOf1"}]},"DocPathsApiSalesOrderAdjustmentsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPostResponses201ContentApplicationJsonSchemaPropertiesId"},"orderId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPostResponses201ContentApplicationJsonSchemaPropertiesOrderId"}},"required":["id","orderId"],"additionalProperties":false},"DocPathsApiSalesOrderAdjustmentsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrderAdjustmentsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrderAdjustmentsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrderAdjustmentsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesOrderId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesOrderLineId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesScope":{"type":"string","enum":["order","line"]},"DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesKind":{"type":"string","minLength":1,"maxLength":150},"DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesCode":{"type":"string","maxLength":120},"DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","maxLength":255},"DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesCalculatorKey":{"type":"string","maxLength":120},"DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesPromotionId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesRate":{"type":"number"},"DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesAmountNet":{"type":"number"},"DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesAmountGross":{"type":"number"},"DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFields":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesPosition":{"type":"number"},"DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"orderId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesOrderId"},"orderLineId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesOrderLineId"},"scope":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesScope"},"kind":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesKind"},"code":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesCode"},"label":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"calculatorKey":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesCalculatorKey"},"promotionId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesPromotionId"},"rate":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesRate"},"amountNet":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesAmountNet"},"amountGross":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesAmountGross"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata"},"customFields":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFields"},"position":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesPosition"},"id":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["organizationId","tenantId","orderId"],"additionalProperties":false},"DocPathsApiSalesOrderAdjustmentsPutResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrderAdjustmentsPutResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderAdjustmentsPutResponses200ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPutResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPutResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiSalesOrderAdjustmentsPutResponses200ContentApplicationJsonSchemaPropertiesOrderIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrderAdjustmentsPutResponses200ContentApplicationJsonSchemaPropertiesOrderIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderAdjustmentsPutResponses200ContentApplicationJsonSchemaPropertiesOrderId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPutResponses200ContentApplicationJsonSchemaPropertiesOrderIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPutResponses200ContentApplicationJsonSchemaPropertiesOrderIdAnyOf1"}]},"DocPathsApiSalesOrderAdjustmentsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPutResponses200ContentApplicationJsonSchemaPropertiesId"},"orderId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPutResponses200ContentApplicationJsonSchemaPropertiesOrderId"}},"required":["id","orderId"],"additionalProperties":false},"DocPathsApiSalesOrderAdjustmentsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrderAdjustmentsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrderAdjustmentsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrderAdjustmentsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrderAdjustmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderAdjustmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesOrderId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderAdjustmentsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"},"orderId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesOrderId"}},"required":["id","orderId"],"additionalProperties":false},"DocPathsApiSalesOrderAdjustmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSalesOrderAdjustmentsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiSalesOrderAdjustmentsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrderAdjustmentsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrderAdjustmentsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrderAdjustmentsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrderAdjustmentsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrderLineStatusesGetParameters0Schema":{"type":"number"},"DocPathsApiSalesOrderLineStatusesGetParameters1Schema":{"type":"number"},"DocPathsApiSalesOrderLineStatusesGetParameters2Schema":{"type":"string"},"DocPathsApiSalesOrderLineStatusesGetParameters3Schema":{"type":"string"},"DocPathsApiSalesOrderLineStatusesGetParameters4Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiSalesOrderLineStatusesGetParameters5Schema":{"type":"string"},"DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValue":{"type":"string"},"DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf1":{"type":"string"},"DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf1"}]},"DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1":{"type":"string"},"DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1"}]},"DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf1":{"type":"string"},"DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf1"}]},"DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"value":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIcon"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","value","label","color","icon","organizationId","tenantId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiSalesOrderLineStatusesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrderLineStatusesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrderLineStatusesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrderLineStatusesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrderLineStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLineStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLineStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesValue":{"type":"string","minLength":1,"maxLength":150},"DocPathsApiSalesOrderLineStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","minLength":1,"maxLength":150},"DocPathsApiSalesOrderLineStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLineStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsApiSalesOrderLineStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1"}]},"DocPathsApiSalesOrderLineStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLineStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf1":{"type":"string","minLength":1,"maxLength":64},"DocPathsApiSalesOrderLineStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf1"}]},"DocPathsApiSalesOrderLineStatusesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"value":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesIcon"}},"required":["organizationId","tenantId","value"],"additionalProperties":false},"DocPathsApiSalesOrderLineStatusesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLineStatusesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLineStatusesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiSalesOrderLineStatusesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesOrderLineStatusesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrderLineStatusesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrderLineStatusesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrderLineStatusesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrderLineStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLineStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLineStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesValue":{"type":"string","minLength":1,"maxLength":150},"DocPathsApiSalesOrderLineStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","minLength":1,"maxLength":150},"DocPathsApiSalesOrderLineStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLineStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsApiSalesOrderLineStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1"}]},"DocPathsApiSalesOrderLineStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLineStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf1":{"type":"string","minLength":1,"maxLength":64},"DocPathsApiSalesOrderLineStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf1"}]},"DocPathsApiSalesOrderLineStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLineStatusesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"value":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesIcon"},"id":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["organizationId","tenantId","id"],"additionalProperties":false},"DocPathsApiSalesOrderLineStatusesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSalesOrderLineStatusesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiSalesOrderLineStatusesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrderLineStatusesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrderLineStatusesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrderLineStatusesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrderLineStatusesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLineStatusesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesOrderLineStatusesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSalesOrderLineStatusesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiSalesOrderLineStatusesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrderLineStatusesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrderLineStatusesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrderLineStatusesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLineStatusesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrderLinesGetParameters0Schema":{"type":"number"},"DocPathsApiSalesOrderLinesGetParameters1Schema":{"type":"number"},"DocPathsApiSalesOrderLinesGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLinesGetParameters3Schema":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLinesGetParameters4Schema":{"type":"string"},"DocPathsApiSalesOrderLinesGetParameters5Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiSalesOrderLinesGetParameters6Schema":{"type":"string"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLineNumber":{"type":"number"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind":{"type":"string"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf1"}]},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1":{"type":"string"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1"}]},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductIdAnyOf1"}]},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductVariantIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductVariantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductVariantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductVariantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductVariantIdAnyOf1"}]},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCatalogSnapshotAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCatalogSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCatalogSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCatalogSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCatalogSnapshotAnyOf1"}]},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf1":{"type":"string"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf1"}]},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCommentAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCommentAnyOf1":{"type":"string"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCommentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCommentAnyOf1"}]},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuantity":{"type":"number"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuantityUnitAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuantityUnitAnyOf1":{"type":"string"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuantityUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuantityUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuantityUnitAnyOf1"}]},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNormalizedQuantity":{"type":"number"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNormalizedUnitAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNormalizedUnitAnyOf1":{"type":"string"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNormalizedUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNormalizedUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNormalizedUnitAnyOf1"}]},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesVersion":{"type":"number","enum":[1]},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf1":{"type":"string"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesProductId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf1"}]},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf1":{"type":"string"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf1"}]},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf1":{"type":"string"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf1"}]},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf1":{"type":"string"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf1"}]},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredQuantity":{"type":"string"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesToBaseFactor":{"type":"string"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesNormalizedQuantity":{"type":"string"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesMode":{"type":"string","enum":["half_up","down","up"]},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesScale":{"type":"number"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesRounding":{"type":"object","properties":{"mode":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesMode"},"scale":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesScale"}},"required":["mode","scale"],"additionalProperties":false},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf1":{"type":"string"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf1"}]},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesResolvedAt":{"type":"string"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesSource":{"type":"object","properties":{"conversionId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionId"},"resolvedAt":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesResolvedAt"}},"required":["conversionId","resolvedAt"],"additionalProperties":false},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesEnabled":{"type":"boolean"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf1":{"type":"string","enum":["kg","l","m2","m3","pc"]},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf1"}]},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf1":{"type":"string"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf1"}]},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf1":{"type":"string"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf1"}]},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf1":{"type":"string"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf1"}]},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReference":{"type":"object","properties":{"enabled":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesEnabled"},"referenceUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCode"},"baseQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantity"},"grossPerReference":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReference"},"netPerReference":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReference"}},"required":["enabled","referenceUnitCode","baseQuantity"],"additionalProperties":false},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1":{"type":"object","properties":{"version":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesVersion"},"productId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesProductId"},"productVariantId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantId"},"baseUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCode"},"enteredUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCode"},"enteredQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredQuantity"},"toBaseFactor":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesToBaseFactor"},"normalizedQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesNormalizedQuantity"},"rounding":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesRounding"},"source":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesSource"},"unitPriceReference":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReference"}},"required":["version","productId","productVariantId","baseUnitCode","enteredUnitCode","enteredQuantity","toBaseFactor","normalizedQuantity","rounding","source"],"additionalProperties":false},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1"}]},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCode":{"type":"string"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceNet":{"type":"number"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceGross":{"type":"number"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDiscountAmount":{"type":"number"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDiscountPercent":{"type":"number"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxRate":{"type":"number"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxAmount":{"type":"number"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalNetAmount":{"type":"number"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalGrossAmount":{"type":"number"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfigurationAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfigurationAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfiguration":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfigurationAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfigurationAnyOf1"}]},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPromotionCodeAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPromotionCodeAnyOf1":{"type":"string"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPromotionCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPromotionCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPromotionCodeAnyOf1"}]},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPromotionSnapshotAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPromotionSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPromotionSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPromotionSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPromotionSnapshotAnyOf1"}]},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1"}]},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldSetIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldSetIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldSetId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldSetIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldSetIdAnyOf1"}]},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"order_id":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderId"},"line_number":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLineNumber"},"kind":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind"},"status_entry_id":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryId"},"status":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"product_id":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductId"},"product_variant_id":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductVariantId"},"catalog_snapshot":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCatalogSnapshot"},"name":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"comment":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComment"},"quantity":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuantity"},"quantity_unit":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuantityUnit"},"normalized_quantity":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNormalizedQuantity"},"normalized_unit":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNormalizedUnit"},"uom_snapshot":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshot"},"currency_code":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCode"},"unit_price_net":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceNet"},"unit_price_gross":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceGross"},"discount_amount":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDiscountAmount"},"discount_percent":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDiscountPercent"},"tax_rate":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxRate"},"tax_amount":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxAmount"},"total_net_amount":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalNetAmount"},"total_gross_amount":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalGrossAmount"},"configuration":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfiguration"},"promotion_code":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPromotionCode"},"promotion_snapshot":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPromotionSnapshot"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata"},"custom_field_set_id":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldSetId"},"created_at":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","order_id","line_number","kind","quantity","normalized_quantity","currency_code","unit_price_net","unit_price_gross","discount_amount","discount_percent","tax_rate","tax_amount","total_net_amount","total_gross_amount","created_at","updated_at"],"additionalProperties":false},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiSalesOrderLinesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrderLinesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrderLinesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrderLinesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesOrderId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesLineNumber":{"type":"number"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesKind":{"type":"string","enum":["product","service","shipping","discount","adjustment"]},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesProductId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesProductVariantId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","maxLength":255},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":4000},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesComment":{"type":"string","maxLength":2000},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesConfiguration":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesPromotionCode":{"type":"string","maxLength":120},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesPromotionSnapshot":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesVersion":{"type":"number","enum":[1]},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf1":{"type":"string"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf1"}]},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf1":{"type":"string"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductVariantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf1"}]},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf1":{"type":"string"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf1"}]},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf1":{"type":"string"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf1"}]},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesEnteredQuantity":{"type":"string"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesToBaseFactor":{"type":"string"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesNormalizedQuantity":{"type":"string"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesMode":{"type":"string","enum":["half_up","down","up"]},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesScale":{"type":"number"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesRounding":{"type":"object","properties":{"mode":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesMode"},"scale":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesScale"}},"required":["mode","scale"],"additionalProperties":false},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf1":{"type":"string"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf1"}]},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesResolvedAt":{"type":"string"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSource":{"type":"object","properties":{"conversionId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionId"},"resolvedAt":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesResolvedAt"}},"required":["conversionId","resolvedAt"],"additionalProperties":false},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesEnabled":{"type":"boolean"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf1":{"type":"string","enum":["kg","l","m2","m3","pc"]},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf1"}]},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf1":{"type":"string"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf1"}]},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf1":{"type":"string"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf1"}]},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf1":{"type":"string"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf1"}]},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReference":{"type":"object","properties":{"enabled":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesEnabled"},"referenceUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCode"},"baseQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantity"},"grossPerReference":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReference"},"netPerReference":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReference"}},"required":["enabled","referenceUnitCode","baseQuantity"],"additionalProperties":false},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1":{"type":"object","properties":{"version":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesVersion"},"productId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductId"},"productVariantId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductVariantId"},"baseUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCode"},"enteredUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCode"},"enteredQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesEnteredQuantity"},"toBaseFactor":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesToBaseFactor"},"normalizedQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesNormalizedQuantity"},"rounding":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesRounding"},"source":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSource"},"unitPriceReference":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReference"}},"required":["version","productId","productVariantId","baseUnitCode","enteredUnitCode","enteredQuantity","toBaseFactor","normalizedQuantity","rounding","source"],"additionalProperties":false},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1"}]},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldSetId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFields":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesQuantity":{"type":"number"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesQuantityUnit":{"type":"string","maxLength":25},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesNormalizedQuantity":{"type":"number"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesNormalizedUnitAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesNormalizedUnitAnyOf1":{"type":"string","maxLength":25},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesNormalizedUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesNormalizedUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesNormalizedUnitAnyOf1"}]},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceNet":{"type":"number"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceGross":{"type":"number"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesPriceId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesPriceMode":{"type":"string","enum":["net","gross"]},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRateId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesDiscountAmount":{"type":"number"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesDiscountPercent":{"type":"number"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRate":{"type":"number"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesTaxAmount":{"type":"number"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesTotalNetAmount":{"type":"number"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesTotalGrossAmount":{"type":"number"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesCatalogSnapshot":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"orderId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesOrderId"},"lineNumber":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesLineNumber"},"kind":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesKind"},"statusEntryId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId"},"productId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesProductId"},"productVariantId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesProductVariantId"},"name":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"comment":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesComment"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode"},"configuration":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesConfiguration"},"promotionCode":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesPromotionCode"},"promotionSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesPromotionSnapshot"},"uomSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshot"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata"},"customFieldSetId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldSetId"},"customFields":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFields"},"quantity":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesQuantity"},"quantityUnit":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesQuantityUnit"},"normalizedQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesNormalizedQuantity"},"normalizedUnit":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesNormalizedUnit"},"unitPriceNet":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceNet"},"unitPriceGross":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceGross"},"priceId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesPriceId"},"priceMode":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesPriceMode"},"taxRateId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRateId"},"discountAmount":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesDiscountAmount"},"discountPercent":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesDiscountPercent"},"taxRate":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRate"},"taxAmount":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesTaxAmount"},"totalNetAmount":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesTotalNetAmount"},"totalGrossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesTotalGrossAmount"},"catalogSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesCatalogSnapshot"},"id":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["organizationId","tenantId","orderId","currencyCode","quantity"],"additionalProperties":false},"DocPathsApiSalesOrderLinesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLinesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiSalesOrderLinesPostResponses201ContentApplicationJsonSchemaPropertiesOrderIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesPostResponses201ContentApplicationJsonSchemaPropertiesOrderIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLinesPostResponses201ContentApplicationJsonSchemaPropertiesOrderId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostResponses201ContentApplicationJsonSchemaPropertiesOrderIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostResponses201ContentApplicationJsonSchemaPropertiesOrderIdAnyOf1"}]},"DocPathsApiSalesOrderLinesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostResponses201ContentApplicationJsonSchemaPropertiesId"},"orderId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostResponses201ContentApplicationJsonSchemaPropertiesOrderId"}},"required":["id","orderId"],"additionalProperties":false},"DocPathsApiSalesOrderLinesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrderLinesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrderLinesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrderLinesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesOrderId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesLineNumber":{"type":"number"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesKind":{"type":"string","enum":["product","service","shipping","discount","adjustment"]},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesProductId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesProductVariantId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","maxLength":255},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":4000},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesComment":{"type":"string","maxLength":2000},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesConfiguration":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesPromotionCode":{"type":"string","maxLength":120},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesPromotionSnapshot":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesVersion":{"type":"number","enum":[1]},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf1":{"type":"string"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf1"}]},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf1":{"type":"string"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductVariantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf1"}]},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf1":{"type":"string"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf1"}]},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf1":{"type":"string"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf1"}]},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesEnteredQuantity":{"type":"string"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesToBaseFactor":{"type":"string"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesNormalizedQuantity":{"type":"string"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesMode":{"type":"string","enum":["half_up","down","up"]},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesScale":{"type":"number"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesRounding":{"type":"object","properties":{"mode":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesMode"},"scale":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesScale"}},"required":["mode","scale"],"additionalProperties":false},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf1":{"type":"string"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf1"}]},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesResolvedAt":{"type":"string"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSource":{"type":"object","properties":{"conversionId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionId"},"resolvedAt":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesResolvedAt"}},"required":["conversionId","resolvedAt"],"additionalProperties":false},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesEnabled":{"type":"boolean"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf1":{"type":"string","enum":["kg","l","m2","m3","pc"]},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf1"}]},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf1":{"type":"string"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf1"}]},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf1":{"type":"string"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf1"}]},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf1":{"type":"string"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf1"}]},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReference":{"type":"object","properties":{"enabled":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesEnabled"},"referenceUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCode"},"baseQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantity"},"grossPerReference":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReference"},"netPerReference":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReference"}},"required":["enabled","referenceUnitCode","baseQuantity"],"additionalProperties":false},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1":{"type":"object","properties":{"version":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesVersion"},"productId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductId"},"productVariantId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductVariantId"},"baseUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCode"},"enteredUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCode"},"enteredQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesEnteredQuantity"},"toBaseFactor":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesToBaseFactor"},"normalizedQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesNormalizedQuantity"},"rounding":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesRounding"},"source":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSource"},"unitPriceReference":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReference"}},"required":["version","productId","productVariantId","baseUnitCode","enteredUnitCode","enteredQuantity","toBaseFactor","normalizedQuantity","rounding","source"],"additionalProperties":false},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1"}]},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldSetId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFields":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesQuantity":{"type":"number"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesQuantityUnit":{"type":"string","maxLength":25},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesNormalizedQuantity":{"type":"number"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesNormalizedUnitAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesNormalizedUnitAnyOf1":{"type":"string","maxLength":25},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesNormalizedUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesNormalizedUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesNormalizedUnitAnyOf1"}]},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceNet":{"type":"number"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceGross":{"type":"number"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesPriceId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesPriceMode":{"type":"string","enum":["net","gross"]},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRateId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesDiscountAmount":{"type":"number"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesDiscountPercent":{"type":"number"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRate":{"type":"number"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesTaxAmount":{"type":"number"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesTotalNetAmount":{"type":"number"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesTotalGrossAmount":{"type":"number"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesCatalogSnapshot":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"orderId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesOrderId"},"lineNumber":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesLineNumber"},"kind":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesKind"},"statusEntryId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId"},"productId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesProductId"},"productVariantId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesProductVariantId"},"name":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"comment":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesComment"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode"},"configuration":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesConfiguration"},"promotionCode":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesPromotionCode"},"promotionSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesPromotionSnapshot"},"uomSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshot"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata"},"customFieldSetId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldSetId"},"customFields":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFields"},"quantity":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesQuantity"},"quantityUnit":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesQuantityUnit"},"normalizedQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesNormalizedQuantity"},"normalizedUnit":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesNormalizedUnit"},"unitPriceNet":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceNet"},"unitPriceGross":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceGross"},"priceId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesPriceId"},"priceMode":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesPriceMode"},"taxRateId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRateId"},"discountAmount":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesDiscountAmount"},"discountPercent":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesDiscountPercent"},"taxRate":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRate"},"taxAmount":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesTaxAmount"},"totalNetAmount":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesTotalNetAmount"},"totalGrossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesTotalGrossAmount"},"catalogSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesCatalogSnapshot"},"id":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["organizationId","tenantId","orderId","currencyCode","quantity"],"additionalProperties":false},"DocPathsApiSalesOrderLinesPutResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesPutResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLinesPutResponses200ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiSalesOrderLinesPutResponses200ContentApplicationJsonSchemaPropertiesOrderIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrderLinesPutResponses200ContentApplicationJsonSchemaPropertiesOrderIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLinesPutResponses200ContentApplicationJsonSchemaPropertiesOrderId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutResponses200ContentApplicationJsonSchemaPropertiesOrderIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutResponses200ContentApplicationJsonSchemaPropertiesOrderIdAnyOf1"}]},"DocPathsApiSalesOrderLinesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutResponses200ContentApplicationJsonSchemaPropertiesId"},"orderId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutResponses200ContentApplicationJsonSchemaPropertiesOrderId"}},"required":["id","orderId"],"additionalProperties":false},"DocPathsApiSalesOrderLinesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrderLinesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrderLinesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrderLinesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrderLinesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLinesDeleteRequestBodyContentApplicationJsonSchemaPropertiesOrderId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderLinesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"},"orderId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesDeleteRequestBodyContentApplicationJsonSchemaPropertiesOrderId"}},"required":["id","orderId"],"additionalProperties":false},"DocPathsApiSalesOrderLinesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSalesOrderLinesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiSalesOrderLinesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrderLinesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrderLinesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrderLinesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrderLinesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrderStatusesGetParameters0Schema":{"type":"number"},"DocPathsApiSalesOrderStatusesGetParameters1Schema":{"type":"number"},"DocPathsApiSalesOrderStatusesGetParameters2Schema":{"type":"string"},"DocPathsApiSalesOrderStatusesGetParameters3Schema":{"type":"string"},"DocPathsApiSalesOrderStatusesGetParameters4Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiSalesOrderStatusesGetParameters5Schema":{"type":"string"},"DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValue":{"type":"string"},"DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf1":{"type":"string"},"DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf1"}]},"DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0":{"type":"null"},"DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1":{"type":"string"},"DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1"}]},"DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf0":{"type":"null"},"DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf1":{"type":"string"},"DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf1"}]},"DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"value":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIcon"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","value","label","color","icon","organizationId","tenantId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiSalesOrderStatusesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrderStatusesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrderStatusesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrderStatusesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrderStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesValue":{"type":"string","minLength":1,"maxLength":150},"DocPathsApiSalesOrderStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","minLength":1,"maxLength":150},"DocPathsApiSalesOrderStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0":{"type":"null"},"DocPathsApiSalesOrderStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsApiSalesOrderStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1"}]},"DocPathsApiSalesOrderStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf0":{"type":"null"},"DocPathsApiSalesOrderStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf1":{"type":"string","minLength":1,"maxLength":64},"DocPathsApiSalesOrderStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf1"}]},"DocPathsApiSalesOrderStatusesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"value":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesIcon"}},"required":["organizationId","tenantId","value"],"additionalProperties":false},"DocPathsApiSalesOrderStatusesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrderStatusesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderStatusesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiSalesOrderStatusesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesOrderStatusesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrderStatusesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrderStatusesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrderStatusesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrderStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesValue":{"type":"string","minLength":1,"maxLength":150},"DocPathsApiSalesOrderStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","minLength":1,"maxLength":150},"DocPathsApiSalesOrderStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0":{"type":"null"},"DocPathsApiSalesOrderStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsApiSalesOrderStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1"}]},"DocPathsApiSalesOrderStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf0":{"type":"null"},"DocPathsApiSalesOrderStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf1":{"type":"string","minLength":1,"maxLength":64},"DocPathsApiSalesOrderStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf1"}]},"DocPathsApiSalesOrderStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderStatusesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"value":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesIcon"},"id":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["organizationId","tenantId","id"],"additionalProperties":false},"DocPathsApiSalesOrderStatusesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSalesOrderStatusesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiSalesOrderStatusesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrderStatusesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrderStatusesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrderStatusesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrderStatusesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrderStatusesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesOrderStatusesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSalesOrderStatusesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiSalesOrderStatusesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrderStatusesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrderStatusesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrderStatusesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrderStatusesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrdersGetParameters0Schema":{"type":"number"},"DocPathsApiSalesOrdersGetParameters1Schema":{"type":"number"},"DocPathsApiSalesOrdersGetParameters2Schema":{"type":"string"},"DocPathsApiSalesOrdersGetParameters3Schema":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersGetParameters4Schema":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersGetParameters5Schema":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersGetParameters6Schema":{"type":"number"},"DocPathsApiSalesOrdersGetParameters7Schema":{"type":"number"},"DocPathsApiSalesOrdersGetParameters8Schema":{"type":"number"},"DocPathsApiSalesOrdersGetParameters9Schema":{"type":"number"},"DocPathsApiSalesOrdersGetParameters10Schema":{"type":"number"},"DocPathsApiSalesOrdersGetParameters11Schema":{"type":"number"},"DocPathsApiSalesOrdersGetParameters12Schema":{"type":"string"},"DocPathsApiSalesOrdersGetParameters13Schema":{"type":"string"},"DocPathsApiSalesOrdersGetParameters14Schema":{"type":"string"},"DocPathsApiSalesOrdersGetParameters15Schema":{"type":"string"},"DocPathsApiSalesOrdersGetParameters16Schema":{"type":"string"},"DocPathsApiSalesOrdersGetParameters17Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiSalesOrdersGetParameters18Schema":{"type":"boolean"},"DocPathsApiSalesOrdersGetParameters19Schema":{"type":"string"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderNumberAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderNumberAnyOf1":{"type":"string"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderNumberAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1":{"type":"string"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityIdAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerContactIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerContactIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerContactId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerContactIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerContactIdAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAddressIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAddressIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAddressId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAddressIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAddressIdAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingAddressIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingAddressIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingAddressId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingAddressIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingAddressIdAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerReferenceAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerReferenceAnyOf1":{"type":"string"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerReferenceAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalReferenceAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalReferenceAnyOf1":{"type":"string"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalReferenceAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCommentAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCommentAnyOf1":{"type":"string"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCommentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCommentAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlacedAtAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlacedAtAnyOf1":{"type":"string"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlacedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlacedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlacedAtAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpectedDeliveryAtAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpectedDeliveryAtAnyOf1":{"type":"string"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpectedDeliveryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpectedDeliveryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpectedDeliveryAtAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerSnapshotAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerSnapshotAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAddressSnapshotAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAddressSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAddressSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAddressSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAddressSnapshotAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingAddressSnapshotAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingAddressSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingAddressSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingAddressSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingAddressSnapshotAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodIdAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodCodeAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodCodeAnyOf1":{"type":"string"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodCodeAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodSnapshotAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodSnapshotAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodIdAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodCodeAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodCodeAnyOf1":{"type":"string"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodCodeAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodSnapshotAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodSnapshotAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf1":{"type":"string"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChannelIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChannelIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChannelId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChannelIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChannelIdAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFromAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFromAnyOf1":{"type":"string"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFromAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidUntilAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidUntilAnyOf1":{"type":"string"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidUntil":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidUntilAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidUntilAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLineItemCountAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLineItemCountAnyOf1":{"type":"number"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLineItemCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLineItemCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLineItemCountAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtotalNetAmountAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtotalNetAmountAnyOf1":{"type":"number"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtotalNetAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtotalNetAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtotalNetAmountAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtotalGrossAmountAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtotalGrossAmountAnyOf1":{"type":"number"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtotalGrossAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtotalGrossAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtotalGrossAmountAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDiscountTotalAmountAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDiscountTotalAmountAnyOf1":{"type":"number"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDiscountTotalAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDiscountTotalAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDiscountTotalAmountAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxTotalAmountAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxTotalAmountAnyOf1":{"type":"number"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxTotalAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxTotalAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxTotalAmountAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingNetAmountAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingNetAmountAnyOf1":{"type":"number"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingNetAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingNetAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingNetAmountAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingGrossAmountAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingGrossAmountAnyOf1":{"type":"number"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingGrossAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingGrossAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingGrossAmountAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSurchargeTotalAmountAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSurchargeTotalAmountAnyOf1":{"type":"number"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSurchargeTotalAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSurchargeTotalAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSurchargeTotalAmountAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrandTotalNetAmountAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrandTotalNetAmountAnyOf1":{"type":"number"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrandTotalNetAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrandTotalNetAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrandTotalNetAmountAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrandTotalGrossAmountAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrandTotalGrossAmountAnyOf1":{"type":"number"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrandTotalGrossAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrandTotalGrossAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrandTotalGrossAmountAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaidTotalAmountAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaidTotalAmountAnyOf1":{"type":"number"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaidTotalAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaidTotalAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaidTotalAmountAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRefundedTotalAmountAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRefundedTotalAmountAnyOf1":{"type":"number"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRefundedTotalAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRefundedTotalAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRefundedTotalAmountAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOutstandingAmountAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOutstandingAmountAnyOf1":{"type":"number"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOutstandingAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOutstandingAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOutstandingAmountAnyOf1"}]},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFields":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValues":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"orderNumber":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"statusEntryId":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryId"},"customerEntityId":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityId"},"customerContactId":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerContactId"},"billingAddressId":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAddressId"},"shippingAddressId":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingAddressId"},"customerReference":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerReference"},"externalReference":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalReference"},"comment":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComment"},"placedAt":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlacedAt"},"expectedDeliveryAt":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpectedDeliveryAt"},"customerSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerSnapshot"},"billingAddressSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAddressSnapshot"},"shippingAddressSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingAddressSnapshot"},"shippingMethodId":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodId"},"shippingMethodCode":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodCode"},"shippingMethodSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodSnapshot"},"paymentMethodId":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodId"},"paymentMethodCode":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodCode"},"paymentMethodSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodSnapshot"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCode"},"channelId":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChannelId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"validFrom":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFrom"},"validUntil":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidUntil"},"lineItemCount":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLineItemCount"},"subtotalNetAmount":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtotalNetAmount"},"subtotalGrossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtotalGrossAmount"},"discountTotalAmount":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDiscountTotalAmount"},"taxTotalAmount":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxTotalAmount"},"shippingNetAmount":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingNetAmount"},"shippingGrossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingGrossAmount"},"surchargeTotalAmount":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSurchargeTotalAmount"},"grandTotalNetAmount":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrandTotalNetAmount"},"grandTotalGrossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrandTotalGrossAmount"},"paidTotalAmount":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaidTotalAmount"},"refundedTotalAmount":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRefundedTotalAmount"},"outstandingAmount":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOutstandingAmount"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"customFields":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFields"},"customValues":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValues"}},"required":["id","orderNumber","status","customerEntityId","customerContactId","billingAddressId","shippingAddressId","currencyCode","channelId","organizationId","tenantId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiSalesOrdersGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrdersGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrdersGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrdersGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesOrderNumber":{"type":"string","minLength":1,"maxLength":191},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesExternalReference":{"type":"string","maxLength":191},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerReference":{"type":"string","maxLength":191},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerEntityId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerContactId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotPropertiesCustomerAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotPropertiesCustomerAnyOf1PropertiesPrimaryPhoneOneOf0":{"type":"string","maxLength":50},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotPropertiesCustomerAnyOf1PropertiesPrimaryPhoneOneOf1":{"type":"string","enum":[""]},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotPropertiesCustomerAnyOf1PropertiesPrimaryPhoneOneOf2":{"type":"null"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotPropertiesCustomerAnyOf1PropertiesPrimaryPhone":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotPropertiesCustomerAnyOf1PropertiesPrimaryPhoneOneOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotPropertiesCustomerAnyOf1PropertiesPrimaryPhoneOneOf1"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotPropertiesCustomerAnyOf1PropertiesPrimaryPhoneOneOf2"}]},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotPropertiesCustomerAnyOf1":{"type":"object","properties":{"primaryPhone":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotPropertiesCustomerAnyOf1PropertiesPrimaryPhone"}},"additionalProperties":true},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotPropertiesCustomer":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotPropertiesCustomerAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotPropertiesCustomerAnyOf1"}]},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotPropertiesContact":{},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshot":{"type":"object","properties":{"customer":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotPropertiesCustomer"},"contact":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotPropertiesContact"}},"additionalProperties":true},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesBillingAddressId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesShippingAddressId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesBillingAddressSnapshot":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesShippingAddressSnapshot":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesExchangeRate":{"type":"number"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesFulfillmentStatusEntryId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesPaymentStatusEntryId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesTaxStrategyKey":{"type":"string","maxLength":120},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesDiscountStrategyKey":{"type":"string","maxLength":120},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesTaxInfo":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesShippingMethodId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesShippingMethodCode":{"type":"string","maxLength":120},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesDeliveryWindowId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesDeliveryWindowCode":{"type":"string","maxLength":120},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesPaymentMethodId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesPaymentMethodCode":{"type":"string","maxLength":120},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesChannelId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesPlacedAt":{"type":"string","format":"date-time"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedDeliveryAt":{"type":"string","format":"date-time"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesDueAt":{"type":"string","format":"date-time"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesComments":{"type":"string","maxLength":4000},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesInternalNotes":{"type":"string","maxLength":4000},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesShippingMethodSnapshot":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesDeliveryWindowSnapshot":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesPaymentMethodSnapshot":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldSetId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesLineNumber":{"type":"number"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesKind":{"type":"string","enum":["product","service","shipping","discount","adjustment"]},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesStatusEntryId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesProductId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesProductVariantId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesName":{"type":"string","maxLength":255},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDescription":{"type":"string","maxLength":4000},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesComment":{"type":"string","maxLength":2000},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesConfiguration":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesPromotionCode":{"type":"string","maxLength":120},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesPromotionSnapshot":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesVersion":{"type":"number","enum":[1]},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf1":{"type":"string"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf1"}]},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf1":{"type":"string"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf1"}]},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf1":{"type":"string"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf1"}]},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf1":{"type":"string"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf1"}]},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredQuantity":{"type":"string"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesToBaseFactor":{"type":"string"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesNormalizedQuantity":{"type":"string"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesMode":{"type":"string","enum":["half_up","down","up"]},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesScale":{"type":"number"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesRounding":{"type":"object","properties":{"mode":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesMode"},"scale":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesScale"}},"required":["mode","scale"],"additionalProperties":false},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf1":{"type":"string"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf1"}]},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesResolvedAt":{"type":"string"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSource":{"type":"object","properties":{"conversionId":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionId"},"resolvedAt":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesResolvedAt"}},"required":["conversionId","resolvedAt"],"additionalProperties":false},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesEnabled":{"type":"boolean"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf1":{"type":"string","enum":["kg","l","m2","m3","pc"]},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf1"}]},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf1":{"type":"string"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf1"}]},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf1":{"type":"string"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf1"}]},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf1":{"type":"string"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf1"}]},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReference":{"type":"object","properties":{"enabled":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesEnabled"},"referenceUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCode"},"baseQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantity"},"grossPerReference":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReference"},"netPerReference":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReference"}},"required":["enabled","referenceUnitCode","baseQuantity"],"additionalProperties":false},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1":{"type":"object","properties":{"version":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesVersion"},"productId":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductId"},"productVariantId":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantId"},"baseUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCode"},"enteredUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCode"},"enteredQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredQuantity"},"toBaseFactor":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesToBaseFactor"},"normalizedQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesNormalizedQuantity"},"rounding":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesRounding"},"source":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSource"},"unitPriceReference":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReference"}},"required":["version","productId","productVariantId","baseUnitCode","enteredUnitCode","enteredQuantity","toBaseFactor","normalizedQuantity","rounding","source"],"additionalProperties":false},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1"}]},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesCustomFieldSetId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesCustomFields":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantity":{"type":"number"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantityUnit":{"type":"string","maxLength":25},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedQuantity":{"type":"number"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnitAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnitAnyOf1":{"type":"string","maxLength":25},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnitAnyOf1"}]},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceNet":{"type":"number"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceGross":{"type":"number"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesPriceId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesPriceMode":{"type":"string","enum":["net","gross"]},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxRateId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDiscountAmount":{"type":"number"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDiscountPercent":{"type":"number"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxRate":{"type":"number"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxAmount":{"type":"number"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTotalNetAmount":{"type":"number"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTotalGrossAmount":{"type":"number"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesCatalogSnapshot":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItems":{"type":"object","properties":{"lineNumber":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesLineNumber"},"kind":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesKind"},"statusEntryId":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesStatusEntryId"},"productId":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesProductId"},"productVariantId":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesProductVariantId"},"name":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDescription"},"comment":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesComment"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesCurrencyCode"},"configuration":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesConfiguration"},"promotionCode":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesPromotionCode"},"promotionSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesPromotionSnapshot"},"uomSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshot"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesMetadata"},"customFieldSetId":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesCustomFieldSetId"},"customFields":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesCustomFields"},"quantity":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantity"},"quantityUnit":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantityUnit"},"normalizedQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedQuantity"},"normalizedUnit":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnit"},"unitPriceNet":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceNet"},"unitPriceGross":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceGross"},"priceId":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesPriceId"},"priceMode":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesPriceMode"},"taxRateId":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxRateId"},"discountAmount":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDiscountAmount"},"discountPercent":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDiscountPercent"},"taxRate":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxRate"},"taxAmount":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxAmount"},"totalNetAmount":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTotalNetAmount"},"totalGrossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTotalGrossAmount"},"catalogSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesCatalogSnapshot"}},"required":["currencyCode","quantity"],"additionalProperties":false},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLines":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItems"}},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesOrderLineId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesScope":{"type":"string","enum":["order","line"]},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesKind":{"type":"string","minLength":1,"maxLength":150},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesCode":{"type":"string","maxLength":120},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesLabel":{"type":"string","maxLength":255},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesCalculatorKey":{"type":"string","maxLength":120},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesPromotionId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesRate":{"type":"number"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesAmountNet":{"type":"number"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesAmountGross":{"type":"number"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesCustomFields":{"type":"object","additionalProperties":true},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesPosition":{"type":"number"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItems":{"type":"object","properties":{"orderLineId":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesOrderLineId"},"scope":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesScope"},"kind":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesKind"},"code":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesCode"},"label":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesLabel"},"calculatorKey":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesCalculatorKey"},"promotionId":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesPromotionId"},"rate":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesRate"},"amountNet":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesAmountNet"},"amountGross":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesAmountGross"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesCurrencyCode"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesMetadata"},"customFields":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesCustomFields"},"position":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesPosition"}},"additionalProperties":false},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustments":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItems"}},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesTagsItems":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesTagsItems"}},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesSubtotalNetAmount":{"type":"number"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesSubtotalGrossAmount":{"type":"number"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesDiscountTotalAmount":{"type":"number"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesTaxTotalAmount":{"type":"number"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesShippingNetAmount":{"type":"number"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesShippingGrossAmount":{"type":"number"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesSurchargeTotalAmount":{"type":"number"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesGrandTotalNetAmount":{"type":"number"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesGrandTotalGrossAmount":{"type":"number"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesPaidTotalAmount":{"type":"number"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesRefundedTotalAmount":{"type":"number"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesOutstandingAmount":{"type":"number"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLineItemCount":{"type":"number"},"DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"orderNumber":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesOrderNumber"},"externalReference":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesExternalReference"},"customerReference":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerReference"},"customerEntityId":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerEntityId"},"customerContactId":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerContactId"},"customerSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshot"},"billingAddressId":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesBillingAddressId"},"shippingAddressId":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesShippingAddressId"},"billingAddressSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesBillingAddressSnapshot"},"shippingAddressSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesShippingAddressSnapshot"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode"},"exchangeRate":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesExchangeRate"},"statusEntryId":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId"},"fulfillmentStatusEntryId":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesFulfillmentStatusEntryId"},"paymentStatusEntryId":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesPaymentStatusEntryId"},"taxStrategyKey":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesTaxStrategyKey"},"discountStrategyKey":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesDiscountStrategyKey"},"taxInfo":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesTaxInfo"},"shippingMethodId":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesShippingMethodId"},"shippingMethodCode":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesShippingMethodCode"},"deliveryWindowId":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesDeliveryWindowId"},"deliveryWindowCode":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesDeliveryWindowCode"},"paymentMethodId":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesPaymentMethodId"},"paymentMethodCode":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesPaymentMethodCode"},"channelId":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesChannelId"},"placedAt":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesPlacedAt"},"expectedDeliveryAt":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedDeliveryAt"},"dueAt":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesDueAt"},"comments":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesComments"},"internalNotes":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesInternalNotes"},"shippingMethodSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesShippingMethodSnapshot"},"deliveryWindowSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesDeliveryWindowSnapshot"},"paymentMethodSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesPaymentMethodSnapshot"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata"},"customFieldSetId":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldSetId"},"lines":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLines"},"adjustments":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustments"},"tags":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesTags"},"subtotalNetAmount":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesSubtotalNetAmount"},"subtotalGrossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesSubtotalGrossAmount"},"discountTotalAmount":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesDiscountTotalAmount"},"taxTotalAmount":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesTaxTotalAmount"},"shippingNetAmount":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesShippingNetAmount"},"shippingGrossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesShippingGrossAmount"},"surchargeTotalAmount":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesSurchargeTotalAmount"},"grandTotalNetAmount":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesGrandTotalNetAmount"},"grandTotalGrossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesGrandTotalGrossAmount"},"paidTotalAmount":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesPaidTotalAmount"},"refundedTotalAmount":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesRefundedTotalAmount"},"outstandingAmount":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesOutstandingAmount"},"lineItemCount":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostRequestBodyContentApplicationJsonSchemaPropertiesLineItemCount"}},"required":["organizationId","tenantId","currencyCode"],"additionalProperties":false},"DocPathsApiSalesOrdersPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiSalesOrdersPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiSalesOrdersPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesOrdersPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrdersPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrdersPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrdersPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrdersPutResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiSalesOrdersPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrdersPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrdersPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrdersPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrdersDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesOrdersDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesOrdersDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSalesOrdersDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiSalesOrdersDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrdersDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesOrdersDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesOrdersDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesOrdersDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesPaymentMethodsGetParameters0Schema":{"type":"number"},"DocPathsApiSalesPaymentMethodsGetParameters1Schema":{"type":"number"},"DocPathsApiSalesPaymentMethodsGetParameters2Schema":{"type":"string"},"DocPathsApiSalesPaymentMethodsGetParameters3Schema":{"type":"string"},"DocPathsApiSalesPaymentMethodsGetParameters4Schema":{"type":"string"},"DocPathsApiSalesPaymentMethodsGetParameters5Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiSalesPaymentMethodsGetParameters6Schema":{"type":"boolean"},"DocPathsApiSalesPaymentMethodsGetParameters7Schema":{"type":"string"},"DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode":{"type":"string"},"DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderKeyAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderKeyAnyOf1":{"type":"string"},"DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderKey":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderKeyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderKeyAnyOf1"}]},"DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTermsAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTermsAnyOf1":{"type":"string"},"DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTerms":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTermsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTermsAnyOf1"}]},"DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1"}]},"DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderSettingsAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderSettingsAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderSettings":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderSettingsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderSettingsAnyOf1"}]},"DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFields":{"type":"object","additionalProperties":true},"DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"code":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode"},"description":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"providerKey":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderKey"},"terms":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTerms"},"isActive":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata"},"providerSettings":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderSettings"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"customFields":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFields"}},"required":["id","name","code","description","providerKey","terms","isActive","metadata","organizationId","tenantId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiSalesPaymentMethodsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesPaymentMethodsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesPaymentMethodsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesPaymentMethodsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesPaymentMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiSalesPaymentMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesCode":{"type":"string","pattern":"^[a-z0-9\\-_]+$","maxLength":120},"DocPathsApiSalesPaymentMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":2000},"DocPathsApiSalesPaymentMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesProviderKey":{"type":"string","maxLength":120},"DocPathsApiSalesPaymentMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesTerms":{"type":"string","maxLength":4000},"DocPathsApiSalesPaymentMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiSalesPaymentMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesProviderSettings":{"type":"object","additionalProperties":true},"DocPathsApiSalesPaymentMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesPaymentMethodsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"name":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"code":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesCode"},"description":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"providerKey":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesProviderKey"},"terms":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesTerms"},"isActive":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"providerSettings":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesProviderSettings"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata"}},"required":["organizationId","tenantId","name","code"],"additionalProperties":false},"DocPathsApiSalesPaymentMethodsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentMethodsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentMethodsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiSalesPaymentMethodsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesPaymentMethodsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesPaymentMethodsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesPaymentMethodsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesPaymentMethodsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesPaymentMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiSalesPaymentMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesCode":{"type":"string","pattern":"^[a-z0-9\\-_]+$","maxLength":120},"DocPathsApiSalesPaymentMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":2000},"DocPathsApiSalesPaymentMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesProviderKey":{"type":"string","maxLength":120},"DocPathsApiSalesPaymentMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesTerms":{"type":"string","maxLength":4000},"DocPathsApiSalesPaymentMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiSalesPaymentMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesProviderSettings":{"type":"object","additionalProperties":true},"DocPathsApiSalesPaymentMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesPaymentMethodsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"name":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"code":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesCode"},"description":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"providerKey":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesProviderKey"},"terms":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesTerms"},"isActive":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"providerSettings":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesProviderSettings"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesPaymentMethodsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSalesPaymentMethodsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiSalesPaymentMethodsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesPaymentMethodsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesPaymentMethodsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesPaymentMethodsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesPaymentMethodsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentMethodsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesPaymentMethodsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSalesPaymentMethodsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiSalesPaymentMethodsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesPaymentMethodsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesPaymentMethodsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesPaymentMethodsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentMethodsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesPaymentStatusesGetParameters0Schema":{"type":"number"},"DocPathsApiSalesPaymentStatusesGetParameters1Schema":{"type":"number"},"DocPathsApiSalesPaymentStatusesGetParameters2Schema":{"type":"string"},"DocPathsApiSalesPaymentStatusesGetParameters3Schema":{"type":"string"},"DocPathsApiSalesPaymentStatusesGetParameters4Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiSalesPaymentStatusesGetParameters5Schema":{"type":"string"},"DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValue":{"type":"string"},"DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf1":{"type":"string"},"DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf1"}]},"DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1":{"type":"string"},"DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1"}]},"DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf1":{"type":"string"},"DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf1"}]},"DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"value":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIcon"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","value","label","color","icon","organizationId","tenantId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiSalesPaymentStatusesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesPaymentStatusesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesPaymentStatusesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesPaymentStatusesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesPaymentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesValue":{"type":"string","minLength":1,"maxLength":150},"DocPathsApiSalesPaymentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","minLength":1,"maxLength":150},"DocPathsApiSalesPaymentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsApiSalesPaymentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1"}]},"DocPathsApiSalesPaymentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf1":{"type":"string","minLength":1,"maxLength":64},"DocPathsApiSalesPaymentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf1"}]},"DocPathsApiSalesPaymentStatusesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"value":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesIcon"}},"required":["organizationId","tenantId","value"],"additionalProperties":false},"DocPathsApiSalesPaymentStatusesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentStatusesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentStatusesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiSalesPaymentStatusesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesPaymentStatusesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesPaymentStatusesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesPaymentStatusesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesPaymentStatusesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesPaymentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesValue":{"type":"string","minLength":1,"maxLength":150},"DocPathsApiSalesPaymentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","minLength":1,"maxLength":150},"DocPathsApiSalesPaymentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsApiSalesPaymentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1"}]},"DocPathsApiSalesPaymentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf1":{"type":"string","minLength":1,"maxLength":64},"DocPathsApiSalesPaymentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf1"}]},"DocPathsApiSalesPaymentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentStatusesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"value":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesIcon"},"id":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["organizationId","tenantId","id"],"additionalProperties":false},"DocPathsApiSalesPaymentStatusesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSalesPaymentStatusesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiSalesPaymentStatusesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesPaymentStatusesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesPaymentStatusesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesPaymentStatusesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesPaymentStatusesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentStatusesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesPaymentStatusesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSalesPaymentStatusesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiSalesPaymentStatusesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesPaymentStatusesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesPaymentStatusesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesPaymentStatusesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentStatusesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesPaymentsGetParameters0Schema":{"type":"number"},"DocPathsApiSalesPaymentsGetParameters1Schema":{"type":"number"},"DocPathsApiSalesPaymentsGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentsGetParameters3Schema":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentsGetParameters4Schema":{"type":"string"},"DocPathsApiSalesPaymentsGetParameters5Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiSalesPaymentsGetParameters6Schema":{"type":"string"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderIdAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderIdAnyOf1"}]},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodIdAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodIdAnyOf1"}]},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodNameAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodNameAnyOf1":{"type":"string"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodNameAnyOf1"}]},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodCodeAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodCodeAnyOf1":{"type":"string"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodCodeAnyOf1"}]},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentReferenceAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentReferenceAnyOf1":{"type":"string"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentReferenceAnyOf1"}]},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf1"}]},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1":{"type":"string"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1"}]},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusLabelAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusLabelAnyOf1":{"type":"string"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusLabelAnyOf1"}]},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAmount":{"type":"number"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCode":{"type":"string"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapturedAmountAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapturedAmountAnyOf1":{"type":"number"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapturedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapturedAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapturedAmountAnyOf1"}]},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRefundedAmountAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRefundedAmountAnyOf1":{"type":"number"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRefundedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRefundedAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRefundedAmountAnyOf1"}]},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReceivedAtAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReceivedAtAnyOf1":{"type":"string"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReceivedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReceivedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReceivedAtAnyOf1"}]},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapturedAtAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapturedAtAnyOf1":{"type":"string"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapturedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapturedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapturedAtAnyOf1"}]},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldSetIdAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldSetIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldSetId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldSetIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldSetIdAnyOf1"}]},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldSetIdAnyOf01":{"type":"null"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldSetIdAnyOf11":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldSetId1":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldSetIdAnyOf01"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldSetIdAnyOf11"}]},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValuesAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValuesAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValues":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValuesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValuesAnyOf1"}]},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValuesAnyOf01":{"type":"null"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValuesAnyOf11":{"type":"object","additionalProperties":true},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValues1":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValuesAnyOf01"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValuesAnyOf11"}]},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsAnyOf1Items":{"type":"object","additionalProperties":true},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsAnyOf1Items"}},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFields":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsAnyOf1"}]},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsAnyOf01":{"type":"null"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsAnyOf1Items1":{"type":"object","additionalProperties":true},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsAnyOf11":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsAnyOf1Items1"}},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFields1":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsAnyOf01"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsAnyOf11"}]},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1"}]},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"order_id":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderId"},"payment_method_id":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodId"},"payment_method_name":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodName"},"payment_method_code":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodCode"},"payment_reference":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentReference"},"status_entry_id":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryId"},"status":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"status_label":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusLabel"},"amount":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAmount"},"currency_code":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCode"},"captured_amount":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapturedAmount"},"refunded_amount":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRefundedAmount"},"received_at":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReceivedAt"},"captured_at":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapturedAt"},"custom_field_set_id":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldSetId"},"customFieldSetId":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldSetId1"},"custom_values":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValues"},"customValues":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValues1"},"custom_fields":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFields"},"customFields":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFields1"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata"},"created_at":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","amount","currency_code","created_at"],"additionalProperties":false},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiSalesPaymentsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesPaymentsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesPaymentsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesPaymentsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesOrderId":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesPaymentMethodId":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesPaymentReference":{"type":"string","maxLength":191},"DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesDocumentStatusEntryId":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesLineStatusEntryId":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesAmount":{"type":"number"},"DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesCapturedAmount":{"type":"number"},"DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesRefundedAmount":{"type":"number"},"DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesReceivedAt":{"type":"string","format":"date-time"},"DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesCapturedAt":{"type":"string","format":"date-time"},"DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldSetId":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFields":{"type":"object","additionalProperties":true},"DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesAllocationsItemsPropertiesOrderId":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesAllocationsItemsPropertiesInvoiceId":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesAllocationsItemsPropertiesAmount":{"type":"number"},"DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesAllocationsItemsPropertiesCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesAllocationsItemsPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesAllocationsItems":{"type":"object","properties":{"orderId":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesAllocationsItemsPropertiesOrderId"},"invoiceId":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesAllocationsItemsPropertiesInvoiceId"},"amount":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesAllocationsItemsPropertiesAmount"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesAllocationsItemsPropertiesCurrencyCode"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesAllocationsItemsPropertiesMetadata"}},"required":["amount","currencyCode"],"additionalProperties":false},"DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesAllocations":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesAllocationsItems"}},"DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"orderId":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesOrderId"},"paymentMethodId":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesPaymentMethodId"},"paymentReference":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesPaymentReference"},"statusEntryId":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId"},"documentStatusEntryId":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesDocumentStatusEntryId"},"lineStatusEntryId":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesLineStatusEntryId"},"amount":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesAmount"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode"},"capturedAmount":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesCapturedAmount"},"refundedAmount":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesRefundedAmount"},"receivedAt":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesReceivedAt"},"capturedAt":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesCapturedAt"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata"},"customFieldSetId":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldSetId"},"customFields":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFields"},"allocations":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostRequestBodyContentApplicationJsonSchemaPropertiesAllocations"}},"required":["organizationId","tenantId","amount","currencyCode"],"additionalProperties":false},"DocPathsApiSalesPaymentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiSalesPaymentsPostResponses201ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentsPostResponses201ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesPaidTotalAmountAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentsPostResponses201ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesPaidTotalAmountAnyOf1":{"type":"number"},"DocPathsApiSalesPaymentsPostResponses201ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesPaidTotalAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostResponses201ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesPaidTotalAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostResponses201ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesPaidTotalAmountAnyOf1"}]},"DocPathsApiSalesPaymentsPostResponses201ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesRefundedTotalAmountAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentsPostResponses201ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesRefundedTotalAmountAnyOf1":{"type":"number"},"DocPathsApiSalesPaymentsPostResponses201ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesRefundedTotalAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostResponses201ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesRefundedTotalAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostResponses201ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesRefundedTotalAmountAnyOf1"}]},"DocPathsApiSalesPaymentsPostResponses201ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesOutstandingAmountAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentsPostResponses201ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesOutstandingAmountAnyOf1":{"type":"number"},"DocPathsApiSalesPaymentsPostResponses201ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesOutstandingAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostResponses201ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesOutstandingAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostResponses201ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesOutstandingAmountAnyOf1"}]},"DocPathsApiSalesPaymentsPostResponses201ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1":{"type":"object","properties":{"paidTotalAmount":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostResponses201ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesPaidTotalAmount"},"refundedTotalAmount":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostResponses201ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesRefundedTotalAmount"},"outstandingAmount":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostResponses201ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesOutstandingAmount"}},"additionalProperties":false},"DocPathsApiSalesPaymentsPostResponses201ContentApplicationJsonSchemaPropertiesOrderTotals":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostResponses201ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostResponses201ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1"}]},"DocPathsApiSalesPaymentsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostResponses201ContentApplicationJsonSchemaPropertiesId"},"orderTotals":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostResponses201ContentApplicationJsonSchemaPropertiesOrderTotals"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesPaymentsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesPaymentsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesPaymentsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesPaymentsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesOrderId":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesPaymentMethodId":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesPaymentReference":{"type":"string","maxLength":191},"DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesDocumentStatusEntryId":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesLineStatusEntryId":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesAmount":{"type":"number"},"DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesCapturedAmount":{"type":"number"},"DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesRefundedAmount":{"type":"number"},"DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesReceivedAt":{"type":"string","format":"date-time"},"DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesCapturedAt":{"type":"string","format":"date-time"},"DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldSetId":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFields":{"type":"object","additionalProperties":true},"DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesAllocationsItemsPropertiesOrderId":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesAllocationsItemsPropertiesInvoiceId":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesAllocationsItemsPropertiesAmount":{"type":"number"},"DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesAllocationsItemsPropertiesCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesAllocationsItemsPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesAllocationsItems":{"type":"object","properties":{"orderId":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesAllocationsItemsPropertiesOrderId"},"invoiceId":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesAllocationsItemsPropertiesInvoiceId"},"amount":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesAllocationsItemsPropertiesAmount"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesAllocationsItemsPropertiesCurrencyCode"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesAllocationsItemsPropertiesMetadata"}},"required":["amount","currencyCode"],"additionalProperties":false},"DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesAllocations":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesAllocationsItems"}},"DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"orderId":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesOrderId"},"paymentMethodId":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesPaymentMethodId"},"paymentReference":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesPaymentReference"},"statusEntryId":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId"},"documentStatusEntryId":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesDocumentStatusEntryId"},"lineStatusEntryId":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesLineStatusEntryId"},"amount":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesAmount"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode"},"capturedAmount":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesCapturedAmount"},"refundedAmount":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesRefundedAmount"},"receivedAt":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesReceivedAt"},"capturedAt":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesCapturedAt"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata"},"customFieldSetId":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldSetId"},"customFields":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFields"},"allocations":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutRequestBodyContentApplicationJsonSchemaPropertiesAllocations"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesPaymentsPutResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentsPutResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentsPutResponses200ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiSalesPaymentsPutResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentsPutResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesPaidTotalAmountAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentsPutResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesPaidTotalAmountAnyOf1":{"type":"number"},"DocPathsApiSalesPaymentsPutResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesPaidTotalAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesPaidTotalAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesPaidTotalAmountAnyOf1"}]},"DocPathsApiSalesPaymentsPutResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesRefundedTotalAmountAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentsPutResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesRefundedTotalAmountAnyOf1":{"type":"number"},"DocPathsApiSalesPaymentsPutResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesRefundedTotalAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesRefundedTotalAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesRefundedTotalAmountAnyOf1"}]},"DocPathsApiSalesPaymentsPutResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesOutstandingAmountAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentsPutResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesOutstandingAmountAnyOf1":{"type":"number"},"DocPathsApiSalesPaymentsPutResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesOutstandingAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesOutstandingAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesOutstandingAmountAnyOf1"}]},"DocPathsApiSalesPaymentsPutResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1":{"type":"object","properties":{"paidTotalAmount":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesPaidTotalAmount"},"refundedTotalAmount":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesRefundedTotalAmount"},"outstandingAmount":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesOutstandingAmount"}},"additionalProperties":false},"DocPathsApiSalesPaymentsPutResponses200ContentApplicationJsonSchemaPropertiesOrderTotals":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1"}]},"DocPathsApiSalesPaymentsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutResponses200ContentApplicationJsonSchemaPropertiesId"},"orderTotals":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutResponses200ContentApplicationJsonSchemaPropertiesOrderTotals"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesPaymentsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesPaymentsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesPaymentsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesPaymentsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesPaymentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesPaymentsDeleteResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentsDeleteResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesPaymentsDeleteResponses200ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsDeleteResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsDeleteResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiSalesPaymentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesPaidTotalAmountAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesPaidTotalAmountAnyOf1":{"type":"number"},"DocPathsApiSalesPaymentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesPaidTotalAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesPaidTotalAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesPaidTotalAmountAnyOf1"}]},"DocPathsApiSalesPaymentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesRefundedTotalAmountAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesRefundedTotalAmountAnyOf1":{"type":"number"},"DocPathsApiSalesPaymentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesRefundedTotalAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesRefundedTotalAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesRefundedTotalAmountAnyOf1"}]},"DocPathsApiSalesPaymentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesOutstandingAmountAnyOf0":{"type":"null"},"DocPathsApiSalesPaymentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesOutstandingAmountAnyOf1":{"type":"number"},"DocPathsApiSalesPaymentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesOutstandingAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesOutstandingAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesOutstandingAmountAnyOf1"}]},"DocPathsApiSalesPaymentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1":{"type":"object","properties":{"paidTotalAmount":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesPaidTotalAmount"},"refundedTotalAmount":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesRefundedTotalAmount"},"outstandingAmount":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1PropertiesOutstandingAmount"}},"additionalProperties":false},"DocPathsApiSalesPaymentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOrderTotals":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOrderTotalsAnyOf1"}]},"DocPathsApiSalesPaymentsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsDeleteResponses200ContentApplicationJsonSchemaPropertiesId"},"orderTotals":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOrderTotals"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesPaymentsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesPaymentsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesPaymentsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesPaymentsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesPaymentsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesPriceKindsGetParameters0Schema":{"type":"number"},"DocPathsApiSalesPriceKindsGetParameters1Schema":{"type":"number"},"DocPathsApiSalesPriceKindsGetParameters2Schema":{"type":"string"},"DocPathsApiSalesPriceKindsGetParameters3Schema":{"type":"string"},"DocPathsApiSalesPriceKindsGetParameters4Schema":{"type":"string"},"DocPathsApiSalesPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode":{"type":"string"},"DocPathsApiSalesPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle":{"type":"string"},"DocPathsApiSalesPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf0":{"type":"null"},"DocPathsApiSalesPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf1":{"type":"string"},"DocPathsApiSalesPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf1"}]},"DocPathsApiSalesPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayMode":{"type":"string"},"DocPathsApiSalesPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsApiSalesPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"code":{"$ref":"#/components/schemas/DocPathsApiSalesPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode"},"title":{"$ref":"#/components/schemas/DocPathsApiSalesPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle"},"currency_code":{"$ref":"#/components/schemas/DocPathsApiSalesPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCode"},"display_mode":{"$ref":"#/components/schemas/DocPathsApiSalesPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayMode"},"is_active":{"$ref":"#/components/schemas/DocPathsApiSalesPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"}},"required":["id","code","title","display_mode","is_active"],"additionalProperties":false},"DocPathsApiSalesPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiSalesPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiSalesPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiSalesPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiSalesPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiSalesPriceKindsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiSalesPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiSalesPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiSalesPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiSalesPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiSalesPriceKindsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiSalesPriceKindsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesPriceKindsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesPriceKindsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesPriceKindsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesPriceKindsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesPriceKindsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuoteAdjustmentsGetParameters0Schema":{"type":"number"},"DocPathsApiSalesQuoteAdjustmentsGetParameters1Schema":{"type":"number"},"DocPathsApiSalesQuoteAdjustmentsGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteAdjustmentsGetParameters3Schema":{"type":"string"},"DocPathsApiSalesQuoteAdjustmentsGetParameters4Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiSalesQuoteAdjustmentsGetParameters5Schema":{"type":"string"},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuoteId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuoteLineIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuoteLineIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuoteLineId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuoteLineIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuoteLineIdAnyOf1"}]},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScope":{"type":"string"},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind":{"type":"string"},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCodeAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCodeAnyOf1":{"type":"string"},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCodeAnyOf1"}]},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf1":{"type":"string"},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf1"}]},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculatorKeyAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculatorKeyAnyOf1":{"type":"string"},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculatorKey":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculatorKeyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculatorKeyAnyOf1"}]},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPromotionIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPromotionIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPromotionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPromotionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPromotionIdAnyOf1"}]},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRate":{"type":"number"},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAmountNet":{"type":"number"},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAmountGross":{"type":"number"},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf1":{"type":"string"},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf1"}]},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1"}]},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPosition":{"type":"number"},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"quote_id":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuoteId"},"quote_line_id":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuoteLineId"},"scope":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScope"},"kind":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind"},"code":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode"},"label":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"},"calculator_key":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculatorKey"},"promotion_id":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPromotionId"},"rate":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRate"},"amount_net":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAmountNet"},"amount_gross":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAmountGross"},"currency_code":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCode"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata"},"position":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPosition"},"created_at":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","quote_id","scope","kind","rate","amount_net","amount_gross","position","created_at","updated_at"],"additionalProperties":false},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiSalesQuoteAdjustmentsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuoteAdjustmentsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuoteAdjustmentsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuoteAdjustmentsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesQuoteId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesQuoteLineId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesScope":{"type":"string","enum":["order","line"]},"DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesKind":{"type":"string","minLength":1,"maxLength":150},"DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCode":{"type":"string","maxLength":120},"DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","maxLength":255},"DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCalculatorKey":{"type":"string","maxLength":120},"DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPromotionId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesRate":{"type":"number"},"DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesAmountNet":{"type":"number"},"DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesAmountGross":{"type":"number"},"DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFields":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPosition":{"type":"number"},"DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"quoteId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesQuoteId"},"quoteLineId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesQuoteLineId"},"scope":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesScope"},"kind":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesKind"},"code":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCode"},"label":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"calculatorKey":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCalculatorKey"},"promotionId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPromotionId"},"rate":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesRate"},"amountNet":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesAmountNet"},"amountGross":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesAmountGross"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata"},"customFields":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFields"},"position":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPosition"},"id":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPostRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["organizationId","tenantId","quoteId"],"additionalProperties":false},"DocPathsApiSalesQuoteAdjustmentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteAdjustmentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteAdjustmentsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiSalesQuoteAdjustmentsPostResponses201ContentApplicationJsonSchemaPropertiesQuoteIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteAdjustmentsPostResponses201ContentApplicationJsonSchemaPropertiesQuoteIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteAdjustmentsPostResponses201ContentApplicationJsonSchemaPropertiesQuoteId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPostResponses201ContentApplicationJsonSchemaPropertiesQuoteIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPostResponses201ContentApplicationJsonSchemaPropertiesQuoteIdAnyOf1"}]},"DocPathsApiSalesQuoteAdjustmentsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPostResponses201ContentApplicationJsonSchemaPropertiesId"},"quoteId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPostResponses201ContentApplicationJsonSchemaPropertiesQuoteId"}},"required":["id","quoteId"],"additionalProperties":false},"DocPathsApiSalesQuoteAdjustmentsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuoteAdjustmentsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuoteAdjustmentsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuoteAdjustmentsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesQuoteId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesQuoteLineId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesScope":{"type":"string","enum":["order","line"]},"DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesKind":{"type":"string","minLength":1,"maxLength":150},"DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesCode":{"type":"string","maxLength":120},"DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","maxLength":255},"DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesCalculatorKey":{"type":"string","maxLength":120},"DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesPromotionId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesRate":{"type":"number"},"DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesAmountNet":{"type":"number"},"DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesAmountGross":{"type":"number"},"DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFields":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesPosition":{"type":"number"},"DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"quoteId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesQuoteId"},"quoteLineId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesQuoteLineId"},"scope":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesScope"},"kind":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesKind"},"code":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesCode"},"label":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"calculatorKey":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesCalculatorKey"},"promotionId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesPromotionId"},"rate":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesRate"},"amountNet":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesAmountNet"},"amountGross":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesAmountGross"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata"},"customFields":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFields"},"position":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesPosition"},"id":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPutRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["organizationId","tenantId","quoteId"],"additionalProperties":false},"DocPathsApiSalesQuoteAdjustmentsPutResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteAdjustmentsPutResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteAdjustmentsPutResponses200ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPutResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPutResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiSalesQuoteAdjustmentsPutResponses200ContentApplicationJsonSchemaPropertiesQuoteIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteAdjustmentsPutResponses200ContentApplicationJsonSchemaPropertiesQuoteIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteAdjustmentsPutResponses200ContentApplicationJsonSchemaPropertiesQuoteId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPutResponses200ContentApplicationJsonSchemaPropertiesQuoteIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPutResponses200ContentApplicationJsonSchemaPropertiesQuoteIdAnyOf1"}]},"DocPathsApiSalesQuoteAdjustmentsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPutResponses200ContentApplicationJsonSchemaPropertiesId"},"quoteId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPutResponses200ContentApplicationJsonSchemaPropertiesQuoteId"}},"required":["id","quoteId"],"additionalProperties":false},"DocPathsApiSalesQuoteAdjustmentsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuoteAdjustmentsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuoteAdjustmentsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuoteAdjustmentsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuoteAdjustmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteAdjustmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesQuoteId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteAdjustmentsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"},"quoteId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesQuoteId"}},"required":["id","quoteId"],"additionalProperties":false},"DocPathsApiSalesQuoteAdjustmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSalesQuoteAdjustmentsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiSalesQuoteAdjustmentsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuoteAdjustmentsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuoteAdjustmentsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuoteAdjustmentsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteAdjustmentsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuoteLinesGetParameters0Schema":{"type":"number"},"DocPathsApiSalesQuoteLinesGetParameters1Schema":{"type":"number"},"DocPathsApiSalesQuoteLinesGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteLinesGetParameters3Schema":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteLinesGetParameters4Schema":{"type":"string"},"DocPathsApiSalesQuoteLinesGetParameters5Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiSalesQuoteLinesGetParameters6Schema":{"type":"string"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuoteId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLineNumber":{"type":"number"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind":{"type":"string"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf1"}]},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1":{"type":"string"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1"}]},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductIdAnyOf1"}]},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductVariantIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductVariantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductVariantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductVariantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductVariantIdAnyOf1"}]},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCatalogSnapshotAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCatalogSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCatalogSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCatalogSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCatalogSnapshotAnyOf1"}]},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf1":{"type":"string"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf1"}]},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCommentAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCommentAnyOf1":{"type":"string"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCommentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCommentAnyOf1"}]},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuantity":{"type":"number"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuantityUnitAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuantityUnitAnyOf1":{"type":"string"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuantityUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuantityUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuantityUnitAnyOf1"}]},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNormalizedQuantity":{"type":"number"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNormalizedUnitAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNormalizedUnitAnyOf1":{"type":"string"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNormalizedUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNormalizedUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNormalizedUnitAnyOf1"}]},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesVersion":{"type":"number","enum":[1]},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf1":{"type":"string"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesProductId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf1"}]},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf1":{"type":"string"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf1"}]},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf1":{"type":"string"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf1"}]},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf1":{"type":"string"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf1"}]},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredQuantity":{"type":"string"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesToBaseFactor":{"type":"string"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesNormalizedQuantity":{"type":"string"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesMode":{"type":"string","enum":["half_up","down","up"]},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesScale":{"type":"number"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesRounding":{"type":"object","properties":{"mode":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesMode"},"scale":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesScale"}},"required":["mode","scale"],"additionalProperties":false},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf1":{"type":"string"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf1"}]},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesResolvedAt":{"type":"string"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesSource":{"type":"object","properties":{"conversionId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionId"},"resolvedAt":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesResolvedAt"}},"required":["conversionId","resolvedAt"],"additionalProperties":false},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesEnabled":{"type":"boolean"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf1":{"type":"string","enum":["kg","l","m2","m3","pc"]},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf1"}]},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf1":{"type":"string"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf1"}]},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf1":{"type":"string"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf1"}]},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf1":{"type":"string"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf1"}]},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReference":{"type":"object","properties":{"enabled":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesEnabled"},"referenceUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCode"},"baseQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantity"},"grossPerReference":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReference"},"netPerReference":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReference"}},"required":["enabled","referenceUnitCode","baseQuantity"],"additionalProperties":false},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1":{"type":"object","properties":{"version":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesVersion"},"productId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesProductId"},"productVariantId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantId"},"baseUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCode"},"enteredUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCode"},"enteredQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredQuantity"},"toBaseFactor":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesToBaseFactor"},"normalizedQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesNormalizedQuantity"},"rounding":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesRounding"},"source":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesSource"},"unitPriceReference":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReference"}},"required":["version","productId","productVariantId","baseUnitCode","enteredUnitCode","enteredQuantity","toBaseFactor","normalizedQuantity","rounding","source"],"additionalProperties":false},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshotAnyOf1"}]},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCode":{"type":"string"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceNet":{"type":"number"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceGross":{"type":"number"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDiscountAmount":{"type":"number"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDiscountPercent":{"type":"number"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxRate":{"type":"number"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxAmount":{"type":"number"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalNetAmount":{"type":"number"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalGrossAmount":{"type":"number"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfigurationAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfigurationAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfiguration":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfigurationAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfigurationAnyOf1"}]},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPromotionCodeAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPromotionCodeAnyOf1":{"type":"string"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPromotionCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPromotionCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPromotionCodeAnyOf1"}]},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPromotionSnapshotAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPromotionSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPromotionSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPromotionSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPromotionSnapshotAnyOf1"}]},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1"}]},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldSetIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldSetIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldSetId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldSetIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldSetIdAnyOf1"}]},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"quote_id":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuoteId"},"line_number":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLineNumber"},"kind":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind"},"status_entry_id":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryId"},"status":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"product_id":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductId"},"product_variant_id":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductVariantId"},"catalog_snapshot":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCatalogSnapshot"},"name":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"comment":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComment"},"quantity":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuantity"},"quantity_unit":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuantityUnit"},"normalized_quantity":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNormalizedQuantity"},"normalized_unit":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNormalizedUnit"},"uom_snapshot":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUomSnapshot"},"currency_code":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCode"},"unit_price_net":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceNet"},"unit_price_gross":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitPriceGross"},"discount_amount":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDiscountAmount"},"discount_percent":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDiscountPercent"},"tax_rate":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxRate"},"tax_amount":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxAmount"},"total_net_amount":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalNetAmount"},"total_gross_amount":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalGrossAmount"},"configuration":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfiguration"},"promotion_code":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPromotionCode"},"promotion_snapshot":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPromotionSnapshot"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata"},"custom_field_set_id":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldSetId"},"created_at":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","quote_id","line_number","kind","quantity","normalized_quantity","currency_code","unit_price_net","unit_price_gross","discount_amount","discount_percent","tax_rate","tax_amount","total_net_amount","total_gross_amount","created_at","updated_at"],"additionalProperties":false},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiSalesQuoteLinesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuoteLinesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuoteLinesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuoteLinesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesQuoteId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesLineNumber":{"type":"number"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesKind":{"type":"string","enum":["product","service","shipping","discount","adjustment"]},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesProductId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesProductVariantId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","maxLength":255},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":4000},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesComment":{"type":"string","maxLength":2000},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesConfiguration":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesPromotionCode":{"type":"string","maxLength":120},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesPromotionSnapshot":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesVersion":{"type":"number","enum":[1]},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf1":{"type":"string"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf1"}]},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf1":{"type":"string"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductVariantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf1"}]},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf1":{"type":"string"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf1"}]},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf1":{"type":"string"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf1"}]},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesEnteredQuantity":{"type":"string"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesToBaseFactor":{"type":"string"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesNormalizedQuantity":{"type":"string"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesMode":{"type":"string","enum":["half_up","down","up"]},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesScale":{"type":"number"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesRounding":{"type":"object","properties":{"mode":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesMode"},"scale":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesScale"}},"required":["mode","scale"],"additionalProperties":false},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf1":{"type":"string"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf1"}]},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesResolvedAt":{"type":"string"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSource":{"type":"object","properties":{"conversionId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionId"},"resolvedAt":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesResolvedAt"}},"required":["conversionId","resolvedAt"],"additionalProperties":false},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesEnabled":{"type":"boolean"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf1":{"type":"string","enum":["kg","l","m2","m3","pc"]},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf1"}]},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf1":{"type":"string"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf1"}]},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf1":{"type":"string"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf1"}]},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf1":{"type":"string"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf1"}]},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReference":{"type":"object","properties":{"enabled":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesEnabled"},"referenceUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCode"},"baseQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantity"},"grossPerReference":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReference"},"netPerReference":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReference"}},"required":["enabled","referenceUnitCode","baseQuantity"],"additionalProperties":false},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1":{"type":"object","properties":{"version":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesVersion"},"productId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductId"},"productVariantId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductVariantId"},"baseUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCode"},"enteredUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCode"},"enteredQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesEnteredQuantity"},"toBaseFactor":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesToBaseFactor"},"normalizedQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesNormalizedQuantity"},"rounding":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesRounding"},"source":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSource"},"unitPriceReference":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReference"}},"required":["version","productId","productVariantId","baseUnitCode","enteredUnitCode","enteredQuantity","toBaseFactor","normalizedQuantity","rounding","source"],"additionalProperties":false},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1"}]},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldSetId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFields":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesQuantity":{"type":"number"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesQuantityUnit":{"type":"string","maxLength":25},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesNormalizedQuantity":{"type":"number"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesNormalizedUnitAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesNormalizedUnitAnyOf1":{"type":"string","maxLength":25},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesNormalizedUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesNormalizedUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesNormalizedUnitAnyOf1"}]},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceNet":{"type":"number"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceGross":{"type":"number"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesPriceId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesPriceMode":{"type":"string","enum":["net","gross"]},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRateId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesDiscountAmount":{"type":"number"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesDiscountPercent":{"type":"number"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRate":{"type":"number"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesTaxAmount":{"type":"number"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesTotalNetAmount":{"type":"number"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesTotalGrossAmount":{"type":"number"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesCatalogSnapshot":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"quoteId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesQuoteId"},"lineNumber":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesLineNumber"},"kind":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesKind"},"statusEntryId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId"},"productId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesProductId"},"productVariantId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesProductVariantId"},"name":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"comment":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesComment"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode"},"configuration":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesConfiguration"},"promotionCode":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesPromotionCode"},"promotionSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesPromotionSnapshot"},"uomSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshot"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata"},"customFieldSetId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldSetId"},"customFields":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFields"},"quantity":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesQuantity"},"quantityUnit":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesQuantityUnit"},"normalizedQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesNormalizedQuantity"},"normalizedUnit":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesNormalizedUnit"},"unitPriceNet":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceNet"},"unitPriceGross":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceGross"},"priceId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesPriceId"},"priceMode":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesPriceMode"},"taxRateId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRateId"},"discountAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesDiscountAmount"},"discountPercent":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesDiscountPercent"},"taxRate":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesTaxRate"},"taxAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesTaxAmount"},"totalNetAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesTotalNetAmount"},"totalGrossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesTotalGrossAmount"},"catalogSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesCatalogSnapshot"},"id":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["organizationId","tenantId","quoteId","currencyCode","quantity"],"additionalProperties":false},"DocPathsApiSalesQuoteLinesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteLinesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiSalesQuoteLinesPostResponses201ContentApplicationJsonSchemaPropertiesQuoteIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesPostResponses201ContentApplicationJsonSchemaPropertiesQuoteIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteLinesPostResponses201ContentApplicationJsonSchemaPropertiesQuoteId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostResponses201ContentApplicationJsonSchemaPropertiesQuoteIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostResponses201ContentApplicationJsonSchemaPropertiesQuoteIdAnyOf1"}]},"DocPathsApiSalesQuoteLinesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostResponses201ContentApplicationJsonSchemaPropertiesId"},"quoteId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostResponses201ContentApplicationJsonSchemaPropertiesQuoteId"}},"required":["id","quoteId"],"additionalProperties":false},"DocPathsApiSalesQuoteLinesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuoteLinesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuoteLinesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuoteLinesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesQuoteId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesLineNumber":{"type":"number"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesKind":{"type":"string","enum":["product","service","shipping","discount","adjustment"]},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesProductId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesProductVariantId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","maxLength":255},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":4000},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesComment":{"type":"string","maxLength":2000},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesConfiguration":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesPromotionCode":{"type":"string","maxLength":120},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesPromotionSnapshot":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesVersion":{"type":"number","enum":[1]},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf1":{"type":"string"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf1"}]},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf1":{"type":"string"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductVariantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf1"}]},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf1":{"type":"string"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf1"}]},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf1":{"type":"string"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf1"}]},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesEnteredQuantity":{"type":"string"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesToBaseFactor":{"type":"string"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesNormalizedQuantity":{"type":"string"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesMode":{"type":"string","enum":["half_up","down","up"]},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesScale":{"type":"number"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesRounding":{"type":"object","properties":{"mode":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesMode"},"scale":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesScale"}},"required":["mode","scale"],"additionalProperties":false},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf1":{"type":"string"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf1"}]},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesResolvedAt":{"type":"string"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSource":{"type":"object","properties":{"conversionId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionId"},"resolvedAt":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesResolvedAt"}},"required":["conversionId","resolvedAt"],"additionalProperties":false},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesEnabled":{"type":"boolean"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf1":{"type":"string","enum":["kg","l","m2","m3","pc"]},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf1"}]},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf1":{"type":"string"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf1"}]},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf1":{"type":"string"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf1"}]},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf1":{"type":"string"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf1"}]},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReference":{"type":"object","properties":{"enabled":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesEnabled"},"referenceUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCode"},"baseQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantity"},"grossPerReference":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReference"},"netPerReference":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReference"}},"required":["enabled","referenceUnitCode","baseQuantity"],"additionalProperties":false},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1":{"type":"object","properties":{"version":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesVersion"},"productId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductId"},"productVariantId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesProductVariantId"},"baseUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCode"},"enteredUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCode"},"enteredQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesEnteredQuantity"},"toBaseFactor":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesToBaseFactor"},"normalizedQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesNormalizedQuantity"},"rounding":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesRounding"},"source":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesSource"},"unitPriceReference":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReference"}},"required":["version","productId","productVariantId","baseUnitCode","enteredUnitCode","enteredQuantity","toBaseFactor","normalizedQuantity","rounding","source"],"additionalProperties":false},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshotAnyOf1"}]},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldSetId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFields":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesQuantity":{"type":"number"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesQuantityUnit":{"type":"string","maxLength":25},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesNormalizedQuantity":{"type":"number"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesNormalizedUnitAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesNormalizedUnitAnyOf1":{"type":"string","maxLength":25},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesNormalizedUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesNormalizedUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesNormalizedUnitAnyOf1"}]},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceNet":{"type":"number"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceGross":{"type":"number"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesPriceId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesPriceMode":{"type":"string","enum":["net","gross"]},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRateId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesDiscountAmount":{"type":"number"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesDiscountPercent":{"type":"number"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRate":{"type":"number"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesTaxAmount":{"type":"number"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesTotalNetAmount":{"type":"number"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesTotalGrossAmount":{"type":"number"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesCatalogSnapshot":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"quoteId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesQuoteId"},"lineNumber":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesLineNumber"},"kind":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesKind"},"statusEntryId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId"},"productId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesProductId"},"productVariantId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesProductVariantId"},"name":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"comment":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesComment"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode"},"configuration":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesConfiguration"},"promotionCode":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesPromotionCode"},"promotionSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesPromotionSnapshot"},"uomSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUomSnapshot"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata"},"customFieldSetId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldSetId"},"customFields":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFields"},"quantity":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesQuantity"},"quantityUnit":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesQuantityUnit"},"normalizedQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesNormalizedQuantity"},"normalizedUnit":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesNormalizedUnit"},"unitPriceNet":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceNet"},"unitPriceGross":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesUnitPriceGross"},"priceId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesPriceId"},"priceMode":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesPriceMode"},"taxRateId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRateId"},"discountAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesDiscountAmount"},"discountPercent":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesDiscountPercent"},"taxRate":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesTaxRate"},"taxAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesTaxAmount"},"totalNetAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesTotalNetAmount"},"totalGrossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesTotalGrossAmount"},"catalogSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesCatalogSnapshot"},"id":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["organizationId","tenantId","quoteId","currencyCode","quantity"],"additionalProperties":false},"DocPathsApiSalesQuoteLinesPutResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesPutResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteLinesPutResponses200ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiSalesQuoteLinesPutResponses200ContentApplicationJsonSchemaPropertiesQuoteIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuoteLinesPutResponses200ContentApplicationJsonSchemaPropertiesQuoteIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteLinesPutResponses200ContentApplicationJsonSchemaPropertiesQuoteId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutResponses200ContentApplicationJsonSchemaPropertiesQuoteIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutResponses200ContentApplicationJsonSchemaPropertiesQuoteIdAnyOf1"}]},"DocPathsApiSalesQuoteLinesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutResponses200ContentApplicationJsonSchemaPropertiesId"},"quoteId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutResponses200ContentApplicationJsonSchemaPropertiesQuoteId"}},"required":["id","quoteId"],"additionalProperties":false},"DocPathsApiSalesQuoteLinesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuoteLinesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuoteLinesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuoteLinesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuoteLinesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteLinesDeleteRequestBodyContentApplicationJsonSchemaPropertiesQuoteId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuoteLinesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"},"quoteId":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesDeleteRequestBodyContentApplicationJsonSchemaPropertiesQuoteId"}},"required":["id","quoteId"],"additionalProperties":false},"DocPathsApiSalesQuoteLinesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSalesQuoteLinesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiSalesQuoteLinesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuoteLinesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuoteLinesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuoteLinesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuoteLinesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuotesAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesToken":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesAcceptPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"token":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesToken"}},"required":["token"],"additionalProperties":false},"DocPathsApiSalesQuotesAcceptPostResponses200ContentApplicationJsonSchemaPropertiesOrderId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesAcceptPostResponses200ContentApplicationJsonSchemaPropertiesOrderNumber":{"type":"string"},"DocPathsApiSalesQuotesAcceptPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"orderId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesAcceptPostResponses200ContentApplicationJsonSchemaPropertiesOrderId"},"orderNumber":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesAcceptPostResponses200ContentApplicationJsonSchemaPropertiesOrderNumber"}},"required":["orderId","orderNumber"],"additionalProperties":false},"DocPathsApiSalesQuotesAcceptPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuotesAcceptPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesAcceptPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuotesAcceptPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuotesAcceptPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesAcceptPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuotesAcceptPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuotesAcceptPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesAcceptPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuotesAcceptPostResponses429ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuotesAcceptPostResponses429ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesAcceptPostResponses429ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuotesConvertPostRequestBodyContentApplicationJsonSchemaPropertiesQuoteId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesConvertPostRequestBodyContentApplicationJsonSchemaPropertiesOrderId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesConvertPostRequestBodyContentApplicationJsonSchemaPropertiesOrderNumber":{"type":"string","maxLength":191},"DocPathsApiSalesQuotesConvertPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"quoteId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesConvertPostRequestBodyContentApplicationJsonSchemaPropertiesQuoteId"},"orderId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesConvertPostRequestBodyContentApplicationJsonSchemaPropertiesOrderId"},"orderNumber":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesConvertPostRequestBodyContentApplicationJsonSchemaPropertiesOrderNumber"}},"required":["quoteId"],"additionalProperties":false},"DocPathsApiSalesQuotesConvertPostResponses200ContentApplicationJsonSchemaPropertiesOrderId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesConvertPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"orderId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesConvertPostResponses200ContentApplicationJsonSchemaPropertiesOrderId"}},"required":["orderId"],"additionalProperties":false},"DocPathsApiSalesQuotesConvertPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuotesConvertPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesConvertPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuotesConvertPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuotesConvertPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesConvertPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuotesConvertPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuotesConvertPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesConvertPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuotesConvertPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuotesConvertPostResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiSalesQuotesConvertPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesConvertPostResponses409ContentApplicationJsonSchemaPropertiesError"},"code":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesConvertPostResponses409ContentApplicationJsonSchemaPropertiesCode"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuotesConvertPostResponses423ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuotesConvertPostResponses423ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiSalesQuotesConvertPostResponses423ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesConvertPostResponses423ContentApplicationJsonSchemaPropertiesError"},"code":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesConvertPostResponses423ContentApplicationJsonSchemaPropertiesCode"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuotesPublicTokenGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesQuotePropertiesQuoteNumber":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesQuotePropertiesCurrencyCode":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesQuotePropertiesValidFromAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesQuotePropertiesValidFromAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesQuotePropertiesValidFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesQuotePropertiesValidFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesQuotePropertiesValidFromAnyOf1"}]},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesQuotePropertiesValidUntilAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesQuotePropertiesValidUntilAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesQuotePropertiesValidUntil":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesQuotePropertiesValidUntilAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesQuotePropertiesValidUntilAnyOf1"}]},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesQuotePropertiesStatusAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesQuotePropertiesStatusAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesQuotePropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesQuotePropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesQuotePropertiesStatusAnyOf1"}]},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesQuotePropertiesSubtotalNetAmount":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesQuotePropertiesSubtotalGrossAmount":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesQuotePropertiesDiscountTotalAmount":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesQuotePropertiesTaxTotalAmount":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesQuotePropertiesGrandTotalNetAmount":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesQuotePropertiesGrandTotalGrossAmount":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesQuote":{"type":"object","properties":{"quoteNumber":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesQuotePropertiesQuoteNumber"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesQuotePropertiesCurrencyCode"},"validFrom":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesQuotePropertiesValidFrom"},"validUntil":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesQuotePropertiesValidUntil"},"status":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesQuotePropertiesStatus"},"subtotalNetAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesQuotePropertiesSubtotalNetAmount"},"subtotalGrossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesQuotePropertiesSubtotalGrossAmount"},"discountTotalAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesQuotePropertiesDiscountTotalAmount"},"taxTotalAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesQuotePropertiesTaxTotalAmount"},"grandTotalNetAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesQuotePropertiesGrandTotalNetAmount"},"grandTotalGrossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesQuotePropertiesGrandTotalGrossAmount"}},"required":["quoteNumber","currencyCode","validFrom","validUntil","status","subtotalNetAmount","subtotalGrossAmount","discountTotalAmount","taxTotalAmount","grandTotalNetAmount","grandTotalGrossAmount"],"additionalProperties":false},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesLineNumberAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesLineNumberAnyOf1":{"type":"number"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesLineNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesLineNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesLineNumberAnyOf1"}]},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesKind":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNameAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNameAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNameAnyOf1"}]},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantity":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantityUnitAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantityUnitAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantityUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantityUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantityUnitAnyOf1"}]},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedQuantity":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnitAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnitAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnitAnyOf1"}]},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf1"}]},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf1"}]},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1":{"type":"object","properties":{"baseUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCode"},"enteredUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCode"}},"required":["baseUnitCode","enteredUnitCode"],"additionalProperties":false},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1"}]},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesCurrencyCode":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceNet":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceGross":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDiscountAmount":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDiscountPercent":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxRate":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxAmount":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTotalNetAmount":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTotalGrossAmount":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceReferenceAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceReferenceAnyOf1PropertiesEnabledAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceReferenceAnyOf1PropertiesEnabledAnyOf1":{"type":"boolean"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceReferenceAnyOf1PropertiesEnabled":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceReferenceAnyOf1PropertiesEnabledAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceReferenceAnyOf1PropertiesEnabledAnyOf1"}]},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceReferenceAnyOf1PropertiesReferenceUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceReferenceAnyOf1PropertiesReferenceUnitCodeAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceReferenceAnyOf1PropertiesReferenceUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceReferenceAnyOf1PropertiesReferenceUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceReferenceAnyOf1PropertiesReferenceUnitCodeAnyOf1"}]},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceReferenceAnyOf1PropertiesBaseQuantityAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceReferenceAnyOf1PropertiesBaseQuantityAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceReferenceAnyOf1PropertiesBaseQuantity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceReferenceAnyOf1PropertiesBaseQuantityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceReferenceAnyOf1PropertiesBaseQuantityAnyOf1"}]},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceReferenceAnyOf1PropertiesGrossPerReferenceAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceReferenceAnyOf1PropertiesGrossPerReferenceAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceReferenceAnyOf1PropertiesGrossPerReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceReferenceAnyOf1PropertiesGrossPerReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceReferenceAnyOf1PropertiesGrossPerReferenceAnyOf1"}]},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceReferenceAnyOf1PropertiesNetPerReferenceAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceReferenceAnyOf1PropertiesNetPerReferenceAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceReferenceAnyOf1PropertiesNetPerReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceReferenceAnyOf1PropertiesNetPerReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceReferenceAnyOf1PropertiesNetPerReferenceAnyOf1"}]},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceReferenceAnyOf1":{"type":"object","properties":{"enabled":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceReferenceAnyOf1PropertiesEnabled"},"referenceUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceReferenceAnyOf1PropertiesReferenceUnitCode"},"baseQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceReferenceAnyOf1PropertiesBaseQuantity"},"grossPerReference":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceReferenceAnyOf1PropertiesGrossPerReference"},"netPerReference":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceReferenceAnyOf1PropertiesNetPerReference"}},"additionalProperties":false},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceReferenceAnyOf1"}]},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItems":{"type":"object","properties":{"lineNumber":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesLineNumber"},"kind":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesKind"},"name":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDescription"},"quantity":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantity"},"quantityUnit":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantityUnit"},"normalizedQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedQuantity"},"normalizedUnit":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnit"},"uomSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshot"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesCurrencyCode"},"unitPriceNet":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceNet"},"unitPriceGross":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceGross"},"discountAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDiscountAmount"},"discountPercent":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDiscountPercent"},"taxRate":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxRate"},"taxAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxAmount"},"totalNetAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTotalNetAmount"},"totalGrossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTotalGrossAmount"},"unitPriceReference":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceReference"}},"required":["lineNumber","kind","name","description","quantity","quantityUnit","normalizedQuantity","normalizedUnit","currencyCode","unitPriceNet","unitPriceGross","discountAmount","discountPercent","taxRate","taxAmount","totalNetAmount","totalGrossAmount"],"additionalProperties":false},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLines":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLinesItems"}},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesScopeAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesScopeAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesScope":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesScopeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesScopeAnyOf1"}]},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesKindAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesKindAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesKind":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesKindAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesKindAnyOf1"}]},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesLabelAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesLabelAnyOf1"}]},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesRateAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesRateAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesRate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesRateAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesRateAnyOf1"}]},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesAmountNetAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesAmountNetAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesAmountNet":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesAmountNetAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesAmountNetAnyOf1"}]},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesAmountGrossAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesAmountGrossAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesAmountGross":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesAmountGrossAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesAmountGrossAnyOf1"}]},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesCurrencyCodeAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesCurrencyCodeAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesCurrencyCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesCurrencyCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesCurrencyCodeAnyOf1"}]},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesPositionAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesPositionAnyOf1":{"type":"number"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesPosition":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesPositionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesPositionAnyOf1"}]},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesQuoteLineIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesQuoteLineIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesQuoteLineId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesQuoteLineIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesQuoteLineIdAnyOf1"}]},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItems":{"type":"object","properties":{"scope":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesScope"},"kind":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesKind"},"label":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesLabel"},"rate":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesRate"},"amountNet":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesAmountNet"},"amountGross":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesAmountGross"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesCurrencyCode"},"position":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesPosition"},"quoteLineId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesQuoteLineId"}},"required":["scope","kind","label","rate","amountNet","amountGross","currencyCode","position","quoteLineId"],"additionalProperties":false},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustments":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustmentsItems"}},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesIsExpired":{"type":"boolean"},"DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"quote":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesQuote"},"lines":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesLines"},"adjustments":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesAdjustments"},"isExpired":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses200ContentApplicationJsonSchemaPropertiesIsExpired"}},"required":["quote","lines","adjustments","isExpired"],"additionalProperties":false},"DocPathsApiSalesQuotesPublicTokenGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuotesPublicTokenGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPublicTokenGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuotesGetParameters0Schema":{"type":"number"},"DocPathsApiSalesQuotesGetParameters1Schema":{"type":"number"},"DocPathsApiSalesQuotesGetParameters2Schema":{"type":"string"},"DocPathsApiSalesQuotesGetParameters3Schema":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesGetParameters4Schema":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesGetParameters5Schema":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesGetParameters6Schema":{"type":"number"},"DocPathsApiSalesQuotesGetParameters7Schema":{"type":"number"},"DocPathsApiSalesQuotesGetParameters8Schema":{"type":"number"},"DocPathsApiSalesQuotesGetParameters9Schema":{"type":"number"},"DocPathsApiSalesQuotesGetParameters10Schema":{"type":"number"},"DocPathsApiSalesQuotesGetParameters11Schema":{"type":"number"},"DocPathsApiSalesQuotesGetParameters12Schema":{"type":"string"},"DocPathsApiSalesQuotesGetParameters13Schema":{"type":"string"},"DocPathsApiSalesQuotesGetParameters14Schema":{"type":"string"},"DocPathsApiSalesQuotesGetParameters15Schema":{"type":"string"},"DocPathsApiSalesQuotesGetParameters16Schema":{"type":"string"},"DocPathsApiSalesQuotesGetParameters17Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiSalesQuotesGetParameters18Schema":{"type":"boolean"},"DocPathsApiSalesQuotesGetParameters19Schema":{"type":"string"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuoteNumberAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuoteNumberAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuoteNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuoteNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuoteNumberAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityIdAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerContactIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerContactIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerContactId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerContactIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerContactIdAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAddressIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAddressIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAddressId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAddressIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAddressIdAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingAddressIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingAddressIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingAddressId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingAddressIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingAddressIdAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerReferenceAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerReferenceAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerReferenceAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalReferenceAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalReferenceAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalReferenceAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCommentAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCommentAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCommentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCommentAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlacedAtAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlacedAtAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlacedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlacedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlacedAtAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpectedDeliveryAtAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpectedDeliveryAtAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpectedDeliveryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpectedDeliveryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpectedDeliveryAtAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerSnapshotAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerSnapshotAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAddressSnapshotAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAddressSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAddressSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAddressSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAddressSnapshotAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingAddressSnapshotAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingAddressSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingAddressSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingAddressSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingAddressSnapshotAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodIdAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodCodeAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodCodeAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodCodeAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodSnapshotAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodSnapshotAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodIdAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodCodeAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodCodeAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodCodeAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodSnapshotAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodSnapshotAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChannelIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChannelIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChannelId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChannelIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChannelIdAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFromAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFromAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFromAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidUntilAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidUntilAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidUntil":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidUntilAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidUntilAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLineItemCountAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLineItemCountAnyOf1":{"type":"number"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLineItemCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLineItemCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLineItemCountAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtotalNetAmountAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtotalNetAmountAnyOf1":{"type":"number"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtotalNetAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtotalNetAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtotalNetAmountAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtotalGrossAmountAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtotalGrossAmountAnyOf1":{"type":"number"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtotalGrossAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtotalGrossAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtotalGrossAmountAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDiscountTotalAmountAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDiscountTotalAmountAnyOf1":{"type":"number"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDiscountTotalAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDiscountTotalAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDiscountTotalAmountAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxTotalAmountAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxTotalAmountAnyOf1":{"type":"number"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxTotalAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxTotalAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxTotalAmountAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingNetAmountAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingNetAmountAnyOf1":{"type":"number"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingNetAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingNetAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingNetAmountAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingGrossAmountAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingGrossAmountAnyOf1":{"type":"number"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingGrossAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingGrossAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingGrossAmountAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSurchargeTotalAmountAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSurchargeTotalAmountAnyOf1":{"type":"number"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSurchargeTotalAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSurchargeTotalAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSurchargeTotalAmountAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrandTotalNetAmountAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrandTotalNetAmountAnyOf1":{"type":"number"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrandTotalNetAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrandTotalNetAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrandTotalNetAmountAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrandTotalGrossAmountAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrandTotalGrossAmountAnyOf1":{"type":"number"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrandTotalGrossAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrandTotalGrossAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrandTotalGrossAmountAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaidTotalAmountAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaidTotalAmountAnyOf1":{"type":"number"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaidTotalAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaidTotalAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaidTotalAmountAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRefundedTotalAmountAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRefundedTotalAmountAnyOf1":{"type":"number"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRefundedTotalAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRefundedTotalAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRefundedTotalAmountAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOutstandingAmountAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOutstandingAmountAnyOf1":{"type":"number"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOutstandingAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOutstandingAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOutstandingAmountAnyOf1"}]},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFields":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValues":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"quoteNumber":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuoteNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"statusEntryId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryId"},"customerEntityId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityId"},"customerContactId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerContactId"},"billingAddressId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAddressId"},"shippingAddressId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingAddressId"},"customerReference":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerReference"},"externalReference":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalReference"},"comment":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComment"},"placedAt":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlacedAt"},"expectedDeliveryAt":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpectedDeliveryAt"},"customerSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerSnapshot"},"billingAddressSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAddressSnapshot"},"shippingAddressSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingAddressSnapshot"},"shippingMethodId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodId"},"shippingMethodCode":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodCode"},"shippingMethodSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodSnapshot"},"paymentMethodId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodId"},"paymentMethodCode":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodCode"},"paymentMethodSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentMethodSnapshot"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCode"},"channelId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChannelId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"validFrom":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFrom"},"validUntil":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidUntil"},"lineItemCount":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLineItemCount"},"subtotalNetAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtotalNetAmount"},"subtotalGrossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtotalGrossAmount"},"discountTotalAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDiscountTotalAmount"},"taxTotalAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxTotalAmount"},"shippingNetAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingNetAmount"},"shippingGrossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingGrossAmount"},"surchargeTotalAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSurchargeTotalAmount"},"grandTotalNetAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrandTotalNetAmount"},"grandTotalGrossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrandTotalGrossAmount"},"paidTotalAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaidTotalAmount"},"refundedTotalAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRefundedTotalAmount"},"outstandingAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOutstandingAmount"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"customFields":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFields"},"customValues":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValues"}},"required":["id","quoteNumber","status","customerEntityId","customerContactId","billingAddressId","shippingAddressId","currencyCode","channelId","organizationId","tenantId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiSalesQuotesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuotesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuotesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuotesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesQuoteNumber":{"type":"string","minLength":1,"maxLength":191},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerEntityId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerContactId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesChannelId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotPropertiesCustomerAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotPropertiesCustomerAnyOf1PropertiesPrimaryPhoneOneOf0":{"type":"string","maxLength":50},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotPropertiesCustomerAnyOf1PropertiesPrimaryPhoneOneOf1":{"type":"string","enum":[""]},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotPropertiesCustomerAnyOf1PropertiesPrimaryPhoneOneOf2":{"type":"null"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotPropertiesCustomerAnyOf1PropertiesPrimaryPhone":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotPropertiesCustomerAnyOf1PropertiesPrimaryPhoneOneOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotPropertiesCustomerAnyOf1PropertiesPrimaryPhoneOneOf1"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotPropertiesCustomerAnyOf1PropertiesPrimaryPhoneOneOf2"}]},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotPropertiesCustomerAnyOf1":{"type":"object","properties":{"primaryPhone":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotPropertiesCustomerAnyOf1PropertiesPrimaryPhone"}},"additionalProperties":true},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotPropertiesCustomer":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotPropertiesCustomerAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotPropertiesCustomerAnyOf1"}]},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotPropertiesContact":{},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshot":{"type":"object","properties":{"customer":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotPropertiesCustomer"},"contact":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotPropertiesContact"}},"additionalProperties":true},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesBillingAddressId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesShippingAddressId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesBillingAddressSnapshot":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesShippingAddressSnapshot":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesValidFrom":{"type":"string","format":"date-time"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesValidUntil":{"type":"string","format":"date-time"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesComments":{"type":"string","maxLength":4000},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesTaxInfo":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesShippingMethodId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesShippingMethodCode":{"type":"string","maxLength":120},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesDeliveryWindowId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesDeliveryWindowCode":{"type":"string","maxLength":120},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesPaymentMethodId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesPaymentMethodCode":{"type":"string","maxLength":120},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesShippingMethodSnapshot":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesDeliveryWindowSnapshot":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesPaymentMethodSnapshot":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldSetId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesLineNumber":{"type":"number"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesKind":{"type":"string","enum":["product","service","shipping","discount","adjustment"]},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesStatusEntryId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesProductId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesProductVariantId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesName":{"type":"string","maxLength":255},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDescription":{"type":"string","maxLength":4000},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesComment":{"type":"string","maxLength":2000},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesConfiguration":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesPromotionCode":{"type":"string","maxLength":120},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesPromotionSnapshot":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesVersion":{"type":"number","enum":[1]},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductIdAnyOf1"}]},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantIdAnyOf1"}]},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCodeAnyOf1"}]},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCodeAnyOf1"}]},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredQuantity":{"type":"string"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesToBaseFactor":{"type":"string"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesNormalizedQuantity":{"type":"string"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesMode":{"type":"string","enum":["half_up","down","up"]},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesScale":{"type":"number"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesRounding":{"type":"object","properties":{"mode":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesMode"},"scale":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesRoundingPropertiesScale"}},"required":["mode","scale"],"additionalProperties":false},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionIdAnyOf1"}]},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesResolvedAt":{"type":"string"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSource":{"type":"object","properties":{"conversionId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesConversionId"},"resolvedAt":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSourcePropertiesResolvedAt"}},"required":["conversionId","resolvedAt"],"additionalProperties":false},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesEnabled":{"type":"boolean"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf1":{"type":"string","enum":["kg","l","m2","m3","pc"]},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCodeAnyOf1"}]},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantityAnyOf1"}]},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReferenceAnyOf1"}]},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf1":{"type":"string"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReferenceAnyOf1"}]},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReference":{"type":"object","properties":{"enabled":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesEnabled"},"referenceUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesReferenceUnitCode"},"baseQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesBaseQuantity"},"grossPerReference":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesGrossPerReference"},"netPerReference":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReferencePropertiesNetPerReference"}},"required":["enabled","referenceUnitCode","baseQuantity"],"additionalProperties":false},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1":{"type":"object","properties":{"version":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesVersion"},"productId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductId"},"productVariantId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesProductVariantId"},"baseUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesBaseUnitCode"},"enteredUnitCode":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredUnitCode"},"enteredQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesEnteredQuantity"},"toBaseFactor":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesToBaseFactor"},"normalizedQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesNormalizedQuantity"},"rounding":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesRounding"},"source":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesSource"},"unitPriceReference":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1PropertiesUnitPriceReference"}},"required":["version","productId","productVariantId","baseUnitCode","enteredUnitCode","enteredQuantity","toBaseFactor","normalizedQuantity","rounding","source"],"additionalProperties":false},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshotAnyOf1"}]},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesCustomFieldSetId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesCustomFields":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantity":{"type":"number"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantityUnit":{"type":"string","maxLength":25},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedQuantity":{"type":"number"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnitAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnitAnyOf1":{"type":"string","maxLength":25},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnitAnyOf1"}]},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceNet":{"type":"number"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceGross":{"type":"number"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesPriceId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesPriceMode":{"type":"string","enum":["net","gross"]},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxRateId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDiscountAmount":{"type":"number"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDiscountPercent":{"type":"number"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxRate":{"type":"number"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxAmount":{"type":"number"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTotalNetAmount":{"type":"number"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTotalGrossAmount":{"type":"number"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesCatalogSnapshot":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItems":{"type":"object","properties":{"lineNumber":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesLineNumber"},"kind":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesKind"},"statusEntryId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesStatusEntryId"},"productId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesProductId"},"productVariantId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesProductVariantId"},"name":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDescription"},"comment":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesComment"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesCurrencyCode"},"configuration":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesConfiguration"},"promotionCode":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesPromotionCode"},"promotionSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesPromotionSnapshot"},"uomSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUomSnapshot"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesMetadata"},"customFieldSetId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesCustomFieldSetId"},"customFields":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesCustomFields"},"quantity":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantity"},"quantityUnit":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantityUnit"},"normalizedQuantity":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedQuantity"},"normalizedUnit":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNormalizedUnit"},"unitPriceNet":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceNet"},"unitPriceGross":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceGross"},"priceId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesPriceId"},"priceMode":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesPriceMode"},"taxRateId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxRateId"},"discountAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDiscountAmount"},"discountPercent":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesDiscountPercent"},"taxRate":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxRate"},"taxAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxAmount"},"totalNetAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTotalNetAmount"},"totalGrossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTotalGrossAmount"},"catalogSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesCatalogSnapshot"}},"required":["currencyCode","quantity"],"additionalProperties":false},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLines":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItems"}},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesQuoteLineId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesScope":{"type":"string","enum":["order","line"]},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesKind":{"type":"string","minLength":1,"maxLength":150},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesCode":{"type":"string","maxLength":120},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesLabel":{"type":"string","maxLength":255},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesCalculatorKey":{"type":"string","maxLength":120},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesPromotionId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesRate":{"type":"number"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesAmountNet":{"type":"number"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesAmountGross":{"type":"number"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesCustomFields":{"type":"object","additionalProperties":true},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesPosition":{"type":"number"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItems":{"type":"object","properties":{"quoteLineId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesQuoteLineId"},"scope":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesScope"},"kind":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesKind"},"code":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesCode"},"label":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesLabel"},"calculatorKey":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesCalculatorKey"},"promotionId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesPromotionId"},"rate":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesRate"},"amountNet":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesAmountNet"},"amountGross":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesAmountGross"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesCurrencyCode"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesMetadata"},"customFields":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesCustomFields"},"position":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItemsPropertiesPosition"}},"additionalProperties":false},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustments":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustmentsItems"}},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesTagsItems":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesTagsItems"}},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesSubtotalNetAmount":{"type":"number"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesSubtotalGrossAmount":{"type":"number"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesDiscountTotalAmount":{"type":"number"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesTaxTotalAmount":{"type":"number"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesGrandTotalNetAmount":{"type":"number"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesGrandTotalGrossAmount":{"type":"number"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLineItemCount":{"type":"number"},"DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"quoteNumber":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesQuoteNumber"},"statusEntryId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId"},"customerEntityId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerEntityId"},"customerContactId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerContactId"},"channelId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesChannelId"},"customerSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshot"},"billingAddressId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesBillingAddressId"},"shippingAddressId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesShippingAddressId"},"billingAddressSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesBillingAddressSnapshot"},"shippingAddressSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesShippingAddressSnapshot"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode"},"validFrom":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesValidFrom"},"validUntil":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesValidUntil"},"comments":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesComments"},"taxInfo":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesTaxInfo"},"shippingMethodId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesShippingMethodId"},"shippingMethodCode":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesShippingMethodCode"},"deliveryWindowId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesDeliveryWindowId"},"deliveryWindowCode":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesDeliveryWindowCode"},"paymentMethodId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesPaymentMethodId"},"paymentMethodCode":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesPaymentMethodCode"},"shippingMethodSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesShippingMethodSnapshot"},"deliveryWindowSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesDeliveryWindowSnapshot"},"paymentMethodSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesPaymentMethodSnapshot"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata"},"customFieldSetId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldSetId"},"lines":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLines"},"adjustments":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesAdjustments"},"tags":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesTags"},"subtotalNetAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesSubtotalNetAmount"},"subtotalGrossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesSubtotalGrossAmount"},"discountTotalAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesDiscountTotalAmount"},"taxTotalAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesTaxTotalAmount"},"grandTotalNetAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesGrandTotalNetAmount"},"grandTotalGrossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesGrandTotalGrossAmount"},"lineItemCount":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostRequestBodyContentApplicationJsonSchemaPropertiesLineItemCount"}},"required":["organizationId","tenantId","currencyCode"],"additionalProperties":false},"DocPathsApiSalesQuotesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiSalesQuotesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiSalesQuotesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesQuotesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuotesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuotesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuotesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuotesPutResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiSalesQuotesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuotesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuotesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuotesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuotesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesQuotesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSalesQuotesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiSalesQuotesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuotesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuotesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuotesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuotesSendPostRequestBodyContentApplicationJsonSchemaPropertiesQuoteId":{"type":"string","format":"uuid"},"DocPathsApiSalesQuotesSendPostRequestBodyContentApplicationJsonSchemaPropertiesValidForDaysAllOf0":{"type":"number"},"DocPathsApiSalesQuotesSendPostRequestBodyContentApplicationJsonSchemaPropertiesValidForDays":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiSalesQuotesSendPostRequestBodyContentApplicationJsonSchemaPropertiesValidForDaysAllOf0"}],"default":14},"DocPathsApiSalesQuotesSendPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"quoteId":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesSendPostRequestBodyContentApplicationJsonSchemaPropertiesQuoteId"},"validForDays":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesSendPostRequestBodyContentApplicationJsonSchemaPropertiesValidForDays"}},"required":["quoteId"],"additionalProperties":false},"DocPathsApiSalesQuotesSendPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiSalesQuotesSendPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesSendPostResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiSalesQuotesSendPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuotesSendPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesSendPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuotesSendPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuotesSendPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesSendPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuotesSendPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuotesSendPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesSendPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuotesSendPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuotesSendPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesSendPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuotesSendPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuotesSendPostResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiSalesQuotesSendPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesSendPostResponses409ContentApplicationJsonSchemaPropertiesError"},"code":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesSendPostResponses409ContentApplicationJsonSchemaPropertiesCode"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesQuotesSendPostResponses423ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesQuotesSendPostResponses423ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiSalesQuotesSendPostResponses423ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesSendPostResponses423ContentApplicationJsonSchemaPropertiesError"},"code":{"$ref":"#/components/schemas/DocPathsApiSalesQuotesSendPostResponses423ContentApplicationJsonSchemaPropertiesCode"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesReturnsIdGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesOrderId":{"type":"string","format":"uuid"},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesReturnNumber":{"type":"string"},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesStatusEntryIdAnyOf0":{"type":"null"},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesStatusEntryIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesStatusEntryId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesStatusEntryIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesStatusEntryIdAnyOf1"}]},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesStatusAnyOf0":{"type":"null"},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesStatusAnyOf1":{"type":"string"},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesStatusAnyOf1"}]},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesReasonAnyOf0":{"type":"null"},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesReasonAnyOf1":{"type":"string"},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesReason":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesReasonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesReasonAnyOf1"}]},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesNotesAnyOf0":{"type":"null"},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesNotesAnyOf1":{"type":"string"},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesNotesAnyOf1"}]},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesReturnedAtAnyOf0":{"type":"null"},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesReturnedAtAnyOf1":{"type":"string"},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesReturnedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesReturnedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesReturnedAtAnyOf1"}]},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesCreatedAtAnyOf1"}]},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesTotalNetAmount":{"type":"number"},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesTotalGrossAmount":{"type":"number"},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturn":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesId"},"orderId":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesOrderId"},"returnNumber":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesReturnNumber"},"statusEntryId":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesStatusEntryId"},"status":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesStatus"},"reason":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesReason"},"notes":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesNotes"},"returnedAt":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesReturnedAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesUpdatedAt"},"totalNetAmount":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesTotalNetAmount"},"totalGrossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnPropertiesTotalGrossAmount"}},"required":["id","orderId","returnNumber","statusEntryId","status","reason","notes","returnedAt","createdAt","updatedAt","totalNetAmount","totalGrossAmount"],"additionalProperties":false},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesOrderLineIdAnyOf0":{"type":"null"},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesOrderLineIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesOrderLineId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesOrderLineIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesOrderLineIdAnyOf1"}]},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantityReturned":{"type":"string"},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceNet":{"type":"string"},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceGross":{"type":"string"},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTotalNetAmount":{"type":"string"},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTotalGrossAmount":{"type":"string"},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesId"},"orderLineId":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesOrderLineId"},"quantityReturned":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantityReturned"},"unitPriceNet":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceNet"},"unitPriceGross":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPriceGross"},"totalNetAmount":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTotalNetAmount"},"totalGrossAmount":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTotalGrossAmount"}},"required":["id","orderLineId","quantityReturned","unitPriceNet","unitPriceGross","totalNetAmount","totalGrossAmount"],"additionalProperties":false},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesLines":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItems"}},"DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"return":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesReturn"},"lines":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses200ContentApplicationJsonSchemaPropertiesLines"}},"required":["return","lines"],"additionalProperties":false},"DocPathsApiSalesReturnsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesReturnsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesReturnsIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesReturnsIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesReturnsIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesReturnsIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsIdGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesReturnsGetParameters0Schema":{"type":"number"},"DocPathsApiSalesReturnsGetParameters1Schema":{"type":"number"},"DocPathsApiSalesReturnsGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsApiSalesReturnsGetParameters3Schema":{"type":"string"},"DocPathsApiSalesReturnsGetParameters4Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderId":{"type":"string","format":"uuid"},"DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReturnNumber":{"type":"string"},"DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf0":{"type":"null"},"DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf1"}]},"DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0":{"type":"null"},"DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1":{"type":"string"},"DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1"}]},"DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReasonAnyOf0":{"type":"null"},"DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReasonAnyOf1":{"type":"string"},"DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReason":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReasonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReasonAnyOf1"}]},"DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf0":{"type":"null"},"DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf1":{"type":"string"},"DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf1"}]},"DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReturnedAtAnyOf0":{"type":"null"},"DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReturnedAtAnyOf1":{"type":"string"},"DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReturnedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReturnedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReturnedAtAnyOf1"}]},"DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalNetAmount":{"type":"number"},"DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalGrossAmount":{"type":"number"},"DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"order_id":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderId"},"return_number":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReturnNumber"},"status_entry_id":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryId"},"status":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"reason":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReason"},"notes":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotes"},"returned_at":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReturnedAt"},"created_at":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"total_net_amount":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalNetAmount"},"total_gross_amount":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalGrossAmount"}},"required":["id","order_id","return_number","created_at","updated_at"],"additionalProperties":true},"DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiSalesReturnsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesReturnsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesReturnsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesReturnsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesReturnsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesReturnsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesReturnsPostRequestBodyContentApplicationJsonSchemaPropertiesOrderId":{"type":"string","format":"uuid"},"DocPathsApiSalesReturnsPostRequestBodyContentApplicationJsonSchemaPropertiesReason":{"type":"string","maxLength":4000},"DocPathsApiSalesReturnsPostRequestBodyContentApplicationJsonSchemaPropertiesNotes":{"type":"string","maxLength":4000},"DocPathsApiSalesReturnsPostRequestBodyContentApplicationJsonSchemaPropertiesReturnedAt":{"type":"string","format":"date-time"},"DocPathsApiSalesReturnsPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesOrderLineId":{"type":"string","format":"uuid"},"DocPathsApiSalesReturnsPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantity":{"type":"number"},"DocPathsApiSalesReturnsPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItems":{"type":"object","properties":{"orderLineId":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesOrderLineId"},"quantity":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantity"}},"required":["orderLineId","quantity"],"additionalProperties":false},"DocPathsApiSalesReturnsPostRequestBodyContentApplicationJsonSchemaPropertiesLines":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsPostRequestBodyContentApplicationJsonSchemaPropertiesLinesItems"},"minItems":1},"DocPathsApiSalesReturnsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"orderId":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsPostRequestBodyContentApplicationJsonSchemaPropertiesOrderId"},"reason":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsPostRequestBodyContentApplicationJsonSchemaPropertiesReason"},"notes":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsPostRequestBodyContentApplicationJsonSchemaPropertiesNotes"},"returnedAt":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsPostRequestBodyContentApplicationJsonSchemaPropertiesReturnedAt"},"lines":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsPostRequestBodyContentApplicationJsonSchemaPropertiesLines"}},"required":["organizationId","tenantId","orderId","lines"],"additionalProperties":false},"DocPathsApiSalesReturnsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiSalesReturnsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesReturnsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesReturnsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesReturnsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiSalesReturnsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesReturnsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesReturnsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesReturnsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesReturnsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesReturnsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesSettingsDocumentNumbersGetResponses200ContentApplicationJsonSchemaPropertiesOrderNumberFormat":{"type":"string"},"DocPathsApiSalesSettingsDocumentNumbersGetResponses200ContentApplicationJsonSchemaPropertiesQuoteNumberFormat":{"type":"string"},"DocPathsApiSalesSettingsDocumentNumbersGetResponses200ContentApplicationJsonSchemaPropertiesNextOrderNumber":{"type":"number"},"DocPathsApiSalesSettingsDocumentNumbersGetResponses200ContentApplicationJsonSchemaPropertiesNextQuoteNumber":{"type":"number"},"DocPathsApiSalesSettingsDocumentNumbersGetResponses200ContentApplicationJsonSchemaPropertiesTokensItemsPropertiesToken":{"type":"string"},"DocPathsApiSalesSettingsDocumentNumbersGetResponses200ContentApplicationJsonSchemaPropertiesTokensItemsPropertiesDescription":{"type":"string"},"DocPathsApiSalesSettingsDocumentNumbersGetResponses200ContentApplicationJsonSchemaPropertiesTokensItems":{"type":"object","properties":{"token":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersGetResponses200ContentApplicationJsonSchemaPropertiesTokensItemsPropertiesToken"},"description":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersGetResponses200ContentApplicationJsonSchemaPropertiesTokensItemsPropertiesDescription"}},"required":["token","description"],"additionalProperties":false},"DocPathsApiSalesSettingsDocumentNumbersGetResponses200ContentApplicationJsonSchemaPropertiesTokens":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersGetResponses200ContentApplicationJsonSchemaPropertiesTokensItems"}},"DocPathsApiSalesSettingsDocumentNumbersGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"orderNumberFormat":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersGetResponses200ContentApplicationJsonSchemaPropertiesOrderNumberFormat"},"quoteNumberFormat":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersGetResponses200ContentApplicationJsonSchemaPropertiesQuoteNumberFormat"},"nextOrderNumber":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersGetResponses200ContentApplicationJsonSchemaPropertiesNextOrderNumber"},"nextQuoteNumber":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersGetResponses200ContentApplicationJsonSchemaPropertiesNextQuoteNumber"},"tokens":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersGetResponses200ContentApplicationJsonSchemaPropertiesTokens"}},"required":["orderNumberFormat","quoteNumberFormat","nextOrderNumber","nextQuoteNumber"],"additionalProperties":false},"DocPathsApiSalesSettingsDocumentNumbersGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesSettingsDocumentNumbersGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesSettingsDocumentNumbersGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesSettingsDocumentNumbersGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesSettingsDocumentNumbersGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesSettingsDocumentNumbersGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesSettingsDocumentNumbersPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesSettingsDocumentNumbersPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesSettingsDocumentNumbersPutRequestBodyContentApplicationJsonSchemaPropertiesOrderNumberFormat":{"type":"string","minLength":1,"maxLength":191},"DocPathsApiSalesSettingsDocumentNumbersPutRequestBodyContentApplicationJsonSchemaPropertiesQuoteNumberFormat":{"type":"string","minLength":1,"maxLength":191},"DocPathsApiSalesSettingsDocumentNumbersPutRequestBodyContentApplicationJsonSchemaPropertiesOrderNextNumber":{"type":"number"},"DocPathsApiSalesSettingsDocumentNumbersPutRequestBodyContentApplicationJsonSchemaPropertiesQuoteNextNumber":{"type":"number"},"DocPathsApiSalesSettingsDocumentNumbersPutRequestBodyContentApplicationJsonSchemaPropertiesOrderCustomerEditableStatusesAnyOf0":{"type":"null"},"DocPathsApiSalesSettingsDocumentNumbersPutRequestBodyContentApplicationJsonSchemaPropertiesOrderCustomerEditableStatusesAnyOf1Items":{"type":"string","minLength":1,"maxLength":120},"DocPathsApiSalesSettingsDocumentNumbersPutRequestBodyContentApplicationJsonSchemaPropertiesOrderCustomerEditableStatusesAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersPutRequestBodyContentApplicationJsonSchemaPropertiesOrderCustomerEditableStatusesAnyOf1Items"},"maxItems":200},"DocPathsApiSalesSettingsDocumentNumbersPutRequestBodyContentApplicationJsonSchemaPropertiesOrderCustomerEditableStatuses":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersPutRequestBodyContentApplicationJsonSchemaPropertiesOrderCustomerEditableStatusesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersPutRequestBodyContentApplicationJsonSchemaPropertiesOrderCustomerEditableStatusesAnyOf1"}]},"DocPathsApiSalesSettingsDocumentNumbersPutRequestBodyContentApplicationJsonSchemaPropertiesOrderAddressEditableStatusesAnyOf0":{"type":"null"},"DocPathsApiSalesSettingsDocumentNumbersPutRequestBodyContentApplicationJsonSchemaPropertiesOrderAddressEditableStatusesAnyOf1Items":{"type":"string","minLength":1,"maxLength":120},"DocPathsApiSalesSettingsDocumentNumbersPutRequestBodyContentApplicationJsonSchemaPropertiesOrderAddressEditableStatusesAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersPutRequestBodyContentApplicationJsonSchemaPropertiesOrderAddressEditableStatusesAnyOf1Items"},"maxItems":200},"DocPathsApiSalesSettingsDocumentNumbersPutRequestBodyContentApplicationJsonSchemaPropertiesOrderAddressEditableStatuses":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersPutRequestBodyContentApplicationJsonSchemaPropertiesOrderAddressEditableStatusesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersPutRequestBodyContentApplicationJsonSchemaPropertiesOrderAddressEditableStatusesAnyOf1"}]},"DocPathsApiSalesSettingsDocumentNumbersPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"orderNumberFormat":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersPutRequestBodyContentApplicationJsonSchemaPropertiesOrderNumberFormat"},"quoteNumberFormat":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersPutRequestBodyContentApplicationJsonSchemaPropertiesQuoteNumberFormat"},"orderNextNumber":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersPutRequestBodyContentApplicationJsonSchemaPropertiesOrderNextNumber"},"quoteNextNumber":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersPutRequestBodyContentApplicationJsonSchemaPropertiesQuoteNextNumber"},"orderCustomerEditableStatuses":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersPutRequestBodyContentApplicationJsonSchemaPropertiesOrderCustomerEditableStatuses"},"orderAddressEditableStatuses":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersPutRequestBodyContentApplicationJsonSchemaPropertiesOrderAddressEditableStatuses"}},"required":["organizationId","tenantId","orderNumberFormat","quoteNumberFormat"],"additionalProperties":false},"DocPathsApiSalesSettingsDocumentNumbersPutResponses200ContentApplicationJsonSchemaPropertiesOrderNumberFormat":{"type":"string"},"DocPathsApiSalesSettingsDocumentNumbersPutResponses200ContentApplicationJsonSchemaPropertiesQuoteNumberFormat":{"type":"string"},"DocPathsApiSalesSettingsDocumentNumbersPutResponses200ContentApplicationJsonSchemaPropertiesNextOrderNumber":{"type":"number"},"DocPathsApiSalesSettingsDocumentNumbersPutResponses200ContentApplicationJsonSchemaPropertiesNextQuoteNumber":{"type":"number"},"DocPathsApiSalesSettingsDocumentNumbersPutResponses200ContentApplicationJsonSchemaPropertiesTokensItemsPropertiesToken":{"type":"string"},"DocPathsApiSalesSettingsDocumentNumbersPutResponses200ContentApplicationJsonSchemaPropertiesTokensItemsPropertiesDescription":{"type":"string"},"DocPathsApiSalesSettingsDocumentNumbersPutResponses200ContentApplicationJsonSchemaPropertiesTokensItems":{"type":"object","properties":{"token":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersPutResponses200ContentApplicationJsonSchemaPropertiesTokensItemsPropertiesToken"},"description":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersPutResponses200ContentApplicationJsonSchemaPropertiesTokensItemsPropertiesDescription"}},"required":["token","description"],"additionalProperties":false},"DocPathsApiSalesSettingsDocumentNumbersPutResponses200ContentApplicationJsonSchemaPropertiesTokens":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersPutResponses200ContentApplicationJsonSchemaPropertiesTokensItems"}},"DocPathsApiSalesSettingsDocumentNumbersPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"orderNumberFormat":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersPutResponses200ContentApplicationJsonSchemaPropertiesOrderNumberFormat"},"quoteNumberFormat":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersPutResponses200ContentApplicationJsonSchemaPropertiesQuoteNumberFormat"},"nextOrderNumber":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersPutResponses200ContentApplicationJsonSchemaPropertiesNextOrderNumber"},"nextQuoteNumber":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersPutResponses200ContentApplicationJsonSchemaPropertiesNextQuoteNumber"},"tokens":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersPutResponses200ContentApplicationJsonSchemaPropertiesTokens"}},"required":["orderNumberFormat","quoteNumberFormat","nextOrderNumber","nextQuoteNumber"],"additionalProperties":false},"DocPathsApiSalesSettingsDocumentNumbersPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesSettingsDocumentNumbersPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesSettingsDocumentNumbersPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesSettingsDocumentNumbersPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesSettingsDocumentNumbersPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesSettingsDocumentNumbersPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsDocumentNumbersPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesSettingsOrderEditingGetResponses200ContentApplicationJsonSchemaPropertiesOrderCustomerEditableStatusesAnyOf0":{"type":"null"},"DocPathsApiSalesSettingsOrderEditingGetResponses200ContentApplicationJsonSchemaPropertiesOrderCustomerEditableStatusesAnyOf1Items":{"type":"string"},"DocPathsApiSalesSettingsOrderEditingGetResponses200ContentApplicationJsonSchemaPropertiesOrderCustomerEditableStatusesAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingGetResponses200ContentApplicationJsonSchemaPropertiesOrderCustomerEditableStatusesAnyOf1Items"}},"DocPathsApiSalesSettingsOrderEditingGetResponses200ContentApplicationJsonSchemaPropertiesOrderCustomerEditableStatuses":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingGetResponses200ContentApplicationJsonSchemaPropertiesOrderCustomerEditableStatusesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingGetResponses200ContentApplicationJsonSchemaPropertiesOrderCustomerEditableStatusesAnyOf1"}]},"DocPathsApiSalesSettingsOrderEditingGetResponses200ContentApplicationJsonSchemaPropertiesOrderAddressEditableStatusesAnyOf0":{"type":"null"},"DocPathsApiSalesSettingsOrderEditingGetResponses200ContentApplicationJsonSchemaPropertiesOrderAddressEditableStatusesAnyOf1Items":{"type":"string"},"DocPathsApiSalesSettingsOrderEditingGetResponses200ContentApplicationJsonSchemaPropertiesOrderAddressEditableStatusesAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingGetResponses200ContentApplicationJsonSchemaPropertiesOrderAddressEditableStatusesAnyOf1Items"}},"DocPathsApiSalesSettingsOrderEditingGetResponses200ContentApplicationJsonSchemaPropertiesOrderAddressEditableStatuses":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingGetResponses200ContentApplicationJsonSchemaPropertiesOrderAddressEditableStatusesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingGetResponses200ContentApplicationJsonSchemaPropertiesOrderAddressEditableStatusesAnyOf1"}]},"DocPathsApiSalesSettingsOrderEditingGetResponses200ContentApplicationJsonSchemaPropertiesOrderStatusesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesSettingsOrderEditingGetResponses200ContentApplicationJsonSchemaPropertiesOrderStatusesItemsPropertiesValue":{"type":"string"},"DocPathsApiSalesSettingsOrderEditingGetResponses200ContentApplicationJsonSchemaPropertiesOrderStatusesItemsPropertiesLabel":{"type":"string"},"DocPathsApiSalesSettingsOrderEditingGetResponses200ContentApplicationJsonSchemaPropertiesOrderStatusesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingGetResponses200ContentApplicationJsonSchemaPropertiesOrderStatusesItemsPropertiesId"},"value":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingGetResponses200ContentApplicationJsonSchemaPropertiesOrderStatusesItemsPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingGetResponses200ContentApplicationJsonSchemaPropertiesOrderStatusesItemsPropertiesLabel"}},"required":["id","value","label"],"additionalProperties":false},"DocPathsApiSalesSettingsOrderEditingGetResponses200ContentApplicationJsonSchemaPropertiesOrderStatuses":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingGetResponses200ContentApplicationJsonSchemaPropertiesOrderStatusesItems"}},"DocPathsApiSalesSettingsOrderEditingGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"orderCustomerEditableStatuses":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingGetResponses200ContentApplicationJsonSchemaPropertiesOrderCustomerEditableStatuses"},"orderAddressEditableStatuses":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingGetResponses200ContentApplicationJsonSchemaPropertiesOrderAddressEditableStatuses"},"orderStatuses":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingGetResponses200ContentApplicationJsonSchemaPropertiesOrderStatuses"}},"required":["orderCustomerEditableStatuses","orderAddressEditableStatuses","orderStatuses"],"additionalProperties":false},"DocPathsApiSalesSettingsOrderEditingGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesSettingsOrderEditingGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesSettingsOrderEditingGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesSettingsOrderEditingGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesSettingsOrderEditingGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesSettingsOrderEditingGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesSettingsOrderEditingPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesSettingsOrderEditingPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesSettingsOrderEditingPutRequestBodyContentApplicationJsonSchemaPropertiesOrderNumberFormat":{"type":"string","minLength":1,"maxLength":191},"DocPathsApiSalesSettingsOrderEditingPutRequestBodyContentApplicationJsonSchemaPropertiesQuoteNumberFormat":{"type":"string","minLength":1,"maxLength":191},"DocPathsApiSalesSettingsOrderEditingPutRequestBodyContentApplicationJsonSchemaPropertiesOrderCustomerEditableStatusesAnyOf0":{"type":"null"},"DocPathsApiSalesSettingsOrderEditingPutRequestBodyContentApplicationJsonSchemaPropertiesOrderCustomerEditableStatusesAnyOf1Items":{"type":"string","minLength":1,"maxLength":120},"DocPathsApiSalesSettingsOrderEditingPutRequestBodyContentApplicationJsonSchemaPropertiesOrderCustomerEditableStatusesAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingPutRequestBodyContentApplicationJsonSchemaPropertiesOrderCustomerEditableStatusesAnyOf1Items"},"maxItems":200},"DocPathsApiSalesSettingsOrderEditingPutRequestBodyContentApplicationJsonSchemaPropertiesOrderCustomerEditableStatuses":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingPutRequestBodyContentApplicationJsonSchemaPropertiesOrderCustomerEditableStatusesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingPutRequestBodyContentApplicationJsonSchemaPropertiesOrderCustomerEditableStatusesAnyOf1"}]},"DocPathsApiSalesSettingsOrderEditingPutRequestBodyContentApplicationJsonSchemaPropertiesOrderAddressEditableStatusesAnyOf0":{"type":"null"},"DocPathsApiSalesSettingsOrderEditingPutRequestBodyContentApplicationJsonSchemaPropertiesOrderAddressEditableStatusesAnyOf1Items":{"type":"string","minLength":1,"maxLength":120},"DocPathsApiSalesSettingsOrderEditingPutRequestBodyContentApplicationJsonSchemaPropertiesOrderAddressEditableStatusesAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingPutRequestBodyContentApplicationJsonSchemaPropertiesOrderAddressEditableStatusesAnyOf1Items"},"maxItems":200},"DocPathsApiSalesSettingsOrderEditingPutRequestBodyContentApplicationJsonSchemaPropertiesOrderAddressEditableStatuses":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingPutRequestBodyContentApplicationJsonSchemaPropertiesOrderAddressEditableStatusesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingPutRequestBodyContentApplicationJsonSchemaPropertiesOrderAddressEditableStatusesAnyOf1"}]},"DocPathsApiSalesSettingsOrderEditingPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"orderNumberFormat":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingPutRequestBodyContentApplicationJsonSchemaPropertiesOrderNumberFormat"},"quoteNumberFormat":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingPutRequestBodyContentApplicationJsonSchemaPropertiesQuoteNumberFormat"},"orderCustomerEditableStatuses":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingPutRequestBodyContentApplicationJsonSchemaPropertiesOrderCustomerEditableStatuses"},"orderAddressEditableStatuses":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingPutRequestBodyContentApplicationJsonSchemaPropertiesOrderAddressEditableStatuses"}},"required":["organizationId","tenantId"],"additionalProperties":false},"DocPathsApiSalesSettingsOrderEditingPutResponses200ContentApplicationJsonSchemaPropertiesOrderCustomerEditableStatusesAnyOf0":{"type":"null"},"DocPathsApiSalesSettingsOrderEditingPutResponses200ContentApplicationJsonSchemaPropertiesOrderCustomerEditableStatusesAnyOf1Items":{"type":"string"},"DocPathsApiSalesSettingsOrderEditingPutResponses200ContentApplicationJsonSchemaPropertiesOrderCustomerEditableStatusesAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingPutResponses200ContentApplicationJsonSchemaPropertiesOrderCustomerEditableStatusesAnyOf1Items"}},"DocPathsApiSalesSettingsOrderEditingPutResponses200ContentApplicationJsonSchemaPropertiesOrderCustomerEditableStatuses":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingPutResponses200ContentApplicationJsonSchemaPropertiesOrderCustomerEditableStatusesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingPutResponses200ContentApplicationJsonSchemaPropertiesOrderCustomerEditableStatusesAnyOf1"}]},"DocPathsApiSalesSettingsOrderEditingPutResponses200ContentApplicationJsonSchemaPropertiesOrderAddressEditableStatusesAnyOf0":{"type":"null"},"DocPathsApiSalesSettingsOrderEditingPutResponses200ContentApplicationJsonSchemaPropertiesOrderAddressEditableStatusesAnyOf1Items":{"type":"string"},"DocPathsApiSalesSettingsOrderEditingPutResponses200ContentApplicationJsonSchemaPropertiesOrderAddressEditableStatusesAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingPutResponses200ContentApplicationJsonSchemaPropertiesOrderAddressEditableStatusesAnyOf1Items"}},"DocPathsApiSalesSettingsOrderEditingPutResponses200ContentApplicationJsonSchemaPropertiesOrderAddressEditableStatuses":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingPutResponses200ContentApplicationJsonSchemaPropertiesOrderAddressEditableStatusesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingPutResponses200ContentApplicationJsonSchemaPropertiesOrderAddressEditableStatusesAnyOf1"}]},"DocPathsApiSalesSettingsOrderEditingPutResponses200ContentApplicationJsonSchemaPropertiesOrderStatusesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesSettingsOrderEditingPutResponses200ContentApplicationJsonSchemaPropertiesOrderStatusesItemsPropertiesValue":{"type":"string"},"DocPathsApiSalesSettingsOrderEditingPutResponses200ContentApplicationJsonSchemaPropertiesOrderStatusesItemsPropertiesLabel":{"type":"string"},"DocPathsApiSalesSettingsOrderEditingPutResponses200ContentApplicationJsonSchemaPropertiesOrderStatusesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingPutResponses200ContentApplicationJsonSchemaPropertiesOrderStatusesItemsPropertiesId"},"value":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingPutResponses200ContentApplicationJsonSchemaPropertiesOrderStatusesItemsPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingPutResponses200ContentApplicationJsonSchemaPropertiesOrderStatusesItemsPropertiesLabel"}},"required":["id","value","label"],"additionalProperties":false},"DocPathsApiSalesSettingsOrderEditingPutResponses200ContentApplicationJsonSchemaPropertiesOrderStatuses":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingPutResponses200ContentApplicationJsonSchemaPropertiesOrderStatusesItems"}},"DocPathsApiSalesSettingsOrderEditingPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"orderCustomerEditableStatuses":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingPutResponses200ContentApplicationJsonSchemaPropertiesOrderCustomerEditableStatuses"},"orderAddressEditableStatuses":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingPutResponses200ContentApplicationJsonSchemaPropertiesOrderAddressEditableStatuses"},"orderStatuses":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingPutResponses200ContentApplicationJsonSchemaPropertiesOrderStatuses"}},"required":["orderCustomerEditableStatuses","orderAddressEditableStatuses","orderStatuses"],"additionalProperties":false},"DocPathsApiSalesSettingsOrderEditingPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesSettingsOrderEditingPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesSettingsOrderEditingPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesSettingsOrderEditingPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesSettingsOrderEditingPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesSettingsOrderEditingPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesSettingsOrderEditingPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesShipmentStatusesGetParameters0Schema":{"type":"number"},"DocPathsApiSalesShipmentStatusesGetParameters1Schema":{"type":"number"},"DocPathsApiSalesShipmentStatusesGetParameters2Schema":{"type":"string"},"DocPathsApiSalesShipmentStatusesGetParameters3Schema":{"type":"string"},"DocPathsApiSalesShipmentStatusesGetParameters4Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiSalesShipmentStatusesGetParameters5Schema":{"type":"string"},"DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValue":{"type":"string"},"DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf1":{"type":"string"},"DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf1"}]},"DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1":{"type":"string"},"DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1"}]},"DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf1":{"type":"string"},"DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf1"}]},"DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"value":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIcon"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","value","label","color","icon","organizationId","tenantId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiSalesShipmentStatusesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesShipmentStatusesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesShipmentStatusesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesShipmentStatusesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesShipmentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesValue":{"type":"string","minLength":1,"maxLength":150},"DocPathsApiSalesShipmentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","minLength":1,"maxLength":150},"DocPathsApiSalesShipmentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsApiSalesShipmentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1"}]},"DocPathsApiSalesShipmentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf1":{"type":"string","minLength":1,"maxLength":64},"DocPathsApiSalesShipmentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf1"}]},"DocPathsApiSalesShipmentStatusesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"value":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesIcon"}},"required":["organizationId","tenantId","value"],"additionalProperties":false},"DocPathsApiSalesShipmentStatusesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentStatusesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentStatusesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiSalesShipmentStatusesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesShipmentStatusesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesShipmentStatusesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesShipmentStatusesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesShipmentStatusesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesShipmentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesValue":{"type":"string","minLength":1,"maxLength":150},"DocPathsApiSalesShipmentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","minLength":1,"maxLength":150},"DocPathsApiSalesShipmentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsApiSalesShipmentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1"}]},"DocPathsApiSalesShipmentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf1":{"type":"string","minLength":1,"maxLength":64},"DocPathsApiSalesShipmentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf1"}]},"DocPathsApiSalesShipmentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentStatusesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"value":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesIcon"},"id":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["organizationId","tenantId","id"],"additionalProperties":false},"DocPathsApiSalesShipmentStatusesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSalesShipmentStatusesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiSalesShipmentStatusesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesShipmentStatusesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesShipmentStatusesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesShipmentStatusesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesShipmentStatusesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentStatusesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesShipmentStatusesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSalesShipmentStatusesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiSalesShipmentStatusesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesShipmentStatusesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesShipmentStatusesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesShipmentStatusesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentStatusesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesShipmentsGetParameters0Schema":{"type":"number"},"DocPathsApiSalesShipmentsGetParameters1Schema":{"type":"number"},"DocPathsApiSalesShipmentsGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentsGetParameters3Schema":{"type":"string"},"DocPathsApiSalesShipmentsGetParameters4Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiSalesShipmentsGetParameters5Schema":{"type":"string"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderId":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShipmentNumberAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShipmentNumberAnyOf1":{"type":"string"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShipmentNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShipmentNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShipmentNumberAnyOf1"}]},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodIdAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodIdAnyOf1"}]},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodCodeAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodCodeAnyOf1":{"type":"string"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodCodeAnyOf1"}]},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodNameAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodNameAnyOf1":{"type":"string"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodNameAnyOf1"}]},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryIdAnyOf1"}]},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1":{"type":"string"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1"}]},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusLabelAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusLabelAnyOf1":{"type":"string"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusLabelAnyOf1"}]},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierNameAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierNameAnyOf1":{"type":"string"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierNameAnyOf1"}]},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrackingNumbersAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrackingNumbersAnyOf1Items":{"type":"string"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrackingNumbersAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrackingNumbersAnyOf1Items"}},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrackingNumbers":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrackingNumbersAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrackingNumbersAnyOf1"}]},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippedAtAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippedAtAnyOf1":{"type":"string"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippedAtAnyOf1"}]},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeliveredAtAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeliveredAtAnyOf1":{"type":"string"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeliveredAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeliveredAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeliveredAtAnyOf1"}]},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightValueAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightValueAnyOf1":{"type":"number"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightValueAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightValueAnyOf1"}]},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightUnitAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightUnitAnyOf1":{"type":"string"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightUnitAnyOf1"}]},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeclaredValueNetAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeclaredValueNetAnyOf1":{"type":"number"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeclaredValueNet":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeclaredValueNetAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeclaredValueNetAnyOf1"}]},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeclaredValueGrossAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeclaredValueGrossAnyOf1":{"type":"number"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeclaredValueGross":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeclaredValueGrossAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeclaredValueGrossAnyOf1"}]},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf1":{"type":"string"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf1"}]},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf1":{"type":"string"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf1"}]},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1"}]},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValuesAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValuesAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValues":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValuesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValuesAnyOf1"}]},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValuesAnyOf01":{"type":"null"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValuesAnyOf11":{"type":"object","additionalProperties":true},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValues1":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValuesAnyOf01"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValuesAnyOf11"}]},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsAnyOf1Items":{"type":"object","additionalProperties":true},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsAnyOf1Items"}},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFields":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsAnyOf1"}]},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsAnyOf01":{"type":"null"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsAnyOf1Items1":{"type":"object","additionalProperties":true},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsAnyOf11":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsAnyOf1Items1"}},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFields1":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsAnyOf01"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsAnyOf11"}]},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesOrderLineId":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesOrderLineNameAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesOrderLineNameAnyOf1":{"type":"string"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesOrderLineName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesOrderLineNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesOrderLineNameAnyOf1"}]},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesOrderLineNumberAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesOrderLineNumberAnyOf1":{"type":"number"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesOrderLineNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesOrderLineNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesOrderLineNumberAnyOf1"}]},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesQuantity":{"type":"number"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesMetadataAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesMetadataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesMetadataAnyOf1"}]},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1Items":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesId"},"orderLineId":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesOrderLineId"},"orderLineName":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesOrderLineName"},"orderLineNumber":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesOrderLineNumber"},"quantity":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesQuantity"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesMetadata"}},"required":["id","orderLineId","quantity"],"additionalProperties":false},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1Items"}},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1"}]},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf01":{"type":"null"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesId1":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesOrderLineId1":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesOrderLineNameAnyOf01":{"type":"null"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesOrderLineNameAnyOf11":{"type":"string"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesOrderLineName1":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesOrderLineNameAnyOf01"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesOrderLineNameAnyOf11"}]},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesOrderLineNumberAnyOf01":{"type":"null"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesOrderLineNumberAnyOf11":{"type":"number"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesOrderLineNumber1":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesOrderLineNumberAnyOf01"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesOrderLineNumberAnyOf11"}]},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesQuantity1":{"type":"number"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesMetadataAnyOf01":{"type":"null"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesMetadataAnyOf11":{"type":"object","additionalProperties":true},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesMetadata1":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesMetadataAnyOf01"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesMetadataAnyOf11"}]},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1Items1":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesId1"},"orderLineId":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesOrderLineId1"},"orderLineName":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesOrderLineName1"},"orderLineNumber":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesOrderLineNumber1"},"quantity":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesQuantity1"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1ItemsPropertiesMetadata1"}},"required":["id","orderLineId","quantity"],"additionalProperties":false},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf11":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf1Items1"}},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshot1":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf01"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshotAnyOf11"}]},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsItemsPropertiesOrderLineId":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsItemsPropertiesOrderLineNameAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsItemsPropertiesOrderLineNameAnyOf1":{"type":"string"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsItemsPropertiesOrderLineName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsItemsPropertiesOrderLineNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsItemsPropertiesOrderLineNameAnyOf1"}]},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsItemsPropertiesOrderLineNumberAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsItemsPropertiesOrderLineNumberAnyOf1":{"type":"number"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsItemsPropertiesOrderLineNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsItemsPropertiesOrderLineNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsItemsPropertiesOrderLineNumberAnyOf1"}]},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsItemsPropertiesQuantity":{"type":"number"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsItemsPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsItemsPropertiesMetadataAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsItemsPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsItemsPropertiesMetadataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsItemsPropertiesMetadataAnyOf1"}]},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsItemsPropertiesId"},"orderLineId":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsItemsPropertiesOrderLineId"},"orderLineName":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsItemsPropertiesOrderLineName"},"orderLineNumber":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsItemsPropertiesOrderLineNumber"},"quantity":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsItemsPropertiesQuantity"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsItemsPropertiesMetadata"}},"required":["id","orderLineId","quantity"],"additionalProperties":false},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsItems"}},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"order_id":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderId"},"shipment_number":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShipmentNumber"},"shipping_method_id":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodId"},"shipping_method_code":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodCode"},"shipping_method_name":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippingMethodName"},"status_entry_id":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusEntryId"},"status":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"status_label":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusLabel"},"carrier_name":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierName"},"tracking_numbers":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrackingNumbers"},"shipped_at":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShippedAt"},"delivered_at":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeliveredAt"},"weight_value":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightValue"},"weight_unit":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightUnit"},"declared_value_net":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeclaredValueNet"},"declared_value_gross":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeclaredValueGross"},"currency_code":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCode"},"notes":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotes"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata"},"custom_values":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValues"},"customValues":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValues1"},"custom_fields":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFields"},"customFields":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFields1"},"items_snapshot":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshot"},"itemsSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItemsSnapshot1"},"created_at":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"items":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesItems"}},"required":["id","order_id","created_at","updated_at"],"additionalProperties":true},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiSalesShipmentsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesShipmentsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesShipmentsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesShipmentsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesOrderId":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesShipmentNumber":{"type":"string","maxLength":191},"DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesShippingMethodId":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesDocumentStatusEntryId":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesLineStatusEntryId":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierName":{"type":"string","maxLength":191},"DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTrackingNumbersItems":{"type":"string","maxLength":191},"DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTrackingNumbers":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTrackingNumbersItems"}},"DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesShippedAt":{"type":"string","format":"date-time"},"DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesDeliveredAt":{"type":"string","format":"date-time"},"DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesWeightValue":{"type":"number"},"DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesWeightUnit":{"type":"string","maxLength":25},"DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesDeclaredValueNet":{"type":"number"},"DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesDeclaredValueGross":{"type":"number"},"DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesNotes":{"type":"string","maxLength":4000},"DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesShipmentAddressSnapshot":{"type":"object","additionalProperties":true},"DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFields":{"type":"object","additionalProperties":true},"DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderLineId":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuantity":{"type":"number"},"DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"orderLineId":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderLineId"},"quantity":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuantity"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata"}},"required":["orderLineId","quantity"],"additionalProperties":false},"DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"orderId":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesOrderId"},"shipmentNumber":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesShipmentNumber"},"shippingMethodId":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesShippingMethodId"},"statusEntryId":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId"},"documentStatusEntryId":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesDocumentStatusEntryId"},"lineStatusEntryId":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesLineStatusEntryId"},"carrierName":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierName"},"trackingNumbers":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTrackingNumbers"},"shippedAt":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesShippedAt"},"deliveredAt":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesDeliveredAt"},"weightValue":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesWeightValue"},"weightUnit":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesWeightUnit"},"declaredValueNet":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesDeclaredValueNet"},"declaredValueGross":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesDeclaredValueGross"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode"},"notes":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesNotes"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata"},"shipmentAddressSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesShipmentAddressSnapshot"},"customFields":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFields"},"items":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesItems"}},"required":["organizationId","tenantId","orderId"],"additionalProperties":false},"DocPathsApiSalesShipmentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiSalesShipmentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiSalesShipmentsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesShipmentsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesShipmentsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesShipmentsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesShipmentsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesOrderId":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesShipmentNumber":{"type":"string","maxLength":191},"DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesShippingMethodId":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesDocumentStatusEntryId":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesLineStatusEntryId":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesCarrierName":{"type":"string","maxLength":191},"DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesTrackingNumbersItems":{"type":"string","maxLength":191},"DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesTrackingNumbers":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesTrackingNumbersItems"}},"DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesShippedAt":{"type":"string","format":"date-time"},"DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesDeliveredAt":{"type":"string","format":"date-time"},"DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesWeightValue":{"type":"number"},"DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesWeightUnit":{"type":"string","maxLength":25},"DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesDeclaredValueNet":{"type":"number"},"DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesDeclaredValueGross":{"type":"number"},"DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesNotes":{"type":"string","maxLength":4000},"DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesShipmentAddressSnapshot":{"type":"object","additionalProperties":true},"DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFields":{"type":"object","additionalProperties":true},"DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderLineId":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuantity":{"type":"number"},"DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"orderLineId":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderLineId"},"quantity":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQuantity"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata"}},"required":["orderLineId","quantity"],"additionalProperties":false},"DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"orderId":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesOrderId"},"shipmentNumber":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesShipmentNumber"},"shippingMethodId":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesShippingMethodId"},"statusEntryId":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesStatusEntryId"},"documentStatusEntryId":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesDocumentStatusEntryId"},"lineStatusEntryId":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesLineStatusEntryId"},"carrierName":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesCarrierName"},"trackingNumbers":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesTrackingNumbers"},"shippedAt":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesShippedAt"},"deliveredAt":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesDeliveredAt"},"weightValue":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesWeightValue"},"weightUnit":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesWeightUnit"},"declaredValueNet":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesDeclaredValueNet"},"declaredValueGross":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesDeclaredValueGross"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode"},"notes":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesNotes"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata"},"shipmentAddressSnapshot":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesShipmentAddressSnapshot"},"customFields":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFields"},"items":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPutRequestBodyContentApplicationJsonSchemaPropertiesItems"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesShipmentsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSalesShipmentsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiSalesShipmentsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesShipmentsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesShipmentsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesShipmentsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesShipmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesOrderId":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesShipmentsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"},"orderId":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesOrderId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesTenantId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesShipmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSalesShipmentsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiSalesShipmentsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesShipmentsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesShipmentsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesShipmentsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesShipmentsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesShippingMethodsGetParameters0Schema":{"type":"number"},"DocPathsApiSalesShippingMethodsGetParameters1Schema":{"type":"number"},"DocPathsApiSalesShippingMethodsGetParameters2Schema":{"type":"string"},"DocPathsApiSalesShippingMethodsGetParameters3Schema":{"type":"string"},"DocPathsApiSalesShippingMethodsGetParameters4Schema":{"type":"string"},"DocPathsApiSalesShippingMethodsGetParameters5Schema":{"type":"string"},"DocPathsApiSalesShippingMethodsGetParameters6Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiSalesShippingMethodsGetParameters7Schema":{"type":"boolean"},"DocPathsApiSalesShippingMethodsGetParameters8Schema":{"type":"string"},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode":{"type":"string"},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierCodeAnyOf0":{"type":"null"},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierCodeAnyOf1":{"type":"string"},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierCodeAnyOf1"}]},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderKeyAnyOf0":{"type":"null"},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderKeyAnyOf1":{"type":"string"},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderKey":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderKeyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderKeyAnyOf1"}]},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesServiceLevelAnyOf0":{"type":"null"},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesServiceLevelAnyOf1":{"type":"string"},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesServiceLevel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesServiceLevelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesServiceLevelAnyOf1"}]},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEstimatedTransitDaysAnyOf0":{"type":"null"},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEstimatedTransitDaysAnyOf1":{"type":"number"},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEstimatedTransitDays":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEstimatedTransitDaysAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEstimatedTransitDaysAnyOf1"}]},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBaseRateNet":{"type":"string"},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBaseRateGross":{"type":"string"},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf0":{"type":"null"},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf1":{"type":"string"},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf1"}]},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1"}]},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderSettingsAnyOf0":{"type":"null"},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderSettingsAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderSettings":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderSettingsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderSettingsAnyOf1"}]},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFields":{"type":"object","additionalProperties":true},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"code":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode"},"description":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"carrierCode":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierCode"},"providerKey":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderKey"},"serviceLevel":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesServiceLevel"},"estimatedTransitDays":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEstimatedTransitDays"},"baseRateNet":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBaseRateNet"},"baseRateGross":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBaseRateGross"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCode"},"isActive":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata"},"providerSettings":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderSettings"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"customFields":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFields"}},"required":["id","name","code","description","carrierCode","providerKey","serviceLevel","estimatedTransitDays","baseRateNet","baseRateGross","currencyCode","isActive","metadata","organizationId","tenantId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiSalesShippingMethodsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesShippingMethodsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesShippingMethodsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesShippingMethodsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesShippingMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesShippingMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesShippingMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiSalesShippingMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesCode":{"type":"string","pattern":"^[a-z0-9\\-_]+$","maxLength":120},"DocPathsApiSalesShippingMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":2000},"DocPathsApiSalesShippingMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierCode":{"type":"string","maxLength":120},"DocPathsApiSalesShippingMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesProviderKey":{"type":"string","maxLength":120},"DocPathsApiSalesShippingMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesServiceLevel":{"type":"string","maxLength":120},"DocPathsApiSalesShippingMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesEstimatedTransitDays":{"type":"number"},"DocPathsApiSalesShippingMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesBaseRateNet":{"type":"number"},"DocPathsApiSalesShippingMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesBaseRateGross":{"type":"number"},"DocPathsApiSalesShippingMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiSalesShippingMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiSalesShippingMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesProviderSettings":{"type":"object","additionalProperties":true},"DocPathsApiSalesShippingMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesShippingMethodsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"name":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"code":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesCode"},"description":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"carrierCode":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierCode"},"providerKey":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesProviderKey"},"serviceLevel":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesServiceLevel"},"estimatedTransitDays":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesEstimatedTransitDays"},"baseRateNet":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesBaseRateNet"},"baseRateGross":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesBaseRateGross"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode"},"isActive":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"providerSettings":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesProviderSettings"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata"}},"required":["organizationId","tenantId","name","code"],"additionalProperties":false},"DocPathsApiSalesShippingMethodsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiSalesShippingMethodsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesShippingMethodsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiSalesShippingMethodsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesShippingMethodsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesShippingMethodsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesShippingMethodsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesShippingMethodsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesShippingMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesShippingMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesShippingMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesShippingMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiSalesShippingMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesCode":{"type":"string","pattern":"^[a-z0-9\\-_]+$","maxLength":120},"DocPathsApiSalesShippingMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":2000},"DocPathsApiSalesShippingMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesCarrierCode":{"type":"string","maxLength":120},"DocPathsApiSalesShippingMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesProviderKey":{"type":"string","maxLength":120},"DocPathsApiSalesShippingMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesServiceLevel":{"type":"string","maxLength":120},"DocPathsApiSalesShippingMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesEstimatedTransitDays":{"type":"number"},"DocPathsApiSalesShippingMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesBaseRateNet":{"type":"number"},"DocPathsApiSalesShippingMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesBaseRateGross":{"type":"number"},"DocPathsApiSalesShippingMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiSalesShippingMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiSalesShippingMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesProviderSettings":{"type":"object","additionalProperties":true},"DocPathsApiSalesShippingMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesShippingMethodsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"name":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"code":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesCode"},"description":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"carrierCode":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesCarrierCode"},"providerKey":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesProviderKey"},"serviceLevel":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesServiceLevel"},"estimatedTransitDays":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesEstimatedTransitDays"},"baseRateNet":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesBaseRateNet"},"baseRateGross":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesBaseRateGross"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode"},"isActive":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"providerSettings":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesProviderSettings"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesShippingMethodsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSalesShippingMethodsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiSalesShippingMethodsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesShippingMethodsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesShippingMethodsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesShippingMethodsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesShippingMethodsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesShippingMethodsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesShippingMethodsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSalesShippingMethodsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiSalesShippingMethodsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesShippingMethodsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesShippingMethodsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesShippingMethodsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesShippingMethodsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesTagsGetParameters0Schema":{"type":"number"},"DocPathsApiSalesTagsGetParameters1Schema":{"type":"number"},"DocPathsApiSalesTagsGetParameters2Schema":{"type":"string"},"DocPathsApiSalesTagsGetParameters3Schema":{"type":"string"},"DocPathsApiSalesTagsGetParameters4Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiSalesTagsGetParameters5Schema":{"type":"string"},"DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlug":{"type":"string"},"DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf1":{"type":"string"},"DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf1"}]},"DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0":{"type":"null"},"DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1":{"type":"string"},"DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1"}]},"DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"slug":{"$ref":"#/components/schemas/DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlug"},"label":{"$ref":"#/components/schemas/DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor"},"description":{"$ref":"#/components/schemas/DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"organization_id":{"$ref":"#/components/schemas/DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"}},"required":["id","slug"],"additionalProperties":false},"DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiSalesTagsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiSalesTagsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesTagsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesTagsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesTagsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesTagsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesTagsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesTagsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesTagsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesTagsPostRequestBodyContentApplicationJsonSchemaPropertiesSlug":{"type":"string","minLength":1,"maxLength":80,"pattern":"^[a-z0-9_-]+$"},"DocPathsApiSalesTagsPostRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","minLength":1,"maxLength":120},"DocPathsApiSalesTagsPostRequestBodyContentApplicationJsonSchemaPropertiesColor":{"type":"string","maxLength":30},"DocPathsApiSalesTagsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":400},"DocPathsApiSalesTagsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesTagsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesTagsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"slug":{"$ref":"#/components/schemas/DocPathsApiSalesTagsPostRequestBodyContentApplicationJsonSchemaPropertiesSlug"},"label":{"$ref":"#/components/schemas/DocPathsApiSalesTagsPostRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsApiSalesTagsPostRequestBodyContentApplicationJsonSchemaPropertiesColor"},"description":{"$ref":"#/components/schemas/DocPathsApiSalesTagsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"}},"required":["organizationId","tenantId","slug","label"],"additionalProperties":false},"DocPathsApiSalesTagsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiSalesTagsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesTagsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesTagsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesTagsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiSalesTagsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesTagsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesTagsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesTagsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesTagsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesTagsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesTagsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesTagsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesTagsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesTagsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesTagsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesTagsPutRequestBodyContentApplicationJsonSchemaPropertiesSlug":{"type":"string","minLength":1,"maxLength":80,"pattern":"^[a-z0-9_-]+$"},"DocPathsApiSalesTagsPutRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","minLength":1,"maxLength":120},"DocPathsApiSalesTagsPutRequestBodyContentApplicationJsonSchemaPropertiesColor":{"type":"string","maxLength":30},"DocPathsApiSalesTagsPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":400},"DocPathsApiSalesTagsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesTagsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesTagsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesTagsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"slug":{"$ref":"#/components/schemas/DocPathsApiSalesTagsPutRequestBodyContentApplicationJsonSchemaPropertiesSlug"},"label":{"$ref":"#/components/schemas/DocPathsApiSalesTagsPutRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsApiSalesTagsPutRequestBodyContentApplicationJsonSchemaPropertiesColor"},"description":{"$ref":"#/components/schemas/DocPathsApiSalesTagsPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesTagsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSalesTagsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSalesTagsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiSalesTagsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesTagsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesTagsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesTagsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesTagsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesTagsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesTagsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSalesTagsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSalesTagsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiSalesTagsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesTagsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesTagsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesTagsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesTagsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesTagsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesTaxRatesGetParameters0Schema":{"type":"number"},"DocPathsApiSalesTaxRatesGetParameters1Schema":{"type":"number"},"DocPathsApiSalesTaxRatesGetParameters2Schema":{"type":"string"},"DocPathsApiSalesTaxRatesGetParameters3Schema":{"type":"string"},"DocPathsApiSalesTaxRatesGetParameters4Schema":{"type":"string"},"DocPathsApiSalesTaxRatesGetParameters5Schema":{"type":"string","format":"uuid"},"DocPathsApiSalesTaxRatesGetParameters6Schema":{"type":"string"},"DocPathsApiSalesTaxRatesGetParameters7Schema":{"type":"string"},"DocPathsApiSalesTaxRatesGetParameters8Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiSalesTaxRatesGetParameters9Schema":{"type":"boolean"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCodeAnyOf0":{"type":"null"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCodeAnyOf1":{"type":"string"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCodeAnyOf1"}]},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRate":{"type":"number"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountryCodeAnyOf0":{"type":"null"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountryCodeAnyOf1":{"type":"string"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountryCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountryCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountryCodeAnyOf1"}]},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegionCodeAnyOf0":{"type":"null"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegionCodeAnyOf1":{"type":"string"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegionCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegionCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegionCodeAnyOf1"}]},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPostalCodeAnyOf0":{"type":"null"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPostalCodeAnyOf1":{"type":"string"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPostalCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPostalCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPostalCodeAnyOf1"}]},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCityAnyOf0":{"type":"null"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCityAnyOf1":{"type":"string"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCityAnyOf1"}]},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerGroupIdAnyOf0":{"type":"null"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerGroupIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerGroupId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerGroupIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerGroupIdAnyOf1"}]},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductCategoryIdAnyOf0":{"type":"null"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductCategoryIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductCategoryId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductCategoryIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductCategoryIdAnyOf1"}]},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChannelIdAnyOf0":{"type":"null"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChannelIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChannelId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChannelIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChannelIdAnyOf1"}]},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriorityAnyOf0":{"type":"null"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriorityAnyOf1":{"type":"number"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriority":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriorityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriorityAnyOf1"}]},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsCompound":{"type":"boolean"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsDefault":{"type":"boolean"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1"}]},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartsAtAnyOf0":{"type":"null"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartsAtAnyOf1":{"type":"string"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartsAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartsAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartsAtAnyOf1"}]},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndsAtAnyOf0":{"type":"null"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndsAtAnyOf1":{"type":"string"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndsAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndsAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndsAtAnyOf1"}]},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFields":{"type":"object","additionalProperties":true},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"code":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode"},"rate":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRate"},"countryCode":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountryCode"},"regionCode":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegionCode"},"postalCode":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPostalCode"},"city":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCity"},"customerGroupId":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerGroupId"},"productCategoryId":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProductCategoryId"},"channelId":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChannelId"},"priority":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriority"},"isCompound":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsCompound"},"isDefault":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsDefault"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata"},"startsAt":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartsAt"},"endsAt":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndsAt"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"customFields":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFields"}},"required":["id","name","code","rate","countryCode","regionCode","postalCode","city","customerGroupId","productCategoryId","channelId","priority","isCompound","isDefault","startsAt","endsAt","organizationId","tenantId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiSalesTaxRatesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesTaxRatesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesTaxRatesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesTaxRatesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchemaPropertiesCode":{"type":"string","pattern":"^[a-z0-9\\-_]+$","maxLength":120},"DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchemaPropertiesRate":{"type":"number"},"DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchemaPropertiesCountryCode":{"type":"string"},"DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchemaPropertiesRegionCode":{"type":"string","maxLength":6},"DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchemaPropertiesPostalCode":{"type":"string","maxLength":30},"DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchemaPropertiesCity":{"type":"string","maxLength":120},"DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerGroupId":{"type":"string","format":"uuid"},"DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchemaPropertiesProductCategoryId":{"type":"string","format":"uuid"},"DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchemaPropertiesChannelId":{"type":"string","format":"uuid"},"DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchemaPropertiesPriority":{"type":"number"},"DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchemaPropertiesIsCompound":{"type":"boolean"},"DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchemaPropertiesIsDefault":{"type":"boolean"},"DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchemaPropertiesStartsAt":{"type":"string","format":"date-time"},"DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchemaPropertiesEndsAt":{"type":"string","format":"date-time"},"DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"name":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"code":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchemaPropertiesCode"},"rate":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchemaPropertiesRate"},"countryCode":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchemaPropertiesCountryCode"},"regionCode":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchemaPropertiesRegionCode"},"postalCode":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchemaPropertiesPostalCode"},"city":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchemaPropertiesCity"},"customerGroupId":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerGroupId"},"productCategoryId":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchemaPropertiesProductCategoryId"},"channelId":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchemaPropertiesChannelId"},"priority":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchemaPropertiesPriority"},"isCompound":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchemaPropertiesIsCompound"},"isDefault":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchemaPropertiesIsDefault"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata"},"startsAt":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchemaPropertiesStartsAt"},"endsAt":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPostRequestBodyContentApplicationJsonSchemaPropertiesEndsAt"}},"required":["organizationId","tenantId","name","code","rate"],"additionalProperties":false},"DocPathsApiSalesTaxRatesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiSalesTaxRatesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSalesTaxRatesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiSalesTaxRatesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesTaxRatesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesTaxRatesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesTaxRatesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesTaxRatesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesCode":{"type":"string","pattern":"^[a-z0-9\\-_]+$","maxLength":120},"DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesRate":{"type":"number"},"DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesCountryCode":{"type":"string"},"DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesRegionCode":{"type":"string","maxLength":6},"DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesPostalCode":{"type":"string","maxLength":30},"DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesCity":{"type":"string","maxLength":120},"DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesCustomerGroupId":{"type":"string","format":"uuid"},"DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesProductCategoryId":{"type":"string","format":"uuid"},"DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesChannelId":{"type":"string","format":"uuid"},"DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesPriority":{"type":"number"},"DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesIsCompound":{"type":"boolean"},"DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesIsDefault":{"type":"boolean"},"DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesStartsAt":{"type":"string","format":"date-time"},"DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesEndsAt":{"type":"string","format":"date-time"},"DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"name":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"code":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesCode"},"rate":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesRate"},"countryCode":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesCountryCode"},"regionCode":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesRegionCode"},"postalCode":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesPostalCode"},"city":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesCity"},"customerGroupId":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesCustomerGroupId"},"productCategoryId":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesProductCategoryId"},"channelId":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesChannelId"},"priority":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesPriority"},"isCompound":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesIsCompound"},"isDefault":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesIsDefault"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata"},"startsAt":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesStartsAt"},"endsAt":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPutRequestBodyContentApplicationJsonSchemaPropertiesEndsAt"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesTaxRatesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSalesTaxRatesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiSalesTaxRatesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesTaxRatesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesTaxRatesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesTaxRatesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesTaxRatesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSalesTaxRatesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSalesTaxRatesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSalesTaxRatesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiSalesTaxRatesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesTaxRatesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSalesTaxRatesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSalesTaxRatesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSalesTaxRatesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiApiKeysKeysGetParameters0Schema":{"type":"string"},"DocPathsApiApiKeysKeysGetParameters1Schema":{"type":"string"},"DocPathsApiApiKeysKeysGetParameters2Schema":{"type":"string"},"DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKeyPrefix":{"type":"string"},"DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationNameAnyOf0":{"type":"null"},"DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationNameAnyOf1":{"type":"string"},"DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationNameAnyOf1"}]},"DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastUsedAtAnyOf0":{"type":"null"},"DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastUsedAtAnyOf1":{"type":"string"},"DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastUsedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastUsedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastUsedAtAnyOf1"}]},"DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpiresAtAnyOf0":{"type":"null"},"DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpiresAtAnyOf1":{"type":"string"},"DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpiresAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpiresAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpiresAtAnyOf1"}]},"DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRolesItemsPropertiesId":{"type":"string"},"DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRolesItemsPropertiesNameAnyOf0":{"type":"null"},"DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRolesItemsPropertiesNameAnyOf1":{"type":"string"},"DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRolesItemsPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRolesItemsPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRolesItemsPropertiesNameAnyOf1"}]},"DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRolesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRolesItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRolesItemsPropertiesName"}},"required":["id","name"],"additionalProperties":false},"DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoles":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRolesItems"}},"DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"keyPrefix":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKeyPrefix"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"organizationName":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationName"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"lastUsedAt":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastUsedAt"},"expiresAt":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpiresAt"},"roles":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoles"}},"required":["id","name","description","keyPrefix","organizationId","organizationName","createdAt","lastUsedAt","expiresAt","roles"],"additionalProperties":false},"DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiApiKeysKeysGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiApiKeysKeysGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiApiKeysKeysGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiApiKeysKeysGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiApiKeysKeysGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiApiKeysKeysGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiApiKeysKeysPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":120},"DocPathsApiApiKeysKeysPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiApiKeysKeysPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string","maxLength":1000},"DocPathsApiApiKeysKeysPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsApiApiKeysKeysPostRequestBodyContentApplicationJsonSchemaPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiApiKeysKeysPostRequestBodyContentApplicationJsonSchemaPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiApiKeysKeysPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostRequestBodyContentApplicationJsonSchemaPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostRequestBodyContentApplicationJsonSchemaPropertiesTenantIdAnyOf1"}]},"DocPathsApiApiKeysKeysPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiApiKeysKeysPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiApiKeysKeysPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiApiKeysKeysPostRequestBodyContentApplicationJsonSchemaPropertiesRolesAllOf0Items":{"type":"string","minLength":1},"DocPathsApiApiKeysKeysPostRequestBodyContentApplicationJsonSchemaPropertiesRolesAllOf0":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostRequestBodyContentApplicationJsonSchemaPropertiesRolesAllOf0Items"}},"DocPathsApiApiKeysKeysPostRequestBodyContentApplicationJsonSchemaPropertiesRoles":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostRequestBodyContentApplicationJsonSchemaPropertiesRolesAllOf0"}],"default":[]},"DocPathsApiApiKeysKeysPostRequestBodyContentApplicationJsonSchemaPropertiesExpiresAtAnyOf0":{"type":"null"},"DocPathsApiApiKeysKeysPostRequestBodyContentApplicationJsonSchemaPropertiesExpiresAtAnyOf1":{"type":"string","format":"date-time"},"DocPathsApiApiKeysKeysPostRequestBodyContentApplicationJsonSchemaPropertiesExpiresAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostRequestBodyContentApplicationJsonSchemaPropertiesExpiresAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostRequestBodyContentApplicationJsonSchemaPropertiesExpiresAtAnyOf1"}]},"DocPathsApiApiKeysKeysPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"roles":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostRequestBodyContentApplicationJsonSchemaPropertiesRoles"},"expiresAt":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostRequestBodyContentApplicationJsonSchemaPropertiesExpiresAt"}},"required":["name"],"additionalProperties":false},"DocPathsApiApiKeysKeysPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiApiKeysKeysPostResponses201ContentApplicationJsonSchemaPropertiesName":{"type":"string"},"DocPathsApiApiKeysKeysPostResponses201ContentApplicationJsonSchemaPropertiesKeyPrefix":{"type":"string"},"DocPathsApiApiKeysKeysPostResponses201ContentApplicationJsonSchemaPropertiesSecret":{"type":"string"},"DocPathsApiApiKeysKeysPostResponses201ContentApplicationJsonSchemaPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiApiKeysKeysPostResponses201ContentApplicationJsonSchemaPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiApiKeysKeysPostResponses201ContentApplicationJsonSchemaPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostResponses201ContentApplicationJsonSchemaPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostResponses201ContentApplicationJsonSchemaPropertiesTenantIdAnyOf1"}]},"DocPathsApiApiKeysKeysPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiApiKeysKeysPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiApiKeysKeysPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiApiKeysKeysPostResponses201ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesId":{"type":"string"},"DocPathsApiApiKeysKeysPostResponses201ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesNameAnyOf0":{"type":"null"},"DocPathsApiApiKeysKeysPostResponses201ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesNameAnyOf1":{"type":"string"},"DocPathsApiApiKeysKeysPostResponses201ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostResponses201ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostResponses201ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesNameAnyOf1"}]},"DocPathsApiApiKeysKeysPostResponses201ContentApplicationJsonSchemaPropertiesRolesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostResponses201ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostResponses201ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesName"}},"required":["id","name"],"additionalProperties":false},"DocPathsApiApiKeysKeysPostResponses201ContentApplicationJsonSchemaPropertiesRoles":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostResponses201ContentApplicationJsonSchemaPropertiesRolesItems"}},"DocPathsApiApiKeysKeysPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostResponses201ContentApplicationJsonSchemaPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostResponses201ContentApplicationJsonSchemaPropertiesName"},"keyPrefix":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostResponses201ContentApplicationJsonSchemaPropertiesKeyPrefix"},"secret":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostResponses201ContentApplicationJsonSchemaPropertiesSecret"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostResponses201ContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationId"},"roles":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostResponses201ContentApplicationJsonSchemaPropertiesRoles"}},"required":["id","name","keyPrefix","tenantId","organizationId","roles"],"additionalProperties":false},"DocPathsApiApiKeysKeysPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiApiKeysKeysPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiApiKeysKeysPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiApiKeysKeysPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiApiKeysKeysPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiApiKeysKeysPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiApiKeysKeysDeleteParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiApiKeysKeysDeleteResponses200ContentApplicationJsonSchemaPropertiesSuccess":{"type":"boolean","enum":[true]},"DocPathsApiApiKeysKeysDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"success":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysDeleteResponses200ContentApplicationJsonSchemaPropertiesSuccess"}},"required":["success"],"additionalProperties":false},"DocPathsApiApiKeysKeysDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiApiKeysKeysDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysDeleteResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiApiKeysKeysDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiApiKeysKeysDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiApiKeysKeysDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiApiKeysKeysDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiApiKeysKeysDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiApiKeysKeysDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiApiKeysKeysDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchParameters1Schema":{"type":"string","format":"uuid"},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesValue":{"type":"string","minLength":1,"maxLength":150},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","minLength":1,"maxLength":150},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0":{"type":"null"},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1"}]},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf0":{"type":"null"},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf1":{"type":"string","minLength":1,"maxLength":64},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf1"}]},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPosition":{"type":"number"},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIsDefault":{"type":"boolean"},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIcon"},"position":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPosition"},"isDefault":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIsDefault"}},"additionalProperties":false},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesValue":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesLabel":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesColorAnyOf0":{"type":"null"},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesColorAnyOf1":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesColorAnyOf1"}]},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesIconAnyOf0":{"type":"null"},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesIconAnyOf1":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesIconAnyOf1"}]},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesPosition":{"type":"number"},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesIsDefault":{"type":"boolean"},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesId"},"value":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesIcon"},"position":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesPosition"},"isDefault":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesIsDefault"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","value","label","color","icon","position","isDefault","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdPatchResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdDeleteParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdDeleteParameters1Schema":{"type":"string","format":"uuid"},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdDeleteResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdDeleteResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesEntryIdDeleteResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesEntryIdDeleteResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDictionariesDictionaryIdEntriesReorderPostParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiDictionariesDictionaryIdEntriesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiDictionariesDictionaryIdEntriesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesPosition":{"type":"number"},"DocPathsApiDictionariesDictionaryIdEntriesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesId"},"position":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesPosition"}},"required":["id","position"],"additionalProperties":false},"DocPathsApiDictionariesDictionaryIdEntriesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesEntries":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItems"},"minItems":1},"DocPathsApiDictionariesDictionaryIdEntriesReorderPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"entries":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesEntries"}},"required":["entries"],"additionalProperties":false},"DocPathsApiDictionariesDictionaryIdEntriesReorderPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiDictionariesDictionaryIdEntriesReorderPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesReorderPostResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiDictionariesDictionaryIdEntriesReorderPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesReorderPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesReorderPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDictionariesDictionaryIdEntriesReorderPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesReorderPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesReorderPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDictionariesDictionaryIdEntriesReorderPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesReorderPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesReorderPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDictionariesDictionaryIdEntriesReorderPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesReorderPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesReorderPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDictionariesDictionaryIdEntriesReorderPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesReorderPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesReorderPostResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDictionariesDictionaryIdEntriesGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValue":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0":{"type":"null"},"DocPathsApiDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1"}]},"DocPathsApiDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf0":{"type":"null"},"DocPathsApiDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf1":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf1"}]},"DocPathsApiDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPosition":{"type":"number"},"DocPathsApiDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsDefault":{"type":"boolean"},"DocPathsApiDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"value":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIcon"},"position":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPosition"},"isDefault":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsDefault"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","value","label","color","icon","position","isDefault","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsApiDictionariesDictionaryIdEntriesGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDictionariesDictionaryIdEntriesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDictionariesDictionaryIdEntriesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDictionariesDictionaryIdEntriesGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDictionariesDictionaryIdEntriesGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesGetResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDictionariesDictionaryIdEntriesPostParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesValue":{"type":"string","minLength":1,"maxLength":150},"DocPathsApiDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","minLength":1,"maxLength":150},"DocPathsApiDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0":{"type":"null"},"DocPathsApiDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsApiDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1"}]},"DocPathsApiDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf0":{"type":"null"},"DocPathsApiDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf1":{"type":"string","minLength":1,"maxLength":64},"DocPathsApiDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf1"}]},"DocPathsApiDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesPosition":{"type":"number"},"DocPathsApiDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesIcon"},"position":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesPosition"}},"required":["value"],"additionalProperties":false},"DocPathsApiDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesValue":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesLabel":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesColorAnyOf0":{"type":"null"},"DocPathsApiDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesColorAnyOf1":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesColorAnyOf1"}]},"DocPathsApiDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesIconAnyOf0":{"type":"null"},"DocPathsApiDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesIconAnyOf1":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesIconAnyOf1"}]},"DocPathsApiDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesPosition":{"type":"number"},"DocPathsApiDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesIsDefault":{"type":"boolean"},"DocPathsApiDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesId"},"value":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesIcon"},"position":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesPosition"},"isDefault":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesIsDefault"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","value","label","color","icon","position","isDefault","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiDictionariesDictionaryIdEntriesPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDictionariesDictionaryIdEntriesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDictionariesDictionaryIdEntriesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDictionariesDictionaryIdEntriesPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDictionariesDictionaryIdEntriesPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesPostResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDictionariesDictionaryIdEntriesSetDefaultPostParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiDictionariesDictionaryIdEntriesSetDefaultPostRequestBodyContentApplicationJsonSchemaPropertiesEntryId":{"type":"string","format":"uuid"},"DocPathsApiDictionariesDictionaryIdEntriesSetDefaultPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"entryId":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesSetDefaultPostRequestBodyContentApplicationJsonSchemaPropertiesEntryId"}},"required":["entryId"],"additionalProperties":false},"DocPathsApiDictionariesDictionaryIdEntriesSetDefaultPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiDictionariesDictionaryIdEntriesSetDefaultPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesSetDefaultPostResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiDictionariesDictionaryIdEntriesSetDefaultPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesSetDefaultPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesSetDefaultPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDictionariesDictionaryIdEntriesSetDefaultPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesSetDefaultPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesSetDefaultPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDictionariesDictionaryIdEntriesSetDefaultPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesSetDefaultPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesSetDefaultPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDictionariesDictionaryIdEntriesSetDefaultPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesSetDefaultPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesSetDefaultPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDictionariesDictionaryIdEntriesSetDefaultPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdEntriesSetDefaultPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdEntriesSetDefaultPostResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDictionariesDictionaryIdGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesKey":{"type":"string"},"DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesName":{"type":"string"},"DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesIsSystem":{"type":"boolean"},"DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesManagerVisibilityAnyOf0":{"type":"null"},"DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesManagerVisibilityAnyOf1":{"type":"string"},"DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesManagerVisibility":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesManagerVisibilityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesManagerVisibilityAnyOf1"}]},"DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesIsInherited":{"type":"boolean"},"DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"key":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesKey"},"name":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesDescription"},"isSystem":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesIsSystem"},"isActive":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesIsActive"},"managerVisibility":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesManagerVisibility"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"isInherited":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesIsInherited"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","key","name","description","isSystem","isActive","organizationId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiDictionariesDictionaryIdGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDictionariesDictionaryIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDictionariesDictionaryIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDictionariesDictionaryIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDictionariesDictionaryIdGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdGetResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDictionariesDictionaryIdPatchParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiDictionariesDictionaryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesKey":{"type":"string","minLength":1,"maxLength":100,"pattern":"^[a-z0-9][a-z0-9_-]*$"},"DocPathsApiDictionariesDictionaryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiDictionariesDictionaryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":2000},"DocPathsApiDictionariesDictionaryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIsSystem":{"type":"boolean"},"DocPathsApiDictionariesDictionaryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiDictionariesDictionaryIdPatchRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"key":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesKey"},"name":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"isSystem":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIsSystem"},"isActive":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"additionalProperties":false},"DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesKey":{"type":"string"},"DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesName":{"type":"string"},"DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesIsSystem":{"type":"boolean"},"DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesManagerVisibilityAnyOf0":{"type":"null"},"DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesManagerVisibilityAnyOf1":{"type":"string"},"DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesManagerVisibility":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesManagerVisibilityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesManagerVisibilityAnyOf1"}]},"DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesIsInherited":{"type":"boolean"},"DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesId"},"key":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesKey"},"name":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesDescription"},"isSystem":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesIsSystem"},"isActive":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesIsActive"},"managerVisibility":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesManagerVisibility"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"isInherited":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesIsInherited"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","key","name","description","isSystem","isActive","organizationId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiDictionariesDictionaryIdPatchResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdPatchResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDictionariesDictionaryIdPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDictionariesDictionaryIdPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDictionariesDictionaryIdPatchResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdPatchResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDictionariesDictionaryIdPatchResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdPatchResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDictionariesDictionaryIdPatchResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdPatchResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdPatchResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDictionariesDictionaryIdDeleteParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiDictionariesDictionaryIdDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiDictionariesDictionaryIdDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiDictionariesDictionaryIdDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdDeleteResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDictionariesDictionaryIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDictionariesDictionaryIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDictionariesDictionaryIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDictionariesDictionaryIdDeleteResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesDictionaryIdDeleteResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesDictionaryIdDeleteResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDictionariesGetParameters0Schema":{"type":"string","enum":["true","false"]},"DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKey":{"type":"string"},"DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsSystem":{"type":"boolean"},"DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesManagerVisibilityAnyOf0":{"type":"null"},"DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesManagerVisibilityAnyOf1":{"type":"string"},"DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesManagerVisibility":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesManagerVisibilityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesManagerVisibilityAnyOf1"}]},"DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsInherited":{"type":"boolean"},"DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"key":{"$ref":"#/components/schemas/DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKey"},"name":{"$ref":"#/components/schemas/DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"isSystem":{"$ref":"#/components/schemas/DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsSystem"},"isActive":{"$ref":"#/components/schemas/DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"managerVisibility":{"$ref":"#/components/schemas/DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesManagerVisibility"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"isInherited":{"$ref":"#/components/schemas/DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsInherited"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","key","name","description","isSystem","isActive","organizationId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsApiDictionariesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDictionariesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDictionariesGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesGetResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDictionariesPostRequestBodyContentApplicationJsonSchemaPropertiesKey":{"type":"string","minLength":1,"maxLength":100,"pattern":"^[a-z0-9][a-z0-9_-]*$"},"DocPathsApiDictionariesPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiDictionariesPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":2000},"DocPathsApiDictionariesPostRequestBodyContentApplicationJsonSchemaPropertiesIsSystem":{"type":"boolean"},"DocPathsApiDictionariesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiDictionariesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"key":{"$ref":"#/components/schemas/DocPathsApiDictionariesPostRequestBodyContentApplicationJsonSchemaPropertiesKey"},"name":{"$ref":"#/components/schemas/DocPathsApiDictionariesPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiDictionariesPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"isSystem":{"$ref":"#/components/schemas/DocPathsApiDictionariesPostRequestBodyContentApplicationJsonSchemaPropertiesIsSystem"},"isActive":{"$ref":"#/components/schemas/DocPathsApiDictionariesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["key","name"],"additionalProperties":false},"DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesKey":{"type":"string"},"DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesName":{"type":"string"},"DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesIsSystem":{"type":"boolean"},"DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesManagerVisibilityAnyOf0":{"type":"null"},"DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesManagerVisibilityAnyOf1":{"type":"string"},"DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesManagerVisibility":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesManagerVisibilityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesManagerVisibilityAnyOf1"}]},"DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesIsInherited":{"type":"boolean"},"DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesId"},"key":{"$ref":"#/components/schemas/DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesKey"},"name":{"$ref":"#/components/schemas/DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesDescription"},"isSystem":{"$ref":"#/components/schemas/DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesIsSystem"},"isActive":{"$ref":"#/components/schemas/DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesIsActive"},"managerVisibility":{"$ref":"#/components/schemas/DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesManagerVisibility"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationId"},"isInherited":{"$ref":"#/components/schemas/DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesIsInherited"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","key","name","description","isSystem","isActive","organizationId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiDictionariesPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDictionariesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDictionariesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDictionariesPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesPostResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiDictionariesPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDictionariesPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDictionariesPostResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiOnboardingDemoFeedbackPostRequestBodyContentApplicationJsonSchemaPropertiesEmail":{"type":"string","format":"email"},"DocPathsApiOnboardingDemoFeedbackPostRequestBodyContentApplicationJsonSchemaPropertiesMessageAllOf0":{"type":"string","maxLength":5000},"DocPathsApiOnboardingDemoFeedbackPostRequestBodyContentApplicationJsonSchemaPropertiesMessage":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiOnboardingDemoFeedbackPostRequestBodyContentApplicationJsonSchemaPropertiesMessageAllOf0"}],"default":""},"DocPathsApiOnboardingDemoFeedbackPostRequestBodyContentApplicationJsonSchemaPropertiesTermsAccepted":{"type":"boolean","enum":[true]},"DocPathsApiOnboardingDemoFeedbackPostRequestBodyContentApplicationJsonSchemaPropertiesMarketingConsentAllOf0":{"type":"boolean"},"DocPathsApiOnboardingDemoFeedbackPostRequestBodyContentApplicationJsonSchemaPropertiesMarketingConsent":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiOnboardingDemoFeedbackPostRequestBodyContentApplicationJsonSchemaPropertiesMarketingConsentAllOf0"}],"default":false},"DocPathsApiOnboardingDemoFeedbackPostRequestBodyContentApplicationJsonSchemaPropertiesSendCopyAllOf0":{"type":"boolean"},"DocPathsApiOnboardingDemoFeedbackPostRequestBodyContentApplicationJsonSchemaPropertiesSendCopy":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiOnboardingDemoFeedbackPostRequestBodyContentApplicationJsonSchemaPropertiesSendCopyAllOf0"}],"default":true},"DocPathsApiOnboardingDemoFeedbackPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"email":{"$ref":"#/components/schemas/DocPathsApiOnboardingDemoFeedbackPostRequestBodyContentApplicationJsonSchemaPropertiesEmail"},"message":{"$ref":"#/components/schemas/DocPathsApiOnboardingDemoFeedbackPostRequestBodyContentApplicationJsonSchemaPropertiesMessage"},"termsAccepted":{"$ref":"#/components/schemas/DocPathsApiOnboardingDemoFeedbackPostRequestBodyContentApplicationJsonSchemaPropertiesTermsAccepted"},"marketingConsent":{"$ref":"#/components/schemas/DocPathsApiOnboardingDemoFeedbackPostRequestBodyContentApplicationJsonSchemaPropertiesMarketingConsent"},"sendCopy":{"$ref":"#/components/schemas/DocPathsApiOnboardingDemoFeedbackPostRequestBodyContentApplicationJsonSchemaPropertiesSendCopy"}},"required":["email","termsAccepted"],"additionalProperties":false},"DocPathsApiOnboardingDemoFeedbackPostResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiBusinessRulesExecuteRuleIdPostParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiBusinessRulesExecuteRuleIdPostRequestBodyContentApplicationJsonSchemaPropertiesData":{},"DocPathsApiBusinessRulesExecuteRuleIdPostRequestBodyContentApplicationJsonSchemaPropertiesDryRunAllOf0":{"type":"boolean"},"DocPathsApiBusinessRulesExecuteRuleIdPostRequestBodyContentApplicationJsonSchemaPropertiesDryRun":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecuteRuleIdPostRequestBodyContentApplicationJsonSchemaPropertiesDryRunAllOf0"}],"default":false},"DocPathsApiBusinessRulesExecuteRuleIdPostRequestBodyContentApplicationJsonSchemaPropertiesEntityType":{"type":"string"},"DocPathsApiBusinessRulesExecuteRuleIdPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string"},"DocPathsApiBusinessRulesExecuteRuleIdPostRequestBodyContentApplicationJsonSchemaPropertiesEventType":{"type":"string"},"DocPathsApiBusinessRulesExecuteRuleIdPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecuteRuleIdPostRequestBodyContentApplicationJsonSchemaPropertiesData"},"dryRun":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecuteRuleIdPostRequestBodyContentApplicationJsonSchemaPropertiesDryRun"},"entityType":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecuteRuleIdPostRequestBodyContentApplicationJsonSchemaPropertiesEntityType"},"entityId":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecuteRuleIdPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"eventType":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecuteRuleIdPostRequestBodyContentApplicationJsonSchemaPropertiesEventType"}},"required":["data"],"additionalProperties":false},"DocPathsApiBusinessRulesExecuteRuleIdPostResponses200ContentApplicationJsonSchemaPropertiesSuccess":{"type":"boolean"},"DocPathsApiBusinessRulesExecuteRuleIdPostResponses200ContentApplicationJsonSchemaPropertiesRuleId":{"type":"string"},"DocPathsApiBusinessRulesExecuteRuleIdPostResponses200ContentApplicationJsonSchemaPropertiesRuleName":{"type":"string"},"DocPathsApiBusinessRulesExecuteRuleIdPostResponses200ContentApplicationJsonSchemaPropertiesConditionResult":{"type":"boolean"},"DocPathsApiBusinessRulesExecuteRuleIdPostResponses200ContentApplicationJsonSchemaPropertiesActionsExecutedAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesExecuteRuleIdPostResponses200ContentApplicationJsonSchemaPropertiesActionsExecutedAnyOf1PropertiesSuccess":{"type":"boolean"},"DocPathsApiBusinessRulesExecuteRuleIdPostResponses200ContentApplicationJsonSchemaPropertiesActionsExecutedAnyOf1PropertiesResultsItemsPropertiesType":{"type":"string"},"DocPathsApiBusinessRulesExecuteRuleIdPostResponses200ContentApplicationJsonSchemaPropertiesActionsExecutedAnyOf1PropertiesResultsItemsPropertiesSuccess":{"type":"boolean"},"DocPathsApiBusinessRulesExecuteRuleIdPostResponses200ContentApplicationJsonSchemaPropertiesActionsExecutedAnyOf1PropertiesResultsItemsPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesExecuteRuleIdPostResponses200ContentApplicationJsonSchemaPropertiesActionsExecutedAnyOf1PropertiesResultsItems":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecuteRuleIdPostResponses200ContentApplicationJsonSchemaPropertiesActionsExecutedAnyOf1PropertiesResultsItemsPropertiesType"},"success":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecuteRuleIdPostResponses200ContentApplicationJsonSchemaPropertiesActionsExecutedAnyOf1PropertiesResultsItemsPropertiesSuccess"},"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecuteRuleIdPostResponses200ContentApplicationJsonSchemaPropertiesActionsExecutedAnyOf1PropertiesResultsItemsPropertiesError"}},"required":["type","success"],"additionalProperties":false},"DocPathsApiBusinessRulesExecuteRuleIdPostResponses200ContentApplicationJsonSchemaPropertiesActionsExecutedAnyOf1PropertiesResults":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecuteRuleIdPostResponses200ContentApplicationJsonSchemaPropertiesActionsExecutedAnyOf1PropertiesResultsItems"}},"DocPathsApiBusinessRulesExecuteRuleIdPostResponses200ContentApplicationJsonSchemaPropertiesActionsExecutedAnyOf1":{"type":"object","properties":{"success":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecuteRuleIdPostResponses200ContentApplicationJsonSchemaPropertiesActionsExecutedAnyOf1PropertiesSuccess"},"results":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecuteRuleIdPostResponses200ContentApplicationJsonSchemaPropertiesActionsExecutedAnyOf1PropertiesResults"}},"required":["success","results"],"additionalProperties":false},"DocPathsApiBusinessRulesExecuteRuleIdPostResponses200ContentApplicationJsonSchemaPropertiesActionsExecuted":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecuteRuleIdPostResponses200ContentApplicationJsonSchemaPropertiesActionsExecutedAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecuteRuleIdPostResponses200ContentApplicationJsonSchemaPropertiesActionsExecutedAnyOf1"}]},"DocPathsApiBusinessRulesExecuteRuleIdPostResponses200ContentApplicationJsonSchemaPropertiesExecutionTime":{"type":"number"},"DocPathsApiBusinessRulesExecuteRuleIdPostResponses200ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesExecuteRuleIdPostResponses200ContentApplicationJsonSchemaPropertiesLogId":{"type":"string"},"DocPathsApiBusinessRulesExecuteRuleIdPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"success":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecuteRuleIdPostResponses200ContentApplicationJsonSchemaPropertiesSuccess"},"ruleId":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecuteRuleIdPostResponses200ContentApplicationJsonSchemaPropertiesRuleId"},"ruleName":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecuteRuleIdPostResponses200ContentApplicationJsonSchemaPropertiesRuleName"},"conditionResult":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecuteRuleIdPostResponses200ContentApplicationJsonSchemaPropertiesConditionResult"},"actionsExecuted":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecuteRuleIdPostResponses200ContentApplicationJsonSchemaPropertiesActionsExecuted"},"executionTime":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecuteRuleIdPostResponses200ContentApplicationJsonSchemaPropertiesExecutionTime"},"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecuteRuleIdPostResponses200ContentApplicationJsonSchemaPropertiesError"},"logId":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecuteRuleIdPostResponses200ContentApplicationJsonSchemaPropertiesLogId"}},"required":["success","ruleId","ruleName","conditionResult","actionsExecuted","executionTime"],"additionalProperties":false},"DocPathsApiBusinessRulesExecuteRuleIdPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesExecuteRuleIdPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecuteRuleIdPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesExecuteRuleIdPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesExecuteRuleIdPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecuteRuleIdPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesExecuteRuleIdPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesExecuteRuleIdPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecuteRuleIdPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesExecuteRuleIdPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesExecuteRuleIdPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecuteRuleIdPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesExecuteRuleIdPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesExecuteRuleIdPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecuteRuleIdPostResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesExecutePostRequestBodyContentApplicationJsonSchemaPropertiesEntityType":{"type":"string","minLength":1},"DocPathsApiBusinessRulesExecutePostRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string"},"DocPathsApiBusinessRulesExecutePostRequestBodyContentApplicationJsonSchemaPropertiesEventType":{"type":"string"},"DocPathsApiBusinessRulesExecutePostRequestBodyContentApplicationJsonSchemaPropertiesData":{},"DocPathsApiBusinessRulesExecutePostRequestBodyContentApplicationJsonSchemaPropertiesDryRunAllOf0":{"type":"boolean"},"DocPathsApiBusinessRulesExecutePostRequestBodyContentApplicationJsonSchemaPropertiesDryRun":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecutePostRequestBodyContentApplicationJsonSchemaPropertiesDryRunAllOf0"}],"default":false},"DocPathsApiBusinessRulesExecutePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"entityType":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecutePostRequestBodyContentApplicationJsonSchemaPropertiesEntityType"},"entityId":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecutePostRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"eventType":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecutePostRequestBodyContentApplicationJsonSchemaPropertiesEventType"},"data":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecutePostRequestBodyContentApplicationJsonSchemaPropertiesData"},"dryRun":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecutePostRequestBodyContentApplicationJsonSchemaPropertiesDryRun"}},"required":["entityType","data"],"additionalProperties":false},"DocPathsApiBusinessRulesExecutePostResponses200ContentApplicationJsonSchemaPropertiesAllowed":{"type":"boolean"},"DocPathsApiBusinessRulesExecutePostResponses200ContentApplicationJsonSchemaPropertiesExecutedRulesItemsPropertiesRuleId":{"type":"string"},"DocPathsApiBusinessRulesExecutePostResponses200ContentApplicationJsonSchemaPropertiesExecutedRulesItemsPropertiesRuleName":{"type":"string"},"DocPathsApiBusinessRulesExecutePostResponses200ContentApplicationJsonSchemaPropertiesExecutedRulesItemsPropertiesConditionResult":{"type":"boolean"},"DocPathsApiBusinessRulesExecutePostResponses200ContentApplicationJsonSchemaPropertiesExecutedRulesItemsPropertiesExecutionTime":{"type":"number"},"DocPathsApiBusinessRulesExecutePostResponses200ContentApplicationJsonSchemaPropertiesExecutedRulesItemsPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesExecutePostResponses200ContentApplicationJsonSchemaPropertiesExecutedRulesItems":{"type":"object","properties":{"ruleId":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecutePostResponses200ContentApplicationJsonSchemaPropertiesExecutedRulesItemsPropertiesRuleId"},"ruleName":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecutePostResponses200ContentApplicationJsonSchemaPropertiesExecutedRulesItemsPropertiesRuleName"},"conditionResult":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecutePostResponses200ContentApplicationJsonSchemaPropertiesExecutedRulesItemsPropertiesConditionResult"},"executionTime":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecutePostResponses200ContentApplicationJsonSchemaPropertiesExecutedRulesItemsPropertiesExecutionTime"},"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecutePostResponses200ContentApplicationJsonSchemaPropertiesExecutedRulesItemsPropertiesError"}},"required":["ruleId","ruleName","conditionResult","executionTime"],"additionalProperties":false},"DocPathsApiBusinessRulesExecutePostResponses200ContentApplicationJsonSchemaPropertiesExecutedRules":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecutePostResponses200ContentApplicationJsonSchemaPropertiesExecutedRulesItems"}},"DocPathsApiBusinessRulesExecutePostResponses200ContentApplicationJsonSchemaPropertiesTotalExecutionTime":{"type":"number"},"DocPathsApiBusinessRulesExecutePostResponses200ContentApplicationJsonSchemaPropertiesErrorsItems":{"type":"string"},"DocPathsApiBusinessRulesExecutePostResponses200ContentApplicationJsonSchemaPropertiesErrors":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecutePostResponses200ContentApplicationJsonSchemaPropertiesErrorsItems"}},"DocPathsApiBusinessRulesExecutePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"allowed":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecutePostResponses200ContentApplicationJsonSchemaPropertiesAllowed"},"executedRules":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecutePostResponses200ContentApplicationJsonSchemaPropertiesExecutedRules"},"totalExecutionTime":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecutePostResponses200ContentApplicationJsonSchemaPropertiesTotalExecutionTime"},"errors":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecutePostResponses200ContentApplicationJsonSchemaPropertiesErrors"}},"required":["allowed","executedRules","totalExecutionTime"],"additionalProperties":false},"DocPathsApiBusinessRulesExecutePostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesExecutePostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecutePostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesExecutePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesExecutePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecutePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesExecutePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesExecutePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecutePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesExecutePostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesExecutePostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesExecutePostResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesLogsIdGetParameters0Schema":{"type":"string"},"DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesRulePropertiesId":{"type":"string","format":"uuid"},"DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesRulePropertiesRuleId":{"type":"string"},"DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesRulePropertiesRuleName":{"type":"string"},"DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesRulePropertiesRuleType":{"type":"string"},"DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesRulePropertiesEntityType":{"type":"string"},"DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesRule":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesRulePropertiesId"},"ruleId":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesRulePropertiesRuleId"},"ruleName":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesRulePropertiesRuleName"},"ruleType":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesRulePropertiesRuleType"},"entityType":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesRulePropertiesEntityType"}},"required":["id","ruleId","ruleName","ruleType","entityType"],"additionalProperties":false},"DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesEntityType":{"type":"string"},"DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionResult":{"type":"string","enum":["SUCCESS","FAILURE","ERROR"]},"DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesInputContextAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesInputContext":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesInputContextAnyOf0"},{}]},"DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesOutputContextAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesOutputContext":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesOutputContextAnyOf0"},{}]},"DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesErrorMessageAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesErrorMessageAnyOf1":{"type":"string"},"DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesErrorMessage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesErrorMessageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesErrorMessageAnyOf1"}]},"DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionTimeMs":{"type":"number"},"DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutedAt":{"type":"string"},"DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutedByAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutedByAnyOf1":{"type":"string"},"DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutedBy":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutedByAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutedByAnyOf1"}]},"DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"rule":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesRule"},"entityId":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesEntityId"},"entityType":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesEntityType"},"executionResult":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionResult"},"inputContext":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesInputContext"},"outputContext":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesOutputContext"},"errorMessage":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesErrorMessage"},"executionTimeMs":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionTimeMs"},"executedAt":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutedAt"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"executedBy":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutedBy"}},"required":["id","rule","entityId","entityType","executionResult","inputContext","outputContext","errorMessage","executionTimeMs","executedAt","tenantId","organizationId","executedBy"],"additionalProperties":false},"DocPathsApiBusinessRulesLogsIdGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesLogsIdGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsIdGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesLogsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesLogsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesLogsIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesLogsIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesLogsIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesLogsIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsIdGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesLogsGetParameters0Schema":{"type":"integer","format":"int64"},"DocPathsApiBusinessRulesLogsGetParameters1Schema":{"type":"number"},"DocPathsApiBusinessRulesLogsGetParameters2Schema":{"type":"number"},"DocPathsApiBusinessRulesLogsGetParameters3Schema":{"type":"string","format":"uuid"},"DocPathsApiBusinessRulesLogsGetParameters4Schema":{"type":"string","format":"uuid"},"DocPathsApiBusinessRulesLogsGetParameters5Schema":{"type":"string"},"DocPathsApiBusinessRulesLogsGetParameters6Schema":{"type":"string","enum":["SUCCESS","FAILURE","ERROR"]},"DocPathsApiBusinessRulesLogsGetParameters7Schema":{"type":"string"},"DocPathsApiBusinessRulesLogsGetParameters8Schema":{"type":"string","format":"date-time"},"DocPathsApiBusinessRulesLogsGetParameters9Schema":{"type":"string","format":"date-time"},"DocPathsApiBusinessRulesLogsGetParameters10Schema":{"type":"string"},"DocPathsApiBusinessRulesLogsGetParameters11Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRuleId":{"type":"string"},"DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRuleName":{"type":"string"},"DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRuleType":{"type":"string"},"DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityType":{"type":"string"},"DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExecutionResult":{"type":"string","enum":["SUCCESS","FAILURE","ERROR"]},"DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInputContextAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInputContext":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInputContextAnyOf0"},{}]},"DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOutputContextAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOutputContext":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOutputContextAnyOf0"},{}]},"DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorMessageAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorMessageAnyOf1":{"type":"string"},"DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorMessage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorMessageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorMessageAnyOf1"}]},"DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExecutionTimeMs":{"type":"number"},"DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExecutedAt":{"type":"string"},"DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExecutedByAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExecutedByAnyOf1":{"type":"string"},"DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExecutedBy":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExecutedByAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExecutedByAnyOf1"}]},"DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"ruleId":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRuleId"},"ruleName":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRuleName"},"ruleType":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRuleType"},"entityId":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityId"},"entityType":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityType"},"executionResult":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExecutionResult"},"inputContext":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInputContext"},"outputContext":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOutputContext"},"errorMessage":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorMessage"},"executionTimeMs":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExecutionTimeMs"},"executedAt":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExecutedAt"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"executedBy":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExecutedBy"}},"required":["id","ruleId","ruleName","ruleType","entityId","entityType","executionResult","inputContext","outputContext","errorMessage","executionTimeMs","executedAt","tenantId","organizationId","executedBy"],"additionalProperties":false},"DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiBusinessRulesLogsGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesLogsGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesLogsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesLogsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesLogsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesLogsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesLogsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesRulesIdGetParameters0Schema":{"type":"string"},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesRuleId":{"type":"string"},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesRuleName":{"type":"string"},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesRuleType":{"type":"string","enum":["GUARD","VALIDATION","CALCULATION","ACTION","ASSIGNMENT"]},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesRuleCategoryAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesRuleCategoryAnyOf1":{"type":"string"},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesRuleCategory":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesRuleCategoryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesRuleCategoryAnyOf1"}]},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesEntityType":{"type":"string"},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesEventTypeAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesEventTypeAnyOf1":{"type":"string"},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesEventType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesEventTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesEventTypeAnyOf1"}]},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesConditionExpression":{},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesSuccessActionsAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesSuccessActions":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesSuccessActionsAnyOf0"},{}]},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesFailureActionsAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesFailureActions":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesFailureActionsAnyOf0"},{}]},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesEnabled":{"type":"boolean"},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesPriority":{"type":"number"},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesVersion":{"type":"number"},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveFromAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveFromAnyOf1":{"type":"string"},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveFromAnyOf1"}]},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveToAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveToAnyOf1":{"type":"string"},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveTo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveToAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveToAnyOf1"}]},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedByAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedByAnyOf1":{"type":"string"},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedBy":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedByAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedByAnyOf1"}]},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedByAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedByAnyOf1":{"type":"string"},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedBy":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedByAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedByAnyOf1"}]},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"ruleId":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesRuleId"},"ruleName":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesRuleName"},"description":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesDescription"},"ruleType":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesRuleType"},"ruleCategory":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesRuleCategory"},"entityType":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesEntityType"},"eventType":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesEventType"},"conditionExpression":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesConditionExpression"},"successActions":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesSuccessActions"},"failureActions":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesFailureActions"},"enabled":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesEnabled"},"priority":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesPriority"},"version":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesVersion"},"effectiveFrom":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveFrom"},"effectiveTo":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveTo"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"createdBy":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedBy"},"updatedBy":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedBy"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","ruleId","ruleName","description","ruleType","ruleCategory","entityType","eventType","conditionExpression","successActions","failureActions","enabled","priority","version","effectiveFrom","effectiveTo","tenantId","organizationId","createdBy","updatedBy","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiBusinessRulesRulesIdGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesRulesIdGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesRulesIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesRulesIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesRulesIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesRulesIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesRulesIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesRulesIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesIdGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesRulesGetParameters0Schema":{"type":"string"},"DocPathsApiBusinessRulesRulesGetParameters1Schema":{"type":"number"},"DocPathsApiBusinessRulesRulesGetParameters2Schema":{"type":"number"},"DocPathsApiBusinessRulesRulesGetParameters3Schema":{"type":"string"},"DocPathsApiBusinessRulesRulesGetParameters4Schema":{"type":"string"},"DocPathsApiBusinessRulesRulesGetParameters5Schema":{"type":"string","enum":["GUARD","VALIDATION","CALCULATION","ACTION","ASSIGNMENT"]},"DocPathsApiBusinessRulesRulesGetParameters6Schema":{"type":"string"},"DocPathsApiBusinessRulesRulesGetParameters7Schema":{"type":"string"},"DocPathsApiBusinessRulesRulesGetParameters8Schema":{"type":"boolean"},"DocPathsApiBusinessRulesRulesGetParameters9Schema":{"type":"string"},"DocPathsApiBusinessRulesRulesGetParameters10Schema":{"type":"string"},"DocPathsApiBusinessRulesRulesGetParameters11Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRuleId":{"type":"string"},"DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRuleName":{"type":"string"},"DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRuleType":{"type":"string","enum":["GUARD","VALIDATION","CALCULATION","ACTION","ASSIGNMENT"]},"DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRuleCategoryAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRuleCategoryAnyOf1":{"type":"string"},"DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRuleCategory":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRuleCategoryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRuleCategoryAnyOf1"}]},"DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityType":{"type":"string"},"DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEventTypeAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEventTypeAnyOf1":{"type":"string"},"DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEventType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEventTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEventTypeAnyOf1"}]},"DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEnabled":{"type":"boolean"},"DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriority":{"type":"number"},"DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVersion":{"type":"number"},"DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEffectiveFromAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEffectiveFromAnyOf1":{"type":"string"},"DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEffectiveFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEffectiveFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEffectiveFromAnyOf1"}]},"DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEffectiveToAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEffectiveToAnyOf1":{"type":"string"},"DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEffectiveTo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEffectiveToAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEffectiveToAnyOf1"}]},"DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"ruleId":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRuleId"},"ruleName":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRuleName"},"description":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"ruleType":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRuleType"},"ruleCategory":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRuleCategory"},"entityType":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityType"},"eventType":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEventType"},"enabled":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEnabled"},"priority":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriority"},"version":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVersion"},"effectiveFrom":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEffectiveFrom"},"effectiveTo":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEffectiveTo"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","ruleId","ruleName","description","ruleType","ruleCategory","entityType","eventType","enabled","priority","version","effectiveFrom","effectiveTo","tenantId","organizationId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiBusinessRulesRulesGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesRulesGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesRulesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesRulesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesRulesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesRulesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesRuleId":{"type":"string","minLength":1,"maxLength":50},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesRuleName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string","maxLength":5000},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesRuleType":{"type":"string","enum":["GUARD","VALIDATION","CALCULATION","ACTION","ASSIGNMENT"]},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesRuleCategoryAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesRuleCategoryAnyOf1":{"type":"string","maxLength":50},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesRuleCategory":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesRuleCategoryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesRuleCategoryAnyOf1"}]},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesEntityType":{"type":"string","minLength":1,"maxLength":50},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesEventTypeAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesEventTypeAnyOf1":{"type":"string","maxLength":50},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesEventType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesEventTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesEventTypeAnyOf1"}]},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesEnabledAllOf0":{"type":"boolean"},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesEnabled":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesEnabledAllOf0"}],"default":true},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesPriorityAllOf0":{"type":"number"},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesPriority":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesPriorityAllOf0"}],"default":100},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesVersionAllOf0":{"type":"number"},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesVersion":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesVersionAllOf0"}],"default":1},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFromAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFromAnyOf1":{"type":"string","format":"date-time"},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFromAnyOf1"}]},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveToAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveToAnyOf1":{"type":"string","format":"date-time"},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveTo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveToAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveToAnyOf1"}]},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesCreatedByAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesCreatedByAnyOf1":{"type":"string","maxLength":50},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesCreatedBy":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesCreatedByAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesCreatedByAnyOf1"}]},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesConditionExpressionAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesConditionExpression":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesConditionExpressionAnyOf0"},{}]},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesSuccessActionsAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesSuccessActionsAnyOf1ItemsPropertiesType":{"type":"string","minLength":1},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesSuccessActionsAnyOf1ItemsPropertiesConfig":{"type":"object","additionalProperties":true},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesSuccessActionsAnyOf1Items":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesSuccessActionsAnyOf1ItemsPropertiesType"},"config":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesSuccessActionsAnyOf1ItemsPropertiesConfig"}},"required":["type"],"additionalProperties":false},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesSuccessActionsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesSuccessActionsAnyOf1Items"}},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesSuccessActions":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesSuccessActionsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesSuccessActionsAnyOf1"}]},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesFailureActionsAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesFailureActionsAnyOf1ItemsPropertiesType":{"type":"string","minLength":1},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesFailureActionsAnyOf1ItemsPropertiesConfig":{"type":"object","additionalProperties":true},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesFailureActionsAnyOf1Items":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesFailureActionsAnyOf1ItemsPropertiesType"},"config":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesFailureActionsAnyOf1ItemsPropertiesConfig"}},"required":["type"],"additionalProperties":false},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesFailureActionsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesFailureActionsAnyOf1Items"}},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesFailureActions":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesFailureActionsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesFailureActionsAnyOf1"}]},"DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"ruleId":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesRuleId"},"ruleName":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesRuleName"},"description":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"ruleType":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesRuleType"},"ruleCategory":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesRuleCategory"},"entityType":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesEntityType"},"eventType":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesEventType"},"enabled":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesEnabled"},"priority":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesPriority"},"version":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesVersion"},"effectiveFrom":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFrom"},"effectiveTo":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveTo"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"createdBy":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesCreatedBy"},"conditionExpression":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesConditionExpression"},"successActions":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesSuccessActions"},"failureActions":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostRequestBodyContentApplicationJsonSchemaPropertiesFailureActions"}},"required":["ruleId","ruleName","ruleType","entityType","tenantId","organizationId"],"additionalProperties":false},"DocPathsApiBusinessRulesRulesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiBusinessRulesRulesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiBusinessRulesRulesPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesRulesPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesRulesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesRulesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesRulesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesRulesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesRuleId":{"type":"string","minLength":1,"maxLength":50},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesRuleName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string","maxLength":5000},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesRuleType":{"type":"string","enum":["GUARD","VALIDATION","CALCULATION","ACTION","ASSIGNMENT"]},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesRuleCategoryAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesRuleCategoryAnyOf1":{"type":"string","maxLength":50},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesRuleCategory":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesRuleCategoryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesRuleCategoryAnyOf1"}]},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesEntityType":{"type":"string","minLength":1,"maxLength":50},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesEventTypeAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesEventTypeAnyOf1":{"type":"string","maxLength":50},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesEventType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesEventTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesEventTypeAnyOf1"}]},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesEnabledAllOf0":{"type":"boolean"},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesEnabled":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesEnabledAllOf0"}],"default":true},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesPriorityAllOf0":{"type":"number"},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesPriority":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesPriorityAllOf0"}],"default":100},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesVersionAllOf0":{"type":"number"},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesVersion":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesVersionAllOf0"}],"default":1},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFromAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFromAnyOf1":{"type":"string","format":"date-time"},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFromAnyOf1"}]},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveToAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveToAnyOf1":{"type":"string","format":"date-time"},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveTo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveToAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveToAnyOf1"}]},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesConditionExpressionAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesConditionExpression":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesConditionExpressionAnyOf0"},{}]},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesSuccessActionsAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesSuccessActionsAnyOf1ItemsPropertiesType":{"type":"string","minLength":1},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesSuccessActionsAnyOf1ItemsPropertiesConfig":{"type":"object","additionalProperties":true},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesSuccessActionsAnyOf1Items":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesSuccessActionsAnyOf1ItemsPropertiesType"},"config":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesSuccessActionsAnyOf1ItemsPropertiesConfig"}},"required":["type"],"additionalProperties":false},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesSuccessActionsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesSuccessActionsAnyOf1Items"}},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesSuccessActions":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesSuccessActionsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesSuccessActionsAnyOf1"}]},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesFailureActionsAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesFailureActionsAnyOf1ItemsPropertiesType":{"type":"string","minLength":1},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesFailureActionsAnyOf1ItemsPropertiesConfig":{"type":"object","additionalProperties":true},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesFailureActionsAnyOf1Items":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesFailureActionsAnyOf1ItemsPropertiesType"},"config":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesFailureActionsAnyOf1ItemsPropertiesConfig"}},"required":["type"],"additionalProperties":false},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesFailureActionsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesFailureActionsAnyOf1Items"}},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesFailureActions":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesFailureActionsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesFailureActionsAnyOf1"}]},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"ruleId":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesRuleId"},"ruleName":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesRuleName"},"description":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"ruleType":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesRuleType"},"ruleCategory":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesRuleCategory"},"entityType":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesEntityType"},"eventType":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesEventType"},"enabled":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesEnabled"},"priority":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesPriority"},"version":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesVersion"},"effectiveFrom":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFrom"},"effectiveTo":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveTo"},"conditionExpression":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesConditionExpression"},"successActions":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesSuccessActions"},"failureActions":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesFailureActions"},"id":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiBusinessRulesRulesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiBusinessRulesRulesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiBusinessRulesRulesPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesRulesPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesRulesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesRulesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesRulesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesRulesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesRulesPutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesRulesPutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesPutResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesRulesDeleteParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiBusinessRulesRulesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiBusinessRulesRulesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiBusinessRulesRulesDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesRulesDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesDeleteResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesRulesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesRulesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesRulesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesRulesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesRulesDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesRulesDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesRulesDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsIdMembersPostParameters0Schema":{"type":"string"},"DocPathsApiBusinessRulesSetsIdMembersPostRequestBodyContentApplicationJsonSchemaPropertiesRuleId":{"type":"string","format":"uuid"},"DocPathsApiBusinessRulesSetsIdMembersPostRequestBodyContentApplicationJsonSchemaPropertiesSequenceAllOf0":{"type":"number"},"DocPathsApiBusinessRulesSetsIdMembersPostRequestBodyContentApplicationJsonSchemaPropertiesSequence":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersPostRequestBodyContentApplicationJsonSchemaPropertiesSequenceAllOf0"}],"default":0},"DocPathsApiBusinessRulesSetsIdMembersPostRequestBodyContentApplicationJsonSchemaPropertiesEnabledAllOf0":{"type":"boolean"},"DocPathsApiBusinessRulesSetsIdMembersPostRequestBodyContentApplicationJsonSchemaPropertiesEnabled":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersPostRequestBodyContentApplicationJsonSchemaPropertiesEnabledAllOf0"}],"default":true},"DocPathsApiBusinessRulesSetsIdMembersPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"ruleId":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersPostRequestBodyContentApplicationJsonSchemaPropertiesRuleId"},"sequence":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersPostRequestBodyContentApplicationJsonSchemaPropertiesSequence"},"enabled":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersPostRequestBodyContentApplicationJsonSchemaPropertiesEnabled"}},"required":["ruleId"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsIdMembersPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiBusinessRulesSetsIdMembersPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsIdMembersPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesSetsIdMembersPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsIdMembersPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesSetsIdMembersPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsIdMembersPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesSetsIdMembersPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsIdMembersPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesSetsIdMembersPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsIdMembersPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesSetsIdMembersPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersPostResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsIdMembersPutParameters0Schema":{"type":"string"},"DocPathsApiBusinessRulesSetsIdMembersPutRequestBodyContentApplicationJsonSchemaPropertiesMemberId":{"type":"string","format":"uuid"},"DocPathsApiBusinessRulesSetsIdMembersPutRequestBodyContentApplicationJsonSchemaPropertiesSequence":{"type":"number"},"DocPathsApiBusinessRulesSetsIdMembersPutRequestBodyContentApplicationJsonSchemaPropertiesEnabled":{"type":"boolean"},"DocPathsApiBusinessRulesSetsIdMembersPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"memberId":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersPutRequestBodyContentApplicationJsonSchemaPropertiesMemberId"},"sequence":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersPutRequestBodyContentApplicationJsonSchemaPropertiesSequence"},"enabled":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersPutRequestBodyContentApplicationJsonSchemaPropertiesEnabled"}},"required":["memberId"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsIdMembersPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiBusinessRulesSetsIdMembersPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsIdMembersPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesSetsIdMembersPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsIdMembersPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesSetsIdMembersPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsIdMembersPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesSetsIdMembersPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsIdMembersPutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesSetsIdMembersPutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersPutResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsIdMembersDeleteParameters0Schema":{"type":"string"},"DocPathsApiBusinessRulesSetsIdMembersDeleteParameters1Schema":{"type":"string","format":"uuid"},"DocPathsApiBusinessRulesSetsIdMembersDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiBusinessRulesSetsIdMembersDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsIdMembersDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesSetsIdMembersDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersDeleteResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsIdMembersDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesSetsIdMembersDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsIdMembersDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesSetsIdMembersDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsIdMembersDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesSetsIdMembersDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdMembersDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsIdGetParameters0Schema":{"type":"string"},"DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesSetId":{"type":"string"},"DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesSetName":{"type":"string"},"DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesEnabled":{"type":"boolean"},"DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedByAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedByAnyOf1":{"type":"string"},"DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedBy":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedByAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedByAnyOf1"}]},"DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedByAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedByAnyOf1":{"type":"string"},"DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedBy":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedByAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedByAnyOf1"}]},"DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesMembersItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesMembersItemsPropertiesRuleId":{"type":"string","format":"uuid"},"DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesMembersItemsPropertiesRuleName":{"type":"string"},"DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesMembersItemsPropertiesRuleType":{"type":"string"},"DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesMembersItemsPropertiesSequence":{"type":"number"},"DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesMembersItemsPropertiesEnabled":{"type":"boolean"},"DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesMembersItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesMembersItemsPropertiesId"},"ruleId":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesMembersItemsPropertiesRuleId"},"ruleName":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesMembersItemsPropertiesRuleName"},"ruleType":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesMembersItemsPropertiesRuleType"},"sequence":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesMembersItemsPropertiesSequence"},"enabled":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesMembersItemsPropertiesEnabled"}},"required":["id","ruleId","ruleName","ruleType","sequence","enabled"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesMembers":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesMembersItems"}},"DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"setId":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesSetId"},"setName":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesSetName"},"description":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesDescription"},"enabled":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesEnabled"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"createdBy":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedBy"},"updatedBy":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedBy"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"},"members":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdGetResponses200ContentApplicationJsonSchemaPropertiesMembers"}},"required":["id","setId","setName","description","enabled","tenantId","organizationId","createdBy","updatedBy","createdAt","updatedAt","members"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsIdGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesSetsIdGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesSetsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesSetsIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesSetsIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsIdGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiBusinessRulesSetsGetParameters1Schema":{"type":"number"},"DocPathsApiBusinessRulesSetsGetParameters2Schema":{"type":"number"},"DocPathsApiBusinessRulesSetsGetParameters3Schema":{"type":"string"},"DocPathsApiBusinessRulesSetsGetParameters4Schema":{"type":"string"},"DocPathsApiBusinessRulesSetsGetParameters5Schema":{"type":"boolean"},"DocPathsApiBusinessRulesSetsGetParameters6Schema":{"type":"string"},"DocPathsApiBusinessRulesSetsGetParameters7Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSetId":{"type":"string"},"DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSetName":{"type":"string"},"DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEnabled":{"type":"boolean"},"DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedByAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedByAnyOf1":{"type":"string"},"DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedBy":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedByAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedByAnyOf1"}]},"DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedByAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedByAnyOf1":{"type":"string"},"DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedBy":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedByAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedByAnyOf1"}]},"DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"setId":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSetId"},"setName":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSetName"},"description":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"enabled":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEnabled"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"createdBy":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedBy"},"updatedBy":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedBy"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","setId","setName","description","enabled","tenantId","organizationId","createdBy","updatedBy","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesSetsGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesSetsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesSetsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsPostRequestBodyContentApplicationJsonSchemaPropertiesSetId":{"type":"string","minLength":1,"maxLength":50},"DocPathsApiBusinessRulesSetsPostRequestBodyContentApplicationJsonSchemaPropertiesSetName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiBusinessRulesSetsPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesSetsPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string","maxLength":5000},"DocPathsApiBusinessRulesSetsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsApiBusinessRulesSetsPostRequestBodyContentApplicationJsonSchemaPropertiesEnabledAllOf0":{"type":"boolean"},"DocPathsApiBusinessRulesSetsPostRequestBodyContentApplicationJsonSchemaPropertiesEnabled":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPostRequestBodyContentApplicationJsonSchemaPropertiesEnabledAllOf0"}],"default":true},"DocPathsApiBusinessRulesSetsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsApiBusinessRulesSetsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsApiBusinessRulesSetsPostRequestBodyContentApplicationJsonSchemaPropertiesCreatedByAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesSetsPostRequestBodyContentApplicationJsonSchemaPropertiesCreatedByAnyOf1":{"type":"string","maxLength":50},"DocPathsApiBusinessRulesSetsPostRequestBodyContentApplicationJsonSchemaPropertiesCreatedBy":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPostRequestBodyContentApplicationJsonSchemaPropertiesCreatedByAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPostRequestBodyContentApplicationJsonSchemaPropertiesCreatedByAnyOf1"}]},"DocPathsApiBusinessRulesSetsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"setId":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPostRequestBodyContentApplicationJsonSchemaPropertiesSetId"},"setName":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPostRequestBodyContentApplicationJsonSchemaPropertiesSetName"},"description":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"enabled":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPostRequestBodyContentApplicationJsonSchemaPropertiesEnabled"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"createdBy":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPostRequestBodyContentApplicationJsonSchemaPropertiesCreatedBy"}},"required":["setId","setName","tenantId","organizationId"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiBusinessRulesSetsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesSetsPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesSetsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesSetsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsPutRequestBodyContentApplicationJsonSchemaPropertiesSetId":{"type":"string","minLength":1,"maxLength":50},"DocPathsApiBusinessRulesSetsPutRequestBodyContentApplicationJsonSchemaPropertiesSetName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiBusinessRulesSetsPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiBusinessRulesSetsPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string","maxLength":5000},"DocPathsApiBusinessRulesSetsPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsApiBusinessRulesSetsPutRequestBodyContentApplicationJsonSchemaPropertiesEnabledAllOf0":{"type":"boolean"},"DocPathsApiBusinessRulesSetsPutRequestBodyContentApplicationJsonSchemaPropertiesEnabled":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPutRequestBodyContentApplicationJsonSchemaPropertiesEnabledAllOf0"}],"default":true},"DocPathsApiBusinessRulesSetsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiBusinessRulesSetsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"setId":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPutRequestBodyContentApplicationJsonSchemaPropertiesSetId"},"setName":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPutRequestBodyContentApplicationJsonSchemaPropertiesSetName"},"description":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"enabled":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPutRequestBodyContentApplicationJsonSchemaPropertiesEnabled"},"id":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPutRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiBusinessRulesSetsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesSetsPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesSetsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesSetsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsPutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesSetsPutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsPutResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsDeleteParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiBusinessRulesSetsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiBusinessRulesSetsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesSetsDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsDeleteResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesSetsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesSetsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiBusinessRulesSetsDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiBusinessRulesSetsDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiBusinessRulesSetsDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFeatureTogglesCheckBooleanGetParameters0Schema":{"type":"string"},"DocPathsApiFeatureTogglesCheckBooleanGetResponses200ContentApplicationJsonSchemaPropertiesEnabled":{"type":"boolean"},"DocPathsApiFeatureTogglesCheckBooleanGetResponses200ContentApplicationJsonSchemaPropertiesSource":{"type":"string","enum":["override","default","fallback","missing"]},"DocPathsApiFeatureTogglesCheckBooleanGetResponses200ContentApplicationJsonSchemaPropertiesToggleId":{"type":"string"},"DocPathsApiFeatureTogglesCheckBooleanGetResponses200ContentApplicationJsonSchemaPropertiesIdentifier":{"type":"string"},"DocPathsApiFeatureTogglesCheckBooleanGetResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsApiFeatureTogglesCheckBooleanGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"enabled":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckBooleanGetResponses200ContentApplicationJsonSchemaPropertiesEnabled"},"source":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckBooleanGetResponses200ContentApplicationJsonSchemaPropertiesSource"},"toggleId":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckBooleanGetResponses200ContentApplicationJsonSchemaPropertiesToggleId"},"identifier":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckBooleanGetResponses200ContentApplicationJsonSchemaPropertiesIdentifier"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckBooleanGetResponses200ContentApplicationJsonSchemaPropertiesTenantId"}},"required":["enabled","source","toggleId","identifier","tenantId"],"additionalProperties":true},"DocPathsApiFeatureTogglesCheckBooleanGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesCheckBooleanGetResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiFeatureTogglesCheckBooleanGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckBooleanGetResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckBooleanGetResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiFeatureTogglesCheckBooleanGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesCheckBooleanGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckBooleanGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFeatureTogglesCheckBooleanGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesCheckBooleanGetResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiFeatureTogglesCheckBooleanGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckBooleanGetResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckBooleanGetResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiFeatureTogglesCheckJsonGetParameters0Schema":{"type":"string"},"DocPathsApiFeatureTogglesCheckJsonGetResponses200ContentApplicationJsonSchemaPropertiesValueType":{"type":"string","enum":["json"]},"DocPathsApiFeatureTogglesCheckJsonGetResponses200ContentApplicationJsonSchemaPropertiesValue":{},"DocPathsApiFeatureTogglesCheckJsonGetResponses200ContentApplicationJsonSchemaPropertiesSource":{"type":"string","enum":["override","default","fallback","missing"]},"DocPathsApiFeatureTogglesCheckJsonGetResponses200ContentApplicationJsonSchemaPropertiesToggleId":{"type":"string"},"DocPathsApiFeatureTogglesCheckJsonGetResponses200ContentApplicationJsonSchemaPropertiesIdentifier":{"type":"string"},"DocPathsApiFeatureTogglesCheckJsonGetResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsApiFeatureTogglesCheckJsonGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"valueType":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckJsonGetResponses200ContentApplicationJsonSchemaPropertiesValueType"},"value":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckJsonGetResponses200ContentApplicationJsonSchemaPropertiesValue"},"source":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckJsonGetResponses200ContentApplicationJsonSchemaPropertiesSource"},"toggleId":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckJsonGetResponses200ContentApplicationJsonSchemaPropertiesToggleId"},"identifier":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckJsonGetResponses200ContentApplicationJsonSchemaPropertiesIdentifier"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckJsonGetResponses200ContentApplicationJsonSchemaPropertiesTenantId"}},"required":["valueType","value","source","toggleId","identifier","tenantId"],"additionalProperties":true},"DocPathsApiFeatureTogglesCheckJsonGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesCheckJsonGetResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiFeatureTogglesCheckJsonGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckJsonGetResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckJsonGetResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiFeatureTogglesCheckJsonGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesCheckJsonGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckJsonGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFeatureTogglesCheckJsonGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesCheckJsonGetResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiFeatureTogglesCheckJsonGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckJsonGetResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckJsonGetResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiFeatureTogglesCheckNumberGetParameters0Schema":{"type":"string"},"DocPathsApiFeatureTogglesCheckNumberGetResponses200ContentApplicationJsonSchemaPropertiesValueType":{"type":"string","enum":["number"]},"DocPathsApiFeatureTogglesCheckNumberGetResponses200ContentApplicationJsonSchemaPropertiesValue":{"type":"number"},"DocPathsApiFeatureTogglesCheckNumberGetResponses200ContentApplicationJsonSchemaPropertiesSource":{"type":"string","enum":["override","default","fallback","missing"]},"DocPathsApiFeatureTogglesCheckNumberGetResponses200ContentApplicationJsonSchemaPropertiesToggleId":{"type":"string"},"DocPathsApiFeatureTogglesCheckNumberGetResponses200ContentApplicationJsonSchemaPropertiesIdentifier":{"type":"string"},"DocPathsApiFeatureTogglesCheckNumberGetResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsApiFeatureTogglesCheckNumberGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"valueType":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckNumberGetResponses200ContentApplicationJsonSchemaPropertiesValueType"},"value":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckNumberGetResponses200ContentApplicationJsonSchemaPropertiesValue"},"source":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckNumberGetResponses200ContentApplicationJsonSchemaPropertiesSource"},"toggleId":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckNumberGetResponses200ContentApplicationJsonSchemaPropertiesToggleId"},"identifier":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckNumberGetResponses200ContentApplicationJsonSchemaPropertiesIdentifier"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckNumberGetResponses200ContentApplicationJsonSchemaPropertiesTenantId"}},"required":["valueType","value","source","toggleId","identifier","tenantId"],"additionalProperties":true},"DocPathsApiFeatureTogglesCheckNumberGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesCheckNumberGetResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiFeatureTogglesCheckNumberGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckNumberGetResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckNumberGetResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiFeatureTogglesCheckNumberGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesCheckNumberGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckNumberGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFeatureTogglesCheckNumberGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesCheckNumberGetResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiFeatureTogglesCheckNumberGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckNumberGetResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckNumberGetResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiFeatureTogglesCheckStringGetParameters0Schema":{"type":"string"},"DocPathsApiFeatureTogglesCheckStringGetResponses200ContentApplicationJsonSchemaPropertiesValueType":{"type":"string","enum":["string"]},"DocPathsApiFeatureTogglesCheckStringGetResponses200ContentApplicationJsonSchemaPropertiesValue":{"type":"string"},"DocPathsApiFeatureTogglesCheckStringGetResponses200ContentApplicationJsonSchemaPropertiesSource":{"type":"string","enum":["override","default","fallback","missing"]},"DocPathsApiFeatureTogglesCheckStringGetResponses200ContentApplicationJsonSchemaPropertiesToggleId":{"type":"string"},"DocPathsApiFeatureTogglesCheckStringGetResponses200ContentApplicationJsonSchemaPropertiesIdentifier":{"type":"string"},"DocPathsApiFeatureTogglesCheckStringGetResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsApiFeatureTogglesCheckStringGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"valueType":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckStringGetResponses200ContentApplicationJsonSchemaPropertiesValueType"},"value":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckStringGetResponses200ContentApplicationJsonSchemaPropertiesValue"},"source":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckStringGetResponses200ContentApplicationJsonSchemaPropertiesSource"},"toggleId":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckStringGetResponses200ContentApplicationJsonSchemaPropertiesToggleId"},"identifier":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckStringGetResponses200ContentApplicationJsonSchemaPropertiesIdentifier"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckStringGetResponses200ContentApplicationJsonSchemaPropertiesTenantId"}},"required":["valueType","value","source","toggleId","identifier","tenantId"],"additionalProperties":true},"DocPathsApiFeatureTogglesCheckStringGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesCheckStringGetResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiFeatureTogglesCheckStringGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckStringGetResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckStringGetResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiFeatureTogglesCheckStringGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesCheckStringGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckStringGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFeatureTogglesCheckStringGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesCheckStringGetResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiFeatureTogglesCheckStringGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckStringGetResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesCheckStringGetResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiFeatureTogglesGlobalIdOverrideGetParameters0Schema":{"type":"string"},"DocPathsApiFeatureTogglesGlobalIdOverrideGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiFeatureTogglesGlobalIdOverrideGetResponses200ContentApplicationJsonSchemaPropertiesValue":{},"DocPathsApiFeatureTogglesGlobalIdOverrideGetResponses200ContentApplicationJsonSchemaPropertiesTenantName":{"type":"string"},"DocPathsApiFeatureTogglesGlobalIdOverrideGetResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiFeatureTogglesGlobalIdOverrideGetResponses200ContentApplicationJsonSchemaPropertiesToggleType":{"type":"string","enum":["boolean","string","number","json"]},"DocPathsApiFeatureTogglesGlobalIdOverrideGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdOverrideGetResponses200ContentApplicationJsonSchemaPropertiesId"},"value":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdOverrideGetResponses200ContentApplicationJsonSchemaPropertiesValue"},"tenantName":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdOverrideGetResponses200ContentApplicationJsonSchemaPropertiesTenantName"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdOverrideGetResponses200ContentApplicationJsonSchemaPropertiesTenantId"},"toggleType":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdOverrideGetResponses200ContentApplicationJsonSchemaPropertiesToggleType"}},"required":["id","tenantName","tenantId","toggleType"],"additionalProperties":false},"DocPathsApiFeatureTogglesGlobalIdOverrideGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesGlobalIdOverrideGetResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiFeatureTogglesGlobalIdOverrideGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdOverrideGetResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdOverrideGetResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiFeatureTogglesGlobalIdOverrideGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesGlobalIdOverrideGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdOverrideGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFeatureTogglesGlobalIdOverrideGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesGlobalIdOverrideGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdOverrideGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFeatureTogglesGlobalIdOverrideGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesGlobalIdOverrideGetResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiFeatureTogglesGlobalIdOverrideGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdOverrideGetResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdOverrideGetResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiFeatureTogglesGlobalIdGetParameters0Schema":{"type":"string"},"DocPathsApiFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesIdentifier":{"type":"string"},"DocPathsApiFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesName":{"type":"string"},"DocPathsApiFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsApiFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesCategoryAnyOf0":{"type":"null"},"DocPathsApiFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesCategoryAnyOf1":{"type":"string"},"DocPathsApiFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesCategory":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesCategoryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesCategoryAnyOf1"}]},"DocPathsApiFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesType":{"type":"string","enum":["boolean","string","number","json"]},"DocPathsApiFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesDefaultValueAnyOf0":{"type":"null"},"DocPathsApiFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesDefaultValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesDefaultValueAnyOf0"},{}]},"DocPathsApiFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"identifier":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesIdentifier"},"name":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesDescription"},"category":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesCategory"},"type":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesType"},"defaultValue":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesDefaultValue"},"created_at":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","identifier","name","type"],"additionalProperties":true},"DocPathsApiFeatureTogglesGlobalIdGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesGlobalIdGetResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiFeatureTogglesGlobalIdGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdGetResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdGetResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiFeatureTogglesGlobalIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesGlobalIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFeatureTogglesGlobalIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesGlobalIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFeatureTogglesGlobalIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesGlobalIdGetResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiFeatureTogglesGlobalIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdGetResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalIdGetResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiFeatureTogglesGlobalGetParameters0Schema":{"type":"number"},"DocPathsApiFeatureTogglesGlobalGetParameters1Schema":{"type":"number"},"DocPathsApiFeatureTogglesGlobalGetParameters2Schema":{"type":"string"},"DocPathsApiFeatureTogglesGlobalGetParameters3Schema":{"type":"string","enum":["boolean","string","number","json"]},"DocPathsApiFeatureTogglesGlobalGetParameters4Schema":{"type":"string"},"DocPathsApiFeatureTogglesGlobalGetParameters5Schema":{"type":"string"},"DocPathsApiFeatureTogglesGlobalGetParameters6Schema":{"type":"string"},"DocPathsApiFeatureTogglesGlobalGetParameters7Schema":{"type":"string","enum":["id","category","identifier","name","createdAt","updatedAt","type"]},"DocPathsApiFeatureTogglesGlobalGetParameters8Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdentifier":{"type":"string"},"DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategoryAnyOf0":{"type":"null"},"DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategoryAnyOf1":{"type":"string"},"DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategory":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategoryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategoryAnyOf1"}]},"DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesType":{"type":"string","enum":["boolean","string","number","json"]},"DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultValueAnyOf0":{"type":"null"},"DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultValueAnyOf0"},{}]},"DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"identifier":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdentifier"},"name":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"category":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategory"},"type":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesType"},"defaultValue":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultValue"},"created_at":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","identifier","name","type"],"additionalProperties":true},"DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiFeatureTogglesGlobalGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesGlobalGetResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiFeatureTogglesGlobalGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalGetResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalGetResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiFeatureTogglesGlobalGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesGlobalGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFeatureTogglesGlobalGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesGlobalGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesIdentifier":{"type":"string","minLength":1,"pattern":"^[a-z][a-z0-9_]*$"},"DocPathsApiFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1},"DocPathsApiFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsApiFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesCategoryAnyOf0":{"type":"null"},"DocPathsApiFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesCategoryAnyOf1":{"type":"string"},"DocPathsApiFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesCategory":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesCategoryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesCategoryAnyOf1"}]},"DocPathsApiFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesType":{"type":"string","enum":["boolean","string","number","json"]},"DocPathsApiFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultValueAnyOf0":{"type":"null"},"DocPathsApiFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultValueAnyOf0"},{}]},"DocPathsApiFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"identifier":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesIdentifier"},"name":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"category":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesCategory"},"type":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesType"},"defaultValue":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultValue"}},"required":["identifier","name","type"],"additionalProperties":false},"DocPathsApiFeatureTogglesGlobalPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiFeatureTogglesGlobalPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiFeatureTogglesGlobalPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesGlobalPostResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiFeatureTogglesGlobalPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPostResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPostResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiFeatureTogglesGlobalPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesGlobalPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFeatureTogglesGlobalPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesGlobalPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesIdentifier":{"type":"string","minLength":1,"pattern":"^[a-z][a-z0-9_]*$"},"DocPathsApiFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1},"DocPathsApiFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsApiFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesCategoryAnyOf0":{"type":"null"},"DocPathsApiFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesCategoryAnyOf1":{"type":"string"},"DocPathsApiFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesCategory":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesCategoryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesCategoryAnyOf1"}]},"DocPathsApiFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesType":{"type":"string","enum":["boolean","string","number","json"]},"DocPathsApiFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultValueAnyOf0":{"type":"null"},"DocPathsApiFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultValueAnyOf0"},{}]},"DocPathsApiFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"identifier":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesIdentifier"},"name":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"category":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesCategory"},"type":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesType"},"defaultValue":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultValue"}},"required":["id"],"additionalProperties":false},"DocPathsApiFeatureTogglesGlobalPutResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiFeatureTogglesGlobalPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPutResponses200ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiFeatureTogglesGlobalPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesGlobalPutResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiFeatureTogglesGlobalPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPutResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPutResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiFeatureTogglesGlobalPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesGlobalPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFeatureTogglesGlobalPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesGlobalPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFeatureTogglesGlobalPutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesGlobalPutResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiFeatureTogglesGlobalPutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPutResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalPutResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiFeatureTogglesGlobalDeleteParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiFeatureTogglesGlobalDeleteResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiFeatureTogglesGlobalDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalDeleteResponses200ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiFeatureTogglesGlobalDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesGlobalDeleteResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiFeatureTogglesGlobalDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalDeleteResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalDeleteResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiFeatureTogglesGlobalDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesGlobalDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFeatureTogglesGlobalDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesGlobalDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFeatureTogglesGlobalDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesGlobalDeleteResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiFeatureTogglesGlobalDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalDeleteResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesGlobalDeleteResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiFeatureTogglesOverridesGetParameters0Schema":{"type":"string"},"DocPathsApiFeatureTogglesOverridesGetParameters1Schema":{"type":"string"},"DocPathsApiFeatureTogglesOverridesGetParameters2Schema":{"type":"string"},"DocPathsApiFeatureTogglesOverridesGetParameters3Schema":{"type":"string","enum":["identifier","name","category"]},"DocPathsApiFeatureTogglesOverridesGetParameters4Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiFeatureTogglesOverridesGetParameters5Schema":{"type":"number"},"DocPathsApiFeatureTogglesOverridesGetParameters6Schema":{"type":"number"},"DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesToggleId":{"type":"string","format":"uuid"},"DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOverrideState":{"type":"string","enum":["enabled","disabled","inherit"]},"DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdentifier":{"type":"string"},"DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategoryAnyOf0":{"type":"null"},"DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategoryAnyOf1":{"type":"string"},"DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategory":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategoryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategoryAnyOf1"}]},"DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultState":{"type":"boolean"},"DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf0":{"type":"null"},"DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf1":{"type":"string"},"DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf1"}]},"DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"toggleId":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesToggleId"},"overrideState":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOverrideState"},"identifier":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdentifier"},"name":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"category":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategory"},"defaultState":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultState"},"tenantName":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantName"}},"required":["id","toggleId","overrideState","identifier","name","defaultState"],"additionalProperties":true},"DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesIsSuperAdmin":{"type":"boolean"},"DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"isSuperAdmin":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesIsSuperAdmin"}},"required":["items","total","page","pageSize","totalPages","isSuperAdmin"],"additionalProperties":false},"DocPathsApiFeatureTogglesOverridesGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesOverridesGetResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiFeatureTogglesOverridesGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesGetResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesGetResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiFeatureTogglesOverridesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesOverridesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFeatureTogglesOverridesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesOverridesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFeatureTogglesOverridesPutRequestBodyContentApplicationJsonSchemaPropertiesToggleId":{"type":"string","format":"uuid"},"DocPathsApiFeatureTogglesOverridesPutRequestBodyContentApplicationJsonSchemaPropertiesIsOverride":{"type":"boolean"},"DocPathsApiFeatureTogglesOverridesPutRequestBodyContentApplicationJsonSchemaPropertiesOverrideValue":{},"DocPathsApiFeatureTogglesOverridesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"toggleId":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesPutRequestBodyContentApplicationJsonSchemaPropertiesToggleId"},"isOverride":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesPutRequestBodyContentApplicationJsonSchemaPropertiesIsOverride"},"overrideValue":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesPutRequestBodyContentApplicationJsonSchemaPropertiesOverrideValue"}},"required":["toggleId","isOverride"],"additionalProperties":false},"DocPathsApiFeatureTogglesOverridesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFeatureTogglesOverridesPutResponses200ContentApplicationJsonSchemaPropertiesOverrideToggleIdAnyOf0":{"type":"null"},"DocPathsApiFeatureTogglesOverridesPutResponses200ContentApplicationJsonSchemaPropertiesOverrideToggleIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFeatureTogglesOverridesPutResponses200ContentApplicationJsonSchemaPropertiesOverrideToggleId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesPutResponses200ContentApplicationJsonSchemaPropertiesOverrideToggleIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesPutResponses200ContentApplicationJsonSchemaPropertiesOverrideToggleIdAnyOf1"}]},"DocPathsApiFeatureTogglesOverridesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesPutResponses200ContentApplicationJsonSchemaPropertiesOk"},"overrideToggleId":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesPutResponses200ContentApplicationJsonSchemaPropertiesOverrideToggleId"}},"required":["ok","overrideToggleId"],"additionalProperties":false},"DocPathsApiFeatureTogglesOverridesPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesOverridesPutResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiFeatureTogglesOverridesPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesPutResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesPutResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiFeatureTogglesOverridesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesOverridesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFeatureTogglesOverridesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesOverridesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFeatureTogglesOverridesPutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesOverridesPutResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiFeatureTogglesOverridesPutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesPutResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesPutResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiFeatureTogglesOverridesPutResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFeatureTogglesOverridesPutResponses500ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiFeatureTogglesOverridesPutResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesPutResponses500ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiFeatureTogglesOverridesPutResponses500ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiWorkflowsDefinitionsIdGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsDefinitionsIdGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiWorkflowsDefinitionsIdGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiWorkflowsDefinitionsIdPutParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesWorkflowId":{"type":"string","minLength":1,"maxLength":100},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesWorkflowName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesVersion":{"type":"number"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesStepId":{"type":"string","minLength":1,"maxLength":100,"pattern":"^[a-z0-9_-]+$"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesStepName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesStepType":{"type":"string","enum":["START","END","USER_TASK","AUTOMATED","PARALLEL_FORK","PARALLEL_JOIN","SUB_WORKFLOW","WAIT_FOR_SIGNAL","WAIT_FOR_TIMER"]},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesDescription":{"type":"string","maxLength":1000},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesConfig":{"type":"object","additionalProperties":true},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf0PropertiesFieldsItemsPropertiesName":{"type":"string","minLength":1},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf0PropertiesFieldsItemsPropertiesType":{"type":"string","minLength":1},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf0PropertiesFieldsItemsPropertiesLabel":{"type":"string","minLength":1},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf0PropertiesFieldsItemsPropertiesRequired":{"type":"boolean"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf0PropertiesFieldsItemsPropertiesOptions":{"type":"array","items":{}},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf0PropertiesFieldsItems":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf0PropertiesFieldsItemsPropertiesName"},"type":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf0PropertiesFieldsItemsPropertiesType"},"label":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf0PropertiesFieldsItemsPropertiesLabel"},"required":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf0PropertiesFieldsItemsPropertiesRequired"},"options":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf0PropertiesFieldsItemsPropertiesOptions"}},"required":["name","type","label"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf0PropertiesFields":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf0PropertiesFieldsItems"}},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf0":{"type":"object","properties":{"fields":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf0PropertiesFields"}},"required":["fields"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf1PropertiesType":{"type":"string","enum":["object"]},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf1PropertiesRequiredItems":{"type":"string"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf1PropertiesRequired":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf1PropertiesRequiredItems"}},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf1PropertiesType"},"properties":{"type":"object","additionalProperties":true},"required":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf1PropertiesRequired"}},"required":["properties"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchema":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf1"}]},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesAssignedToOneOf0":{"type":"string"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesAssignedToOneOf1Items":{"type":"string"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesAssignedToOneOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesAssignedToOneOf1Items"}},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesAssignedTo":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesAssignedToOneOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesAssignedToOneOf1"}]},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesAssignmentRule":{"type":"string"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesSlaDuration":{"type":"string"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesEscalationRulesItemsPropertiesTrigger":{"type":"string","enum":["sla_breach","no_progress","custom"]},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesEscalationRulesItemsPropertiesAction":{"type":"string","enum":["reassign","notify","escalate"]},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesEscalationRulesItemsPropertiesEscalateTo":{"type":"string"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesEscalationRulesItemsPropertiesNotifyUsersItems":{"type":"string"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesEscalationRulesItemsPropertiesNotifyUsers":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesEscalationRulesItemsPropertiesNotifyUsersItems"}},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesEscalationRulesItems":{"type":"object","properties":{"trigger":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesEscalationRulesItemsPropertiesTrigger"},"action":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesEscalationRulesItemsPropertiesAction"},"escalateTo":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesEscalationRulesItemsPropertiesEscalateTo"},"notifyUsers":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesEscalationRulesItemsPropertiesNotifyUsers"}},"required":["trigger","action"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesEscalationRules":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesEscalationRulesItems"}},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfig":{"type":"object","properties":{"formSchema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchema"},"assignedTo":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesAssignedTo"},"assignmentRule":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesAssignmentRule"},"slaDuration":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesSlaDuration"},"escalationRules":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesEscalationRules"}},"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSubWorkflowConfigPropertiesSubWorkflowId":{"type":"string","minLength":1},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSubWorkflowConfigPropertiesVersion":{"type":"number"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSubWorkflowConfigPropertiesInputMappingAdditionalProperties":{"type":"string"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSubWorkflowConfigPropertiesInputMapping":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSubWorkflowConfigPropertiesInputMappingAdditionalProperties"}},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSubWorkflowConfigPropertiesOutputMappingAdditionalProperties":{"type":"string"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSubWorkflowConfigPropertiesOutputMapping":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSubWorkflowConfigPropertiesOutputMappingAdditionalProperties"}},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSubWorkflowConfigPropertiesTimeoutMs":{"type":"number"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSubWorkflowConfig":{"type":"object","properties":{"subWorkflowId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSubWorkflowConfigPropertiesSubWorkflowId"},"version":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSubWorkflowConfigPropertiesVersion"},"inputMapping":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSubWorkflowConfigPropertiesInputMapping"},"outputMapping":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSubWorkflowConfigPropertiesOutputMapping"},"timeoutMs":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSubWorkflowConfigPropertiesTimeoutMs"}},"required":["subWorkflowId"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSignalConfigPropertiesSignalName":{"type":"string","minLength":1},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSignalConfigPropertiesTimeout":{"type":"string"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSignalConfig":{"type":"object","properties":{"signalName":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSignalConfigPropertiesSignalName"},"timeout":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSignalConfigPropertiesTimeout"}},"required":["signalName"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesActivityId":{"type":"string","minLength":1,"maxLength":100,"pattern":"^[a-z0-9_-]+$"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesActivityName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesActivityType":{"type":"string","enum":["SEND_EMAIL","CALL_API","UPDATE_ENTITY","EMIT_EVENT","CALL_WEBHOOK","EXECUTE_FUNCTION","WAIT"]},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesConfig":{"type":"object","additionalProperties":true},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesAsyncAllOf0":{"type":"boolean"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesAsync":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesAsyncAllOf0"}],"default":false},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesRetryPolicyPropertiesMaxAttempts":{"type":"number"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesRetryPolicyPropertiesInitialIntervalMs":{"type":"number"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesRetryPolicyPropertiesBackoffCoefficient":{"type":"number"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesRetryPolicyPropertiesMaxIntervalMs":{"type":"number"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesRetryPolicy":{"type":"object","properties":{"maxAttempts":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesRetryPolicyPropertiesMaxAttempts"},"initialIntervalMs":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesRetryPolicyPropertiesInitialIntervalMs"},"backoffCoefficient":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesRetryPolicyPropertiesBackoffCoefficient"},"maxIntervalMs":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesRetryPolicyPropertiesMaxIntervalMs"}},"required":["maxAttempts","initialIntervalMs","backoffCoefficient","maxIntervalMs"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesTimeout":{"type":"string"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesCompensationPropertiesActivityId":{"type":"string","minLength":1},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesCompensationPropertiesAutomaticAllOf0":{"type":"boolean"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesCompensationPropertiesAutomatic":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesCompensationPropertiesAutomaticAllOf0"}],"default":true},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesCompensation":{"type":"object","properties":{"activityId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesCompensationPropertiesActivityId"},"automatic":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesCompensationPropertiesAutomatic"}},"required":["activityId"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItems":{"type":"object","properties":{"activityId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesActivityId"},"activityName":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesActivityName"},"activityType":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesActivityType"},"config":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesConfig"},"async":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesAsync"},"retryPolicy":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesRetryPolicy"},"timeout":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesTimeout"},"compensation":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesCompensation"}},"required":["activityId","activityName","activityType","config"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivities":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItems"}},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesTimeout":{"type":"string"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesRetryPolicyPropertiesMaxAttempts":{"type":"number"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesRetryPolicyPropertiesBackoffMs":{"type":"number"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesRetryPolicy":{"type":"object","properties":{"maxAttempts":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesRetryPolicyPropertiesMaxAttempts"},"backoffMs":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesRetryPolicyPropertiesBackoffMs"}},"required":["maxAttempts","backoffMs"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesPreConditionsItemsPropertiesRuleId":{"type":"string","minLength":1,"maxLength":50},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesPreConditionsItemsPropertiesRequiredAllOf0":{"type":"boolean"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesPreConditionsItemsPropertiesRequired":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesPreConditionsItemsPropertiesRequiredAllOf0"}],"default":true},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesPreConditionsItemsPropertiesValidationMessageAdditionalProperties":{"type":"string"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesPreConditionsItemsPropertiesValidationMessage":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesPreConditionsItemsPropertiesValidationMessageAdditionalProperties"}},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesPreConditionsItems":{"type":"object","properties":{"ruleId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesPreConditionsItemsPropertiesRuleId"},"required":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesPreConditionsItemsPropertiesRequired"},"validationMessage":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesPreConditionsItemsPropertiesValidationMessage"}},"required":["ruleId"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesPreConditions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesPreConditionsItems"}},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItems":{"type":"object","properties":{"stepId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesStepId"},"stepName":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesStepName"},"stepType":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesStepType"},"description":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesDescription"},"config":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesConfig"},"userTaskConfig":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfig"},"subWorkflowConfig":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSubWorkflowConfig"},"signalConfig":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSignalConfig"},"activities":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivities"},"timeout":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesTimeout"},"retryPolicy":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesRetryPolicy"},"preConditions":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesPreConditions"}},"required":["stepId","stepName","stepType"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesSteps":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItems"},"minItems":2},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesTransitionId":{"type":"string","minLength":1,"maxLength":100,"pattern":"^[a-z0-9_-]+$"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesFromStepId":{"type":"string","minLength":1,"maxLength":100},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesToStepId":{"type":"string","minLength":1,"maxLength":100},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesTransitionName":{"type":"string","maxLength":255},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesTrigger":{"type":"string","enum":["auto","manual","signal","timer"]},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPreConditionsItemsPropertiesRuleId":{"type":"string","minLength":1,"maxLength":50},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPreConditionsItemsPropertiesRequiredAllOf0":{"type":"boolean"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPreConditionsItemsPropertiesRequired":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPreConditionsItemsPropertiesRequiredAllOf0"}],"default":true},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPreConditionsItems":{"type":"object","properties":{"ruleId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPreConditionsItemsPropertiesRuleId"},"required":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPreConditionsItemsPropertiesRequired"}},"required":["ruleId"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPreConditions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPreConditionsItems"}},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPostConditionsItemsPropertiesRuleId":{"type":"string","minLength":1,"maxLength":50},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPostConditionsItemsPropertiesRequiredAllOf0":{"type":"boolean"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPostConditionsItemsPropertiesRequired":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPostConditionsItemsPropertiesRequiredAllOf0"}],"default":true},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPostConditionsItems":{"type":"object","properties":{"ruleId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPostConditionsItemsPropertiesRuleId"},"required":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPostConditionsItemsPropertiesRequired"}},"required":["ruleId"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPostConditions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPostConditionsItems"}},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesActivityId":{"type":"string","minLength":1,"maxLength":100,"pattern":"^[a-z0-9_-]+$"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesActivityName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesActivityType":{"type":"string","enum":["SEND_EMAIL","CALL_API","UPDATE_ENTITY","EMIT_EVENT","CALL_WEBHOOK","EXECUTE_FUNCTION","WAIT"]},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesConfig":{"type":"object","additionalProperties":true},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesAsyncAllOf0":{"type":"boolean"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesAsync":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesAsyncAllOf0"}],"default":false},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesRetryPolicyPropertiesMaxAttempts":{"type":"number"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesRetryPolicyPropertiesInitialIntervalMs":{"type":"number"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesRetryPolicyPropertiesBackoffCoefficient":{"type":"number"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesRetryPolicyPropertiesMaxIntervalMs":{"type":"number"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesRetryPolicy":{"type":"object","properties":{"maxAttempts":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesRetryPolicyPropertiesMaxAttempts"},"initialIntervalMs":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesRetryPolicyPropertiesInitialIntervalMs"},"backoffCoefficient":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesRetryPolicyPropertiesBackoffCoefficient"},"maxIntervalMs":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesRetryPolicyPropertiesMaxIntervalMs"}},"required":["maxAttempts","initialIntervalMs","backoffCoefficient","maxIntervalMs"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesTimeout":{"type":"string"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesCompensationPropertiesActivityId":{"type":"string","minLength":1},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesCompensationPropertiesAutomaticAllOf0":{"type":"boolean"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesCompensationPropertiesAutomatic":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesCompensationPropertiesAutomaticAllOf0"}],"default":true},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesCompensation":{"type":"object","properties":{"activityId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesCompensationPropertiesActivityId"},"automatic":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesCompensationPropertiesAutomatic"}},"required":["activityId"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItems":{"type":"object","properties":{"activityId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesActivityId"},"activityName":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesActivityName"},"activityType":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesActivityType"},"config":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesConfig"},"async":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesAsync"},"retryPolicy":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesRetryPolicy"},"timeout":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesTimeout"},"compensation":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesCompensation"}},"required":["activityId","activityName","activityType","config"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivities":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItems"}},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesContinueOnActivityFailureAllOf0":{"type":"boolean"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesContinueOnActivityFailure":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesContinueOnActivityFailureAllOf0"}],"default":false},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPriorityAllOf0":{"type":"number"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPriority":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPriorityAllOf0"}],"default":0},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItems":{"type":"object","properties":{"transitionId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesTransitionId"},"fromStepId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesFromStepId"},"toStepId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesToStepId"},"transitionName":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesTransitionName"},"trigger":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesTrigger"},"preConditions":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPreConditions"},"postConditions":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPostConditions"},"activities":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivities"},"continueOnActivityFailure":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesContinueOnActivityFailure"},"priority":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPriority"}},"required":["transitionId","fromStepId","toStepId","trigger"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItems"},"minItems":1},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesTriggerId":{"type":"string","minLength":1,"maxLength":100,"pattern":"^[a-z0-9_-]+$"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesDescriptionAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesEventPattern":{"type":"string","minLength":1,"maxLength":255,"pattern":"^(\\*|[a-z0-9_]+(\\.[a-z0-9_*]+)*)$"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf0":{"type":"null"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesFilterConditionsItemsPropertiesField":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesFilterConditionsItemsPropertiesOperator":{"type":"string","enum":["eq","neq","gt","gte","lt","lte","contains","startsWith","endsWith","in","notIn","exists","notExists","regex"]},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesFilterConditionsItemsPropertiesValue":{},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesFilterConditionsItems":{"type":"object","properties":{"field":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesFilterConditionsItemsPropertiesField"},"operator":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesFilterConditionsItemsPropertiesOperator"},"value":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesFilterConditionsItemsPropertiesValue"}},"required":["field","operator","value"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesFilterConditions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesFilterConditionsItems"},"maxItems":20},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesContextMappingItemsPropertiesTargetKey":{"type":"string","minLength":1,"maxLength":100},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesContextMappingItemsPropertiesSourceExpression":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesContextMappingItemsPropertiesDefaultValue":{},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesContextMappingItems":{"type":"object","properties":{"targetKey":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesContextMappingItemsPropertiesTargetKey"},"sourceExpression":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesContextMappingItemsPropertiesSourceExpression"},"defaultValue":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesContextMappingItemsPropertiesDefaultValue"}},"required":["targetKey","sourceExpression"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesContextMapping":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesContextMappingItems"},"maxItems":50},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesDebounceMs":{"type":"number"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesMaxConcurrentInstances":{"type":"number"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1":{"type":"object","properties":{"filterConditions":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesFilterConditions"},"contextMapping":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesContextMapping"},"debounceMs":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesDebounceMs"},"maxConcurrentInstances":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesMaxConcurrentInstances"}},"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfig":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1"}]},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesEnabledAllOf0":{"type":"boolean"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesEnabled":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesEnabledAllOf0"}],"default":true},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesPriorityAllOf0":{"type":"number"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesPriority":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesPriorityAllOf0"}],"default":0},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItems":{"type":"object","properties":{"triggerId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesTriggerId"},"name":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesDescription"},"eventPattern":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesEventPattern"},"config":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfig"},"enabled":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesEnabled"},"priority":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesPriority"}},"required":["triggerId","name","eventPattern"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggers":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItems"}},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesQueries":{"type":"array","items":{}},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesSignals":{"type":"array","items":{}},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTimers":{"type":"array","items":{}},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinition":{"type":"object","properties":{"steps":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesSteps"},"transitions":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitions"},"triggers":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggers"},"queries":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesQueries"},"signals":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesSignals"},"timers":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTimers"}},"required":["steps","transitions"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf1PropertiesTagsItems":{"type":"string","maxLength":50},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf1PropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf1PropertiesTagsItems"}},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf1PropertiesCategory":{"type":"string","maxLength":100},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf1PropertiesIcon":{"type":"string","maxLength":100},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf1":{"type":"object","properties":{"tags":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf1PropertiesTags"},"category":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf1PropertiesCategory"},"icon":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf1PropertiesIcon"}},"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf1"}]},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesEnabled":{"type":"boolean"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFromAnyOf0":{"type":"null"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFromAnyOf1":{"type":"string","format":"date-time"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFromAnyOf1"}]},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveToAnyOf0":{"type":"null"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveToAnyOf1":{"type":"string","format":"date-time"},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveTo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveToAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveToAnyOf1"}]},"DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"workflowId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesWorkflowId"},"workflowName":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesWorkflowName"},"description":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"version":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesVersion"},"definition":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesDefinition"},"metadata":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata"},"enabled":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesEnabled"},"effectiveFrom":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFrom"},"effectiveTo":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsIdPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveTo"}},"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsIdPutResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiWorkflowsDefinitionsIdPutResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiWorkflowsDefinitionsIdPutResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiWorkflowsDefinitionsIdDeleteParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsDefinitionsIdDeleteResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiWorkflowsDefinitionsIdDeleteResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiWorkflowsDefinitionsIdDeleteResponses409ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiWorkflowsDefinitionsGetParameters0Schema":{"type":"string","minLength":1,"maxLength":100,"pattern":"^[a-z0-9_-]+$"},"DocPathsApiWorkflowsDefinitionsGetParameters1Schema":{"type":"boolean"},"DocPathsApiWorkflowsDefinitionsGetParameters2Schema":{"type":"string"},"DocPathsApiWorkflowsDefinitionsGetParameters3Schema":{"type":"number"},"DocPathsApiWorkflowsDefinitionsGetParameters4Schema":{"type":"number"},"DocPathsApiWorkflowsDefinitionsGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesWorkflowId":{"type":"string","minLength":1,"maxLength":100,"pattern":"^[a-z0-9_-]+$"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesWorkflowName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesVersionAllOf0":{"type":"number"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesVersion":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesVersionAllOf0"}],"default":1},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesStepId":{"type":"string","minLength":1,"maxLength":100,"pattern":"^[a-z0-9_-]+$"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesStepName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesStepType":{"type":"string","enum":["START","END","USER_TASK","AUTOMATED","PARALLEL_FORK","PARALLEL_JOIN","SUB_WORKFLOW","WAIT_FOR_SIGNAL","WAIT_FOR_TIMER"]},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesDescription":{"type":"string","maxLength":1000},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesConfig":{"type":"object","additionalProperties":true},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf0PropertiesFieldsItemsPropertiesName":{"type":"string","minLength":1},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf0PropertiesFieldsItemsPropertiesType":{"type":"string","minLength":1},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf0PropertiesFieldsItemsPropertiesLabel":{"type":"string","minLength":1},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf0PropertiesFieldsItemsPropertiesRequired":{"type":"boolean"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf0PropertiesFieldsItemsPropertiesOptions":{"type":"array","items":{}},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf0PropertiesFieldsItems":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf0PropertiesFieldsItemsPropertiesName"},"type":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf0PropertiesFieldsItemsPropertiesType"},"label":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf0PropertiesFieldsItemsPropertiesLabel"},"required":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf0PropertiesFieldsItemsPropertiesRequired"},"options":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf0PropertiesFieldsItemsPropertiesOptions"}},"required":["name","type","label"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf0PropertiesFields":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf0PropertiesFieldsItems"}},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf0":{"type":"object","properties":{"fields":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf0PropertiesFields"}},"required":["fields"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf1PropertiesType":{"type":"string","enum":["object"]},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf1PropertiesRequiredItems":{"type":"string"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf1PropertiesRequired":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf1PropertiesRequiredItems"}},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf1PropertiesType"},"properties":{"type":"object","additionalProperties":true},"required":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf1PropertiesRequired"}},"required":["properties"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchema":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchemaOneOf1"}]},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesAssignedToOneOf0":{"type":"string"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesAssignedToOneOf1Items":{"type":"string"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesAssignedToOneOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesAssignedToOneOf1Items"}},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesAssignedTo":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesAssignedToOneOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesAssignedToOneOf1"}]},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesAssignmentRule":{"type":"string"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesSlaDuration":{"type":"string"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesEscalationRulesItemsPropertiesTrigger":{"type":"string","enum":["sla_breach","no_progress","custom"]},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesEscalationRulesItemsPropertiesAction":{"type":"string","enum":["reassign","notify","escalate"]},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesEscalationRulesItemsPropertiesEscalateTo":{"type":"string"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesEscalationRulesItemsPropertiesNotifyUsersItems":{"type":"string"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesEscalationRulesItemsPropertiesNotifyUsers":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesEscalationRulesItemsPropertiesNotifyUsersItems"}},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesEscalationRulesItems":{"type":"object","properties":{"trigger":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesEscalationRulesItemsPropertiesTrigger"},"action":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesEscalationRulesItemsPropertiesAction"},"escalateTo":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesEscalationRulesItemsPropertiesEscalateTo"},"notifyUsers":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesEscalationRulesItemsPropertiesNotifyUsers"}},"required":["trigger","action"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesEscalationRules":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesEscalationRulesItems"}},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfig":{"type":"object","properties":{"formSchema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesFormSchema"},"assignedTo":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesAssignedTo"},"assignmentRule":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesAssignmentRule"},"slaDuration":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesSlaDuration"},"escalationRules":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfigPropertiesEscalationRules"}},"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSubWorkflowConfigPropertiesSubWorkflowId":{"type":"string","minLength":1},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSubWorkflowConfigPropertiesVersion":{"type":"number"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSubWorkflowConfigPropertiesInputMappingAdditionalProperties":{"type":"string"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSubWorkflowConfigPropertiesInputMapping":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSubWorkflowConfigPropertiesInputMappingAdditionalProperties"}},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSubWorkflowConfigPropertiesOutputMappingAdditionalProperties":{"type":"string"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSubWorkflowConfigPropertiesOutputMapping":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSubWorkflowConfigPropertiesOutputMappingAdditionalProperties"}},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSubWorkflowConfigPropertiesTimeoutMs":{"type":"number"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSubWorkflowConfig":{"type":"object","properties":{"subWorkflowId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSubWorkflowConfigPropertiesSubWorkflowId"},"version":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSubWorkflowConfigPropertiesVersion"},"inputMapping":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSubWorkflowConfigPropertiesInputMapping"},"outputMapping":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSubWorkflowConfigPropertiesOutputMapping"},"timeoutMs":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSubWorkflowConfigPropertiesTimeoutMs"}},"required":["subWorkflowId"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSignalConfigPropertiesSignalName":{"type":"string","minLength":1},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSignalConfigPropertiesTimeout":{"type":"string"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSignalConfig":{"type":"object","properties":{"signalName":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSignalConfigPropertiesSignalName"},"timeout":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSignalConfigPropertiesTimeout"}},"required":["signalName"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesActivityId":{"type":"string","minLength":1,"maxLength":100,"pattern":"^[a-z0-9_-]+$"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesActivityName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesActivityType":{"type":"string","enum":["SEND_EMAIL","CALL_API","UPDATE_ENTITY","EMIT_EVENT","CALL_WEBHOOK","EXECUTE_FUNCTION","WAIT"]},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesConfig":{"type":"object","additionalProperties":true},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesAsyncAllOf0":{"type":"boolean"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesAsync":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesAsyncAllOf0"}],"default":false},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesRetryPolicyPropertiesMaxAttempts":{"type":"number"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesRetryPolicyPropertiesInitialIntervalMs":{"type":"number"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesRetryPolicyPropertiesBackoffCoefficient":{"type":"number"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesRetryPolicyPropertiesMaxIntervalMs":{"type":"number"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesRetryPolicy":{"type":"object","properties":{"maxAttempts":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesRetryPolicyPropertiesMaxAttempts"},"initialIntervalMs":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesRetryPolicyPropertiesInitialIntervalMs"},"backoffCoefficient":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesRetryPolicyPropertiesBackoffCoefficient"},"maxIntervalMs":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesRetryPolicyPropertiesMaxIntervalMs"}},"required":["maxAttempts","initialIntervalMs","backoffCoefficient","maxIntervalMs"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesTimeout":{"type":"string"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesCompensationPropertiesActivityId":{"type":"string","minLength":1},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesCompensationPropertiesAutomaticAllOf0":{"type":"boolean"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesCompensationPropertiesAutomatic":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesCompensationPropertiesAutomaticAllOf0"}],"default":true},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesCompensation":{"type":"object","properties":{"activityId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesCompensationPropertiesActivityId"},"automatic":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesCompensationPropertiesAutomatic"}},"required":["activityId"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItems":{"type":"object","properties":{"activityId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesActivityId"},"activityName":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesActivityName"},"activityType":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesActivityType"},"config":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesConfig"},"async":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesAsync"},"retryPolicy":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesRetryPolicy"},"timeout":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesTimeout"},"compensation":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItemsPropertiesCompensation"}},"required":["activityId","activityName","activityType","config"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivities":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivitiesItems"}},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesTimeout":{"type":"string"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesRetryPolicyPropertiesMaxAttempts":{"type":"number"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesRetryPolicyPropertiesBackoffMs":{"type":"number"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesRetryPolicy":{"type":"object","properties":{"maxAttempts":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesRetryPolicyPropertiesMaxAttempts"},"backoffMs":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesRetryPolicyPropertiesBackoffMs"}},"required":["maxAttempts","backoffMs"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesPreConditionsItemsPropertiesRuleId":{"type":"string","minLength":1,"maxLength":50},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesPreConditionsItemsPropertiesRequiredAllOf0":{"type":"boolean"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesPreConditionsItemsPropertiesRequired":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesPreConditionsItemsPropertiesRequiredAllOf0"}],"default":true},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesPreConditionsItemsPropertiesValidationMessageAdditionalProperties":{"type":"string"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesPreConditionsItemsPropertiesValidationMessage":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesPreConditionsItemsPropertiesValidationMessageAdditionalProperties"}},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesPreConditionsItems":{"type":"object","properties":{"ruleId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesPreConditionsItemsPropertiesRuleId"},"required":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesPreConditionsItemsPropertiesRequired"},"validationMessage":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesPreConditionsItemsPropertiesValidationMessage"}},"required":["ruleId"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesPreConditions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesPreConditionsItems"}},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItems":{"type":"object","properties":{"stepId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesStepId"},"stepName":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesStepName"},"stepType":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesStepType"},"description":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesDescription"},"config":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesConfig"},"userTaskConfig":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesUserTaskConfig"},"subWorkflowConfig":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSubWorkflowConfig"},"signalConfig":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesSignalConfig"},"activities":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesActivities"},"timeout":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesTimeout"},"retryPolicy":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesRetryPolicy"},"preConditions":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItemsPropertiesPreConditions"}},"required":["stepId","stepName","stepType"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesSteps":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesStepsItems"},"minItems":2},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesTransitionId":{"type":"string","minLength":1,"maxLength":100,"pattern":"^[a-z0-9_-]+$"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesFromStepId":{"type":"string","minLength":1,"maxLength":100},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesToStepId":{"type":"string","minLength":1,"maxLength":100},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesTransitionName":{"type":"string","maxLength":255},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesTrigger":{"type":"string","enum":["auto","manual","signal","timer"]},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPreConditionsItemsPropertiesRuleId":{"type":"string","minLength":1,"maxLength":50},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPreConditionsItemsPropertiesRequiredAllOf0":{"type":"boolean"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPreConditionsItemsPropertiesRequired":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPreConditionsItemsPropertiesRequiredAllOf0"}],"default":true},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPreConditionsItems":{"type":"object","properties":{"ruleId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPreConditionsItemsPropertiesRuleId"},"required":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPreConditionsItemsPropertiesRequired"}},"required":["ruleId"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPreConditions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPreConditionsItems"}},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPostConditionsItemsPropertiesRuleId":{"type":"string","minLength":1,"maxLength":50},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPostConditionsItemsPropertiesRequiredAllOf0":{"type":"boolean"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPostConditionsItemsPropertiesRequired":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPostConditionsItemsPropertiesRequiredAllOf0"}],"default":true},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPostConditionsItems":{"type":"object","properties":{"ruleId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPostConditionsItemsPropertiesRuleId"},"required":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPostConditionsItemsPropertiesRequired"}},"required":["ruleId"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPostConditions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPostConditionsItems"}},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesActivityId":{"type":"string","minLength":1,"maxLength":100,"pattern":"^[a-z0-9_-]+$"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesActivityName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesActivityType":{"type":"string","enum":["SEND_EMAIL","CALL_API","UPDATE_ENTITY","EMIT_EVENT","CALL_WEBHOOK","EXECUTE_FUNCTION","WAIT"]},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesConfig":{"type":"object","additionalProperties":true},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesAsyncAllOf0":{"type":"boolean"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesAsync":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesAsyncAllOf0"}],"default":false},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesRetryPolicyPropertiesMaxAttempts":{"type":"number"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesRetryPolicyPropertiesInitialIntervalMs":{"type":"number"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesRetryPolicyPropertiesBackoffCoefficient":{"type":"number"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesRetryPolicyPropertiesMaxIntervalMs":{"type":"number"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesRetryPolicy":{"type":"object","properties":{"maxAttempts":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesRetryPolicyPropertiesMaxAttempts"},"initialIntervalMs":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesRetryPolicyPropertiesInitialIntervalMs"},"backoffCoefficient":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesRetryPolicyPropertiesBackoffCoefficient"},"maxIntervalMs":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesRetryPolicyPropertiesMaxIntervalMs"}},"required":["maxAttempts","initialIntervalMs","backoffCoefficient","maxIntervalMs"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesTimeout":{"type":"string"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesCompensationPropertiesActivityId":{"type":"string","minLength":1},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesCompensationPropertiesAutomaticAllOf0":{"type":"boolean"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesCompensationPropertiesAutomatic":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesCompensationPropertiesAutomaticAllOf0"}],"default":true},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesCompensation":{"type":"object","properties":{"activityId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesCompensationPropertiesActivityId"},"automatic":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesCompensationPropertiesAutomatic"}},"required":["activityId"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItems":{"type":"object","properties":{"activityId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesActivityId"},"activityName":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesActivityName"},"activityType":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesActivityType"},"config":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesConfig"},"async":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesAsync"},"retryPolicy":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesRetryPolicy"},"timeout":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesTimeout"},"compensation":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItemsPropertiesCompensation"}},"required":["activityId","activityName","activityType","config"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivities":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivitiesItems"}},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesContinueOnActivityFailureAllOf0":{"type":"boolean"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesContinueOnActivityFailure":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesContinueOnActivityFailureAllOf0"}],"default":false},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPriorityAllOf0":{"type":"number"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPriority":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPriorityAllOf0"}],"default":0},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItems":{"type":"object","properties":{"transitionId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesTransitionId"},"fromStepId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesFromStepId"},"toStepId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesToStepId"},"transitionName":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesTransitionName"},"trigger":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesTrigger"},"preConditions":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPreConditions"},"postConditions":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPostConditions"},"activities":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesActivities"},"continueOnActivityFailure":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesContinueOnActivityFailure"},"priority":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItemsPropertiesPriority"}},"required":["transitionId","fromStepId","toStepId","trigger"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitionsItems"},"minItems":1},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesTriggerId":{"type":"string","minLength":1,"maxLength":100,"pattern":"^[a-z0-9_-]+$"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesDescriptionAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesEventPattern":{"type":"string","minLength":1,"maxLength":255,"pattern":"^(\\*|[a-z0-9_]+(\\.[a-z0-9_*]+)*)$"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf0":{"type":"null"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesFilterConditionsItemsPropertiesField":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesFilterConditionsItemsPropertiesOperator":{"type":"string","enum":["eq","neq","gt","gte","lt","lte","contains","startsWith","endsWith","in","notIn","exists","notExists","regex"]},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesFilterConditionsItemsPropertiesValue":{},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesFilterConditionsItems":{"type":"object","properties":{"field":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesFilterConditionsItemsPropertiesField"},"operator":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesFilterConditionsItemsPropertiesOperator"},"value":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesFilterConditionsItemsPropertiesValue"}},"required":["field","operator","value"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesFilterConditions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesFilterConditionsItems"},"maxItems":20},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesContextMappingItemsPropertiesTargetKey":{"type":"string","minLength":1,"maxLength":100},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesContextMappingItemsPropertiesSourceExpression":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesContextMappingItemsPropertiesDefaultValue":{},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesContextMappingItems":{"type":"object","properties":{"targetKey":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesContextMappingItemsPropertiesTargetKey"},"sourceExpression":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesContextMappingItemsPropertiesSourceExpression"},"defaultValue":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesContextMappingItemsPropertiesDefaultValue"}},"required":["targetKey","sourceExpression"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesContextMapping":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesContextMappingItems"},"maxItems":50},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesDebounceMs":{"type":"number"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesMaxConcurrentInstances":{"type":"number"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1":{"type":"object","properties":{"filterConditions":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesFilterConditions"},"contextMapping":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesContextMapping"},"debounceMs":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesDebounceMs"},"maxConcurrentInstances":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1PropertiesMaxConcurrentInstances"}},"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfig":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfigAnyOf1"}]},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesEnabledAllOf0":{"type":"boolean"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesEnabled":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesEnabledAllOf0"}],"default":true},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesPriorityAllOf0":{"type":"number"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesPriority":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesPriorityAllOf0"}],"default":0},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItems":{"type":"object","properties":{"triggerId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesTriggerId"},"name":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesDescription"},"eventPattern":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesEventPattern"},"config":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesConfig"},"enabled":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesEnabled"},"priority":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItemsPropertiesPriority"}},"required":["triggerId","name","eventPattern"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggers":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggersItems"}},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesQueries":{"type":"array","items":{}},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesSignals":{"type":"array","items":{}},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTimers":{"type":"array","items":{}},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinition":{"type":"object","properties":{"steps":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesSteps"},"transitions":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTransitions"},"triggers":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTriggers"},"queries":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesQueries"},"signals":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesSignals"},"timers":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionPropertiesTimers"}},"required":["steps","transitions"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf1PropertiesTagsItems":{"type":"string","maxLength":50},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf1PropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf1PropertiesTagsItems"}},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf1PropertiesCategory":{"type":"string","maxLength":100},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf1PropertiesIcon":{"type":"string","maxLength":100},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf1":{"type":"object","properties":{"tags":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf1PropertiesTags"},"category":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf1PropertiesCategory"},"icon":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf1PropertiesIcon"}},"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf1"}]},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesEnabledAllOf0":{"type":"boolean"},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesEnabled":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesEnabledAllOf0"}],"default":true},"DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"workflowId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesWorkflowId"},"workflowName":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesWorkflowName"},"description":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"version":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesVersion"},"definition":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDefinition"},"metadata":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata"},"enabled":{"$ref":"#/components/schemas/DocPathsApiWorkflowsDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesEnabled"}},"required":["workflowId","workflowName","definition"],"additionalProperties":false},"DocPathsApiWorkflowsDefinitionsPostResponses201ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiWorkflowsDefinitionsPostResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiWorkflowsDefinitionsPostResponses409ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiWorkflowsEventsIdGetParameters0Schema":{"type":"string"},"DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstanceId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesStepInstanceIdAnyOf0":{"type":"null"},"DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesStepInstanceIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesStepInstanceId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesStepInstanceIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesStepInstanceIdAnyOf1"}]},"DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesEventType":{"type":"string"},"DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesEventData":{},"DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesOccurredAt":{"type":"string"},"DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesUserIdAnyOf0":{"type":"null"},"DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesUserIdAnyOf1":{"type":"string"},"DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesUserIdAnyOf1"}]},"DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstanceAnyOf0":{"type":"null"},"DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstanceAnyOf1PropertiesId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstanceAnyOf1PropertiesWorkflowId":{"type":"string"},"DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstanceAnyOf1PropertiesVersion":{"type":"number"},"DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstanceAnyOf1PropertiesStatus":{"type":"string","enum":["RUNNING","PAUSED","COMPLETED","FAILED","CANCELLED","COMPENSATING","COMPENSATED","WAITING_FOR_ACTIVITIES"]},"DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstanceAnyOf1PropertiesCurrentStepId":{"type":"string"},"DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstanceAnyOf1PropertiesCorrelationKeyAnyOf0":{"type":"null"},"DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstanceAnyOf1PropertiesCorrelationKeyAnyOf1":{"type":"string"},"DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstanceAnyOf1PropertiesCorrelationKey":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstanceAnyOf1PropertiesCorrelationKeyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstanceAnyOf1PropertiesCorrelationKeyAnyOf1"}]},"DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstanceAnyOf1PropertiesStartedAtAnyOf0":{"type":"null"},"DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstanceAnyOf1PropertiesStartedAtAnyOf1":{"type":"string"},"DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstanceAnyOf1PropertiesStartedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstanceAnyOf1PropertiesStartedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstanceAnyOf1PropertiesStartedAtAnyOf1"}]},"DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstanceAnyOf1PropertiesCompletedAtAnyOf0":{"type":"null"},"DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstanceAnyOf1PropertiesCompletedAtAnyOf1":{"type":"string"},"DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstanceAnyOf1PropertiesCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstanceAnyOf1PropertiesCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstanceAnyOf1PropertiesCompletedAtAnyOf1"}]},"DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstanceAnyOf1PropertiesContext":{},"DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstanceAnyOf1":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstanceAnyOf1PropertiesId"},"workflowId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstanceAnyOf1PropertiesWorkflowId"},"version":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstanceAnyOf1PropertiesVersion"},"status":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstanceAnyOf1PropertiesStatus"},"currentStepId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstanceAnyOf1PropertiesCurrentStepId"},"correlationKey":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstanceAnyOf1PropertiesCorrelationKey"},"startedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstanceAnyOf1PropertiesStartedAt"},"completedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstanceAnyOf1PropertiesCompletedAt"},"context":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstanceAnyOf1PropertiesContext"}},"required":["id","workflowId","version","status","currentStepId","context"],"additionalProperties":false},"DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstance":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstanceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstanceAnyOf1"}]},"DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"workflowInstanceId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstanceId"},"stepInstanceId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesStepInstanceId"},"eventType":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesEventType"},"eventData":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesEventData"},"occurredAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesOccurredAt"},"userId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesUserId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"workflowInstance":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesWorkflowInstance"}},"required":["id","workflowInstanceId","eventType","eventData","occurredAt","tenantId","organizationId","workflowInstance"],"additionalProperties":false},"DocPathsApiWorkflowsEventsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsEventsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWorkflowsEventsIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsEventsIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWorkflowsEventsIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsEventsIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWorkflowsEventsIdGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsEventsIdGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsIdGetResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWorkflowsEventsGetParameters0Schema":{"type":"number"},"DocPathsApiWorkflowsEventsGetParameters1Schema":{"type":"number"},"DocPathsApiWorkflowsEventsGetParameters2Schema":{"type":"string"},"DocPathsApiWorkflowsEventsGetParameters3Schema":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsEventsGetParameters4Schema":{"type":"string"},"DocPathsApiWorkflowsEventsGetParameters5Schema":{"type":"string","format":"datetime"},"DocPathsApiWorkflowsEventsGetParameters6Schema":{"type":"string","format":"datetime"},"DocPathsApiWorkflowsEventsGetParameters7Schema":{"type":"string","enum":["occurredAt","eventType"]},"DocPathsApiWorkflowsEventsGetParameters8Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWorkflowInstanceId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStepInstanceIdAnyOf0":{"type":"null"},"DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStepInstanceIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStepInstanceId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStepInstanceIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStepInstanceIdAnyOf1"}]},"DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEventType":{"type":"string"},"DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEventData":{},"DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAt":{"type":"string"},"DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserIdAnyOf0":{"type":"null"},"DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserIdAnyOf1":{"type":"string"},"DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserIdAnyOf1"}]},"DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWorkflowInstanceAnyOf0":{"type":"null"},"DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWorkflowInstanceAnyOf1PropertiesId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWorkflowInstanceAnyOf1PropertiesWorkflowId":{"type":"string"},"DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWorkflowInstanceAnyOf1PropertiesWorkflowName":{"type":"string"},"DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWorkflowInstanceAnyOf1PropertiesStatus":{"type":"string","enum":["RUNNING","PAUSED","COMPLETED","FAILED","CANCELLED","COMPENSATING","COMPENSATED","WAITING_FOR_ACTIVITIES"]},"DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWorkflowInstanceAnyOf1":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWorkflowInstanceAnyOf1PropertiesId"},"workflowId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWorkflowInstanceAnyOf1PropertiesWorkflowId"},"workflowName":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWorkflowInstanceAnyOf1PropertiesWorkflowName"},"status":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWorkflowInstanceAnyOf1PropertiesStatus"}},"required":["id","workflowId","workflowName","status"],"additionalProperties":false},"DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWorkflowInstance":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWorkflowInstanceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWorkflowInstanceAnyOf1"}]},"DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"workflowInstanceId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWorkflowInstanceId"},"stepInstanceId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStepInstanceId"},"eventType":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEventType"},"eventData":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEventData"},"occurredAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAt"},"userId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserId"},"workflowInstance":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWorkflowInstance"}},"required":["id","workflowInstanceId","eventType","eventData","occurredAt","workflowInstance"],"additionalProperties":false},"DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiWorkflowsEventsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsEventsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWorkflowsEventsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsEventsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWorkflowsEventsGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsEventsGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsEventsGetResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesIdAdvancePostParameters0Schema":{"type":"string"},"DocPathsApiWorkflowsInstancesIdAdvancePostRequestBodyContentApplicationJsonSchemaPropertiesToStepId":{"type":"string"},"DocPathsApiWorkflowsInstancesIdAdvancePostRequestBodyContentApplicationJsonSchemaPropertiesTriggerData":{"type":"object","additionalProperties":true},"DocPathsApiWorkflowsInstancesIdAdvancePostRequestBodyContentApplicationJsonSchemaPropertiesContextUpdates":{"type":"object","additionalProperties":true},"DocPathsApiWorkflowsInstancesIdAdvancePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"toStepId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdAdvancePostRequestBodyContentApplicationJsonSchemaPropertiesToStepId"},"triggerData":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdAdvancePostRequestBodyContentApplicationJsonSchemaPropertiesTriggerData"},"contextUpdates":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdAdvancePostRequestBodyContentApplicationJsonSchemaPropertiesContextUpdates"}},"additionalProperties":false},"DocPathsApiWorkflowsInstancesIdAdvancePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsInstancesIdAdvancePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesStatus":{"type":"string"},"DocPathsApiWorkflowsInstancesIdAdvancePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCurrentStepIdAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesIdAdvancePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCurrentStepIdAnyOf1":{"type":"string"},"DocPathsApiWorkflowsInstancesIdAdvancePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCurrentStepId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdAdvancePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCurrentStepIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdAdvancePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCurrentStepIdAnyOf1"}]},"DocPathsApiWorkflowsInstancesIdAdvancePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesPreviousStepIdAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesIdAdvancePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesPreviousStepIdAnyOf1":{"type":"string"},"DocPathsApiWorkflowsInstancesIdAdvancePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesPreviousStepId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdAdvancePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesPreviousStepIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdAdvancePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesPreviousStepIdAnyOf1"}]},"DocPathsApiWorkflowsInstancesIdAdvancePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesTransitionFiredAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesIdAdvancePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesTransitionFiredAnyOf1":{"type":"string"},"DocPathsApiWorkflowsInstancesIdAdvancePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesTransitionFired":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdAdvancePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesTransitionFiredAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdAdvancePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesTransitionFiredAnyOf1"}]},"DocPathsApiWorkflowsInstancesIdAdvancePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesContext":{},"DocPathsApiWorkflowsInstancesIdAdvancePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstance":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdAdvancePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesId"},"status":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdAdvancePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesStatus"},"currentStepId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdAdvancePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCurrentStepId"},"previousStepId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdAdvancePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesPreviousStepId"},"transitionFired":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdAdvancePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesTransitionFired"},"context":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdAdvancePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesContext"}},"required":["id","status","currentStepId","previousStepId","transitionFired","context"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesIdAdvancePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesExecution":{},"DocPathsApiWorkflowsInstancesIdAdvancePostResponses200ContentApplicationJsonSchemaPropertiesData":{"type":"object","properties":{"instance":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdAdvancePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstance"},"execution":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdAdvancePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesExecution"}},"required":["instance","execution"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesIdAdvancePostResponses200ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsApiWorkflowsInstancesIdAdvancePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdAdvancePostResponses200ContentApplicationJsonSchemaPropertiesData"},"message":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdAdvancePostResponses200ContentApplicationJsonSchemaPropertiesMessage"}},"required":["data","message"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesIdAdvancePostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsInstancesIdAdvancePostResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiWorkflowsInstancesIdAdvancePostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdAdvancePostResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdAdvancePostResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiWorkflowsInstancesIdAdvancePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsInstancesIdAdvancePostResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiWorkflowsInstancesIdAdvancePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdAdvancePostResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdAdvancePostResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiWorkflowsInstancesIdAdvancePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsInstancesIdAdvancePostResponses403ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiWorkflowsInstancesIdAdvancePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdAdvancePostResponses403ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdAdvancePostResponses403ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiWorkflowsInstancesIdAdvancePostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsInstancesIdAdvancePostResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiWorkflowsInstancesIdAdvancePostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdAdvancePostResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdAdvancePostResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiWorkflowsInstancesIdAdvancePostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsInstancesIdAdvancePostResponses500ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiWorkflowsInstancesIdAdvancePostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdAdvancePostResponses500ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdAdvancePostResponses500ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiWorkflowsInstancesIdCancelPostParameters0Schema":{"type":"string"},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDefinitionId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesWorkflowId":{"type":"string"},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesVersion":{"type":"number"},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesStatus":{"type":"string","enum":["RUNNING","PAUSED","COMPLETED","FAILED","CANCELLED","COMPENSATING","COMPENSATED","WAITING_FOR_ACTIVITIES"]},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCurrentStepId":{"type":"string"},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesContext":{},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCorrelationKeyAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCorrelationKeyAnyOf1":{"type":"string"},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCorrelationKey":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCorrelationKeyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCorrelationKeyAnyOf1"}]},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesMetadataAnyOf0"},{}]},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesStartedAt":{"type":"string"},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedAtAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedAtAnyOf1":{"type":"string"},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedAtAnyOf1"}]},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesPausedAtAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesPausedAtAnyOf1":{"type":"string"},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesPausedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesPausedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesPausedAtAnyOf1"}]},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCancelledAtAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCancelledAtAnyOf1":{"type":"string"},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCancelledAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCancelledAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCancelledAtAnyOf1"}]},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesErrorMessageAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesErrorMessageAnyOf1":{"type":"string"},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesErrorMessage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesErrorMessageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesErrorMessageAnyOf1"}]},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesErrorDetailsAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesErrorDetails":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesErrorDetailsAnyOf0"},{}]},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesPendingTransitionAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesPendingTransition":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesPendingTransitionAnyOf0"},{}]},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesRetryCount":{"type":"number"},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCreatedAt":{"type":"string"},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesUpdatedAt":{"type":"string"},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDeletedAtAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDeletedAtAnyOf1":{"type":"string"},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDeletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDeletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDeletedAtAnyOf1"}]},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesData":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesId"},"definitionId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDefinitionId"},"workflowId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesWorkflowId"},"version":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesVersion"},"status":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesStatus"},"currentStepId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCurrentStepId"},"context":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesContext"},"correlationKey":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCorrelationKey"},"metadata":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesMetadata"},"startedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesStartedAt"},"completedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedAt"},"pausedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesPausedAt"},"cancelledAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCancelledAt"},"errorMessage":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesErrorMessage"},"errorDetails":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesErrorDetails"},"pendingTransition":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesPendingTransition"},"retryCount":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesRetryCount"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesOrganizationId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesUpdatedAt"},"deletedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDeletedAt"}},"required":["id","definitionId","workflowId","version","status","currentStepId","context","startedAt","retryCount","tenantId","organizationId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesData"},"message":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesMessage"}},"required":["data","message"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesIdCancelPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsInstancesIdCancelPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesIdCancelPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsInstancesIdCancelPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesIdCancelPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsInstancesIdCancelPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesIdCancelPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsInstancesIdCancelPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesIdCancelPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsInstancesIdCancelPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdCancelPostResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesIdEventsGetParameters0Schema":{"type":"string"},"DocPathsApiWorkflowsInstancesIdEventsGetParameters1Schema":{"type":"string"},"DocPathsApiWorkflowsInstancesIdEventsGetParameters2Schema":{"type":"number"},"DocPathsApiWorkflowsInstancesIdEventsGetParameters3Schema":{"type":"number"},"DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesId":{"type":"string"},"DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesWorkflowInstanceId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesStepInstanceIdAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesStepInstanceIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesStepInstanceId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesStepInstanceIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesStepInstanceIdAnyOf1"}]},"DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesEventType":{"type":"string"},"DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesEventData":{},"DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesOccurredAt":{"type":"string"},"DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesUserIdAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesUserIdAnyOf1":{"type":"string"},"DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesUserIdAnyOf1"}]},"DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesId"},"workflowInstanceId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesWorkflowInstanceId"},"stepInstanceId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesStepInstanceId"},"eventType":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesEventType"},"eventData":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesEventData"},"occurredAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesOccurredAt"},"userId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesUserId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesOrganizationId"}},"required":["id","workflowInstanceId","eventType","eventData","occurredAt","tenantId","organizationId"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesData":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItems"}},"DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesPaginationPropertiesTotal":{"type":"number"},"DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesPaginationPropertiesLimit":{"type":"number"},"DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesPaginationPropertiesOffset":{"type":"number"},"DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesPaginationPropertiesHasMore":{"type":"boolean"},"DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesPagination":{"type":"object","properties":{"total":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesPaginationPropertiesTotal"},"limit":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesPaginationPropertiesLimit"},"offset":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesPaginationPropertiesOffset"},"hasMore":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesPaginationPropertiesHasMore"}},"required":["total","limit","offset","hasMore"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesData"},"pagination":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdEventsGetResponses200ContentApplicationJsonSchemaPropertiesPagination"}},"required":["data","pagination"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesIdEventsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsInstancesIdEventsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdEventsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesIdEventsGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsInstancesIdEventsGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdEventsGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesIdEventsGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsInstancesIdEventsGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdEventsGetResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesIdRetryPostParameters0Schema":{"type":"string"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesDefinitionId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesWorkflowId":{"type":"string"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesVersion":{"type":"number"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesStatus":{"type":"string","enum":["RUNNING","PAUSED","COMPLETED","FAILED","CANCELLED","COMPENSATING","COMPENSATED","WAITING_FOR_ACTIVITIES"]},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCurrentStepId":{"type":"string"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesContext":{},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCorrelationKeyAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCorrelationKeyAnyOf1":{"type":"string"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCorrelationKey":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCorrelationKeyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCorrelationKeyAnyOf1"}]},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesMetadataAnyOf0"},{}]},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesStartedAt":{"type":"string"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCompletedAtAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCompletedAtAnyOf1":{"type":"string"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCompletedAtAnyOf1"}]},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesPausedAtAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesPausedAtAnyOf1":{"type":"string"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesPausedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesPausedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesPausedAtAnyOf1"}]},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCancelledAtAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCancelledAtAnyOf1":{"type":"string"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCancelledAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCancelledAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCancelledAtAnyOf1"}]},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesErrorMessageAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesErrorMessageAnyOf1":{"type":"string"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesErrorMessage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesErrorMessageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesErrorMessageAnyOf1"}]},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesErrorDetailsAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesErrorDetails":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesErrorDetailsAnyOf0"},{}]},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesPendingTransitionAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesPendingTransition":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesPendingTransitionAnyOf0"},{}]},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesRetryCount":{"type":"number"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCreatedAt":{"type":"string"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesUpdatedAt":{"type":"string"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesDeletedAtAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesDeletedAtAnyOf1":{"type":"string"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesDeletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesDeletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesDeletedAtAnyOf1"}]},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstance":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesId"},"definitionId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesDefinitionId"},"workflowId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesWorkflowId"},"version":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesVersion"},"status":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesStatus"},"currentStepId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCurrentStepId"},"context":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesContext"},"correlationKey":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCorrelationKey"},"metadata":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesMetadata"},"startedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesStartedAt"},"completedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCompletedAt"},"pausedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesPausedAt"},"cancelledAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCancelledAt"},"errorMessage":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesErrorMessage"},"errorDetails":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesErrorDetails"},"pendingTransition":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesPendingTransition"},"retryCount":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesRetryCount"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesOrganizationId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesUpdatedAt"},"deletedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesDeletedAt"}},"required":["id","definitionId","workflowId","version","status","currentStepId","context","startedAt","retryCount","tenantId","organizationId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesExecutionPropertiesStatus":{"type":"string","enum":["RUNNING","PAUSED","COMPLETED","FAILED","CANCELLED","COMPENSATING","COMPENSATED","WAITING_FOR_ACTIVITIES"]},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesExecutionPropertiesCurrentStep":{"type":"string"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesExecutionPropertiesContext":{},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesExecutionPropertiesEventsItemsPropertiesEventType":{"type":"string"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesExecutionPropertiesEventsItemsPropertiesOccurredAt":{"type":"string"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesExecutionPropertiesEventsItemsPropertiesData":{},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesExecutionPropertiesEventsItems":{"type":"object","properties":{"eventType":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesExecutionPropertiesEventsItemsPropertiesEventType"},"occurredAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesExecutionPropertiesEventsItemsPropertiesOccurredAt"},"data":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesExecutionPropertiesEventsItemsPropertiesData"}},"required":["eventType","occurredAt"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesExecutionPropertiesEvents":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesExecutionPropertiesEventsItems"}},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesExecutionPropertiesErrorsItems":{"type":"string"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesExecutionPropertiesErrors":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesExecutionPropertiesErrorsItems"}},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesExecutionPropertiesExecutionTime":{"type":"number"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesExecution":{"type":"object","properties":{"status":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesExecutionPropertiesStatus"},"currentStep":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesExecutionPropertiesCurrentStep"},"context":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesExecutionPropertiesContext"},"events":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesExecutionPropertiesEvents"},"errors":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesExecutionPropertiesErrors"},"executionTime":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesExecutionPropertiesExecutionTime"}},"required":["status","currentStep","context","events","executionTime"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesData":{"type":"object","properties":{"instance":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesInstance"},"execution":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesExecution"}},"required":["instance","execution"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesData"},"message":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesMessage"}},"required":["data","message"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesIdRetryPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesIdRetryPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesIdRetryPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesIdRetryPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesIdRetryPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsInstancesIdRetryPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdRetryPostResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesIdGetParameters0Schema":{"type":"string"},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDefinitionId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesWorkflowId":{"type":"string"},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesVersion":{"type":"number"},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesStatus":{"type":"string","enum":["RUNNING","PAUSED","COMPLETED","FAILED","CANCELLED","COMPENSATING","COMPENSATED","WAITING_FOR_ACTIVITIES"]},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCurrentStepId":{"type":"string"},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesContext":{},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCorrelationKeyAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCorrelationKeyAnyOf1":{"type":"string"},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCorrelationKey":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCorrelationKeyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCorrelationKeyAnyOf1"}]},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesMetadataAnyOf0"},{}]},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesStartedAt":{"type":"string"},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedAtAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedAtAnyOf1":{"type":"string"},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedAtAnyOf1"}]},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesPausedAtAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesPausedAtAnyOf1":{"type":"string"},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesPausedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesPausedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesPausedAtAnyOf1"}]},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCancelledAtAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCancelledAtAnyOf1":{"type":"string"},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCancelledAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCancelledAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCancelledAtAnyOf1"}]},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesErrorMessageAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesErrorMessageAnyOf1":{"type":"string"},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesErrorMessage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesErrorMessageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesErrorMessageAnyOf1"}]},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesErrorDetailsAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesErrorDetails":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesErrorDetailsAnyOf0"},{}]},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesPendingTransitionAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesPendingTransition":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesPendingTransitionAnyOf0"},{}]},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesRetryCount":{"type":"number"},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCreatedAt":{"type":"string"},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesUpdatedAt":{"type":"string"},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDeletedAtAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDeletedAtAnyOf1":{"type":"string"},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDeletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDeletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDeletedAtAnyOf1"}]},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesData":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesId"},"definitionId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDefinitionId"},"workflowId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesWorkflowId"},"version":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesVersion"},"status":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesStatus"},"currentStepId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCurrentStepId"},"context":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesContext"},"correlationKey":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCorrelationKey"},"metadata":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesMetadata"},"startedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesStartedAt"},"completedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedAt"},"pausedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesPausedAt"},"cancelledAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCancelledAt"},"errorMessage":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesErrorMessage"},"errorDetails":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesErrorDetails"},"pendingTransition":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesPendingTransition"},"retryCount":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesRetryCount"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesOrganizationId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesUpdatedAt"},"deletedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDeletedAt"}},"required":["id","definitionId","workflowId","version","status","currentStepId","context","startedAt","retryCount","tenantId","organizationId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses200ContentApplicationJsonSchemaPropertiesData"}},"required":["data"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsInstancesIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsInstancesIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesIdGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsInstancesIdGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdGetResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesIdSignalPostParameters0Schema":{"type":"string"},"DocPathsApiWorkflowsInstancesIdSignalPostRequestBodyContentApplicationJsonSchemaPropertiesSignalName":{"type":"string"},"DocPathsApiWorkflowsInstancesIdSignalPostRequestBodyContentApplicationJsonSchemaPropertiesPayload":{"type":"object","additionalProperties":true},"DocPathsApiWorkflowsInstancesIdSignalPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"signalName":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdSignalPostRequestBodyContentApplicationJsonSchemaPropertiesSignalName"},"payload":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdSignalPostRequestBodyContentApplicationJsonSchemaPropertiesPayload"}},"required":["signalName"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesIdSignalPostResponses200ContentApplicationJsonSchemaPropertiesSuccess":{"type":"boolean"},"DocPathsApiWorkflowsInstancesIdSignalPostResponses200ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsApiWorkflowsInstancesIdSignalPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"success":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdSignalPostResponses200ContentApplicationJsonSchemaPropertiesSuccess"},"message":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdSignalPostResponses200ContentApplicationJsonSchemaPropertiesMessage"}},"required":["success","message"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesIdSignalPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsInstancesIdSignalPostResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiWorkflowsInstancesIdSignalPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdSignalPostResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdSignalPostResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiWorkflowsInstancesIdSignalPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsInstancesIdSignalPostResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiWorkflowsInstancesIdSignalPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdSignalPostResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdSignalPostResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiWorkflowsInstancesIdSignalPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsInstancesIdSignalPostResponses403ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiWorkflowsInstancesIdSignalPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdSignalPostResponses403ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdSignalPostResponses403ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiWorkflowsInstancesIdSignalPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsInstancesIdSignalPostResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiWorkflowsInstancesIdSignalPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdSignalPostResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdSignalPostResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiWorkflowsInstancesIdSignalPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsInstancesIdSignalPostResponses409ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiWorkflowsInstancesIdSignalPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdSignalPostResponses409ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdSignalPostResponses409ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiWorkflowsInstancesIdSignalPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsInstancesIdSignalPostResponses500ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiWorkflowsInstancesIdSignalPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdSignalPostResponses500ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesIdSignalPostResponses500ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiWorkflowsInstancesGetParameters0Schema":{"type":"string"},"DocPathsApiWorkflowsInstancesGetParameters1Schema":{"type":"string","enum":["RUNNING","PAUSED","COMPLETED","FAILED","CANCELLED","COMPENSATING","COMPENSATED","WAITING_FOR_ACTIVITIES"]},"DocPathsApiWorkflowsInstancesGetParameters2Schema":{"type":"string"},"DocPathsApiWorkflowsInstancesGetParameters3Schema":{"type":"string"},"DocPathsApiWorkflowsInstancesGetParameters4Schema":{"type":"string"},"DocPathsApiWorkflowsInstancesGetParameters5Schema":{"type":"number"},"DocPathsApiWorkflowsInstancesGetParameters6Schema":{"type":"number"},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDefinitionId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesWorkflowId":{"type":"string"},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesVersion":{"type":"number"},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesStatus":{"type":"string","enum":["RUNNING","PAUSED","COMPLETED","FAILED","CANCELLED","COMPENSATING","COMPENSATED","WAITING_FOR_ACTIVITIES"]},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCurrentStepId":{"type":"string"},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesContext":{},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCorrelationKeyAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCorrelationKeyAnyOf1":{"type":"string"},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCorrelationKey":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCorrelationKeyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCorrelationKeyAnyOf1"}]},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesMetadataAnyOf0"},{}]},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesStartedAt":{"type":"string"},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCompletedAtAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCompletedAtAnyOf1":{"type":"string"},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCompletedAtAnyOf1"}]},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPausedAtAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPausedAtAnyOf1":{"type":"string"},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPausedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPausedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPausedAtAnyOf1"}]},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCancelledAtAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCancelledAtAnyOf1":{"type":"string"},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCancelledAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCancelledAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCancelledAtAnyOf1"}]},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesErrorMessageAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesErrorMessageAnyOf1":{"type":"string"},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesErrorMessage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesErrorMessageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesErrorMessageAnyOf1"}]},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesErrorDetailsAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesErrorDetails":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesErrorDetailsAnyOf0"},{}]},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPendingTransitionAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPendingTransition":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPendingTransitionAnyOf0"},{}]},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesRetryCount":{"type":"number"},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDeletedAtAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDeletedAtAnyOf1":{"type":"string"},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDeletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDeletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDeletedAtAnyOf1"}]},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesId"},"definitionId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDefinitionId"},"workflowId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesWorkflowId"},"version":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesVersion"},"status":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesStatus"},"currentStepId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCurrentStepId"},"context":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesContext"},"correlationKey":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCorrelationKey"},"metadata":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesMetadata"},"startedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesStartedAt"},"completedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCompletedAt"},"pausedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPausedAt"},"cancelledAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCancelledAt"},"errorMessage":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesErrorMessage"},"errorDetails":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesErrorDetails"},"pendingTransition":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPendingTransition"},"retryCount":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesRetryCount"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesOrganizationId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesUpdatedAt"},"deletedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDeletedAt"}},"required":["id","definitionId","workflowId","version","status","currentStepId","context","startedAt","retryCount","tenantId","organizationId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesData":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesDataItems"}},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesPaginationPropertiesTotal":{"type":"number"},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesPaginationPropertiesLimit":{"type":"number"},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesPaginationPropertiesOffset":{"type":"number"},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesPaginationPropertiesHasMore":{"type":"boolean"},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesPagination":{"type":"object","properties":{"total":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesPaginationPropertiesTotal"},"limit":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesPaginationPropertiesLimit"},"offset":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesPaginationPropertiesOffset"},"hasMore":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesPaginationPropertiesHasMore"}},"required":["total","limit","offset","hasMore"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesData"},"pagination":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses200ContentApplicationJsonSchemaPropertiesPagination"}},"required":["data","pagination"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsInstancesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsInstancesGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesGetResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesPostRequestBodyContentApplicationJsonSchemaPropertiesWorkflowId":{"type":"string","minLength":1},"DocPathsApiWorkflowsInstancesPostRequestBodyContentApplicationJsonSchemaPropertiesVersion":{"type":"number"},"DocPathsApiWorkflowsInstancesPostRequestBodyContentApplicationJsonSchemaPropertiesCorrelationKey":{"type":"string"},"DocPathsApiWorkflowsInstancesPostRequestBodyContentApplicationJsonSchemaPropertiesInitialContext":{"type":"object","additionalProperties":true},"DocPathsApiWorkflowsInstancesPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataPropertiesEntityType":{"type":"string","maxLength":100},"DocPathsApiWorkflowsInstancesPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataPropertiesEntityId":{"type":"string","maxLength":255},"DocPathsApiWorkflowsInstancesPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataPropertiesInitiatedBy":{"type":"string","maxLength":255},"DocPathsApiWorkflowsInstancesPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataPropertiesLabelsAdditionalProperties":{"type":"string"},"DocPathsApiWorkflowsInstancesPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataPropertiesLabels":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataPropertiesLabelsAdditionalProperties"}},"DocPathsApiWorkflowsInstancesPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","properties":{"entityType":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataPropertiesEntityType"},"entityId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataPropertiesEntityId"},"initiatedBy":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataPropertiesInitiatedBy"},"labels":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataPropertiesLabels"}},"additionalProperties":false},"DocPathsApiWorkflowsInstancesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"workflowId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostRequestBodyContentApplicationJsonSchemaPropertiesWorkflowId"},"version":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostRequestBodyContentApplicationJsonSchemaPropertiesVersion"},"correlationKey":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostRequestBodyContentApplicationJsonSchemaPropertiesCorrelationKey"},"initialContext":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostRequestBodyContentApplicationJsonSchemaPropertiesInitialContext"},"metadata":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata"}},"required":["workflowId"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesDefinitionId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesWorkflowId":{"type":"string"},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesVersion":{"type":"number"},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesStatus":{"type":"string","enum":["RUNNING","PAUSED","COMPLETED","FAILED","CANCELLED","COMPENSATING","COMPENSATED","WAITING_FOR_ACTIVITIES"]},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCurrentStepId":{"type":"string"},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesContext":{},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCorrelationKeyAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCorrelationKeyAnyOf1":{"type":"string"},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCorrelationKey":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCorrelationKeyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCorrelationKeyAnyOf1"}]},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesMetadataAnyOf0"},{}]},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesStartedAt":{"type":"string"},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCompletedAtAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCompletedAtAnyOf1":{"type":"string"},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCompletedAtAnyOf1"}]},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesPausedAtAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesPausedAtAnyOf1":{"type":"string"},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesPausedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesPausedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesPausedAtAnyOf1"}]},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCancelledAtAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCancelledAtAnyOf1":{"type":"string"},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCancelledAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCancelledAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCancelledAtAnyOf1"}]},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesErrorMessageAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesErrorMessageAnyOf1":{"type":"string"},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesErrorMessage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesErrorMessageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesErrorMessageAnyOf1"}]},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesErrorDetailsAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesErrorDetails":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesErrorDetailsAnyOf0"},{}]},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesPendingTransitionAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesPendingTransition":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesPendingTransitionAnyOf0"},{}]},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesRetryCount":{"type":"number"},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCreatedAt":{"type":"string"},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesUpdatedAt":{"type":"string"},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesDeletedAtAnyOf0":{"type":"null"},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesDeletedAtAnyOf1":{"type":"string"},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesDeletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesDeletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesDeletedAtAnyOf1"}]},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstance":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesId"},"definitionId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesDefinitionId"},"workflowId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesWorkflowId"},"version":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesVersion"},"status":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesStatus"},"currentStepId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCurrentStepId"},"context":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesContext"},"correlationKey":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCorrelationKey"},"metadata":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesMetadata"},"startedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesStartedAt"},"completedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCompletedAt"},"pausedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesPausedAt"},"cancelledAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCancelledAt"},"errorMessage":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesErrorMessage"},"errorDetails":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesErrorDetails"},"pendingTransition":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesPendingTransition"},"retryCount":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesRetryCount"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesOrganizationId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesUpdatedAt"},"deletedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstancePropertiesDeletedAt"}},"required":["id","definitionId","workflowId","version","status","currentStepId","context","startedAt","retryCount","tenantId","organizationId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesExecutionPropertiesStatus":{"type":"string","enum":["RUNNING","PAUSED","COMPLETED","FAILED","CANCELLED","COMPENSATING","COMPENSATED","WAITING_FOR_ACTIVITIES"]},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesExecutionPropertiesCurrentStep":{"type":"string"},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesExecutionPropertiesMessage":{"type":"string"},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesExecution":{"type":"object","properties":{"status":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesExecutionPropertiesStatus"},"currentStep":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesExecutionPropertiesCurrentStep"},"message":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesExecutionPropertiesMessage"}},"required":["status","currentStep","message"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesData":{"type":"object","properties":{"instance":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesInstance"},"execution":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesExecution"}},"required":["instance","execution"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesData"},"message":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses201ContentApplicationJsonSchemaPropertiesMessage"}},"required":["data","message"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsInstancesPostResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiWorkflowsInstancesPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsInstancesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsInstancesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsInstancesPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsInstancesPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesPostResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesValidateStartPostRequestBodyContentApplicationJsonSchemaPropertiesWorkflowId":{"type":"string","minLength":1},"DocPathsApiWorkflowsInstancesValidateStartPostRequestBodyContentApplicationJsonSchemaPropertiesVersion":{"type":"number"},"DocPathsApiWorkflowsInstancesValidateStartPostRequestBodyContentApplicationJsonSchemaPropertiesContext":{"type":"object","additionalProperties":true},"DocPathsApiWorkflowsInstancesValidateStartPostRequestBodyContentApplicationJsonSchemaPropertiesLocale":{"type":"string"},"DocPathsApiWorkflowsInstancesValidateStartPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"workflowId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesValidateStartPostRequestBodyContentApplicationJsonSchemaPropertiesWorkflowId"},"version":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesValidateStartPostRequestBodyContentApplicationJsonSchemaPropertiesVersion"},"context":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesValidateStartPostRequestBodyContentApplicationJsonSchemaPropertiesContext"},"locale":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesValidateStartPostRequestBodyContentApplicationJsonSchemaPropertiesLocale"}},"required":["workflowId"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesValidateStartPostResponses200ContentApplicationJsonSchemaPropertiesCanStart":{"type":"boolean"},"DocPathsApiWorkflowsInstancesValidateStartPostResponses200ContentApplicationJsonSchemaPropertiesWorkflowId":{"type":"string"},"DocPathsApiWorkflowsInstancesValidateStartPostResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesRuleId":{"type":"string"},"DocPathsApiWorkflowsInstancesValidateStartPostResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesMessage":{"type":"string"},"DocPathsApiWorkflowsInstancesValidateStartPostResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesCode":{"type":"string"},"DocPathsApiWorkflowsInstancesValidateStartPostResponses200ContentApplicationJsonSchemaPropertiesErrorsItems":{"type":"object","properties":{"ruleId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesValidateStartPostResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesRuleId"},"message":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesValidateStartPostResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesMessage"},"code":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesValidateStartPostResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesCode"}},"required":["ruleId","message","code"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesValidateStartPostResponses200ContentApplicationJsonSchemaPropertiesErrors":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesValidateStartPostResponses200ContentApplicationJsonSchemaPropertiesErrorsItems"}},"DocPathsApiWorkflowsInstancesValidateStartPostResponses200ContentApplicationJsonSchemaPropertiesValidatedRulesItemsPropertiesRuleId":{"type":"string"},"DocPathsApiWorkflowsInstancesValidateStartPostResponses200ContentApplicationJsonSchemaPropertiesValidatedRulesItemsPropertiesPassed":{"type":"boolean"},"DocPathsApiWorkflowsInstancesValidateStartPostResponses200ContentApplicationJsonSchemaPropertiesValidatedRulesItemsPropertiesExecutionTime":{"type":"number"},"DocPathsApiWorkflowsInstancesValidateStartPostResponses200ContentApplicationJsonSchemaPropertiesValidatedRulesItems":{"type":"object","properties":{"ruleId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesValidateStartPostResponses200ContentApplicationJsonSchemaPropertiesValidatedRulesItemsPropertiesRuleId"},"passed":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesValidateStartPostResponses200ContentApplicationJsonSchemaPropertiesValidatedRulesItemsPropertiesPassed"},"executionTime":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesValidateStartPostResponses200ContentApplicationJsonSchemaPropertiesValidatedRulesItemsPropertiesExecutionTime"}},"required":["ruleId","passed"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesValidateStartPostResponses200ContentApplicationJsonSchemaPropertiesValidatedRules":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesValidateStartPostResponses200ContentApplicationJsonSchemaPropertiesValidatedRulesItems"}},"DocPathsApiWorkflowsInstancesValidateStartPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"canStart":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesValidateStartPostResponses200ContentApplicationJsonSchemaPropertiesCanStart"},"workflowId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesValidateStartPostResponses200ContentApplicationJsonSchemaPropertiesWorkflowId"},"errors":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesValidateStartPostResponses200ContentApplicationJsonSchemaPropertiesErrors"},"validatedRules":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesValidateStartPostResponses200ContentApplicationJsonSchemaPropertiesValidatedRules"}},"required":["canStart","workflowId"],"additionalProperties":false},"DocPathsApiWorkflowsInstancesValidateStartPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsInstancesValidateStartPostResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiWorkflowsInstancesValidateStartPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesValidateStartPostResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesValidateStartPostResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiWorkflowsInstancesValidateStartPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsInstancesValidateStartPostResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiWorkflowsInstancesValidateStartPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesValidateStartPostResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesValidateStartPostResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiWorkflowsInstancesValidateStartPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsInstancesValidateStartPostResponses500ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiWorkflowsInstancesValidateStartPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesValidateStartPostResponses500ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiWorkflowsInstancesValidateStartPostResponses500ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiWorkflowsSignalsPostRequestBodyContentApplicationJsonSchemaPropertiesCorrelationKey":{"type":"string","minLength":1},"DocPathsApiWorkflowsSignalsPostRequestBodyContentApplicationJsonSchemaPropertiesSignalName":{"type":"string","minLength":1},"DocPathsApiWorkflowsSignalsPostRequestBodyContentApplicationJsonSchemaPropertiesPayload":{"type":"object","additionalProperties":true},"DocPathsApiWorkflowsSignalsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"correlationKey":{"$ref":"#/components/schemas/DocPathsApiWorkflowsSignalsPostRequestBodyContentApplicationJsonSchemaPropertiesCorrelationKey"},"signalName":{"$ref":"#/components/schemas/DocPathsApiWorkflowsSignalsPostRequestBodyContentApplicationJsonSchemaPropertiesSignalName"},"payload":{"$ref":"#/components/schemas/DocPathsApiWorkflowsSignalsPostRequestBodyContentApplicationJsonSchemaPropertiesPayload"}},"required":["correlationKey","signalName"],"additionalProperties":false},"DocPathsApiWorkflowsSignalsPostResponses200ContentApplicationJsonSchemaPropertiesSuccess":{"type":"boolean"},"DocPathsApiWorkflowsSignalsPostResponses200ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsApiWorkflowsSignalsPostResponses200ContentApplicationJsonSchemaPropertiesCount":{"type":"number"},"DocPathsApiWorkflowsSignalsPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"success":{"$ref":"#/components/schemas/DocPathsApiWorkflowsSignalsPostResponses200ContentApplicationJsonSchemaPropertiesSuccess"},"message":{"$ref":"#/components/schemas/DocPathsApiWorkflowsSignalsPostResponses200ContentApplicationJsonSchemaPropertiesMessage"},"count":{"$ref":"#/components/schemas/DocPathsApiWorkflowsSignalsPostResponses200ContentApplicationJsonSchemaPropertiesCount"}},"required":["success","message","count"],"additionalProperties":false},"DocPathsApiWorkflowsSignalsPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsSignalsPostResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiWorkflowsSignalsPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsSignalsPostResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiWorkflowsSignalsPostResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiWorkflowsSignalsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsSignalsPostResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiWorkflowsSignalsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsSignalsPostResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiWorkflowsSignalsPostResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiWorkflowsSignalsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsSignalsPostResponses403ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiWorkflowsSignalsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsSignalsPostResponses403ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiWorkflowsSignalsPostResponses403ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiWorkflowsSignalsPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsSignalsPostResponses500ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiWorkflowsSignalsPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsSignalsPostResponses500ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiWorkflowsSignalsPostResponses500ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiWorkflowsTasksIdClaimPostParameters0Schema":{"type":"string"},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesWorkflowInstanceId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesStepInstanceId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesTaskName":{"type":"string"},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDescriptionAnyOf1"}]},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesStatus":{"type":"string","enum":["PENDING","IN_PROGRESS","COMPLETED","CANCELLED","ESCALATED"]},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesFormSchemaAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesFormSchema":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesFormSchemaAnyOf0"},{}]},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesFormDataAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesFormData":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesFormDataAnyOf0"},{}]},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedToAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedToAnyOf1":{"type":"string"},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedTo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedToAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedToAnyOf1"}]},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedToRolesAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedToRolesAnyOf1Items":{"type":"string"},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedToRolesAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedToRolesAnyOf1Items"}},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedToRoles":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedToRolesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedToRolesAnyOf1"}]},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesClaimedByAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesClaimedByAnyOf1":{"type":"string"},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesClaimedBy":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesClaimedByAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesClaimedByAnyOf1"}]},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesClaimedAtAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesClaimedAtAnyOf1":{"type":"string"},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesClaimedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesClaimedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesClaimedAtAnyOf1"}]},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDueDateAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDueDateAnyOf1":{"type":"string"},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDueDate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDueDateAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDueDateAnyOf1"}]},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesEscalatedAtAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesEscalatedAtAnyOf1":{"type":"string"},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesEscalatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesEscalatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesEscalatedAtAnyOf1"}]},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesEscalatedToAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesEscalatedToAnyOf1":{"type":"string"},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesEscalatedTo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesEscalatedToAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesEscalatedToAnyOf1"}]},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedByAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedByAnyOf1":{"type":"string"},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedBy":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedByAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedByAnyOf1"}]},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedAtAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedAtAnyOf1":{"type":"string"},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedAtAnyOf1"}]},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCreatedAt":{"type":"string"},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesUpdatedAt":{"type":"string"},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesData":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesId"},"workflowInstanceId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesWorkflowInstanceId"},"stepInstanceId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesStepInstanceId"},"taskName":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesTaskName"},"description":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDescription"},"status":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesStatus"},"formSchema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesFormSchema"},"formData":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesFormData"},"assignedTo":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedTo"},"assignedToRoles":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedToRoles"},"claimedBy":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesClaimedBy"},"claimedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesClaimedAt"},"dueDate":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDueDate"},"escalatedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesEscalatedAt"},"escalatedTo":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesEscalatedTo"},"completedBy":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedBy"},"completedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedAt"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesOrganizationId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesUpdatedAt"}},"required":["id","workflowInstanceId","stepInstanceId","taskName","status","tenantId","organizationId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesData"},"message":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses200ContentApplicationJsonSchemaPropertiesMessage"}},"required":["data","message"],"additionalProperties":false},"DocPathsApiWorkflowsTasksIdClaimPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsTasksIdClaimPostResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiWorkflowsTasksIdClaimPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiWorkflowsTasksIdClaimPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsTasksIdClaimPostResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiWorkflowsTasksIdClaimPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiWorkflowsTasksIdClaimPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsTasksIdClaimPostResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiWorkflowsTasksIdClaimPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiWorkflowsTasksIdClaimPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsTasksIdClaimPostResponses409ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiWorkflowsTasksIdClaimPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses409ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses409ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiWorkflowsTasksIdClaimPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsTasksIdClaimPostResponses500ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiWorkflowsTasksIdClaimPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses500ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdClaimPostResponses500ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiWorkflowsTasksIdCompletePostParameters0Schema":{"type":"string"},"DocPathsApiWorkflowsTasksIdCompletePostRequestBodyContentApplicationJsonSchemaPropertiesFormData":{"type":"object","additionalProperties":true},"DocPathsApiWorkflowsTasksIdCompletePostRequestBodyContentApplicationJsonSchemaPropertiesComments":{"type":"string"},"DocPathsApiWorkflowsTasksIdCompletePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"formData":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostRequestBodyContentApplicationJsonSchemaPropertiesFormData"},"comments":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostRequestBodyContentApplicationJsonSchemaPropertiesComments"}},"required":["formData"],"additionalProperties":false},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesWorkflowInstanceId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesStepInstanceId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesTaskName":{"type":"string"},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDescriptionAnyOf1"}]},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesStatus":{"type":"string","enum":["PENDING","IN_PROGRESS","COMPLETED","CANCELLED","ESCALATED"]},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesFormSchemaAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesFormSchema":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesFormSchemaAnyOf0"},{}]},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesFormDataAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesFormData":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesFormDataAnyOf0"},{}]},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedToAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedToAnyOf1":{"type":"string"},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedTo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedToAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedToAnyOf1"}]},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedToRolesAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedToRolesAnyOf1Items":{"type":"string"},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedToRolesAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedToRolesAnyOf1Items"}},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedToRoles":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedToRolesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedToRolesAnyOf1"}]},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesClaimedByAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesClaimedByAnyOf1":{"type":"string"},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesClaimedBy":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesClaimedByAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesClaimedByAnyOf1"}]},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesClaimedAtAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesClaimedAtAnyOf1":{"type":"string"},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesClaimedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesClaimedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesClaimedAtAnyOf1"}]},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDueDateAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDueDateAnyOf1":{"type":"string"},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDueDate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDueDateAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDueDateAnyOf1"}]},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesEscalatedAtAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesEscalatedAtAnyOf1":{"type":"string"},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesEscalatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesEscalatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesEscalatedAtAnyOf1"}]},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesEscalatedToAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesEscalatedToAnyOf1":{"type":"string"},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesEscalatedTo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesEscalatedToAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesEscalatedToAnyOf1"}]},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedByAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedByAnyOf1":{"type":"string"},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedBy":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedByAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedByAnyOf1"}]},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedAtAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedAtAnyOf1":{"type":"string"},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedAtAnyOf1"}]},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCreatedAt":{"type":"string"},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesUpdatedAt":{"type":"string"},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesData":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesId"},"workflowInstanceId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesWorkflowInstanceId"},"stepInstanceId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesStepInstanceId"},"taskName":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesTaskName"},"description":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDescription"},"status":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesStatus"},"formSchema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesFormSchema"},"formData":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesFormData"},"assignedTo":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedTo"},"assignedToRoles":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedToRoles"},"claimedBy":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesClaimedBy"},"claimedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesClaimedAt"},"dueDate":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDueDate"},"escalatedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesEscalatedAt"},"escalatedTo":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesEscalatedTo"},"completedBy":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedBy"},"completedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedAt"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesOrganizationId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesUpdatedAt"}},"required":["id","workflowInstanceId","stepInstanceId","taskName","status","tenantId","organizationId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesData"},"message":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses200ContentApplicationJsonSchemaPropertiesMessage"}},"required":["data","message"],"additionalProperties":false},"DocPathsApiWorkflowsTasksIdCompletePostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsTasksIdCompletePostResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiWorkflowsTasksIdCompletePostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiWorkflowsTasksIdCompletePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsTasksIdCompletePostResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiWorkflowsTasksIdCompletePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiWorkflowsTasksIdCompletePostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsTasksIdCompletePostResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiWorkflowsTasksIdCompletePostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiWorkflowsTasksIdCompletePostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsTasksIdCompletePostResponses409ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiWorkflowsTasksIdCompletePostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses409ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses409ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiWorkflowsTasksIdCompletePostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsTasksIdCompletePostResponses500ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiWorkflowsTasksIdCompletePostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses500ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdCompletePostResponses500ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiWorkflowsTasksIdGetParameters0Schema":{"type":"string"},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesWorkflowInstanceId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesStepInstanceId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesTaskName":{"type":"string"},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDescriptionAnyOf1"}]},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesStatus":{"type":"string","enum":["PENDING","IN_PROGRESS","COMPLETED","CANCELLED","ESCALATED"]},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesFormSchemaAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesFormSchema":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesFormSchemaAnyOf0"},{}]},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesFormDataAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesFormData":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesFormDataAnyOf0"},{}]},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedToAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedToAnyOf1":{"type":"string"},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedTo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedToAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedToAnyOf1"}]},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedToRolesAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedToRolesAnyOf1Items":{"type":"string"},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedToRolesAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedToRolesAnyOf1Items"}},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedToRoles":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedToRolesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedToRolesAnyOf1"}]},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesClaimedByAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesClaimedByAnyOf1":{"type":"string"},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesClaimedBy":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesClaimedByAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesClaimedByAnyOf1"}]},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesClaimedAtAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesClaimedAtAnyOf1":{"type":"string"},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesClaimedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesClaimedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesClaimedAtAnyOf1"}]},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDueDateAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDueDateAnyOf1":{"type":"string"},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDueDate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDueDateAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDueDateAnyOf1"}]},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesEscalatedAtAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesEscalatedAtAnyOf1":{"type":"string"},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesEscalatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesEscalatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesEscalatedAtAnyOf1"}]},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesEscalatedToAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesEscalatedToAnyOf1":{"type":"string"},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesEscalatedTo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesEscalatedToAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesEscalatedToAnyOf1"}]},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedByAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedByAnyOf1":{"type":"string"},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedBy":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedByAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedByAnyOf1"}]},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedAtAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedAtAnyOf1":{"type":"string"},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedAtAnyOf1"}]},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCreatedAt":{"type":"string"},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesUpdatedAt":{"type":"string"},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesData":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesId"},"workflowInstanceId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesWorkflowInstanceId"},"stepInstanceId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesStepInstanceId"},"taskName":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesTaskName"},"description":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDescription"},"status":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesStatus"},"formSchema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesFormSchema"},"formData":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesFormData"},"assignedTo":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedTo"},"assignedToRoles":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAssignedToRoles"},"claimedBy":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesClaimedBy"},"claimedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesClaimedAt"},"dueDate":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesDueDate"},"escalatedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesEscalatedAt"},"escalatedTo":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesEscalatedTo"},"completedBy":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedBy"},"completedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompletedAt"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesOrganizationId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesUpdatedAt"}},"required":["id","workflowInstanceId","stepInstanceId","taskName","status","tenantId","organizationId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses200ContentApplicationJsonSchemaPropertiesData"}},"required":["data"],"additionalProperties":false},"DocPathsApiWorkflowsTasksIdGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsTasksIdGetResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiWorkflowsTasksIdGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiWorkflowsTasksIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsTasksIdGetResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiWorkflowsTasksIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiWorkflowsTasksIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsTasksIdGetResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiWorkflowsTasksIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiWorkflowsTasksIdGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsTasksIdGetResponses500ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiWorkflowsTasksIdGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses500ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksIdGetResponses500ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiWorkflowsTasksGetParameters0Schema":{"type":"string"},"DocPathsApiWorkflowsTasksGetParameters1Schema":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsTasksGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsTasksGetParameters3Schema":{"type":"boolean"},"DocPathsApiWorkflowsTasksGetParameters4Schema":{"type":"boolean"},"DocPathsApiWorkflowsTasksGetParameters5Schema":{"type":"number"},"DocPathsApiWorkflowsTasksGetParameters6Schema":{"type":"number"},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesWorkflowInstanceId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesStepInstanceId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesTaskName":{"type":"string"},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesStatus":{"type":"string","enum":["PENDING","IN_PROGRESS","COMPLETED","CANCELLED","ESCALATED"]},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesFormSchemaAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesFormSchema":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesFormSchemaAnyOf0"},{}]},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesFormDataAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesFormData":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesFormDataAnyOf0"},{}]},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesAssignedToAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesAssignedToAnyOf1":{"type":"string"},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesAssignedTo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesAssignedToAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesAssignedToAnyOf1"}]},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesAssignedToRolesAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesAssignedToRolesAnyOf1Items":{"type":"string"},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesAssignedToRolesAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesAssignedToRolesAnyOf1Items"}},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesAssignedToRoles":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesAssignedToRolesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesAssignedToRolesAnyOf1"}]},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesClaimedByAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesClaimedByAnyOf1":{"type":"string"},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesClaimedBy":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesClaimedByAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesClaimedByAnyOf1"}]},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesClaimedAtAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesClaimedAtAnyOf1":{"type":"string"},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesClaimedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesClaimedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesClaimedAtAnyOf1"}]},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDueDateAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDueDateAnyOf1":{"type":"string"},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDueDate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDueDateAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDueDateAnyOf1"}]},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesEscalatedAtAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesEscalatedAtAnyOf1":{"type":"string"},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesEscalatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesEscalatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesEscalatedAtAnyOf1"}]},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesEscalatedToAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesEscalatedToAnyOf1":{"type":"string"},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesEscalatedTo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesEscalatedToAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesEscalatedToAnyOf1"}]},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCompletedByAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCompletedByAnyOf1":{"type":"string"},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCompletedBy":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCompletedByAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCompletedByAnyOf1"}]},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCompletedAtAnyOf0":{"type":"null"},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCompletedAtAnyOf1":{"type":"string"},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCompletedAtAnyOf1"}]},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesId"},"workflowInstanceId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesWorkflowInstanceId"},"stepInstanceId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesStepInstanceId"},"taskName":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesTaskName"},"description":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDescription"},"status":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesStatus"},"formSchema":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesFormSchema"},"formData":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesFormData"},"assignedTo":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesAssignedTo"},"assignedToRoles":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesAssignedToRoles"},"claimedBy":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesClaimedBy"},"claimedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesClaimedAt"},"dueDate":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDueDate"},"escalatedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesEscalatedAt"},"escalatedTo":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesEscalatedTo"},"completedBy":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCompletedBy"},"completedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCompletedAt"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesOrganizationId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesUpdatedAt"}},"required":["id","workflowInstanceId","stepInstanceId","taskName","status","tenantId","organizationId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesData":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesDataItems"}},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesPaginationPropertiesTotal":{"type":"number"},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesPaginationPropertiesLimit":{"type":"number"},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesPaginationPropertiesOffset":{"type":"number"},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesPaginationPropertiesHasMore":{"type":"boolean"},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesPagination":{"type":"object","properties":{"total":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesPaginationPropertiesTotal"},"limit":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesPaginationPropertiesLimit"},"offset":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesPaginationPropertiesOffset"},"hasMore":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesPaginationPropertiesHasMore"}},"required":["total","limit","offset","hasMore"],"additionalProperties":false},"DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesData"},"pagination":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses200ContentApplicationJsonSchemaPropertiesPagination"}},"required":["data","pagination"],"additionalProperties":false},"DocPathsApiWorkflowsTasksGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsTasksGetResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiWorkflowsTasksGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiWorkflowsTasksGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsTasksGetResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiWorkflowsTasksGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiWorkflowsTasksGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWorkflowsTasksGetResponses500ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiWorkflowsTasksGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses500ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiWorkflowsTasksGetResponses500ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsApiSearchEmbeddingsReindexCancelPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSearchEmbeddingsReindexCancelPostResponses200ContentApplicationJsonSchemaPropertiesJobsRemoved":{"type":"number"},"DocPathsApiSearchEmbeddingsReindexCancelPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexCancelPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"jobsRemoved":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexCancelPostResponses200ContentApplicationJsonSchemaPropertiesJobsRemoved"}},"required":["ok","jobsRemoved"],"additionalProperties":false},"DocPathsApiSearchEmbeddingsReindexCancelPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchEmbeddingsReindexCancelPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexCancelPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchEmbeddingsReindexCancelPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchEmbeddingsReindexCancelPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexCancelPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchEmbeddingsReindexPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string"},"DocPathsApiSearchEmbeddingsReindexPostRequestBodyContentApplicationJsonSchemaPropertiesPurgeFirst":{"type":"boolean"},"DocPathsApiSearchEmbeddingsReindexPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"entityId":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"purgeFirst":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexPostRequestBodyContentApplicationJsonSchemaPropertiesPurgeFirst"}},"additionalProperties":false},"DocPathsApiSearchEmbeddingsReindexPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSearchEmbeddingsReindexPostResponses200ContentApplicationJsonSchemaPropertiesRecordsIndexed":{"type":"number"},"DocPathsApiSearchEmbeddingsReindexPostResponses200ContentApplicationJsonSchemaPropertiesJobsEnqueued":{"type":"number"},"DocPathsApiSearchEmbeddingsReindexPostResponses200ContentApplicationJsonSchemaPropertiesEntitiesProcessed":{"type":"number"},"DocPathsApiSearchEmbeddingsReindexPostResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesEntityId":{"type":"string"},"DocPathsApiSearchEmbeddingsReindexPostResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesError":{"type":"string"},"DocPathsApiSearchEmbeddingsReindexPostResponses200ContentApplicationJsonSchemaPropertiesErrorsItems":{"type":"object","properties":{"entityId":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexPostResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesEntityId"},"error":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexPostResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesError"}},"required":["entityId","error"],"additionalProperties":false},"DocPathsApiSearchEmbeddingsReindexPostResponses200ContentApplicationJsonSchemaPropertiesErrors":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexPostResponses200ContentApplicationJsonSchemaPropertiesErrorsItems"}},"DocPathsApiSearchEmbeddingsReindexPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"recordsIndexed":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexPostResponses200ContentApplicationJsonSchemaPropertiesRecordsIndexed"},"jobsEnqueued":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexPostResponses200ContentApplicationJsonSchemaPropertiesJobsEnqueued"},"entitiesProcessed":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexPostResponses200ContentApplicationJsonSchemaPropertiesEntitiesProcessed"},"errors":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexPostResponses200ContentApplicationJsonSchemaPropertiesErrors"}},"required":["ok"],"additionalProperties":false},"DocPathsApiSearchEmbeddingsReindexPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchEmbeddingsReindexPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchEmbeddingsReindexPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchEmbeddingsReindexPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesType":{"type":"string","enum":["fulltext","vector"]},"DocPathsApiSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesAction":{"type":"string"},"DocPathsApiSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesStartedAt":{"type":"string"},"DocPathsApiSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesElapsedMinutes":{"type":"number"},"DocPathsApiSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesProcessedCountAnyOf0":{"type":"null"},"DocPathsApiSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesProcessedCountAnyOf1":{"type":"number"},"DocPathsApiSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesProcessedCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesProcessedCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesProcessedCountAnyOf1"}]},"DocPathsApiSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesTotalCountAnyOf0":{"type":"null"},"DocPathsApiSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesTotalCountAnyOf1":{"type":"number"},"DocPathsApiSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesTotalCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesTotalCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesTotalCountAnyOf1"}]},"DocPathsApiSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLock":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesType"},"action":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesAction"},"startedAt":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesStartedAt"},"elapsedMinutes":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesElapsedMinutes"},"processedCount":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesProcessedCount"},"totalCount":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesTotalCount"}},"required":["type","action","startedAt","elapsedMinutes"],"additionalProperties":false},"DocPathsApiSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesError"},"lock":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLock"}},"required":["error","lock"],"additionalProperties":false},"DocPathsApiSearchEmbeddingsReindexPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchEmbeddingsReindexPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexPostResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchEmbeddingsReindexPostResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchEmbeddingsReindexPostResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsReindexPostResponses503ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesOpenaiConfigured":{"type":"boolean"},"DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesAutoIndexingEnabled":{"type":"boolean"},"DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesAutoIndexingLocked":{"type":"boolean"},"DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesLockReasonAnyOf0":{"type":"null"},"DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesLockReasonAnyOf1":{"type":"string"},"DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesLockReason":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesLockReasonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesLockReasonAnyOf1"}]},"DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf0":{"type":"null"},"DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesProviderId":{"type":"string","enum":["openai","google","mistral","cohere","bedrock","ollama"]},"DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesModel":{"type":"string"},"DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesDimension":{"type":"number"},"DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesOutputDimensionality":{"type":"number"},"DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesBaseUrl":{"type":"string"},"DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesUpdatedAt":{"type":"string"},"DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1":{"type":"object","properties":{"providerId":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesProviderId"},"model":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesModel"},"dimension":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesDimension"},"outputDimensionality":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesOutputDimensionality"},"baseUrl":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesBaseUrl"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesUpdatedAt"}},"required":["providerId","model","dimension"],"additionalProperties":false},"DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfig":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1"}]},"DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesConfiguredProvidersItems":{"type":"string","enum":["openai","google","mistral","cohere","bedrock","ollama"]},"DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesConfiguredProviders":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesConfiguredProvidersItems"}},"DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesIndexedDimensionAnyOf0":{"type":"null"},"DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesIndexedDimensionAnyOf1":{"type":"number"},"DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesIndexedDimension":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesIndexedDimensionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesIndexedDimensionAnyOf1"}]},"DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexRequired":{"type":"boolean"},"DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesDocumentCountAnyOf0":{"type":"null"},"DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesDocumentCountAnyOf1":{"type":"number"},"DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesDocumentCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesDocumentCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesDocumentCountAnyOf1"}]},"DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettings":{"type":"object","properties":{"openaiConfigured":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesOpenaiConfigured"},"autoIndexingEnabled":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesAutoIndexingEnabled"},"autoIndexingLocked":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesAutoIndexingLocked"},"lockReason":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesLockReason"},"embeddingConfig":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfig"},"configuredProviders":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesConfiguredProviders"},"indexedDimension":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesIndexedDimension"},"reindexRequired":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexRequired"},"documentCount":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesDocumentCount"}},"required":["openaiConfigured","autoIndexingEnabled","autoIndexingLocked","lockReason","embeddingConfig","configuredProviders","indexedDimension","reindexRequired","documentCount"],"additionalProperties":false},"DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"settings":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettings"}},"required":["settings"],"additionalProperties":false},"DocPathsApiSearchEmbeddingsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchEmbeddingsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchEmbeddingsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchEmbeddingsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchEmbeddingsPostRequestBodyContentApplicationJsonSchemaPropertiesAutoIndexingEnabled":{"type":"boolean"},"DocPathsApiSearchEmbeddingsPostRequestBodyContentApplicationJsonSchemaPropertiesEmbeddingConfigPropertiesProviderId":{"type":"string","enum":["openai","google","mistral","cohere","bedrock","ollama"]},"DocPathsApiSearchEmbeddingsPostRequestBodyContentApplicationJsonSchemaPropertiesEmbeddingConfigPropertiesModel":{"type":"string"},"DocPathsApiSearchEmbeddingsPostRequestBodyContentApplicationJsonSchemaPropertiesEmbeddingConfigPropertiesDimension":{"type":"number"},"DocPathsApiSearchEmbeddingsPostRequestBodyContentApplicationJsonSchemaPropertiesEmbeddingConfigPropertiesOutputDimensionality":{"type":"number"},"DocPathsApiSearchEmbeddingsPostRequestBodyContentApplicationJsonSchemaPropertiesEmbeddingConfigPropertiesBaseUrl":{"type":"string"},"DocPathsApiSearchEmbeddingsPostRequestBodyContentApplicationJsonSchemaPropertiesEmbeddingConfig":{"type":"object","properties":{"providerId":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostRequestBodyContentApplicationJsonSchemaPropertiesEmbeddingConfigPropertiesProviderId"},"model":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostRequestBodyContentApplicationJsonSchemaPropertiesEmbeddingConfigPropertiesModel"},"dimension":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostRequestBodyContentApplicationJsonSchemaPropertiesEmbeddingConfigPropertiesDimension"},"outputDimensionality":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostRequestBodyContentApplicationJsonSchemaPropertiesEmbeddingConfigPropertiesOutputDimensionality"},"baseUrl":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostRequestBodyContentApplicationJsonSchemaPropertiesEmbeddingConfigPropertiesBaseUrl"}},"required":["providerId","model","dimension"],"additionalProperties":false},"DocPathsApiSearchEmbeddingsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"autoIndexingEnabled":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostRequestBodyContentApplicationJsonSchemaPropertiesAutoIndexingEnabled"},"embeddingConfig":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostRequestBodyContentApplicationJsonSchemaPropertiesEmbeddingConfig"}},"additionalProperties":false},"DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesOpenaiConfigured":{"type":"boolean"},"DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesAutoIndexingEnabled":{"type":"boolean"},"DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesAutoIndexingLocked":{"type":"boolean"},"DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesLockReasonAnyOf0":{"type":"null"},"DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesLockReasonAnyOf1":{"type":"string"},"DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesLockReason":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesLockReasonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesLockReasonAnyOf1"}]},"DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf0":{"type":"null"},"DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesProviderId":{"type":"string","enum":["openai","google","mistral","cohere","bedrock","ollama"]},"DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesModel":{"type":"string"},"DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesDimension":{"type":"number"},"DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesOutputDimensionality":{"type":"number"},"DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesBaseUrl":{"type":"string"},"DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesUpdatedAt":{"type":"string"},"DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1":{"type":"object","properties":{"providerId":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesProviderId"},"model":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesModel"},"dimension":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesDimension"},"outputDimensionality":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesOutputDimensionality"},"baseUrl":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesBaseUrl"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesUpdatedAt"}},"required":["providerId","model","dimension"],"additionalProperties":false},"DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfig":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1"}]},"DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesConfiguredProvidersItems":{"type":"string","enum":["openai","google","mistral","cohere","bedrock","ollama"]},"DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesConfiguredProviders":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesConfiguredProvidersItems"}},"DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesIndexedDimensionAnyOf0":{"type":"null"},"DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesIndexedDimensionAnyOf1":{"type":"number"},"DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesIndexedDimension":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesIndexedDimensionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesIndexedDimensionAnyOf1"}]},"DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexRequired":{"type":"boolean"},"DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesDocumentCountAnyOf0":{"type":"null"},"DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesDocumentCountAnyOf1":{"type":"number"},"DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesDocumentCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesDocumentCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesDocumentCountAnyOf1"}]},"DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettings":{"type":"object","properties":{"openaiConfigured":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesOpenaiConfigured"},"autoIndexingEnabled":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesAutoIndexingEnabled"},"autoIndexingLocked":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesAutoIndexingLocked"},"lockReason":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesLockReason"},"embeddingConfig":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfig"},"configuredProviders":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesConfiguredProviders"},"indexedDimension":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesIndexedDimension"},"reindexRequired":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexRequired"},"documentCount":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesDocumentCount"}},"required":["openaiConfigured","autoIndexingEnabled","autoIndexingLocked","lockReason","embeddingConfig","configuredProviders","indexedDimension","reindexRequired","documentCount"],"additionalProperties":false},"DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"settings":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettings"}},"required":["settings"],"additionalProperties":false},"DocPathsApiSearchEmbeddingsPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchEmbeddingsPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchEmbeddingsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchEmbeddingsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchEmbeddingsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchEmbeddingsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchEmbeddingsPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchEmbeddingsPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchEmbeddingsPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchEmbeddingsPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchEmbeddingsPostResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchEmbeddingsPostResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchEmbeddingsPostResponses503ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchIndexGetParameters0Schema":{"type":"string"},"DocPathsApiSearchIndexGetParameters1Schema":{"type":"number"},"DocPathsApiSearchIndexGetParameters2Schema":{"type":"number"},"DocPathsApiSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesId":{"type":"string"},"DocPathsApiSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesEntityId":{"type":"string"},"DocPathsApiSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesRecordId":{"type":"string"},"DocPathsApiSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTenantId":{"type":"string"},"DocPathsApiSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTitle":{"type":"string"},"DocPathsApiSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesSubtitle":{"type":"string"},"DocPathsApiSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesId"},"entityId":{"$ref":"#/components/schemas/DocPathsApiSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesEntityId"},"recordId":{"$ref":"#/components/schemas/DocPathsApiSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesRecordId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesOrganizationId"},"title":{"$ref":"#/components/schemas/DocPathsApiSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTitle"},"subtitle":{"$ref":"#/components/schemas/DocPathsApiSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesSubtitle"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesCreatedAt"}},"required":["id","entityId","recordId","tenantId"],"additionalProperties":false},"DocPathsApiSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntries":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItems"}},"DocPathsApiSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesLimit":{"type":"number"},"DocPathsApiSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesOffset":{"type":"number"},"DocPathsApiSearchIndexGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"entries":{"$ref":"#/components/schemas/DocPathsApiSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntries"},"limit":{"$ref":"#/components/schemas/DocPathsApiSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesLimit"},"offset":{"$ref":"#/components/schemas/DocPathsApiSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesOffset"}},"required":["entries","limit","offset"],"additionalProperties":false},"DocPathsApiSearchIndexGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchIndexGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchIndexGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchIndexGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchIndexGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchIndexGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchIndexGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchIndexGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchIndexGetResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchIndexGetResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchIndexGetResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchIndexGetResponses503ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchIndexDeleteParameters0Schema":{"type":"string"},"DocPathsApiSearchIndexDeleteParameters1Schema":{"type":"string","enum":["true"]},"DocPathsApiSearchIndexDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSearchIndexDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSearchIndexDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiSearchIndexDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchIndexDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchIndexDeleteResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchIndexDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchIndexDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchIndexDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchIndexDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchIndexDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchIndexDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchIndexDeleteResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchIndexDeleteResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchIndexDeleteResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchIndexDeleteResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchIndexDeleteResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchIndexDeleteResponses503ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchReindexCancelPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSearchReindexCancelPostResponses200ContentApplicationJsonSchemaPropertiesJobsRemoved":{"type":"number"},"DocPathsApiSearchReindexCancelPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSearchReindexCancelPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"jobsRemoved":{"$ref":"#/components/schemas/DocPathsApiSearchReindexCancelPostResponses200ContentApplicationJsonSchemaPropertiesJobsRemoved"}},"required":["ok","jobsRemoved"],"additionalProperties":false},"DocPathsApiSearchReindexCancelPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchReindexCancelPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchReindexCancelPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchReindexCancelPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchReindexCancelPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchReindexCancelPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchReindexPostRequestBodyContentApplicationJsonSchemaPropertiesAction":{"type":"string","enum":["clear","recreate","reindex"]},"DocPathsApiSearchReindexPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string"},"DocPathsApiSearchReindexPostRequestBodyContentApplicationJsonSchemaPropertiesUseQueue":{"type":"boolean"},"DocPathsApiSearchReindexPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostRequestBodyContentApplicationJsonSchemaPropertiesAction"},"entityId":{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"useQueue":{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostRequestBodyContentApplicationJsonSchemaPropertiesUseQueue"}},"additionalProperties":false},"DocPathsApiSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesAction":{"type":"string","enum":["clear","recreate","reindex"]},"DocPathsApiSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesEntityIdAnyOf0":{"type":"null"},"DocPathsApiSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesEntityIdAnyOf1":{"type":"string"},"DocPathsApiSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesEntityIdAnyOf1"}]},"DocPathsApiSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesUseQueue":{"type":"boolean"},"DocPathsApiSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesEntitiesProcessed":{"type":"number"},"DocPathsApiSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesRecordsIndexed":{"type":"number"},"DocPathsApiSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesJobsEnqueued":{"type":"number"},"DocPathsApiSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesErrorsItemsPropertiesEntityId":{"type":"string"},"DocPathsApiSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesErrorsItemsPropertiesError":{"type":"string"},"DocPathsApiSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesErrorsItems":{"type":"object","properties":{"entityId":{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesErrorsItemsPropertiesEntityId"},"error":{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesErrorsItemsPropertiesError"}},"required":["entityId","error"],"additionalProperties":false},"DocPathsApiSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesErrors":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesErrorsItems"}},"DocPathsApiSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesResult":{"type":"object","properties":{"entitiesProcessed":{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesEntitiesProcessed"},"recordsIndexed":{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesRecordsIndexed"},"jobsEnqueued":{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesJobsEnqueued"},"errors":{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesErrors"}},"additionalProperties":false},"DocPathsApiSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesStatsAdditionalProperties":{"type":"object","additionalProperties":true,"nullable":true},"DocPathsApiSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesStats":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesStatsAdditionalProperties"}},"DocPathsApiSearchReindexPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"action":{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesAction"},"entityId":{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesEntityId"},"useQueue":{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesUseQueue"},"result":{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesResult"},"stats":{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesStats"}},"required":["ok","action","entityId"],"additionalProperties":false},"DocPathsApiSearchReindexPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchReindexPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchReindexPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchReindexPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesType":{"type":"string","enum":["fulltext","vector"]},"DocPathsApiSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesAction":{"type":"string"},"DocPathsApiSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesStartedAt":{"type":"string"},"DocPathsApiSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesElapsedMinutes":{"type":"number"},"DocPathsApiSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesProcessedCountAnyOf0":{"type":"null"},"DocPathsApiSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesProcessedCountAnyOf1":{"type":"number"},"DocPathsApiSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesProcessedCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesProcessedCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesProcessedCountAnyOf1"}]},"DocPathsApiSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesTotalCountAnyOf0":{"type":"null"},"DocPathsApiSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesTotalCountAnyOf1":{"type":"number"},"DocPathsApiSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesTotalCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesTotalCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesTotalCountAnyOf1"}]},"DocPathsApiSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLock":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesType"},"action":{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesAction"},"startedAt":{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesStartedAt"},"elapsedMinutes":{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesElapsedMinutes"},"processedCount":{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesProcessedCount"},"totalCount":{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesTotalCount"}},"required":["type","action","startedAt","elapsedMinutes"],"additionalProperties":false},"DocPathsApiSearchReindexPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesError"},"lock":{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLock"}},"required":["error","lock"],"additionalProperties":false},"DocPathsApiSearchReindexPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchReindexPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchReindexPostResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchReindexPostResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchReindexPostResponses503ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchSearchGlobalGetParameters0Schema":{"type":"string"},"DocPathsApiSearchSearchGlobalGetParameters1Schema":{"type":"number"},"DocPathsApiSearchSearchGlobalGetParameters2Schema":{"type":"string"},"DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesEntityId":{"type":"string"},"DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesRecordId":{"type":"string"},"DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesScore":{"type":"number"},"DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesSource":{"type":"string","enum":["fulltext","vector","tokens"]},"DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenterPropertiesTitle":{"type":"string"},"DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenterPropertiesSubtitle":{"type":"string"},"DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenterPropertiesIcon":{"type":"string"},"DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenterPropertiesBadge":{"type":"string"},"DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenter":{"type":"object","properties":{"title":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenterPropertiesTitle"},"subtitle":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenterPropertiesSubtitle"},"icon":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenterPropertiesIcon"},"badge":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenterPropertiesBadge"}},"required":["title"],"additionalProperties":false},"DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesUrl":{"type":"string"},"DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinksItemsPropertiesHref":{"type":"string"},"DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinksItemsPropertiesLabel":{"type":"string"},"DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinksItemsPropertiesKind":{"type":"string","enum":["primary","secondary"]},"DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinksItems":{"type":"object","properties":{"href":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinksItemsPropertiesHref"},"label":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinksItemsPropertiesLabel"},"kind":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinksItemsPropertiesKind"}},"required":["href","label","kind"],"additionalProperties":false},"DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinks":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinksItems"}},"DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItems":{"type":"object","properties":{"entityId":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesEntityId"},"recordId":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesRecordId"},"score":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesScore"},"source":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesSource"},"presenter":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenter"},"url":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesUrl"},"links":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinks"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesMetadata"}},"required":["entityId","recordId","score","source"],"additionalProperties":false},"DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResults":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItems"}},"DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesStrategiesUsedItems":{"type":"string","enum":["fulltext","vector","tokens"]},"DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesStrategiesUsed":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesStrategiesUsedItems"}},"DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesStrategiesEnabledItems":{"type":"string","enum":["fulltext","vector","tokens"]},"DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesStrategiesEnabled":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesStrategiesEnabledItems"}},"DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesTiming":{"type":"number"},"DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesQuery":{"type":"string"},"DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesLimit":{"type":"number"},"DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"results":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResults"},"strategiesUsed":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesStrategiesUsed"},"strategiesEnabled":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesStrategiesEnabled"},"timing":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesTiming"},"query":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesQuery"},"limit":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesLimit"}},"required":["results","strategiesUsed","strategiesEnabled","timing","query","limit"],"additionalProperties":false},"DocPathsApiSearchSearchGlobalGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchSearchGlobalGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGlobalGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchSearchGlobalGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchSearchGlobalGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGlobalGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchSearchGlobalGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchSearchGlobalGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGlobalGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchSearchGlobalGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchSearchGlobalGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGlobalGetResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchSearchGlobalGetResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchSearchGlobalGetResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGlobalGetResponses503ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchSearchGetParameters0Schema":{"type":"string"},"DocPathsApiSearchSearchGetParameters1Schema":{"type":"number"},"DocPathsApiSearchSearchGetParameters2Schema":{"type":"string"},"DocPathsApiSearchSearchGetParameters3Schema":{"type":"string"},"DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesEntityId":{"type":"string"},"DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesRecordId":{"type":"string"},"DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesScore":{"type":"number"},"DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesSource":{"type":"string","enum":["fulltext","vector","tokens"]},"DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenterPropertiesTitle":{"type":"string"},"DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenterPropertiesSubtitle":{"type":"string"},"DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenterPropertiesIcon":{"type":"string"},"DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenterPropertiesBadge":{"type":"string"},"DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenter":{"type":"object","properties":{"title":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenterPropertiesTitle"},"subtitle":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenterPropertiesSubtitle"},"icon":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenterPropertiesIcon"},"badge":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenterPropertiesBadge"}},"required":["title"],"additionalProperties":false},"DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesUrl":{"type":"string"},"DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinksItemsPropertiesHref":{"type":"string"},"DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinksItemsPropertiesLabel":{"type":"string"},"DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinksItemsPropertiesKind":{"type":"string","enum":["primary","secondary"]},"DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinksItems":{"type":"object","properties":{"href":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinksItemsPropertiesHref"},"label":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinksItemsPropertiesLabel"},"kind":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinksItemsPropertiesKind"}},"required":["href","label","kind"],"additionalProperties":false},"DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinks":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinksItems"}},"DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItems":{"type":"object","properties":{"entityId":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesEntityId"},"recordId":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesRecordId"},"score":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesScore"},"source":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesSource"},"presenter":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenter"},"url":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesUrl"},"links":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinks"},"metadata":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesMetadata"}},"required":["entityId","recordId","score","source"],"additionalProperties":false},"DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResults":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItems"}},"DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesStrategiesUsedItems":{"type":"string","enum":["fulltext","vector","tokens"]},"DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesStrategiesUsed":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesStrategiesUsedItems"}},"DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesTiming":{"type":"number"},"DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesQuery":{"type":"string"},"DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesLimit":{"type":"number"},"DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"results":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResults"},"strategiesUsed":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesStrategiesUsed"},"timing":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesTiming"},"query":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesQuery"},"limit":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesLimit"}},"required":["results","strategiesUsed","timing","query","limit"],"additionalProperties":false},"DocPathsApiSearchSearchGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchSearchGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchSearchGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchSearchGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchSearchGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchSearchGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchSearchGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchSearchGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGetResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchSearchGetResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchSearchGetResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchSearchGetResponses503ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesDriverAnyOf0":{"type":"null"},"DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesDriverAnyOf1":{"type":"string","enum":["meilisearch"]},"DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesDriver":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesDriverAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesDriverAnyOf1"}]},"DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesConfigured":{"type":"boolean"},"DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesEnvVarsPropertiesMEILISEARCHHOSTPropertiesSet":{"type":"boolean"},"DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesEnvVarsPropertiesMEILISEARCHHOSTPropertiesHint":{"type":"string"},"DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesEnvVarsPropertiesMEILISEARCHHOST":{"type":"object","properties":{"set":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesEnvVarsPropertiesMEILISEARCHHOSTPropertiesSet"},"hint":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesEnvVarsPropertiesMEILISEARCHHOSTPropertiesHint"}},"required":["set","hint"],"additionalProperties":false},"DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesEnvVarsPropertiesMEILISEARCHAPIKEYPropertiesSet":{"type":"boolean"},"DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesEnvVarsPropertiesMEILISEARCHAPIKEYPropertiesHint":{"type":"string"},"DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesEnvVarsPropertiesMEILISEARCHAPIKEY":{"type":"object","properties":{"set":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesEnvVarsPropertiesMEILISEARCHAPIKEYPropertiesSet"},"hint":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesEnvVarsPropertiesMEILISEARCHAPIKEYPropertiesHint"}},"required":["set","hint"],"additionalProperties":false},"DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesEnvVars":{"type":"object","properties":{"MEILISEARCH_HOST":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesEnvVarsPropertiesMEILISEARCHHOST"},"MEILISEARCH_API_KEY":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesEnvVarsPropertiesMEILISEARCHAPIKEY"}},"required":["MEILISEARCH_HOST","MEILISEARCH_API_KEY"],"additionalProperties":false},"DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesMEILISEARCHINDEXPREFIXPropertiesSet":{"type":"boolean"},"DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesMEILISEARCHINDEXPREFIXPropertiesValueOneOf0":{"type":"string"},"DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesMEILISEARCHINDEXPREFIXPropertiesValueOneOf1":{"type":"boolean"},"DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesMEILISEARCHINDEXPREFIXPropertiesValue":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesMEILISEARCHINDEXPREFIXPropertiesValueOneOf0"},{"$ref":"#/components/schemas/DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesMEILISEARCHINDEXPREFIXPropertiesValueOneOf1"}]},"DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesMEILISEARCHINDEXPREFIXPropertiesDefaultOneOf0":{"type":"string"},"DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesMEILISEARCHINDEXPREFIXPropertiesDefaultOneOf1":{"type":"boolean"},"DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesMEILISEARCHINDEXPREFIXPropertiesDefault":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesMEILISEARCHINDEXPREFIXPropertiesDefaultOneOf0"},{"$ref":"#/components/schemas/DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesMEILISEARCHINDEXPREFIXPropertiesDefaultOneOf1"}]},"DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesMEILISEARCHINDEXPREFIXPropertiesHint":{"type":"string"},"DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesMEILISEARCHINDEXPREFIX":{"type":"object","properties":{"set":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesMEILISEARCHINDEXPREFIXPropertiesSet"},"value":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesMEILISEARCHINDEXPREFIXPropertiesValue"},"default":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesMEILISEARCHINDEXPREFIXPropertiesDefault"},"hint":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesMEILISEARCHINDEXPREFIXPropertiesHint"}},"required":["set","hint"],"additionalProperties":false},"DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesSEARCHEXCLUDEENCRYPTEDFIELDSPropertiesSet":{"type":"boolean"},"DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesSEARCHEXCLUDEENCRYPTEDFIELDSPropertiesValueOneOf0":{"type":"string"},"DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesSEARCHEXCLUDEENCRYPTEDFIELDSPropertiesValueOneOf1":{"type":"boolean"},"DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesSEARCHEXCLUDEENCRYPTEDFIELDSPropertiesValue":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesSEARCHEXCLUDEENCRYPTEDFIELDSPropertiesValueOneOf0"},{"$ref":"#/components/schemas/DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesSEARCHEXCLUDEENCRYPTEDFIELDSPropertiesValueOneOf1"}]},"DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesSEARCHEXCLUDEENCRYPTEDFIELDSPropertiesDefaultOneOf0":{"type":"string"},"DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesSEARCHEXCLUDEENCRYPTEDFIELDSPropertiesDefaultOneOf1":{"type":"boolean"},"DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesSEARCHEXCLUDEENCRYPTEDFIELDSPropertiesDefault":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesSEARCHEXCLUDEENCRYPTEDFIELDSPropertiesDefaultOneOf0"},{"$ref":"#/components/schemas/DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesSEARCHEXCLUDEENCRYPTEDFIELDSPropertiesDefaultOneOf1"}]},"DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesSEARCHEXCLUDEENCRYPTEDFIELDSPropertiesHint":{"type":"string"},"DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesSEARCHEXCLUDEENCRYPTEDFIELDS":{"type":"object","properties":{"set":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesSEARCHEXCLUDEENCRYPTEDFIELDSPropertiesSet"},"value":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesSEARCHEXCLUDEENCRYPTEDFIELDSPropertiesValue"},"default":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesSEARCHEXCLUDEENCRYPTEDFIELDSPropertiesDefault"},"hint":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesSEARCHEXCLUDEENCRYPTEDFIELDSPropertiesHint"}},"required":["set","hint"],"additionalProperties":false},"DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVars":{"type":"object","properties":{"MEILISEARCH_INDEX_PREFIX":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesMEILISEARCHINDEXPREFIX"},"SEARCH_EXCLUDE_ENCRYPTED_FIELDS":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesSEARCHEXCLUDEENCRYPTEDFIELDS"}},"required":["MEILISEARCH_INDEX_PREFIX","SEARCH_EXCLUDE_ENCRYPTED_FIELDS"],"additionalProperties":false},"DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"driver":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesDriver"},"configured":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesConfigured"},"envVars":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesEnvVars"},"optionalEnvVars":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVars"}},"required":["driver","configured","envVars","optionalEnvVars"],"additionalProperties":false},"DocPathsApiSearchSettingsFulltextGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchSettingsFulltextGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsFulltextGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchSettingsFulltextGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchSettingsFulltextGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsFulltextGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchSettingsGlobalSearchGetResponses200ContentApplicationJsonSchemaPropertiesEnabledStrategiesItems":{"type":"string","enum":["fulltext","vector","tokens"]},"DocPathsApiSearchSettingsGlobalSearchGetResponses200ContentApplicationJsonSchemaPropertiesEnabledStrategies":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGlobalSearchGetResponses200ContentApplicationJsonSchemaPropertiesEnabledStrategiesItems"}},"DocPathsApiSearchSettingsGlobalSearchGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"enabledStrategies":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGlobalSearchGetResponses200ContentApplicationJsonSchemaPropertiesEnabledStrategies"}},"required":["enabledStrategies"],"additionalProperties":false},"DocPathsApiSearchSettingsGlobalSearchGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchSettingsGlobalSearchGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGlobalSearchGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchSettingsGlobalSearchGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchSettingsGlobalSearchGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGlobalSearchGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchSettingsGlobalSearchPostRequestBodyContentApplicationJsonSchemaPropertiesEnabledStrategiesItems":{"type":"string","enum":["fulltext","vector","tokens"]},"DocPathsApiSearchSettingsGlobalSearchPostRequestBodyContentApplicationJsonSchemaPropertiesEnabledStrategies":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGlobalSearchPostRequestBodyContentApplicationJsonSchemaPropertiesEnabledStrategiesItems"},"minItems":1},"DocPathsApiSearchSettingsGlobalSearchPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"enabledStrategies":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGlobalSearchPostRequestBodyContentApplicationJsonSchemaPropertiesEnabledStrategies"}},"required":["enabledStrategies"],"additionalProperties":false},"DocPathsApiSearchSettingsGlobalSearchPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSearchSettingsGlobalSearchPostResponses200ContentApplicationJsonSchemaPropertiesEnabledStrategiesItems":{"type":"string","enum":["fulltext","vector","tokens"]},"DocPathsApiSearchSettingsGlobalSearchPostResponses200ContentApplicationJsonSchemaPropertiesEnabledStrategies":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGlobalSearchPostResponses200ContentApplicationJsonSchemaPropertiesEnabledStrategiesItems"}},"DocPathsApiSearchSettingsGlobalSearchPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGlobalSearchPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"enabledStrategies":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGlobalSearchPostResponses200ContentApplicationJsonSchemaPropertiesEnabledStrategies"}},"required":["ok","enabledStrategies"],"additionalProperties":false},"DocPathsApiSearchSettingsGlobalSearchPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchSettingsGlobalSearchPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGlobalSearchPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchSettingsGlobalSearchPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchSettingsGlobalSearchPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGlobalSearchPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchSettingsGlobalSearchPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchSettingsGlobalSearchPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGlobalSearchPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchSettingsGlobalSearchPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchSettingsGlobalSearchPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGlobalSearchPostResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesStrategiesItemsPropertiesId":{"type":"string"},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesStrategiesItemsPropertiesName":{"type":"string"},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesStrategiesItemsPropertiesPriority":{"type":"number"},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesStrategiesItemsPropertiesAvailable":{"type":"boolean"},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesStrategiesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesStrategiesItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesStrategiesItemsPropertiesName"},"priority":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesStrategiesItemsPropertiesPriority"},"available":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesStrategiesItemsPropertiesAvailable"}},"required":["id","name","priority","available"],"additionalProperties":false},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesStrategies":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesStrategiesItems"}},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextConfigured":{"type":"boolean"},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextStatsAnyOf0":{"type":"null"},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextStatsAnyOf1PropertiesNumberOfDocuments":{"type":"number"},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextStatsAnyOf1PropertiesIsIndexing":{"type":"boolean"},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextStatsAnyOf1PropertiesFieldDistributionAdditionalProperties":{"type":"number"},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextStatsAnyOf1PropertiesFieldDistribution":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextStatsAnyOf1PropertiesFieldDistributionAdditionalProperties"}},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextStatsAnyOf1":{"type":"object","properties":{"numberOfDocuments":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextStatsAnyOf1PropertiesNumberOfDocuments"},"isIndexing":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextStatsAnyOf1PropertiesIsIndexing"},"fieldDistribution":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextStatsAnyOf1PropertiesFieldDistribution"}},"required":["numberOfDocuments","isIndexing","fieldDistribution"],"additionalProperties":false},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextStats":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextStatsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextStatsAnyOf1"}]},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVectorConfigured":{"type":"boolean"},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesTokensEnabled":{"type":"boolean"},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesDefaultStrategiesItems":{"type":"string"},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesDefaultStrategies":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesDefaultStrategiesItems"}},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf0":{"type":"null"},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesType":{"type":"string","enum":["fulltext","vector"]},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesAction":{"type":"string"},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesStartedAt":{"type":"string"},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesElapsedMinutes":{"type":"number"},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesProcessedCountAnyOf0":{"type":"null"},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesProcessedCountAnyOf1":{"type":"number"},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesProcessedCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesProcessedCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesProcessedCountAnyOf1"}]},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesTotalCountAnyOf0":{"type":"null"},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesTotalCountAnyOf1":{"type":"number"},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesTotalCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesTotalCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesTotalCountAnyOf1"}]},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesType"},"action":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesAction"},"startedAt":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesStartedAt"},"elapsedMinutes":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesElapsedMinutes"},"processedCount":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesProcessedCount"},"totalCount":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesTotalCount"}},"required":["type","action","startedAt","elapsedMinutes"],"additionalProperties":false},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLock":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1"}]},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextReindexLockAnyOf0":{"type":"null"},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextReindexLockAnyOf1PropertiesType":{"type":"string","enum":["fulltext","vector"]},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextReindexLockAnyOf1PropertiesAction":{"type":"string"},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextReindexLockAnyOf1PropertiesStartedAt":{"type":"string"},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextReindexLockAnyOf1PropertiesElapsedMinutes":{"type":"number"},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextReindexLockAnyOf1PropertiesProcessedCountAnyOf0":{"type":"null"},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextReindexLockAnyOf1PropertiesProcessedCountAnyOf1":{"type":"number"},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextReindexLockAnyOf1PropertiesProcessedCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextReindexLockAnyOf1PropertiesProcessedCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextReindexLockAnyOf1PropertiesProcessedCountAnyOf1"}]},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextReindexLockAnyOf1PropertiesTotalCountAnyOf0":{"type":"null"},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextReindexLockAnyOf1PropertiesTotalCountAnyOf1":{"type":"number"},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextReindexLockAnyOf1PropertiesTotalCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextReindexLockAnyOf1PropertiesTotalCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextReindexLockAnyOf1PropertiesTotalCountAnyOf1"}]},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextReindexLockAnyOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextReindexLockAnyOf1PropertiesType"},"action":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextReindexLockAnyOf1PropertiesAction"},"startedAt":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextReindexLockAnyOf1PropertiesStartedAt"},"elapsedMinutes":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextReindexLockAnyOf1PropertiesElapsedMinutes"},"processedCount":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextReindexLockAnyOf1PropertiesProcessedCount"},"totalCount":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextReindexLockAnyOf1PropertiesTotalCount"}},"required":["type","action","startedAt","elapsedMinutes"],"additionalProperties":false},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextReindexLock":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextReindexLockAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextReindexLockAnyOf1"}]},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVectorReindexLockAnyOf0":{"type":"null"},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVectorReindexLockAnyOf1PropertiesType":{"type":"string","enum":["fulltext","vector"]},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVectorReindexLockAnyOf1PropertiesAction":{"type":"string"},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVectorReindexLockAnyOf1PropertiesStartedAt":{"type":"string"},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVectorReindexLockAnyOf1PropertiesElapsedMinutes":{"type":"number"},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVectorReindexLockAnyOf1PropertiesProcessedCountAnyOf0":{"type":"null"},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVectorReindexLockAnyOf1PropertiesProcessedCountAnyOf1":{"type":"number"},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVectorReindexLockAnyOf1PropertiesProcessedCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVectorReindexLockAnyOf1PropertiesProcessedCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVectorReindexLockAnyOf1PropertiesProcessedCountAnyOf1"}]},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVectorReindexLockAnyOf1PropertiesTotalCountAnyOf0":{"type":"null"},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVectorReindexLockAnyOf1PropertiesTotalCountAnyOf1":{"type":"number"},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVectorReindexLockAnyOf1PropertiesTotalCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVectorReindexLockAnyOf1PropertiesTotalCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVectorReindexLockAnyOf1PropertiesTotalCountAnyOf1"}]},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVectorReindexLockAnyOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVectorReindexLockAnyOf1PropertiesType"},"action":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVectorReindexLockAnyOf1PropertiesAction"},"startedAt":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVectorReindexLockAnyOf1PropertiesStartedAt"},"elapsedMinutes":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVectorReindexLockAnyOf1PropertiesElapsedMinutes"},"processedCount":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVectorReindexLockAnyOf1PropertiesProcessedCount"},"totalCount":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVectorReindexLockAnyOf1PropertiesTotalCount"}},"required":["type","action","startedAt","elapsedMinutes"],"additionalProperties":false},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVectorReindexLock":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVectorReindexLockAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVectorReindexLockAnyOf1"}]},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettings":{"type":"object","properties":{"strategies":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesStrategies"},"fulltextConfigured":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextConfigured"},"fulltextStats":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextStats"},"vectorConfigured":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVectorConfigured"},"tokensEnabled":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesTokensEnabled"},"defaultStrategies":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesDefaultStrategies"},"reindexLock":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLock"},"fulltextReindexLock":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextReindexLock"},"vectorReindexLock":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVectorReindexLock"}},"required":["strategies","fulltextConfigured","fulltextStats","vectorConfigured","tokensEnabled","defaultStrategies","reindexLock","fulltextReindexLock","vectorReindexLock"],"additionalProperties":false},"DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"settings":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettings"}},"required":["settings"],"additionalProperties":false},"DocPathsApiSearchSettingsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchSettingsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchSettingsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchSettingsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesCurrentDriver":{"type":"string","enum":["pgvector","qdrant","chromadb"]},"DocPathsApiSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesConfigured":{"type":"boolean"},"DocPathsApiSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesId":{"type":"string","enum":["pgvector","qdrant","chromadb"]},"DocPathsApiSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesName":{"type":"string"},"DocPathsApiSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesConfigured":{"type":"boolean"},"DocPathsApiSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesImplemented":{"type":"boolean"},"DocPathsApiSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesEnvVarsItemsPropertiesName":{"type":"string"},"DocPathsApiSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesEnvVarsItemsPropertiesSet":{"type":"boolean"},"DocPathsApiSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesEnvVarsItemsPropertiesHint":{"type":"string"},"DocPathsApiSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesEnvVarsItems":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesEnvVarsItemsPropertiesName"},"set":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesEnvVarsItemsPropertiesSet"},"hint":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesEnvVarsItemsPropertiesHint"}},"required":["name","set","hint"],"additionalProperties":false},"DocPathsApiSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesEnvVars":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesEnvVarsItems"}},"DocPathsApiSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesName"},"configured":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesConfigured"},"implemented":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesImplemented"},"envVars":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesEnvVars"}},"required":["id","name","configured","implemented","envVars"],"additionalProperties":false},"DocPathsApiSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDrivers":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItems"}},"DocPathsApiSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"currentDriver":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesCurrentDriver"},"configured":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesConfigured"},"drivers":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDrivers"}},"required":["currentDriver","configured","drivers"],"additionalProperties":false},"DocPathsApiSearchSettingsVectorStoreGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchSettingsVectorStoreGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsVectorStoreGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSearchSettingsVectorStoreGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSearchSettingsVectorStoreGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSearchSettingsVectorStoreGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCurrenciesCurrenciesOptionsGetParameters0Schema":{"type":"string"},"DocPathsApiCurrenciesCurrenciesOptionsGetParameters1Schema":{"type":"string"},"DocPathsApiCurrenciesCurrenciesOptionsGetParameters2Schema":{"type":"string"},"DocPathsApiCurrenciesCurrenciesOptionsGetParameters3Schema":{"type":"string","enum":["true","false"]},"DocPathsApiCurrenciesCurrenciesOptionsGetParameters4Schema":{"type":"number"},"DocPathsApiCurrenciesCurrenciesOptionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValue":{"type":"string"},"DocPathsApiCurrenciesCurrenciesOptionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"type":"string"},"DocPathsApiCurrenciesCurrenciesOptionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesOptionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesOptionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"}},"required":["value","label"],"additionalProperties":false},"DocPathsApiCurrenciesCurrenciesOptionsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesOptionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCurrenciesCurrenciesOptionsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesOptionsGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsApiCurrenciesCurrenciesOptionsGetResponses400ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{}},"DocPathsApiCurrenciesCurrenciesOptionsGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesOptionsGetResponses400ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsApiCurrenciesCurrenciesOptionsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCurrenciesCurrenciesOptionsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesOptionsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCurrenciesCurrenciesOptionsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCurrenciesCurrenciesOptionsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesOptionsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCurrenciesCurrenciesGetParameters0Schema":{"type":"string"},"DocPathsApiCurrenciesCurrenciesGetParameters1Schema":{"type":"number"},"DocPathsApiCurrenciesCurrenciesGetParameters2Schema":{"type":"number"},"DocPathsApiCurrenciesCurrenciesGetParameters3Schema":{"type":"string"},"DocPathsApiCurrenciesCurrenciesGetParameters4Schema":{"type":"string","enum":["code","name","createdAt","updatedAt"]},"DocPathsApiCurrenciesCurrenciesGetParameters5Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiCurrenciesCurrenciesGetParameters6Schema":{"type":"string","enum":["true","false"]},"DocPathsApiCurrenciesCurrenciesGetParameters7Schema":{"type":"string","enum":["true","false"]},"DocPathsApiCurrenciesCurrenciesGetParameters8Schema":{"type":"string"},"DocPathsApiCurrenciesCurrenciesGetParameters9Schema":{"type":"string"},"DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode":{"type":"string"},"DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSymbolAnyOf0":{"type":"null"},"DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSymbolAnyOf1":{"type":"string"},"DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSymbol":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSymbolAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSymbolAnyOf1"}]},"DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecimalPlaces":{"type":"number"},"DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesThousandsSeparatorAnyOf0":{"type":"null"},"DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesThousandsSeparatorAnyOf1":{"type":"string"},"DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesThousandsSeparator":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesThousandsSeparatorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesThousandsSeparatorAnyOf1"}]},"DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecimalSeparatorAnyOf0":{"type":"null"},"DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecimalSeparatorAnyOf1":{"type":"string"},"DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecimalSeparator":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecimalSeparatorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecimalSeparatorAnyOf1"}]},"DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsBase":{"type":"boolean"},"DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"type":"string"},"DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"code":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode"},"name":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"symbol":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSymbol"},"decimalPlaces":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecimalPlaces"},"thousandsSeparator":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesThousandsSeparator"},"decimalSeparator":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecimalSeparator"},"isBase":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsBase"},"isActive":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"}},"required":["id","code","name","symbol","decimalPlaces","thousandsSeparator","decimalSeparator","isBase","isActive","createdAt","updatedAt","organizationId","tenantId"],"additionalProperties":false},"DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiCurrenciesCurrenciesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCurrenciesCurrenciesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCurrenciesCurrenciesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCurrenciesCurrenciesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsApiCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsApiCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesSymbolAnyOf0":{"type":"null"},"DocPathsApiCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesSymbolAnyOf1":{"type":"string","maxLength":10},"DocPathsApiCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesSymbol":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesSymbolAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesSymbolAnyOf1"}]},"DocPathsApiCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesDecimalPlaces":{"type":"number"},"DocPathsApiCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesThousandsSeparatorAnyOf0":{"type":"null"},"DocPathsApiCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesThousandsSeparatorAnyOf1":{"type":"string","maxLength":5},"DocPathsApiCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesThousandsSeparator":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesThousandsSeparatorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesThousandsSeparatorAnyOf1"}]},"DocPathsApiCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesDecimalSeparatorAnyOf0":{"type":"null"},"DocPathsApiCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesDecimalSeparatorAnyOf1":{"type":"string","maxLength":5},"DocPathsApiCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesDecimalSeparator":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesDecimalSeparatorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesDecimalSeparatorAnyOf1"}]},"DocPathsApiCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesIsBase":{"type":"boolean"},"DocPathsApiCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"code":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesCode"},"name":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"symbol":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesSymbol"},"decimalPlaces":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesDecimalPlaces"},"thousandsSeparator":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesThousandsSeparator"},"decimalSeparator":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesDecimalSeparator"},"isBase":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesIsBase"},"isActive":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["organizationId","tenantId","code","name"],"additionalProperties":false},"DocPathsApiCurrenciesCurrenciesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiCurrenciesCurrenciesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCurrenciesCurrenciesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiCurrenciesCurrenciesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCurrenciesCurrenciesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCurrenciesCurrenciesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCurrenciesCurrenciesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCurrenciesCurrenciesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsApiCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsApiCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesSymbolAnyOf0":{"type":"null"},"DocPathsApiCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesSymbolAnyOf1":{"type":"string","maxLength":10},"DocPathsApiCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesSymbol":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesSymbolAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesSymbolAnyOf1"}]},"DocPathsApiCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesDecimalPlaces":{"type":"number"},"DocPathsApiCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesThousandsSeparatorAnyOf0":{"type":"null"},"DocPathsApiCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesThousandsSeparatorAnyOf1":{"type":"string","maxLength":5},"DocPathsApiCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesThousandsSeparator":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesThousandsSeparatorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesThousandsSeparatorAnyOf1"}]},"DocPathsApiCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesDecimalSeparatorAnyOf0":{"type":"null"},"DocPathsApiCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesDecimalSeparatorAnyOf1":{"type":"string","maxLength":5},"DocPathsApiCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesDecimalSeparator":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesDecimalSeparatorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesDecimalSeparatorAnyOf1"}]},"DocPathsApiCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesIsBase":{"type":"boolean"},"DocPathsApiCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"code":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesCode"},"name":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"symbol":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesSymbol"},"decimalPlaces":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesDecimalPlaces"},"thousandsSeparator":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesThousandsSeparator"},"decimalSeparator":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesDecimalSeparator"},"isBase":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesIsBase"},"isActive":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["id"],"additionalProperties":false},"DocPathsApiCurrenciesCurrenciesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCurrenciesCurrenciesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCurrenciesCurrenciesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCurrenciesCurrenciesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCurrenciesCurrenciesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCurrenciesCurrenciesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCurrenciesCurrenciesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCurrenciesCurrenciesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCurrenciesCurrenciesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCurrenciesCurrenciesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCurrenciesCurrenciesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCurrenciesCurrenciesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCurrenciesCurrenciesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCurrenciesCurrenciesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCurrenciesCurrenciesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCurrenciesExchangeRatesGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiCurrenciesExchangeRatesGetParameters1Schema":{"type":"number"},"DocPathsApiCurrenciesExchangeRatesGetParameters2Schema":{"type":"number"},"DocPathsApiCurrenciesExchangeRatesGetParameters3Schema":{"type":"string","enum":["fromCurrencyCode","toCurrencyCode","date","createdAt","updatedAt"]},"DocPathsApiCurrenciesExchangeRatesGetParameters4Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiCurrenciesExchangeRatesGetParameters5Schema":{"type":"string"},"DocPathsApiCurrenciesExchangeRatesGetParameters6Schema":{"type":"string"},"DocPathsApiCurrenciesExchangeRatesGetParameters7Schema":{"type":"string","enum":["true","false"]},"DocPathsApiCurrenciesExchangeRatesGetParameters8Schema":{"type":"string"},"DocPathsApiCurrenciesExchangeRatesGetParameters9Schema":{"type":"string","enum":["buy","sell"]},"DocPathsApiCurrenciesExchangeRatesGetParameters10Schema":{"type":"string"},"DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFromCurrencyCode":{"type":"string"},"DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesToCurrencyCode":{"type":"string"},"DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRate":{"type":"string"},"DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDate":{"type":"string"},"DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource":{"type":"string"},"DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTypeAnyOf0":{"type":"null"},"DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTypeAnyOf1":{"type":"string"},"DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTypeAnyOf1"}]},"DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"fromCurrencyCode":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFromCurrencyCode"},"toCurrencyCode":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesToCurrencyCode"},"rate":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRate"},"date":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDate"},"source":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource"},"type":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesType"},"isActive":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"}},"required":["id","fromCurrencyCode","toCurrencyCode","rate","date","source","type","isActive","createdAt","updatedAt","organizationId","tenantId"],"additionalProperties":false},"DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiCurrenciesExchangeRatesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCurrenciesExchangeRatesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCurrenciesExchangeRatesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCurrenciesExchangeRatesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsApiCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsApiCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesFromCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesToCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesRate":{"type":"string","pattern":"^\\d+(\\.\\d{1,8})?$"},"DocPathsApiCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesDate":{},"DocPathsApiCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesSource":{},"DocPathsApiCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesTypeAnyOf0":{"type":"null"},"DocPathsApiCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesTypeAnyOf1":{"type":"string","enum":["buy","sell"]},"DocPathsApiCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesTypeAnyOf1"}]},"DocPathsApiCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"fromCurrencyCode":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesFromCurrencyCode"},"toCurrencyCode":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesToCurrencyCode"},"rate":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesRate"},"date":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesDate"},"source":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesSource"},"type":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesType"},"isActive":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["organizationId","tenantId","fromCurrencyCode","toCurrencyCode","rate","date","source"],"additionalProperties":false},"DocPathsApiCurrenciesExchangeRatesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiCurrenciesExchangeRatesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCurrenciesExchangeRatesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiCurrenciesExchangeRatesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCurrenciesExchangeRatesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCurrenciesExchangeRatesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCurrenciesExchangeRatesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCurrenciesExchangeRatesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsApiCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsApiCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesFromCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesToCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesRate":{"type":"string","pattern":"^\\d+(\\.\\d{1,8})?$"},"DocPathsApiCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesDate":{},"DocPathsApiCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesSource":{},"DocPathsApiCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesTypeAnyOf0":{"type":"null"},"DocPathsApiCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesTypeAnyOf1":{"type":"string","enum":["buy","sell"]},"DocPathsApiCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesTypeAnyOf1"}]},"DocPathsApiCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"fromCurrencyCode":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesFromCurrencyCode"},"toCurrencyCode":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesToCurrencyCode"},"rate":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesRate"},"date":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesDate"},"source":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesSource"},"type":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesType"},"isActive":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["id"],"additionalProperties":false},"DocPathsApiCurrenciesExchangeRatesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCurrenciesExchangeRatesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCurrenciesExchangeRatesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCurrenciesExchangeRatesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCurrenciesExchangeRatesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCurrenciesExchangeRatesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCurrenciesExchangeRatesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCurrenciesExchangeRatesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCurrenciesExchangeRatesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiCurrenciesExchangeRatesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCurrenciesExchangeRatesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCurrenciesExchangeRatesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCurrenciesExchangeRatesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCurrenciesExchangeRatesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCurrenciesExchangeRatesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesProvider":{"type":"string"},"DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesIsEnabled":{"type":"boolean"},"DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesSyncTimeAnyOf0":{"type":"null"},"DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesSyncTimeAnyOf1":{"type":"string"},"DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesSyncTime":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesSyncTimeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesSyncTimeAnyOf1"}]},"DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncAtAnyOf0":{"type":"null"},"DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncAtAnyOf1":{"type":"string"},"DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncAtAnyOf1"}]},"DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncStatusAnyOf0":{"type":"null"},"DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncStatusAnyOf1":{"type":"string"},"DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncStatusAnyOf1"}]},"DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncMessageAnyOf0":{"type":"null"},"DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncMessageAnyOf1":{"type":"string"},"DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncMessage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncMessageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncMessageAnyOf1"}]},"DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncCountAnyOf0":{"type":"null"},"DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncCountAnyOf1":{"type":"number"},"DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncCountAnyOf1"}]},"DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesConfigAnyOf0":{"type":"null"},"DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesConfigAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesConfig":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesConfigAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesConfigAnyOf1"}]},"DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesTenantId"},"provider":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesProvider"},"isEnabled":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesIsEnabled"},"syncTime":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesSyncTime"},"lastSyncAt":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncAt"},"lastSyncStatus":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncStatus"},"lastSyncMessage":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncMessage"},"lastSyncCount":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncCount"},"config":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesConfig"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesUpdatedAt"}},"required":["id","organizationId","tenantId","provider","isEnabled","syncTime","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigs":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItems"}},"DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"configs":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigs"}},"required":["configs"],"additionalProperties":false},"DocPathsApiCurrenciesFetchConfigsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCurrenciesFetchConfigsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchemaPropertiesProvider":{"type":"string","enum":["NBP","Raiffeisen Bank Polska","Custom"]},"DocPathsApiCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchemaPropertiesIsEnabledAllOf0":{"type":"boolean"},"DocPathsApiCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchemaPropertiesIsEnabled":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchemaPropertiesIsEnabledAllOf0"}],"default":false},"DocPathsApiCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchemaPropertiesSyncTimeAnyOf0":{"type":"null"},"DocPathsApiCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchemaPropertiesSyncTimeAnyOf1":{"type":"string","pattern":"^([01]\\d|2[0-3]):([0-5]\\d)$"},"DocPathsApiCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchemaPropertiesSyncTime":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchemaPropertiesSyncTimeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchemaPropertiesSyncTimeAnyOf1"}]},"DocPathsApiCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigAnyOf0":{"type":"null"},"DocPathsApiCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchemaPropertiesConfig":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigAnyOf1"}]},"DocPathsApiCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"provider":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchemaPropertiesProvider"},"isEnabled":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchemaPropertiesIsEnabled"},"syncTime":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchemaPropertiesSyncTime"},"config":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchemaPropertiesConfig"}},"required":["provider"],"additionalProperties":false},"DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesProvider":{"type":"string"},"DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesIsEnabled":{"type":"boolean"},"DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesSyncTimeAnyOf0":{"type":"null"},"DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesSyncTimeAnyOf1":{"type":"string"},"DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesSyncTime":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesSyncTimeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesSyncTimeAnyOf1"}]},"DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncAtAnyOf0":{"type":"null"},"DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncAtAnyOf1":{"type":"string"},"DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncAtAnyOf1"}]},"DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncStatusAnyOf0":{"type":"null"},"DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncStatusAnyOf1":{"type":"string"},"DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncStatusAnyOf1"}]},"DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncMessageAnyOf0":{"type":"null"},"DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncMessageAnyOf1":{"type":"string"},"DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncMessage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncMessageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncMessageAnyOf1"}]},"DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncCountAnyOf0":{"type":"null"},"DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncCountAnyOf1":{"type":"number"},"DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncCountAnyOf1"}]},"DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesConfigAnyOf0":{"type":"null"},"DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesConfigAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesConfig":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesConfigAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesConfigAnyOf1"}]},"DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesCreatedAt":{"type":"string"},"DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesUpdatedAt":{"type":"string"},"DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfig":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesTenantId"},"provider":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesProvider"},"isEnabled":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesIsEnabled"},"syncTime":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesSyncTime"},"lastSyncAt":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncAt"},"lastSyncStatus":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncStatus"},"lastSyncMessage":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncMessage"},"lastSyncCount":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncCount"},"config":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesConfig"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesUpdatedAt"}},"required":["id","organizationId","tenantId","provider","isEnabled","syncTime","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"config":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfig"}},"required":["config"],"additionalProperties":false},"DocPathsApiCurrenciesFetchConfigsPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCurrenciesFetchConfigsPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCurrenciesFetchConfigsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCurrenciesFetchConfigsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCurrenciesFetchConfigsPutRequestBodyContentApplicationJsonSchemaPropertiesIsEnabled":{"type":"boolean"},"DocPathsApiCurrenciesFetchConfigsPutRequestBodyContentApplicationJsonSchemaPropertiesSyncTimeAnyOf0":{"type":"null"},"DocPathsApiCurrenciesFetchConfigsPutRequestBodyContentApplicationJsonSchemaPropertiesSyncTimeAnyOf1":{"type":"string","pattern":"^([01]\\d|2[0-3]):([0-5]\\d)$"},"DocPathsApiCurrenciesFetchConfigsPutRequestBodyContentApplicationJsonSchemaPropertiesSyncTime":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPutRequestBodyContentApplicationJsonSchemaPropertiesSyncTimeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPutRequestBodyContentApplicationJsonSchemaPropertiesSyncTimeAnyOf1"}]},"DocPathsApiCurrenciesFetchConfigsPutRequestBodyContentApplicationJsonSchemaPropertiesConfigAnyOf0":{"type":"null"},"DocPathsApiCurrenciesFetchConfigsPutRequestBodyContentApplicationJsonSchemaPropertiesConfigAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiCurrenciesFetchConfigsPutRequestBodyContentApplicationJsonSchemaPropertiesConfig":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPutRequestBodyContentApplicationJsonSchemaPropertiesConfigAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPutRequestBodyContentApplicationJsonSchemaPropertiesConfigAnyOf1"}]},"DocPathsApiCurrenciesFetchConfigsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCurrenciesFetchConfigsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"isEnabled":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPutRequestBodyContentApplicationJsonSchemaPropertiesIsEnabled"},"syncTime":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPutRequestBodyContentApplicationJsonSchemaPropertiesSyncTime"},"config":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPutRequestBodyContentApplicationJsonSchemaPropertiesConfig"},"id":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPutRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesProvider":{"type":"string"},"DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesIsEnabled":{"type":"boolean"},"DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesSyncTimeAnyOf0":{"type":"null"},"DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesSyncTimeAnyOf1":{"type":"string"},"DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesSyncTime":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesSyncTimeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesSyncTimeAnyOf1"}]},"DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncAtAnyOf0":{"type":"null"},"DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncAtAnyOf1":{"type":"string"},"DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncAtAnyOf1"}]},"DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncStatusAnyOf0":{"type":"null"},"DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncStatusAnyOf1":{"type":"string"},"DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncStatusAnyOf1"}]},"DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncMessageAnyOf0":{"type":"null"},"DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncMessageAnyOf1":{"type":"string"},"DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncMessage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncMessageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncMessageAnyOf1"}]},"DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncCountAnyOf0":{"type":"null"},"DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncCountAnyOf1":{"type":"number"},"DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncCountAnyOf1"}]},"DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesConfigAnyOf0":{"type":"null"},"DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesConfigAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesConfig":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesConfigAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesConfigAnyOf1"}]},"DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesCreatedAt":{"type":"string"},"DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesUpdatedAt":{"type":"string"},"DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfig":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesTenantId"},"provider":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesProvider"},"isEnabled":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesIsEnabled"},"syncTime":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesSyncTime"},"lastSyncAt":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncAt"},"lastSyncStatus":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncStatus"},"lastSyncMessage":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncMessage"},"lastSyncCount":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncCount"},"config":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesConfig"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesUpdatedAt"}},"required":["id","organizationId","tenantId","provider","isEnabled","syncTime","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"config":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfig"}},"required":["config"],"additionalProperties":false},"DocPathsApiCurrenciesFetchConfigsPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCurrenciesFetchConfigsPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCurrenciesFetchConfigsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCurrenciesFetchConfigsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCurrenciesFetchConfigsDeleteParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiCurrenciesFetchConfigsDeleteResponses200ContentApplicationJsonSchemaPropertiesSuccess":{"type":"boolean","enum":[true]},"DocPathsApiCurrenciesFetchConfigsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"success":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsDeleteResponses200ContentApplicationJsonSchemaPropertiesSuccess"}},"required":["success"],"additionalProperties":false},"DocPathsApiCurrenciesFetchConfigsDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCurrenciesFetchConfigsDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsDeleteResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCurrenciesFetchConfigsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCurrenciesFetchConfigsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchConfigsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCurrenciesFetchRatesPostRequestBodyContentApplicationJsonSchemaPropertiesDate":{"type":"string","format":"datetime"},"DocPathsApiCurrenciesFetchRatesPostRequestBodyContentApplicationJsonSchemaPropertiesProvidersItems":{"type":"string"},"DocPathsApiCurrenciesFetchRatesPostRequestBodyContentApplicationJsonSchemaPropertiesProviders":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchRatesPostRequestBodyContentApplicationJsonSchemaPropertiesProvidersItems"}},"DocPathsApiCurrenciesFetchRatesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"date":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchRatesPostRequestBodyContentApplicationJsonSchemaPropertiesDate"},"providers":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchRatesPostRequestBodyContentApplicationJsonSchemaPropertiesProviders"}},"additionalProperties":false},"DocPathsApiCurrenciesFetchRatesPostResponses200ContentApplicationJsonSchemaPropertiesTotalFetched":{"type":"number"},"DocPathsApiCurrenciesFetchRatesPostResponses200ContentApplicationJsonSchemaPropertiesByProviderAdditionalPropertiesPropertiesCount":{"type":"number"},"DocPathsApiCurrenciesFetchRatesPostResponses200ContentApplicationJsonSchemaPropertiesByProviderAdditionalPropertiesPropertiesErrorsItems":{"type":"string"},"DocPathsApiCurrenciesFetchRatesPostResponses200ContentApplicationJsonSchemaPropertiesByProviderAdditionalPropertiesPropertiesErrors":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchRatesPostResponses200ContentApplicationJsonSchemaPropertiesByProviderAdditionalPropertiesPropertiesErrorsItems"}},"DocPathsApiCurrenciesFetchRatesPostResponses200ContentApplicationJsonSchemaPropertiesByProviderAdditionalProperties":{"type":"object","properties":{"count":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchRatesPostResponses200ContentApplicationJsonSchemaPropertiesByProviderAdditionalPropertiesPropertiesCount"},"errors":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchRatesPostResponses200ContentApplicationJsonSchemaPropertiesByProviderAdditionalPropertiesPropertiesErrors"}},"required":["count"],"additionalProperties":false},"DocPathsApiCurrenciesFetchRatesPostResponses200ContentApplicationJsonSchemaPropertiesByProvider":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchRatesPostResponses200ContentApplicationJsonSchemaPropertiesByProviderAdditionalProperties"}},"DocPathsApiCurrenciesFetchRatesPostResponses200ContentApplicationJsonSchemaPropertiesErrorsItems":{"type":"string"},"DocPathsApiCurrenciesFetchRatesPostResponses200ContentApplicationJsonSchemaPropertiesErrors":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchRatesPostResponses200ContentApplicationJsonSchemaPropertiesErrorsItems"}},"DocPathsApiCurrenciesFetchRatesPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"totalFetched":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchRatesPostResponses200ContentApplicationJsonSchemaPropertiesTotalFetched"},"byProvider":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchRatesPostResponses200ContentApplicationJsonSchemaPropertiesByProvider"},"errors":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchRatesPostResponses200ContentApplicationJsonSchemaPropertiesErrors"}},"required":["totalFetched","byProvider","errors"],"additionalProperties":false},"DocPathsApiCurrenciesFetchRatesPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCurrenciesFetchRatesPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchRatesPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCurrenciesFetchRatesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCurrenciesFetchRatesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchRatesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCurrenciesFetchRatesPostResponses500ContentApplicationJsonSchemaPropertiesTotalFetched":{"type":"number"},"DocPathsApiCurrenciesFetchRatesPostResponses500ContentApplicationJsonSchemaPropertiesByProviderAdditionalPropertiesPropertiesCount":{"type":"number"},"DocPathsApiCurrenciesFetchRatesPostResponses500ContentApplicationJsonSchemaPropertiesByProviderAdditionalPropertiesPropertiesErrorsItems":{"type":"string"},"DocPathsApiCurrenciesFetchRatesPostResponses500ContentApplicationJsonSchemaPropertiesByProviderAdditionalPropertiesPropertiesErrors":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchRatesPostResponses500ContentApplicationJsonSchemaPropertiesByProviderAdditionalPropertiesPropertiesErrorsItems"}},"DocPathsApiCurrenciesFetchRatesPostResponses500ContentApplicationJsonSchemaPropertiesByProviderAdditionalProperties":{"type":"object","properties":{"count":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchRatesPostResponses500ContentApplicationJsonSchemaPropertiesByProviderAdditionalPropertiesPropertiesCount"},"errors":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchRatesPostResponses500ContentApplicationJsonSchemaPropertiesByProviderAdditionalPropertiesPropertiesErrors"}},"required":["count"],"additionalProperties":false},"DocPathsApiCurrenciesFetchRatesPostResponses500ContentApplicationJsonSchemaPropertiesByProvider":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchRatesPostResponses500ContentApplicationJsonSchemaPropertiesByProviderAdditionalProperties"}},"DocPathsApiCurrenciesFetchRatesPostResponses500ContentApplicationJsonSchemaPropertiesErrorsItems":{"type":"string"},"DocPathsApiCurrenciesFetchRatesPostResponses500ContentApplicationJsonSchemaPropertiesErrors":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchRatesPostResponses500ContentApplicationJsonSchemaPropertiesErrorsItems"}},"DocPathsApiCurrenciesFetchRatesPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"totalFetched":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchRatesPostResponses500ContentApplicationJsonSchemaPropertiesTotalFetched"},"byProvider":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchRatesPostResponses500ContentApplicationJsonSchemaPropertiesByProvider"},"errors":{"$ref":"#/components/schemas/DocPathsApiCurrenciesFetchRatesPostResponses500ContentApplicationJsonSchemaPropertiesErrors"}},"required":["totalFetched","byProvider","errors"],"additionalProperties":false},"DocPathsApiResourcesResourcesTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiResourcesResourcesTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiResourcesResourcesTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesTagId":{"type":"string","format":"uuid"},"DocPathsApiResourcesResourcesTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesResourceId":{"type":"string","format":"uuid"},"DocPathsApiResourcesResourcesTagsAssignPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsApiResourcesResourcesTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiResourcesResourcesTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tagId":{"$ref":"#/components/schemas/DocPathsApiResourcesResourcesTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesTagId"},"resourceId":{"$ref":"#/components/schemas/DocPathsApiResourcesResourcesTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesResourceId"}},"required":["tenantId","organizationId","tagId","resourceId"],"additionalProperties":false},"DocPathsApiResourcesResourcesTagsAssignPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiResourcesResourcesTagsAssignPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiResourcesResourcesTagsAssignPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiResourcesResourcesTagsAssignPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiResourcesResourcesTagsAssignPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiResourcesResourcesTagsAssignPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiResourcesResourcesTagsAssignPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiResourcesResourcesTagsAssignPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiResourcesResourcesTagsAssignPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiResourcesResourcesTagsAssignPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiResourcesResourcesTagsAssignPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiResourcesResourcesTagsAssignPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiResourcesResourcesTagsAssignPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiResourcesResourcesTagsAssignPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiResourcesResourcesTagsAssignPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiResourcesResourcesTagsAssignPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiResourcesResourcesTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiResourcesResourcesTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiResourcesResourcesTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesTagId":{"type":"string","format":"uuid"},"DocPathsApiResourcesResourcesTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesResourceId":{"type":"string","format":"uuid"},"DocPathsApiResourcesResourcesTagsUnassignPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsApiResourcesResourcesTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiResourcesResourcesTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tagId":{"$ref":"#/components/schemas/DocPathsApiResourcesResourcesTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesTagId"},"resourceId":{"$ref":"#/components/schemas/DocPathsApiResourcesResourcesTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesResourceId"}},"required":["tenantId","organizationId","tagId","resourceId"],"additionalProperties":false},"DocPathsApiResourcesResourcesTagsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiResourcesResourcesTagsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiResourcesResourcesTagsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiResourcesResourcesTagsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiResourcesResourcesTagsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiResourcesResourcesTagsUnassignPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiResourcesResourcesTagsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiResourcesResourcesTagsUnassignPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiResourcesResourcesTagsUnassignPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiResourcesResourcesTagsUnassignPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiResourcesResourcesTagsUnassignPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiResourcesResourcesTagsUnassignPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiResourcesResourcesTagsUnassignPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiResourcesResourcesTagsUnassignPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiResourcesResourcesTagsUnassignPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiResourcesResourcesTagsUnassignPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiStaffLeaveRequestsAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiStaffLeaveRequestsAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesDecisionCommentAnyOf0":{"type":"null"},"DocPathsApiStaffLeaveRequestsAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesDecisionCommentAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiStaffLeaveRequestsAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesDecisionComment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesDecisionCommentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesDecisionCommentAnyOf1"}]},"DocPathsApiStaffLeaveRequestsAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesDecidedByUserIdAnyOf0":{"type":"null"},"DocPathsApiStaffLeaveRequestsAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesDecidedByUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiStaffLeaveRequestsAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesDecidedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesDecidedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesDecidedByUserIdAnyOf1"}]},"DocPathsApiStaffLeaveRequestsAcceptPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesId"},"decisionComment":{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesDecisionComment"},"decidedByUserId":{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesDecidedByUserId"}},"required":["id"],"additionalProperties":false},"DocPathsApiStaffLeaveRequestsAcceptPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiStaffLeaveRequestsAcceptPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiStaffLeaveRequestsAcceptPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiStaffLeaveRequestsAcceptPostResponses200ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsAcceptPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsAcceptPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiStaffLeaveRequestsAcceptPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsAcceptPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"id":{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsAcceptPostResponses200ContentApplicationJsonSchemaPropertiesId"}},"required":["ok","id"],"additionalProperties":false},"DocPathsApiStaffLeaveRequestsAcceptPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiStaffLeaveRequestsAcceptPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsAcceptPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiStaffLeaveRequestsAcceptPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiStaffLeaveRequestsAcceptPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsAcceptPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiStaffLeaveRequestsAcceptPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiStaffLeaveRequestsAcceptPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsAcceptPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiStaffLeaveRequestsRejectPostRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiStaffLeaveRequestsRejectPostRequestBodyContentApplicationJsonSchemaPropertiesDecisionCommentAnyOf0":{"type":"null"},"DocPathsApiStaffLeaveRequestsRejectPostRequestBodyContentApplicationJsonSchemaPropertiesDecisionCommentAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiStaffLeaveRequestsRejectPostRequestBodyContentApplicationJsonSchemaPropertiesDecisionComment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsRejectPostRequestBodyContentApplicationJsonSchemaPropertiesDecisionCommentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsRejectPostRequestBodyContentApplicationJsonSchemaPropertiesDecisionCommentAnyOf1"}]},"DocPathsApiStaffLeaveRequestsRejectPostRequestBodyContentApplicationJsonSchemaPropertiesDecidedByUserIdAnyOf0":{"type":"null"},"DocPathsApiStaffLeaveRequestsRejectPostRequestBodyContentApplicationJsonSchemaPropertiesDecidedByUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiStaffLeaveRequestsRejectPostRequestBodyContentApplicationJsonSchemaPropertiesDecidedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsRejectPostRequestBodyContentApplicationJsonSchemaPropertiesDecidedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsRejectPostRequestBodyContentApplicationJsonSchemaPropertiesDecidedByUserIdAnyOf1"}]},"DocPathsApiStaffLeaveRequestsRejectPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsRejectPostRequestBodyContentApplicationJsonSchemaPropertiesId"},"decisionComment":{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsRejectPostRequestBodyContentApplicationJsonSchemaPropertiesDecisionComment"},"decidedByUserId":{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsRejectPostRequestBodyContentApplicationJsonSchemaPropertiesDecidedByUserId"}},"required":["id"],"additionalProperties":false},"DocPathsApiStaffLeaveRequestsRejectPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiStaffLeaveRequestsRejectPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiStaffLeaveRequestsRejectPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiStaffLeaveRequestsRejectPostResponses200ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsRejectPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsRejectPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiStaffLeaveRequestsRejectPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsRejectPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"id":{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsRejectPostResponses200ContentApplicationJsonSchemaPropertiesId"}},"required":["ok","id"],"additionalProperties":false},"DocPathsApiStaffLeaveRequestsRejectPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiStaffLeaveRequestsRejectPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsRejectPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiStaffLeaveRequestsRejectPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiStaffLeaveRequestsRejectPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsRejectPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiStaffLeaveRequestsRejectPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiStaffLeaveRequestsRejectPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiStaffLeaveRequestsRejectPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf0":{"type":"null"},"DocPathsApiStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesId":{"type":"string","format":"uuid"},"DocPathsApiStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesDisplayName":{"type":"string"},"DocPathsApiStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesUserIdAnyOf0":{"type":"null"},"DocPathsApiStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesUserIdAnyOf1"}]},"DocPathsApiStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesTeamIdAnyOf0":{"type":"null"},"DocPathsApiStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesTeamIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesTeamId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesTeamIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesTeamIdAnyOf1"}]},"DocPathsApiStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesAvailabilityRuleSetIdAnyOf0":{"type":"null"},"DocPathsApiStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesAvailabilityRuleSetIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesAvailabilityRuleSetId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesAvailabilityRuleSetIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesAvailabilityRuleSetIdAnyOf1"}]},"DocPathsApiStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesId"},"displayName":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesDisplayName"},"userId":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesUserId"},"teamId":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesTeamId"},"availabilityRuleSetId":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesAvailabilityRuleSetId"}},"required":["id","displayName","userId","teamId","availabilityRuleSetId"],"additionalProperties":false},"DocPathsApiStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMember":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1"}]},"DocPathsApiStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"member":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMember"}},"required":["member"],"additionalProperties":false},"DocPathsApiStaffTeamMembersSelfGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiStaffTeamMembersSelfGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersSelfGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiStaffTeamMembersSelfGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiStaffTeamMembersSelfGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersSelfGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiStaffTeamMembersSelfPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiStaffTeamMembersSelfPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiStaffTeamMembersSelfPostRequestBodyContentApplicationJsonSchemaPropertiesDisplayName":{"type":"string","minLength":1},"DocPathsApiStaffTeamMembersSelfPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiStaffTeamMembersSelfPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiStaffTeamMembersSelfPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersSelfPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersSelfPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsApiStaffTeamMembersSelfPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersSelfPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersSelfPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"displayName":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersSelfPostRequestBodyContentApplicationJsonSchemaPropertiesDisplayName"},"description":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersSelfPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"}},"required":["tenantId","organizationId","displayName"],"additionalProperties":false},"DocPathsApiStaffTeamMembersSelfPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiStaffTeamMembersSelfPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiStaffTeamMembersSelfPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersSelfPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersSelfPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiStaffTeamMembersSelfPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersSelfPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiStaffTeamMembersSelfPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiStaffTeamMembersSelfPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersSelfPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiStaffTeamMembersSelfPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiStaffTeamMembersSelfPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersSelfPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiStaffTeamMembersSelfPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiStaffTeamMembersSelfPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersSelfPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiStaffTeamMembersSelfPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiStaffTeamMembersSelfPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersSelfPostResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiStaffTeamMembersTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiStaffTeamMembersTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiStaffTeamMembersTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesMemberId":{"type":"string","format":"uuid"},"DocPathsApiStaffTeamMembersTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesTag":{"type":"string","minLength":1},"DocPathsApiStaffTeamMembersTagsAssignPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"memberId":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesMemberId"},"tag":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesTag"}},"required":["tenantId","organizationId","memberId","tag"],"additionalProperties":false},"DocPathsApiStaffTeamMembersTagsAssignPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiStaffTeamMembersTagsAssignPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiStaffTeamMembersTagsAssignPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersTagsAssignPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersTagsAssignPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiStaffTeamMembersTagsAssignPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersTagsAssignPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiStaffTeamMembersTagsAssignPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiStaffTeamMembersTagsAssignPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersTagsAssignPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiStaffTeamMembersTagsAssignPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiStaffTeamMembersTagsAssignPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersTagsAssignPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiStaffTeamMembersTagsAssignPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiStaffTeamMembersTagsAssignPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersTagsAssignPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiStaffTeamMembersTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiStaffTeamMembersTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiStaffTeamMembersTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesMemberId":{"type":"string","format":"uuid"},"DocPathsApiStaffTeamMembersTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesTag":{"type":"string","minLength":1},"DocPathsApiStaffTeamMembersTagsUnassignPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"memberId":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesMemberId"},"tag":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesTag"}},"required":["tenantId","organizationId","memberId","tag"],"additionalProperties":false},"DocPathsApiStaffTeamMembersTagsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiStaffTeamMembersTagsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiStaffTeamMembersTagsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersTagsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersTagsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiStaffTeamMembersTagsUnassignPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersTagsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiStaffTeamMembersTagsUnassignPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiStaffTeamMembersTagsUnassignPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersTagsUnassignPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiStaffTeamMembersTagsUnassignPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiStaffTeamMembersTagsUnassignPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersTagsUnassignPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiStaffTeamMembersTagsUnassignPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiStaffTeamMembersTagsUnassignPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiStaffTeamMembersTagsUnassignPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesId":{"type":"string"},"DocPathsApiEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesLabel":{"type":"string"},"DocPathsApiEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDescription":{"type":"string"},"DocPathsApiEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCategory":{"type":"string","enum":["crud","lifecycle","system","custom"]},"DocPathsApiEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesModule":{"type":"string"},"DocPathsApiEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesEntity":{"type":"string"},"DocPathsApiEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesExcludeFromTriggers":{"type":"boolean"},"DocPathsApiEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesClientBroadcast":{"type":"boolean"},"DocPathsApiEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPortalBroadcast":{"type":"boolean"},"DocPathsApiEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsApiEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesLabel"},"description":{"$ref":"#/components/schemas/DocPathsApiEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDescription"},"category":{"$ref":"#/components/schemas/DocPathsApiEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCategory"},"module":{"$ref":"#/components/schemas/DocPathsApiEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesModule"},"entity":{"$ref":"#/components/schemas/DocPathsApiEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesEntity"},"excludeFromTriggers":{"$ref":"#/components/schemas/DocPathsApiEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesExcludeFromTriggers"},"clientBroadcast":{"$ref":"#/components/schemas/DocPathsApiEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesClientBroadcast"},"portalBroadcast":{"$ref":"#/components/schemas/DocPathsApiEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPortalBroadcast"}},"required":["id","label"],"additionalProperties":false},"DocPathsApiEventsGetResponses200ContentApplicationJsonSchemaPropertiesData":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItems"}},"DocPathsApiEventsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiEventsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiEventsGetResponses200ContentApplicationJsonSchemaPropertiesData"},"total":{"$ref":"#/components/schemas/DocPathsApiEventsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"}},"required":["data","total"],"additionalProperties":false},"DocPathsApiEventsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEventsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEventsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEventsStreamGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEventsStreamGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEventsStreamGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEventsStreamGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiNotificationsIdActionPostParameters0Schema":{"type":"string"},"DocPathsApiNotificationsIdActionPostResponses201ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiNotificationsIdActionPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiNotificationsIdActionPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiNotificationsIdActionPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiNotificationsIdDismissPutParameters0Schema":{"type":"string"},"DocPathsApiNotificationsIdDismissPutResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiNotificationsIdDismissPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiNotificationsIdDismissPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiNotificationsIdDismissPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiNotificationsIdReadPutParameters0Schema":{"type":"string"},"DocPathsApiNotificationsIdReadPutResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiNotificationsIdReadPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiNotificationsIdReadPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiNotificationsIdReadPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiNotificationsIdRestorePutParameters0Schema":{"type":"string"},"DocPathsApiNotificationsIdRestorePutResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiNotificationsIdRestorePutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiNotificationsIdRestorePutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiNotificationsIdRestorePutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiNotificationsBatchPostResponses201ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiNotificationsBatchPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiNotificationsBatchPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiNotificationsBatchPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiNotificationsBatchPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiNotificationsBatchPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiNotificationsBatchPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiNotificationsFeaturePostResponses201ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiNotificationsFeaturePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiNotificationsFeaturePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiNotificationsFeaturePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiNotificationsFeaturePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiNotificationsFeaturePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiNotificationsFeaturePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiNotificationsMarkAllReadPutResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiNotificationsMarkAllReadPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiNotificationsMarkAllReadPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiNotificationsMarkAllReadPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiNotificationsRolePostResponses201ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiNotificationsRolePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiNotificationsRolePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiNotificationsRolePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiNotificationsRolePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiNotificationsRolePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiNotificationsRolePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiNotificationsGetParameters0SchemaOneOf0":{"type":"string","enum":["unread","read","actioned","dismissed"]},"DocPathsApiNotificationsGetParameters0SchemaOneOf1Items":{"type":"string","enum":["unread","read","actioned","dismissed"]},"DocPathsApiNotificationsGetParameters0SchemaOneOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetParameters0SchemaOneOf1Items"}},"DocPathsApiNotificationsGetParameters0Schema":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiNotificationsGetParameters0SchemaOneOf0"},{"$ref":"#/components/schemas/DocPathsApiNotificationsGetParameters0SchemaOneOf1"}]},"DocPathsApiNotificationsGetParameters1Schema":{"type":"string"},"DocPathsApiNotificationsGetParameters2Schema":{"type":"string","enum":["info","warning","success","error"]},"DocPathsApiNotificationsGetParameters3Schema":{"type":"string"},"DocPathsApiNotificationsGetParameters4Schema":{"type":"string","format":"uuid"},"DocPathsApiNotificationsGetParameters5Schema":{"type":"string","format":"datetime"},"DocPathsApiNotificationsGetParameters6Schema":{"type":"number"},"DocPathsApiNotificationsGetParameters7Schema":{"type":"number"},"DocPathsApiNotificationsGetParameters8Schema":{"type":"string"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesType":{"type":"string"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle":{"type":"string"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf0":{"type":"null"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf1":{"type":"string"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBody":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf1"}]},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleKeyAnyOf0":{"type":"null"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleKeyAnyOf1":{"type":"string"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleKey":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleKeyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleKeyAnyOf1"}]},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyKeyAnyOf0":{"type":"null"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyKeyAnyOf1":{"type":"string"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyKey":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyKeyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyKeyAnyOf1"}]},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleVariablesAnyOf0":{"type":"null"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleVariablesAnyOf1AdditionalProperties":{"type":"string"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleVariablesAnyOf1":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleVariablesAnyOf1AdditionalProperties"}},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleVariables":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleVariablesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleVariablesAnyOf1"}]},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyVariablesAnyOf0":{"type":"null"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyVariablesAnyOf1AdditionalProperties":{"type":"string"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyVariablesAnyOf1":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyVariablesAnyOf1AdditionalProperties"}},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyVariables":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyVariablesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyVariablesAnyOf1"}]},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf0":{"type":"null"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf1":{"type":"string"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf1"}]},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSeverity":{"type":"string"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesId":{"type":"string"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesLabel":{"type":"string"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesLabelKey":{"type":"string"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesVariant":{"type":"string"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesIcon":{"type":"string"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesLabel"},"labelKey":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesLabelKey"},"variant":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesVariant"},"icon":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesIcon"}},"required":["id","label"],"additionalProperties":false},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItems"}},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryActionId":{"type":"string"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceModuleAnyOf0":{"type":"null"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceModuleAnyOf1":{"type":"string"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceModule":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceModuleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceModuleAnyOf1"}]},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityTypeAnyOf0":{"type":"null"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityTypeAnyOf1":{"type":"string"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityTypeAnyOf1"}]},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityIdAnyOf0":{"type":"null"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityIdAnyOf1"}]},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkHrefAnyOf0":{"type":"null"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkHrefAnyOf1":{"type":"string"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkHref":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkHrefAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkHrefAnyOf1"}]},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReadAtAnyOf0":{"type":"null"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReadAtAnyOf1":{"type":"string"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReadAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReadAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReadAtAnyOf1"}]},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionTakenAnyOf0":{"type":"null"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionTakenAnyOf1":{"type":"string"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionTaken":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionTakenAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionTakenAnyOf1"}]},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"type":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesType"},"title":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle"},"body":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBody"},"titleKey":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleKey"},"bodyKey":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyKey"},"titleVariables":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleVariables"},"bodyVariables":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyVariables"},"icon":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIcon"},"severity":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSeverity"},"status":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"actions":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActions"},"primaryActionId":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryActionId"},"sourceModule":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceModule"},"sourceEntityType":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityType"},"sourceEntityId":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityId"},"linkHref":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkHref"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"readAt":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReadAt"},"actionTaken":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionTaken"}},"required":["id","type","title","severity","status","actions","createdAt"],"additionalProperties":false},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiNotificationsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiNotificationsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiNotificationsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesType":{"type":"string","minLength":1,"maxLength":100},"DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesTitleKey":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesBodyKey":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesTitleVariablesAdditionalProperties":{"type":"string"},"DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesTitleVariables":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesTitleVariablesAdditionalProperties"}},"DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesBodyVariablesAdditionalProperties":{"type":"string"},"DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesBodyVariables":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesBodyVariablesAdditionalProperties"}},"DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesTitle":{"type":"string","minLength":1,"maxLength":500},"DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesBody":{"type":"string","maxLength":2000},"DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesIcon":{"type":"string","maxLength":100},"DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesSeverityAllOf0":{"type":"string","enum":["info","warning","success","error"]},"DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesSeverity":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesSeverityAllOf0"}],"default":"info"},"DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItemsPropertiesId":{"type":"string","minLength":1},"DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItemsPropertiesLabel":{"type":"string","minLength":1},"DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItemsPropertiesLabelKey":{"type":"string"},"DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItemsPropertiesVariant":{"type":"string","enum":["default","secondary","destructive","outline","ghost"]},"DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItemsPropertiesIcon":{"type":"string"},"DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItemsPropertiesCommandId":{"type":"string"},"DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItemsPropertiesHref":{"type":"string","minLength":1},"DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItemsPropertiesConfirmRequired":{"type":"boolean"},"DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItemsPropertiesConfirmMessage":{"type":"string"},"DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItemsPropertiesLabel"},"labelKey":{"$ref":"#/components/schemas/DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItemsPropertiesLabelKey"},"variant":{"$ref":"#/components/schemas/DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItemsPropertiesVariant"},"icon":{"$ref":"#/components/schemas/DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItemsPropertiesIcon"},"commandId":{"$ref":"#/components/schemas/DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItemsPropertiesCommandId"},"href":{"$ref":"#/components/schemas/DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItemsPropertiesHref"},"confirmRequired":{"$ref":"#/components/schemas/DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItemsPropertiesConfirmRequired"},"confirmMessage":{"$ref":"#/components/schemas/DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItemsPropertiesConfirmMessage"}},"required":["id","label"],"additionalProperties":false},"DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItems"}},"DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryActionId":{"type":"string"},"DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceModule":{"type":"string"},"DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceEntityType":{"type":"string"},"DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceEntityId":{"type":"string","format":"uuid"},"DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesLinkHref":{"type":"string","minLength":1},"DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesGroupKey":{"type":"string"},"DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesExpiresAt":{"type":"string","format":"datetime"},"DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientUserId":{"type":"string","format":"uuid"},"DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesType"},"titleKey":{"$ref":"#/components/schemas/DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesTitleKey"},"bodyKey":{"$ref":"#/components/schemas/DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesBodyKey"},"titleVariables":{"$ref":"#/components/schemas/DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesTitleVariables"},"bodyVariables":{"$ref":"#/components/schemas/DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesBodyVariables"},"title":{"$ref":"#/components/schemas/DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesTitle"},"body":{"$ref":"#/components/schemas/DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesBody"},"icon":{"$ref":"#/components/schemas/DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesIcon"},"severity":{"$ref":"#/components/schemas/DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesSeverity"},"actions":{"$ref":"#/components/schemas/DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActions"},"primaryActionId":{"$ref":"#/components/schemas/DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryActionId"},"sourceModule":{"$ref":"#/components/schemas/DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceModule"},"sourceEntityType":{"$ref":"#/components/schemas/DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceEntityType"},"sourceEntityId":{"$ref":"#/components/schemas/DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceEntityId"},"linkHref":{"$ref":"#/components/schemas/DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesLinkHref"},"groupKey":{"$ref":"#/components/schemas/DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesGroupKey"},"expiresAt":{"$ref":"#/components/schemas/DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesExpiresAt"},"recipientUserId":{"$ref":"#/components/schemas/DocPathsApiNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientUserId"}},"required":["type","recipientUserId"],"additionalProperties":false},"DocPathsApiNotificationsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiNotificationsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiNotificationsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiNotificationsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiNotificationsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiNotificationsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiNotificationsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiNotificationsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiNotificationsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiNotificationsSettingsGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiNotificationsSettingsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiNotificationsSettingsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiNotificationsSettingsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiNotificationsSettingsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiNotificationsSettingsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiNotificationsSettingsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiNotificationsSettingsPostResponses201ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiNotificationsSettingsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiNotificationsSettingsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiNotificationsSettingsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiNotificationsSettingsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiNotificationsSettingsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiNotificationsSettingsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiNotificationsUnreadCountGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiNotificationsUnreadCountGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiNotificationsUnreadCountGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiNotificationsUnreadCountGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProgressActiveGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiProgressActiveGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProgressActiveGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiProgressActiveGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProgressJobsIdGetParameters0Schema":{"type":"string"},"DocPathsApiProgressJobsIdGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiProgressJobsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProgressJobsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiProgressJobsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProgressJobsIdPutParameters0Schema":{"type":"string"},"DocPathsApiProgressJobsIdPutResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiProgressJobsIdPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProgressJobsIdPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiProgressJobsIdPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProgressJobsIdPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProgressJobsIdPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiProgressJobsIdPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProgressJobsIdDeleteParameters0Schema":{"type":"string"},"DocPathsApiProgressJobsIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProgressJobsIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiProgressJobsIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProgressJobsIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProgressJobsIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiProgressJobsIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProgressJobsGetParameters0Schema":{"type":"string"},"DocPathsApiProgressJobsGetParameters1Schema":{"type":"string"},"DocPathsApiProgressJobsGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsApiProgressJobsGetParameters3Schema":{"type":"string","enum":["true","false"]},"DocPathsApiProgressJobsGetParameters4Schema":{"type":"string"},"DocPathsApiProgressJobsGetParameters5Schema":{"type":"number"},"DocPathsApiProgressJobsGetParameters6Schema":{"type":"number"},"DocPathsApiProgressJobsGetParameters7Schema":{"type":"string"},"DocPathsApiProgressJobsGetParameters8Schema":{"type":"string","enum":["createdAt","startedAt","finishedAt"]},"DocPathsApiProgressJobsGetParameters9Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiProgressJobsGetParameters10Schema":{"type":"string"},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobType":{"type":"string"},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string"},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProgressPercent":{"type":"number"},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProcessedCount":{"type":"number"},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalCountAnyOf0":{"type":"null"},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalCountAnyOf1":{"type":"number"},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalCountAnyOf1"}]},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEtaSecondsAnyOf0":{"type":"null"},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEtaSecondsAnyOf1":{"type":"number"},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEtaSeconds":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEtaSecondsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEtaSecondsAnyOf1"}]},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancellable":{"type":"boolean"},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartedAtAnyOf0":{"type":"null"},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartedAtAnyOf1":{"type":"string"},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartedAtAnyOf1"}]},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFinishedAtAnyOf0":{"type":"null"},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFinishedAtAnyOf1":{"type":"string"},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFinishedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFinishedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFinishedAtAnyOf1"}]},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorMessageAnyOf0":{"type":"null"},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorMessageAnyOf1":{"type":"string"},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorMessage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorMessageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorMessageAnyOf1"}]},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"jobType":{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobType"},"name":{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"status":{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"progressPercent":{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProgressPercent"},"processedCount":{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProcessedCount"},"totalCount":{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalCount"},"etaSeconds":{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEtaSeconds"},"cancellable":{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancellable"},"startedAt":{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartedAt"},"finishedAt":{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFinishedAt"},"errorMessage":{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorMessage"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"}},"required":["id","jobType","name","description","status","progressPercent","processedCount","totalCount","etaSeconds","cancellable","startedAt","finishedAt","errorMessage","createdAt","tenantId","organizationId"],"additionalProperties":false},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiProgressJobsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProgressJobsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiProgressJobsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesJobType":{"type":"string","minLength":1,"maxLength":100},"DocPathsApiProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":1000},"DocPathsApiProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesTotalCount":{"type":"number"},"DocPathsApiProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesCancellableAllOf0":{"type":"boolean"},"DocPathsApiProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesCancellable":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesCancellableAllOf0"}],"default":false},"DocPathsApiProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesMeta":{"type":"object","additionalProperties":true},"DocPathsApiProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesParentJobId":{"type":"string","format":"uuid"},"DocPathsApiProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesPartitionIndex":{"type":"number"},"DocPathsApiProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesPartitionCount":{"type":"number"},"DocPathsApiProgressJobsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"jobType":{"$ref":"#/components/schemas/DocPathsApiProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesJobType"},"name":{"$ref":"#/components/schemas/DocPathsApiProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"totalCount":{"$ref":"#/components/schemas/DocPathsApiProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesTotalCount"},"cancellable":{"$ref":"#/components/schemas/DocPathsApiProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesCancellable"},"meta":{"$ref":"#/components/schemas/DocPathsApiProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesMeta"},"parentJobId":{"$ref":"#/components/schemas/DocPathsApiProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesParentJobId"},"partitionIndex":{"$ref":"#/components/schemas/DocPathsApiProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesPartitionIndex"},"partitionCount":{"$ref":"#/components/schemas/DocPathsApiProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesPartitionCount"}},"required":["jobType","name"],"additionalProperties":false},"DocPathsApiProgressJobsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiProgressJobsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiProgressJobsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiProgressJobsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiProgressJobsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiProgressJobsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiProgressJobsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiProgressJobsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProgressJobsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiProgressJobsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProgressJobsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProgressJobsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiProgressJobsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiIntegrationsIdCredentialsGetParameters0Schema":{"type":"string"},"DocPathsApiIntegrationsIdCredentialsGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiIntegrationsIdCredentialsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiIntegrationsIdCredentialsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiIntegrationsIdCredentialsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiIntegrationsIdCredentialsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiIntegrationsIdCredentialsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiIntegrationsIdCredentialsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiIntegrationsIdCredentialsPutParameters0Schema":{"type":"string"},"DocPathsApiIntegrationsIdCredentialsPutResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiIntegrationsIdCredentialsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiIntegrationsIdCredentialsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiIntegrationsIdCredentialsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiIntegrationsIdCredentialsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiIntegrationsIdCredentialsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiIntegrationsIdCredentialsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiIntegrationsIdHealthPostParameters0Schema":{"type":"string"},"DocPathsApiIntegrationsIdHealthPostResponses201ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiIntegrationsIdHealthPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiIntegrationsIdHealthPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiIntegrationsIdHealthPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiIntegrationsIdHealthPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiIntegrationsIdHealthPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiIntegrationsIdHealthPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiIntegrationsIdGetParameters0Schema":{"type":"string"},"DocPathsApiIntegrationsIdGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiIntegrationsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiIntegrationsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiIntegrationsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiIntegrationsIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiIntegrationsIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiIntegrationsIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiIntegrationsIdStatePutParameters0Schema":{"type":"string"},"DocPathsApiIntegrationsIdStatePutResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiIntegrationsIdStatePutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiIntegrationsIdStatePutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiIntegrationsIdStatePutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiIntegrationsIdStatePutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiIntegrationsIdStatePutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiIntegrationsIdStatePutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiIntegrationsIdVersionPutParameters0Schema":{"type":"string"},"DocPathsApiIntegrationsIdVersionPutResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiIntegrationsIdVersionPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiIntegrationsIdVersionPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiIntegrationsIdVersionPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiIntegrationsIdVersionPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiIntegrationsIdVersionPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiIntegrationsIdVersionPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiIntegrationsLogsGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiIntegrationsLogsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiIntegrationsLogsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiIntegrationsLogsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiIntegrationsLogsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiIntegrationsLogsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiIntegrationsLogsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiIntegrationsGetParameters0Schema":{"type":"string","maxLength":200},"DocPathsApiIntegrationsGetParameters1Schema":{"type":"string","maxLength":64},"DocPathsApiIntegrationsGetParameters2Schema":{"type":"string","maxLength":128},"DocPathsApiIntegrationsGetParameters3Schema":{"type":"boolean"},"DocPathsApiIntegrationsGetParameters4Schema":{"type":"string","enum":["healthy","degraded","unhealthy","unconfigured"]},"DocPathsApiIntegrationsGetParameters5Schema":{"type":"string","enum":["title","category","enabledAt","healthStatus"]},"DocPathsApiIntegrationsGetParameters6Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiIntegrationsGetParameters7Schema":{"type":"number"},"DocPathsApiIntegrationsGetParameters8Schema":{"type":"number"},"DocPathsApiIntegrationsGetParameters9Schema":{"type":"string"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle":{"type":"string"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategoryAnyOf0":{"type":"null"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategoryAnyOf1":{"type":"string"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategory":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategoryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategoryAnyOf1"}]},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItems":{"type":"string"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItems"}},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHubAnyOf0":{"type":"null"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHubAnyOf1":{"type":"string"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHub":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHubAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHubAnyOf1"}]},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderKeyAnyOf0":{"type":"null"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderKeyAnyOf1":{"type":"string"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderKey":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderKeyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderKeyAnyOf1"}]},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBundleIdAnyOf0":{"type":"null"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBundleIdAnyOf1":{"type":"string"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBundleId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBundleIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBundleIdAnyOf1"}]},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorAnyOf0":{"type":"null"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorAnyOf1":{"type":"string"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorAnyOf1"}]},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyAnyOf0":{"type":"null"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyAnyOf1":{"type":"string"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompany":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyAnyOf1"}]},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVersionAnyOf0":{"type":"null"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVersionAnyOf1":{"type":"string"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVersion":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVersionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVersionAnyOf1"}]},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHasCredentials":{"type":"boolean"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsEnabled":{"type":"boolean"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesApiVersionAnyOf0":{"type":"null"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesApiVersionAnyOf1":{"type":"string"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesApiVersion":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesApiVersionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesApiVersionAnyOf1"}]},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHealthStatus":{"type":"string","enum":["healthy","degraded","unhealthy","unconfigured"]},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastHealthCheckedAtAnyOf0":{"type":"null"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastHealthCheckedAtAnyOf1":{"type":"string"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastHealthCheckedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastHealthCheckedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastHealthCheckedAtAnyOf1"}]},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastHealthLatencyMsAnyOf0":{"type":"null"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastHealthLatencyMsAnyOf1":{"type":"number"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastHealthLatencyMs":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastHealthLatencyMsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastHealthLatencyMsAnyOf1"}]},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEnabledAtAnyOf0":{"type":"null"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEnabledAtAnyOf1":{"type":"string"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEnabledAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEnabledAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEnabledAtAnyOf1"}]},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAnalyticsPropertiesLastActivityAtAnyOf0":{"type":"null"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAnalyticsPropertiesLastActivityAtAnyOf1":{"type":"string"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAnalyticsPropertiesLastActivityAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAnalyticsPropertiesLastActivityAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAnalyticsPropertiesLastActivityAtAnyOf1"}]},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAnalyticsPropertiesTotalCount":{"type":"number"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAnalyticsPropertiesErrorCount":{"type":"number"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAnalyticsPropertiesErrorRate":{"type":"number"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAnalyticsPropertiesDailyCountsItems":{"type":"number"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAnalyticsPropertiesDailyCounts":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAnalyticsPropertiesDailyCountsItems"}},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAnalytics":{"type":"object","properties":{"lastActivityAt":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAnalyticsPropertiesLastActivityAt"},"totalCount":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAnalyticsPropertiesTotalCount"},"errorCount":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAnalyticsPropertiesErrorCount"},"errorRate":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAnalyticsPropertiesErrorRate"},"dailyCounts":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAnalyticsPropertiesDailyCounts"}},"required":["lastActivityAt","totalCount","errorCount","errorRate","dailyCounts"],"additionalProperties":false},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"title":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"category":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategory"},"tags":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTags"},"hub":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHub"},"providerKey":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderKey"},"bundleId":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBundleId"},"author":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthor"},"company":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompany"},"version":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVersion"},"hasCredentials":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHasCredentials"},"isEnabled":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsEnabled"},"apiVersion":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesApiVersion"},"healthStatus":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHealthStatus"},"lastHealthCheckedAt":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastHealthCheckedAt"},"lastHealthLatencyMs":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastHealthLatencyMs"},"enabledAt":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEnabledAt"},"analytics":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAnalytics"}},"required":["id","title","category","tags","hub","providerKey","bundleId","hasCredentials","isEnabled","apiVersion","healthStatus","lastHealthCheckedAt","lastHealthLatencyMs","enabledAt","analytics"],"additionalProperties":false},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesBundlesItemsPropertiesId":{"type":"string"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesBundlesItemsPropertiesTitle":{"type":"string"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesBundlesItemsPropertiesDescription":{"type":"string"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesBundlesItemsPropertiesIconAnyOf0":{"type":"null"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesBundlesItemsPropertiesIconAnyOf1":{"type":"string"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesBundlesItemsPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesBundlesItemsPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesBundlesItemsPropertiesIconAnyOf1"}]},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesBundlesItemsPropertiesIntegrationCount":{"type":"number"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesBundlesItemsPropertiesEnabledCount":{"type":"number"},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesBundlesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesBundlesItemsPropertiesId"},"title":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesBundlesItemsPropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesBundlesItemsPropertiesDescription"},"icon":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesBundlesItemsPropertiesIcon"},"integrationCount":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesBundlesItemsPropertiesIntegrationCount"},"enabledCount":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesBundlesItemsPropertiesEnabledCount"}},"required":["id","title","description","icon","integrationCount","enabledCount"],"additionalProperties":false},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesBundles":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesBundlesItems"}},"DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"bundles":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses200ContentApplicationJsonSchemaPropertiesBundles"}},"required":["items","total","totalPages","bundles"],"additionalProperties":false},"DocPathsApiIntegrationsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiIntegrationsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiIntegrationsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiIntegrationsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiIntegrationsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDataSyncMappingsIdGetParameters0Schema":{"type":"string"},"DocPathsApiDataSyncMappingsIdGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiDataSyncMappingsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDataSyncMappingsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDataSyncMappingsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDataSyncMappingsIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDataSyncMappingsIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDataSyncMappingsIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDataSyncMappingsIdPutParameters0Schema":{"type":"string"},"DocPathsApiDataSyncMappingsIdPutResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiDataSyncMappingsIdPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDataSyncMappingsIdPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDataSyncMappingsIdPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDataSyncMappingsIdPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDataSyncMappingsIdPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDataSyncMappingsIdPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDataSyncMappingsIdDeleteParameters0Schema":{"type":"string"},"DocPathsApiDataSyncMappingsIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDataSyncMappingsIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDataSyncMappingsIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDataSyncMappingsIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDataSyncMappingsIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDataSyncMappingsIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDataSyncMappingsGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiDataSyncMappingsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDataSyncMappingsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDataSyncMappingsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDataSyncMappingsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDataSyncMappingsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDataSyncMappingsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDataSyncMappingsPostResponses201ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiDataSyncMappingsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDataSyncMappingsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDataSyncMappingsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDataSyncMappingsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDataSyncMappingsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDataSyncMappingsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDataSyncRunsIdGetParameters0Schema":{"type":"string"},"DocPathsApiDataSyncRunsIdGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiDataSyncRunsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDataSyncRunsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDataSyncRunsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDataSyncRunsIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDataSyncRunsIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDataSyncRunsIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDataSyncSchedulesIdGetParameters0Schema":{"type":"string"},"DocPathsApiDataSyncSchedulesIdGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiDataSyncSchedulesIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDataSyncSchedulesIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDataSyncSchedulesIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDataSyncSchedulesIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDataSyncSchedulesIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDataSyncSchedulesIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDataSyncSchedulesIdPutParameters0Schema":{"type":"string"},"DocPathsApiDataSyncSchedulesIdPutResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiDataSyncSchedulesIdPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDataSyncSchedulesIdPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDataSyncSchedulesIdPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDataSyncSchedulesIdPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDataSyncSchedulesIdPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDataSyncSchedulesIdPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDataSyncSchedulesIdDeleteParameters0Schema":{"type":"string"},"DocPathsApiDataSyncSchedulesIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDataSyncSchedulesIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDataSyncSchedulesIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDataSyncSchedulesIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDataSyncSchedulesIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDataSyncSchedulesIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDataSyncSchedulesGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiDataSyncSchedulesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDataSyncSchedulesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDataSyncSchedulesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDataSyncSchedulesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDataSyncSchedulesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDataSyncSchedulesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDataSyncSchedulesPostResponses201ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiDataSyncSchedulesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDataSyncSchedulesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDataSyncSchedulesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiDataSyncSchedulesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiDataSyncSchedulesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiDataSyncSchedulesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdActionsActionIdPostParameters0Schema":{"type":"string"},"DocPathsApiMessagesIdActionsActionIdPostParameters1Schema":{"type":"string"},"DocPathsApiMessagesIdActionsActionIdPostRequestBodyContentApplicationJsonSchema":{"type":"object","additionalProperties":true},"DocPathsApiMessagesIdActionsActionIdPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiMessagesIdActionsActionIdPostResponses200ContentApplicationJsonSchemaPropertiesActionId":{"type":"string"},"DocPathsApiMessagesIdActionsActionIdPostResponses200ContentApplicationJsonSchemaPropertiesResult":{"type":"object","additionalProperties":true},"DocPathsApiMessagesIdActionsActionIdPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiMessagesIdActionsActionIdPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"actionId":{"$ref":"#/components/schemas/DocPathsApiMessagesIdActionsActionIdPostResponses200ContentApplicationJsonSchemaPropertiesActionId"},"result":{"$ref":"#/components/schemas/DocPathsApiMessagesIdActionsActionIdPostResponses200ContentApplicationJsonSchemaPropertiesResult"}},"required":["ok","actionId"],"additionalProperties":false},"DocPathsApiMessagesIdActionsActionIdPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdActionsActionIdPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdActionsActionIdPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdActionsActionIdPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdActionsActionIdPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdActionsActionIdPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdActionsActionIdPostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiMessagesIdActionsActionIdPostResponses409ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiMessagesIdActionsActionIdPostResponses410ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiMessagesIdArchivePutParameters0Schema":{"type":"string"},"DocPathsApiMessagesIdArchivePutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiMessagesIdArchivePutResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiMessagesIdArchivePutResponses200ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsApiMessagesIdArchivePutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiMessagesIdArchivePutResponses200ContentApplicationJsonSchemaPropertiesOk"},"id":{"$ref":"#/components/schemas/DocPathsApiMessagesIdArchivePutResponses200ContentApplicationJsonSchemaPropertiesId"},"message":{"$ref":"#/components/schemas/DocPathsApiMessagesIdArchivePutResponses200ContentApplicationJsonSchemaPropertiesMessage"}},"required":["ok"],"additionalProperties":false},"DocPathsApiMessagesIdArchivePutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdArchivePutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdArchivePutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdArchivePutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdArchivePutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdArchivePutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdArchivePutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdArchivePutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdArchivePutResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdArchiveDeleteParameters0Schema":{"type":"string"},"DocPathsApiMessagesIdArchiveDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiMessagesIdArchiveDeleteResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiMessagesIdArchiveDeleteResponses200ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsApiMessagesIdArchiveDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiMessagesIdArchiveDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"},"id":{"$ref":"#/components/schemas/DocPathsApiMessagesIdArchiveDeleteResponses200ContentApplicationJsonSchemaPropertiesId"},"message":{"$ref":"#/components/schemas/DocPathsApiMessagesIdArchiveDeleteResponses200ContentApplicationJsonSchemaPropertiesMessage"}},"required":["ok"],"additionalProperties":false},"DocPathsApiMessagesIdArchiveDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdArchiveDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdArchiveDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdArchiveDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdArchiveDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdArchiveDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdArchiveDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdArchiveDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdArchiveDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdAttachmentsGetParameters0Schema":{"type":"string"},"DocPathsApiMessagesIdAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesAttachmentsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiMessagesIdAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesAttachmentsItemsPropertiesFileName":{"type":"string"},"DocPathsApiMessagesIdAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesAttachmentsItemsPropertiesFileSize":{"type":"number"},"DocPathsApiMessagesIdAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesAttachmentsItemsPropertiesMimeType":{"type":"string"},"DocPathsApiMessagesIdAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesAttachmentsItemsPropertiesUrl":{"type":"string"},"DocPathsApiMessagesIdAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesAttachmentsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesAttachmentsItemsPropertiesId"},"fileName":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesAttachmentsItemsPropertiesFileName"},"fileSize":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesAttachmentsItemsPropertiesFileSize"},"mimeType":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesAttachmentsItemsPropertiesMimeType"},"url":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesAttachmentsItemsPropertiesUrl"}},"required":["id","fileName","fileSize","mimeType","url"],"additionalProperties":false},"DocPathsApiMessagesIdAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesAttachments":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesAttachmentsItems"}},"DocPathsApiMessagesIdAttachmentsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"attachments":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesAttachments"}},"required":["attachments"],"additionalProperties":false},"DocPathsApiMessagesIdAttachmentsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdAttachmentsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdAttachmentsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdAttachmentsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdAttachmentsGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdAttachmentsGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdAttachmentsPostParameters0Schema":{"type":"string"},"DocPathsApiMessagesIdAttachmentsPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdsItems":{"type":"string","format":"uuid"},"DocPathsApiMessagesIdAttachmentsPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdsItems"},"minItems":1,"maxItems":100},"DocPathsApiMessagesIdAttachmentsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"attachmentIds":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIds"}},"required":["attachmentIds"],"additionalProperties":false},"DocPathsApiMessagesIdAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiMessagesIdAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiMessagesIdAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsApiMessagesIdAttachmentsPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"id":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesId"},"message":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesMessage"}},"required":["ok"],"additionalProperties":false},"DocPathsApiMessagesIdAttachmentsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdAttachmentsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdAttachmentsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdAttachmentsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdAttachmentsPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdAttachmentsPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdAttachmentsPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdAttachmentsPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsPostResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdAttachmentsDeleteParameters0Schema":{"type":"string"},"DocPathsApiMessagesIdAttachmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesAttachmentId":{"type":"string","format":"uuid"},"DocPathsApiMessagesIdAttachmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdsItems":{"type":"string","format":"uuid"},"DocPathsApiMessagesIdAttachmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdsItems"},"minItems":1,"maxItems":100},"DocPathsApiMessagesIdAttachmentsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"attachmentId":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesAttachmentId"},"attachmentIds":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIds"}},"additionalProperties":false},"DocPathsApiMessagesIdAttachmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiMessagesIdAttachmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiMessagesIdAttachmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsApiMessagesIdAttachmentsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"},"id":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesId"},"message":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesMessage"}},"required":["ok"],"additionalProperties":false},"DocPathsApiMessagesIdAttachmentsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdAttachmentsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdAttachmentsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdAttachmentsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdAttachmentsDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdAttachmentsDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdAttachmentsDeleteResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdAttachmentsDeleteResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdAttachmentsDeleteResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdConfirmationGetParameters0Schema":{"type":"string"},"DocPathsApiMessagesIdConfirmationGetResponses200ContentApplicationJsonSchemaPropertiesMessageId":{"type":"string","format":"uuid"},"DocPathsApiMessagesIdConfirmationGetResponses200ContentApplicationJsonSchemaPropertiesConfirmed":{"type":"boolean"},"DocPathsApiMessagesIdConfirmationGetResponses200ContentApplicationJsonSchemaPropertiesConfirmedAtAnyOf0":{"type":"null"},"DocPathsApiMessagesIdConfirmationGetResponses200ContentApplicationJsonSchemaPropertiesConfirmedAtAnyOf1":{"type":"string"},"DocPathsApiMessagesIdConfirmationGetResponses200ContentApplicationJsonSchemaPropertiesConfirmedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdConfirmationGetResponses200ContentApplicationJsonSchemaPropertiesConfirmedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesIdConfirmationGetResponses200ContentApplicationJsonSchemaPropertiesConfirmedAtAnyOf1"}]},"DocPathsApiMessagesIdConfirmationGetResponses200ContentApplicationJsonSchemaPropertiesConfirmedByUserIdAnyOf0":{"type":"null"},"DocPathsApiMessagesIdConfirmationGetResponses200ContentApplicationJsonSchemaPropertiesConfirmedByUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiMessagesIdConfirmationGetResponses200ContentApplicationJsonSchemaPropertiesConfirmedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdConfirmationGetResponses200ContentApplicationJsonSchemaPropertiesConfirmedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesIdConfirmationGetResponses200ContentApplicationJsonSchemaPropertiesConfirmedByUserIdAnyOf1"}]},"DocPathsApiMessagesIdConfirmationGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"messageId":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConfirmationGetResponses200ContentApplicationJsonSchemaPropertiesMessageId"},"confirmed":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConfirmationGetResponses200ContentApplicationJsonSchemaPropertiesConfirmed"},"confirmedAt":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConfirmationGetResponses200ContentApplicationJsonSchemaPropertiesConfirmedAt"},"confirmedByUserId":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConfirmationGetResponses200ContentApplicationJsonSchemaPropertiesConfirmedByUserId"}},"required":["messageId","confirmed","confirmedAt","confirmedByUserId"],"additionalProperties":false},"DocPathsApiMessagesIdConfirmationGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdConfirmationGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConfirmationGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdConfirmationGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdConfirmationGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConfirmationGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdConfirmationGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdConfirmationGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConfirmationGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdConversationArchivePutParameters0Schema":{"type":"string"},"DocPathsApiMessagesIdConversationArchivePutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiMessagesIdConversationArchivePutResponses200ContentApplicationJsonSchemaPropertiesAffectedCount":{"type":"number"},"DocPathsApiMessagesIdConversationArchivePutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConversationArchivePutResponses200ContentApplicationJsonSchemaPropertiesOk"},"affectedCount":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConversationArchivePutResponses200ContentApplicationJsonSchemaPropertiesAffectedCount"}},"required":["ok","affectedCount"],"additionalProperties":false},"DocPathsApiMessagesIdConversationArchivePutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdConversationArchivePutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConversationArchivePutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdConversationArchivePutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdConversationArchivePutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConversationArchivePutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdConversationArchivePutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdConversationArchivePutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConversationArchivePutResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdConversationReadDeleteParameters0Schema":{"type":"string"},"DocPathsApiMessagesIdConversationReadDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiMessagesIdConversationReadDeleteResponses200ContentApplicationJsonSchemaPropertiesAffectedCount":{"type":"number"},"DocPathsApiMessagesIdConversationReadDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConversationReadDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"},"affectedCount":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConversationReadDeleteResponses200ContentApplicationJsonSchemaPropertiesAffectedCount"}},"required":["ok","affectedCount"],"additionalProperties":false},"DocPathsApiMessagesIdConversationReadDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdConversationReadDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConversationReadDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdConversationReadDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdConversationReadDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConversationReadDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdConversationReadDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdConversationReadDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConversationReadDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdConversationDeleteParameters0Schema":{"type":"string"},"DocPathsApiMessagesIdConversationDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiMessagesIdConversationDeleteResponses200ContentApplicationJsonSchemaPropertiesAffectedCount":{"type":"number"},"DocPathsApiMessagesIdConversationDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConversationDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"},"affectedCount":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConversationDeleteResponses200ContentApplicationJsonSchemaPropertiesAffectedCount"}},"required":["ok","affectedCount"],"additionalProperties":false},"DocPathsApiMessagesIdConversationDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdConversationDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConversationDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdConversationDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdConversationDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConversationDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdConversationDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdConversationDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdConversationDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdForwardPostParameters0Schema":{"type":"string"},"DocPathsApiMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsApiMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesTypeAllOf0":{"type":"string","enum":["to","cc","bcc"]},"DocPathsApiMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesType":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesTypeAllOf0"}],"default":"to"},"DocPathsApiMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItems":{"type":"object","properties":{"userId":{"$ref":"#/components/schemas/DocPathsApiMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesUserId"},"type":{"$ref":"#/components/schemas/DocPathsApiMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesType"}},"required":["userId"],"additionalProperties":false},"DocPathsApiMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesRecipients":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItems"},"minItems":1,"maxItems":100},"DocPathsApiMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesBody":{"type":"string","maxLength":50000},"DocPathsApiMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesAdditionalBody":{"type":"string","maxLength":10000},"DocPathsApiMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesIncludeAttachmentsAllOf0":{"type":"boolean"},"DocPathsApiMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesIncludeAttachments":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesIncludeAttachmentsAllOf0"}],"default":true},"DocPathsApiMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesSendViaEmailAllOf0":{"type":"boolean"},"DocPathsApiMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesSendViaEmail":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesSendViaEmailAllOf0"}],"default":false},"DocPathsApiMessagesIdForwardPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"recipients":{"$ref":"#/components/schemas/DocPathsApiMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesRecipients"},"body":{"$ref":"#/components/schemas/DocPathsApiMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesBody"},"additionalBody":{"$ref":"#/components/schemas/DocPathsApiMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesAdditionalBody"},"includeAttachments":{"$ref":"#/components/schemas/DocPathsApiMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesIncludeAttachments"},"sendViaEmail":{"$ref":"#/components/schemas/DocPathsApiMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesSendViaEmail"}},"required":["recipients"],"additionalProperties":false},"DocPathsApiMessagesIdForwardPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiMessagesIdForwardPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiMessagesIdForwardPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiMessagesIdForwardPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdForwardPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdForwardPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdForwardPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdForwardPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdForwardPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdForwardPostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiMessagesIdForwardPostResponses409ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiMessagesIdForwardPostResponses413ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiMessagesIdForwardPreviewGetParameters0Schema":{"type":"string"},"DocPathsApiMessagesIdForwardPreviewGetResponses200ContentApplicationJsonSchemaPropertiesSubject":{"type":"string"},"DocPathsApiMessagesIdForwardPreviewGetResponses200ContentApplicationJsonSchemaPropertiesBody":{"type":"string"},"DocPathsApiMessagesIdForwardPreviewGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"subject":{"$ref":"#/components/schemas/DocPathsApiMessagesIdForwardPreviewGetResponses200ContentApplicationJsonSchemaPropertiesSubject"},"body":{"$ref":"#/components/schemas/DocPathsApiMessagesIdForwardPreviewGetResponses200ContentApplicationJsonSchemaPropertiesBody"}},"required":["subject","body"],"additionalProperties":false},"DocPathsApiMessagesIdForwardPreviewGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdForwardPreviewGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdForwardPreviewGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdForwardPreviewGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdForwardPreviewGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdForwardPreviewGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdForwardPreviewGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdForwardPreviewGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdForwardPreviewGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdForwardPreviewGetResponses413ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdForwardPreviewGetResponses413ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdForwardPreviewGetResponses413ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdReadPutParameters0Schema":{"type":"string"},"DocPathsApiMessagesIdReadPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiMessagesIdReadPutResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiMessagesIdReadPutResponses200ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsApiMessagesIdReadPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReadPutResponses200ContentApplicationJsonSchemaPropertiesOk"},"id":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReadPutResponses200ContentApplicationJsonSchemaPropertiesId"},"message":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReadPutResponses200ContentApplicationJsonSchemaPropertiesMessage"}},"required":["ok"],"additionalProperties":false},"DocPathsApiMessagesIdReadPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdReadPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReadPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdReadPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdReadPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReadPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdReadPutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdReadPutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReadPutResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdReadDeleteParameters0Schema":{"type":"string"},"DocPathsApiMessagesIdReadDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiMessagesIdReadDeleteResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiMessagesIdReadDeleteResponses200ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsApiMessagesIdReadDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReadDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"},"id":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReadDeleteResponses200ContentApplicationJsonSchemaPropertiesId"},"message":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReadDeleteResponses200ContentApplicationJsonSchemaPropertiesMessage"}},"required":["ok"],"additionalProperties":false},"DocPathsApiMessagesIdReadDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdReadDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReadDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdReadDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdReadDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReadDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdReadDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdReadDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReadDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdReplyPostParameters0Schema":{"type":"string"},"DocPathsApiMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesBody":{"type":"string","minLength":1,"maxLength":50000},"DocPathsApiMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesBodyFormatAllOf0":{"type":"string","enum":["text","markdown"]},"DocPathsApiMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesBodyFormat":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesBodyFormatAllOf0"}],"default":"text"},"DocPathsApiMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsApiMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesTypeAllOf0":{"type":"string","enum":["to","cc","bcc"]},"DocPathsApiMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesType":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesTypeAllOf0"}],"default":"to"},"DocPathsApiMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItems":{"type":"object","properties":{"userId":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesUserId"},"type":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesType"}},"required":["userId"],"additionalProperties":false},"DocPathsApiMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesRecipients":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItems"},"maxItems":100},"DocPathsApiMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdsItems":{"type":"string","format":"uuid"},"DocPathsApiMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdsItems"}},"DocPathsApiMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentRecordId":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesReplyAllAllOf0":{"type":"boolean"},"DocPathsApiMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesReplyAll":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesReplyAllAllOf0"}],"default":false},"DocPathsApiMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesSendViaEmailAllOf0":{"type":"boolean"},"DocPathsApiMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesSendViaEmail":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesSendViaEmailAllOf0"}],"default":false},"DocPathsApiMessagesIdReplyPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"body":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesBody"},"bodyFormat":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesBodyFormat"},"recipients":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesRecipients"},"attachmentIds":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIds"},"attachmentRecordId":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentRecordId"},"replyAll":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesReplyAll"},"sendViaEmail":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesSendViaEmail"}},"required":["body"],"additionalProperties":false},"DocPathsApiMessagesIdReplyPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiMessagesIdReplyPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReplyPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiMessagesIdReplyPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdReplyPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReplyPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdReplyPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdReplyPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReplyPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdReplyPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdReplyPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReplyPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdReplyPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdReplyPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdReplyPostResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdGetParameters0Schema":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesType":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesIsDraft":{"type":"boolean"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesCanEditDraft":{"type":"boolean"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesVisibilityAnyOf0":{"type":"null"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesVisibilityAnyOf1":{"type":"string","enum":["public","internal"]},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesVisibility":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesVisibilityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesVisibilityAnyOf1"}]},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceEntityTypeAnyOf0":{"type":"null"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceEntityTypeAnyOf1":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceEntityTypeAnyOf1"}]},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceEntityIdAnyOf0":{"type":"null"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceEntityIdAnyOf1"}]},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesExternalEmailAnyOf0":{"type":"null"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesExternalEmailAnyOf1":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesExternalEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesExternalEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesExternalEmailAnyOf1"}]},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesExternalNameAnyOf0":{"type":"null"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesExternalNameAnyOf1":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesExternalName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesExternalNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesExternalNameAnyOf1"}]},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesLabelKey":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesIcon":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesColorAnyOf0":{"type":"null"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesColorAnyOf1":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesColorAnyOf1"}]},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesAllowReply":{"type":"boolean"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesAllowForward":{"type":"boolean"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf0":{"type":"null"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1PropertiesListItemComponentAnyOf0":{"type":"null"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1PropertiesListItemComponentAnyOf1":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1PropertiesListItemComponent":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1PropertiesListItemComponentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1PropertiesListItemComponentAnyOf1"}]},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1PropertiesContentComponentAnyOf0":{"type":"null"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1PropertiesContentComponentAnyOf1":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1PropertiesContentComponent":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1PropertiesContentComponentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1PropertiesContentComponentAnyOf1"}]},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1PropertiesActionsComponentAnyOf0":{"type":"null"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1PropertiesActionsComponentAnyOf1":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1PropertiesActionsComponent":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1PropertiesActionsComponentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1PropertiesActionsComponentAnyOf1"}]},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1":{"type":"object","properties":{"listItemComponent":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1PropertiesListItemComponent"},"contentComponent":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1PropertiesContentComponent"},"actionsComponent":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1PropertiesActionsComponent"}},"additionalProperties":false},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUi":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1"}]},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinition":{"type":"object","properties":{"labelKey":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesLabelKey"},"icon":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesIcon"},"color":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesColor"},"allowReply":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesAllowReply"},"allowForward":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesAllowForward"},"ui":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUi"}},"required":["labelKey","icon","allowReply","allowForward"],"additionalProperties":false},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadIdAnyOf0":{"type":"null"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadIdAnyOf1"}]},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesParentMessageIdAnyOf0":{"type":"null"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesParentMessageIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesParentMessageId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesParentMessageIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesParentMessageIdAnyOf1"}]},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSenderUserId":{"type":"string","format":"uuid"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSenderNameAnyOf0":{"type":"null"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSenderNameAnyOf1":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSenderName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSenderNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSenderNameAnyOf1"}]},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSenderEmailAnyOf0":{"type":"null"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSenderEmailAnyOf1":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSenderEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSenderEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSenderEmailAnyOf1"}]},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSubject":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesBody":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesBodyFormat":{"type":"string","enum":["text","markdown"]},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesPriority":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSentAtAnyOf0":{"type":"null"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSentAtAnyOf1":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSentAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSentAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSentAtAnyOf1"}]},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf0":{"type":"null"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesId":{"type":"string","minLength":1},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesLabel":{"type":"string","minLength":1},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesLabelKey":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesVariant":{"type":"string","enum":["default","secondary","destructive","outline","ghost"]},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesIcon":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesCommandId":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesHref":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesIsTerminal":{"type":"boolean"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesConfirmRequired":{"type":"boolean"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesConfirmMessage":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesLabel"},"labelKey":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesLabelKey"},"variant":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesVariant"},"icon":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesIcon"},"commandId":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesCommandId"},"href":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesHref"},"isTerminal":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesIsTerminal"},"confirmRequired":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesConfirmRequired"},"confirmMessage":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesConfirmMessage"}},"required":["id","label"],"additionalProperties":false},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItems"}},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesPrimaryActionId":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesExpiresAt":{"type":"string","format":"datetime"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1":{"type":"object","properties":{"actions":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActions"},"primaryActionId":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesPrimaryActionId"},"expiresAt":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesExpiresAt"}},"required":["actions"],"additionalProperties":false},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionData":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1"}]},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionTakenAnyOf0":{"type":"null"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionTakenAnyOf1":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionTaken":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionTakenAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionTakenAnyOf1"}]},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionTakenAtAnyOf0":{"type":"null"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionTakenAtAnyOf1":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionTakenAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionTakenAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionTakenAtAnyOf1"}]},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionTakenByUserIdAnyOf0":{"type":"null"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionTakenByUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionTakenByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionTakenByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionTakenByUserIdAnyOf1"}]},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesType":{"type":"string","enum":["to","cc","bcc"]},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesStatus":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesReadAtAnyOf0":{"type":"null"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesReadAtAnyOf1":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesReadAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesReadAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesReadAtAnyOf1"}]},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientsItems":{"type":"object","properties":{"userId":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesUserId"},"type":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesType"},"status":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesStatus"},"readAt":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesReadAt"}},"required":["userId","type","status"],"additionalProperties":false},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipients":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientsItems"}},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesEntityModule":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesEntityType":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionRequired":{"type":"boolean"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionTypeAnyOf0":{"type":"null"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionTypeAnyOf1":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionTypeAnyOf1"}]},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionLabelAnyOf0":{"type":"null"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionLabelAnyOf1":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionLabelAnyOf1"}]},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesSnapshotAnyOf0":{"type":"null"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesSnapshotAnyOf1"}]},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesPreviewAnyOf0":{"type":"null"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesPreviewAnyOf1PropertiesTitle":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesPreviewAnyOf1PropertiesSubtitle":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesPreviewAnyOf1PropertiesStatus":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesPreviewAnyOf1PropertiesStatusColor":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesPreviewAnyOf1PropertiesMetadataAdditionalProperties":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesPreviewAnyOf1PropertiesMetadata":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesPreviewAnyOf1PropertiesMetadataAdditionalProperties"}},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesPreviewAnyOf1":{"type":"object","properties":{"title":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesPreviewAnyOf1PropertiesTitle"},"subtitle":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesPreviewAnyOf1PropertiesSubtitle"},"status":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesPreviewAnyOf1PropertiesStatus"},"statusColor":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesPreviewAnyOf1PropertiesStatusColor"},"metadata":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesPreviewAnyOf1PropertiesMetadata"}},"required":["title"],"additionalProperties":false},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesPreview":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesPreviewAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesPreviewAnyOf1"}]},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesId"},"entityModule":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesEntityModule"},"entityType":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesEntityType"},"entityId":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesEntityId"},"actionRequired":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionRequired"},"actionType":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionType"},"actionLabel":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionLabel"},"snapshot":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesSnapshot"},"preview":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesPreview"}},"required":["id","entityModule","entityType","entityId","actionRequired"],"additionalProperties":false},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjects":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItems"}},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSenderUserId":{"type":"string","format":"uuid"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSenderNameAnyOf0":{"type":"null"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSenderNameAnyOf1":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSenderName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSenderNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSenderNameAnyOf1"}]},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSenderEmailAnyOf0":{"type":"null"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSenderEmailAnyOf1":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSenderEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSenderEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSenderEmailAnyOf1"}]},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesBody":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesBodyFormat":{"type":"string","enum":["text","markdown"]},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSentAtAnyOf0":{"type":"null"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSentAtAnyOf1":{"type":"string"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSentAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSentAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSentAtAnyOf1"}]},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesId"},"senderUserId":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSenderUserId"},"senderName":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSenderName"},"senderEmail":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSenderEmail"},"body":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesBody"},"bodyFormat":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesBodyFormat"},"sentAt":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSentAt"}},"required":["id","senderUserId","body"],"additionalProperties":false},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThread":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItems"}},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesIsRead":{"type":"boolean"},"DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"type":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesType"},"isDraft":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesIsDraft"},"canEditDraft":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesCanEditDraft"},"visibility":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesVisibility"},"sourceEntityType":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceEntityType"},"sourceEntityId":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceEntityId"},"externalEmail":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesExternalEmail"},"externalName":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesExternalName"},"typeDefinition":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinition"},"threadId":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadId"},"parentMessageId":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesParentMessageId"},"senderUserId":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSenderUserId"},"senderName":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSenderName"},"senderEmail":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSenderEmail"},"subject":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSubject"},"body":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesBody"},"bodyFormat":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesBodyFormat"},"priority":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesPriority"},"sentAt":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSentAt"},"actionData":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionData"},"actionTaken":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionTaken"},"actionTakenAt":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionTakenAt"},"actionTakenByUserId":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionTakenByUserId"},"recipients":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipients"},"objects":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjects"},"thread":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThread"},"isRead":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesIsRead"}},"required":["id","type","isDraft","canEditDraft","typeDefinition","senderUserId","subject","body","bodyFormat","priority","recipients","objects","thread","isRead"],"additionalProperties":false},"DocPathsApiMessagesIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdPatchParameters0Schema":{"type":"string"},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesType":{"type":"string"},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesVisibilityAnyOf0":{"type":"null"},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesVisibilityAnyOf1":{"type":"string","enum":["public","internal"]},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesVisibility":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesVisibilityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesVisibilityAnyOf1"}]},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesSourceEntityType":{"type":"string","minLength":1},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesSourceEntityId":{"type":"string","format":"uuid"},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesExternalEmail":{"type":"string","format":"email"},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesExternalName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesTypeAllOf0":{"type":"string","enum":["to","cc","bcc"]},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesType":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesTypeAllOf0"}],"default":"to"},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItems":{"type":"object","properties":{"userId":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesUserId"},"type":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesType"}},"required":["userId"],"additionalProperties":false},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRecipients":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItems"}},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesSubject":{"type":"string","minLength":1,"maxLength":500},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesBody":{"type":"string","minLength":1,"maxLength":50000},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesBodyFormat":{"type":"string","enum":["text","markdown"]},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPriority":{"type":"string","enum":["low","normal","high","urgent"]},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesEntityModule":{"type":"string","minLength":1},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesEntityType":{"type":"string","minLength":1},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionRequiredAllOf0":{"type":"boolean"},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionRequired":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionRequiredAllOf0"}],"default":false},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionType":{"type":"string"},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionLabel":{"type":"string"},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesObjectsItems":{"type":"object","properties":{"entityModule":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesEntityModule"},"entityType":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesEntityType"},"entityId":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesEntityId"},"actionRequired":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionRequired"},"actionType":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionType"},"actionLabel":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionLabel"}},"required":["entityModule","entityType","entityId"],"additionalProperties":false},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesObjects":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesObjectsItems"}},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdsItems":{"type":"string","format":"uuid"},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdsItems"}},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesId":{"type":"string","minLength":1},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesLabel":{"type":"string","minLength":1},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesLabelKey":{"type":"string"},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesVariant":{"type":"string","enum":["default","secondary","destructive","outline","ghost"]},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesIcon":{"type":"string"},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesCommandId":{"type":"string"},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesHref":{"type":"string"},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesIsTerminal":{"type":"boolean"},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesConfirmRequired":{"type":"boolean"},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesConfirmMessage":{"type":"string"},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesLabel"},"labelKey":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesLabelKey"},"variant":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesVariant"},"icon":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesIcon"},"commandId":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesCommandId"},"href":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesHref"},"isTerminal":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesIsTerminal"},"confirmRequired":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesConfirmRequired"},"confirmMessage":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesConfirmMessage"}},"required":["id","label"],"additionalProperties":false},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItems"}},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesPrimaryActionId":{"type":"string"},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesExpiresAt":{"type":"string","format":"datetime"},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionData":{"type":"object","properties":{"actions":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActions"},"primaryActionId":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesPrimaryActionId"},"expiresAt":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesExpiresAt"}},"required":["actions"],"additionalProperties":false},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesSendViaEmail":{"type":"boolean"},"DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesType"},"visibility":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesVisibility"},"sourceEntityType":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesSourceEntityType"},"sourceEntityId":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesSourceEntityId"},"externalEmail":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesExternalEmail"},"externalName":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesExternalName"},"recipients":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRecipients"},"subject":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesSubject"},"body":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesBody"},"bodyFormat":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesBodyFormat"},"priority":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPriority"},"objects":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesObjects"},"attachmentIds":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIds"},"actionData":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionData"},"sendViaEmail":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesSendViaEmail"}},"additionalProperties":false},"DocPathsApiMessagesIdPatchResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiMessagesIdPatchResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiMessagesIdPatchResponses200ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsApiMessagesIdPatchResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchResponses200ContentApplicationJsonSchemaPropertiesOk"},"id":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchResponses200ContentApplicationJsonSchemaPropertiesId"},"message":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchResponses200ContentApplicationJsonSchemaPropertiesMessage"}},"required":["ok"],"additionalProperties":false},"DocPathsApiMessagesIdPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdPatchResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdPatchResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdPatchResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdPatchResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdPatchResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdDeleteParameters0Schema":{"type":"string"},"DocPathsApiMessagesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiMessagesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiMessagesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsApiMessagesIdDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiMessagesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"},"id":{"$ref":"#/components/schemas/DocPathsApiMessagesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesId"},"message":{"$ref":"#/components/schemas/DocPathsApiMessagesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesMessage"}},"required":["ok"],"additionalProperties":false},"DocPathsApiMessagesIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesIdDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesObjectTypesGetParameters0Schema":{"type":"string","minLength":1},"DocPathsApiMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModule":{"type":"string"},"DocPathsApiMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityType":{"type":"string"},"DocPathsApiMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelKey":{"type":"string"},"DocPathsApiMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIcon":{"type":"string"},"DocPathsApiMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesId":{"type":"string"},"DocPathsApiMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesLabelKey":{"type":"string"},"DocPathsApiMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesVariant":{"type":"string","enum":["default","secondary","destructive","outline"]},"DocPathsApiMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesIcon":{"type":"string"},"DocPathsApiMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesCommandId":{"type":"string"},"DocPathsApiMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesHref":{"type":"string"},"DocPathsApiMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesIsTerminal":{"type":"boolean"},"DocPathsApiMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesConfirmRequired":{"type":"boolean"},"DocPathsApiMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesConfirmMessage":{"type":"string"},"DocPathsApiMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesId"},"labelKey":{"$ref":"#/components/schemas/DocPathsApiMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesLabelKey"},"variant":{"$ref":"#/components/schemas/DocPathsApiMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesVariant"},"icon":{"$ref":"#/components/schemas/DocPathsApiMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesIcon"},"commandId":{"$ref":"#/components/schemas/DocPathsApiMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesCommandId"},"href":{"$ref":"#/components/schemas/DocPathsApiMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesHref"},"isTerminal":{"$ref":"#/components/schemas/DocPathsApiMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesIsTerminal"},"confirmRequired":{"$ref":"#/components/schemas/DocPathsApiMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesConfirmRequired"},"confirmMessage":{"$ref":"#/components/schemas/DocPathsApiMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesConfirmMessage"}},"required":["id","labelKey"],"additionalProperties":false},"DocPathsApiMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItems"}},"DocPathsApiMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"module":{"$ref":"#/components/schemas/DocPathsApiMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModule"},"entityType":{"$ref":"#/components/schemas/DocPathsApiMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityType"},"labelKey":{"$ref":"#/components/schemas/DocPathsApiMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelKey"},"icon":{"$ref":"#/components/schemas/DocPathsApiMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIcon"},"actions":{"$ref":"#/components/schemas/DocPathsApiMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActions"}},"required":["module","entityType","labelKey","icon","actions"],"additionalProperties":false},"DocPathsApiMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiMessagesObjectTypesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsApiMessagesObjectTypesGetResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiMessagesObjectTypesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesObjectTypesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesObjectTypesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesObjectTypesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesObjectTypesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesObjectTypesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesGetParameters0Schema":{"type":"string","enum":["inbox","sent","drafts","archived","all"]},"DocPathsApiMessagesGetParameters1Schema":{"type":"string","enum":["unread","read","archived"]},"DocPathsApiMessagesGetParameters2Schema":{"type":"string"},"DocPathsApiMessagesGetParameters3Schema":{"type":"string","enum":["public","internal"]},"DocPathsApiMessagesGetParameters4Schema":{"type":"string"},"DocPathsApiMessagesGetParameters5Schema":{"type":"string","format":"uuid"},"DocPathsApiMessagesGetParameters6Schema":{"type":"string","format":"email"},"DocPathsApiMessagesGetParameters7Schema":{"type":"boolean"},"DocPathsApiMessagesGetParameters8Schema":{"type":"boolean"},"DocPathsApiMessagesGetParameters9Schema":{"type":"boolean"},"DocPathsApiMessagesGetParameters10Schema":{"type":"string","format":"uuid"},"DocPathsApiMessagesGetParameters11Schema":{"type":"string","maxLength":200},"DocPathsApiMessagesGetParameters12Schema":{"type":"string","format":"datetime"},"DocPathsApiMessagesGetParameters13Schema":{"type":"number"},"DocPathsApiMessagesGetParameters14Schema":{"type":"number"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesType":{"type":"string"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVisibilityAnyOf0":{"type":"null"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVisibilityAnyOf1":{"type":"string","enum":["public","internal"]},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVisibility":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVisibilityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVisibilityAnyOf1"}]},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityTypeAnyOf0":{"type":"null"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityTypeAnyOf1":{"type":"string"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityTypeAnyOf1"}]},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityIdAnyOf0":{"type":"null"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityIdAnyOf1"}]},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalEmailAnyOf0":{"type":"null"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalEmailAnyOf1":{"type":"string"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalEmailAnyOf1"}]},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalNameAnyOf0":{"type":"null"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalNameAnyOf1":{"type":"string"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalNameAnyOf1"}]},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubject":{"type":"string"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyPreview":{"type":"string"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSenderUserId":{"type":"string","format":"uuid"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSenderNameAnyOf0":{"type":"null"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSenderNameAnyOf1":{"type":"string"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSenderName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSenderNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSenderNameAnyOf1"}]},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSenderEmailAnyOf0":{"type":"null"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSenderEmailAnyOf1":{"type":"string"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSenderEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSenderEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSenderEmailAnyOf1"}]},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriority":{"type":"string"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHasObjects":{"type":"boolean"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesObjectCount":{"type":"number"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHasAttachments":{"type":"boolean"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAttachmentCount":{"type":"number"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecipientCount":{"type":"number"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHasActions":{"type":"boolean"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionTakenAnyOf0":{"type":"null"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionTakenAnyOf1":{"type":"string"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionTaken":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionTakenAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionTakenAnyOf1"}]},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSentAtAnyOf0":{"type":"null"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSentAtAnyOf1":{"type":"string"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSentAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSentAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSentAtAnyOf1"}]},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReadAtAnyOf0":{"type":"null"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReadAtAnyOf1":{"type":"string"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReadAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReadAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReadAtAnyOf1"}]},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesThreadIdAnyOf0":{"type":"null"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesThreadIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesThreadId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesThreadIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesThreadIdAnyOf1"}]},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"type":{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesType"},"visibility":{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVisibility"},"sourceEntityType":{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityType"},"sourceEntityId":{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityId"},"externalEmail":{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalEmail"},"externalName":{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalName"},"subject":{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubject"},"bodyPreview":{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyPreview"},"senderUserId":{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSenderUserId"},"senderName":{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSenderName"},"senderEmail":{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSenderEmail"},"priority":{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriority"},"status":{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"hasObjects":{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHasObjects"},"objectCount":{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesObjectCount"},"hasAttachments":{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHasAttachments"},"attachmentCount":{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAttachmentCount"},"recipientCount":{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecipientCount"},"hasActions":{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHasActions"},"actionTaken":{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionTaken"},"sentAt":{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSentAt"},"readAt":{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReadAt"},"threadId":{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesThreadId"}},"required":["id","type","subject","bodyPreview","senderUserId","priority","status","hasObjects","objectCount","hasAttachments","attachmentCount","recipientCount","hasActions"],"additionalProperties":false},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiMessagesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"page":{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"total":{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","page","pageSize","total","totalPages"],"additionalProperties":false},"DocPathsApiMessagesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesTypeAllOf0":{"type":"string"},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesType":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesTypeAllOf0"}],"default":"default"},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesVisibilityAnyOf0":{"type":"null"},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesVisibilityAnyOf1":{"type":"string","enum":["public","internal"]},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesVisibility":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesVisibilityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesVisibilityAnyOf1"}]},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesSourceEntityType":{"type":"string","minLength":1},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesSourceEntityId":{"type":"string","format":"uuid"},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesExternalEmail":{"type":"string","format":"email"},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesExternalName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsAllOf0ItemsPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsAllOf0ItemsPropertiesTypeAllOf0":{"type":"string","enum":["to","cc","bcc"]},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsAllOf0ItemsPropertiesType":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsAllOf0ItemsPropertiesTypeAllOf0"}],"default":"to"},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsAllOf0Items":{"type":"object","properties":{"userId":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsAllOf0ItemsPropertiesUserId"},"type":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsAllOf0ItemsPropertiesType"}},"required":["userId"],"additionalProperties":false},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsAllOf0":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsAllOf0Items"},"maxItems":100},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesRecipients":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsAllOf0"}],"default":[]},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesSubjectAllOf0":{"type":"string","maxLength":500},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesSubject":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesSubjectAllOf0"}],"default":""},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesBodyAllOf0":{"type":"string","maxLength":50000},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesBody":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesBodyAllOf0"}],"default":""},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesBodyFormatAllOf0":{"type":"string","enum":["text","markdown"]},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesBodyFormat":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesBodyFormatAllOf0"}],"default":"text"},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesPriorityAllOf0":{"type":"string","enum":["low","normal","high","urgent"]},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesPriority":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesPriorityAllOf0"}],"default":"normal"},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesEntityModule":{"type":"string","minLength":1},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesEntityType":{"type":"string","minLength":1},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionRequiredAllOf0":{"type":"boolean"},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionRequired":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionRequiredAllOf0"}],"default":false},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionType":{"type":"string"},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionLabel":{"type":"string"},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesObjectsItems":{"type":"object","properties":{"entityModule":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesEntityModule"},"entityType":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesEntityType"},"entityId":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesEntityId"},"actionRequired":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionRequired"},"actionType":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionType"},"actionLabel":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionLabel"}},"required":["entityModule","entityType","entityId"],"additionalProperties":false},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesObjects":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesObjectsItems"}},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdsItems":{"type":"string","format":"uuid"},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdsItems"}},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentRecordId":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesId":{"type":"string","minLength":1},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesLabel":{"type":"string","minLength":1},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesLabelKey":{"type":"string"},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesVariant":{"type":"string","enum":["default","secondary","destructive","outline","ghost"]},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesIcon":{"type":"string"},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesCommandId":{"type":"string"},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesHref":{"type":"string"},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesIsTerminal":{"type":"boolean"},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesConfirmRequired":{"type":"boolean"},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesConfirmMessage":{"type":"string"},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesLabel"},"labelKey":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesLabelKey"},"variant":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesVariant"},"icon":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesIcon"},"commandId":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesCommandId"},"href":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesHref"},"isTerminal":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesIsTerminal"},"confirmRequired":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesConfirmRequired"},"confirmMessage":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesConfirmMessage"}},"required":["id","label"],"additionalProperties":false},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItems"}},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesPrimaryActionId":{"type":"string"},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesExpiresAt":{"type":"string","format":"datetime"},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionData":{"type":"object","properties":{"actions":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActions"},"primaryActionId":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesPrimaryActionId"},"expiresAt":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesExpiresAt"}},"required":["actions"],"additionalProperties":false},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesSendViaEmailAllOf0":{"type":"boolean"},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesSendViaEmail":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesSendViaEmailAllOf0"}],"default":false},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesParentMessageId":{"type":"string","format":"uuid"},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesIsDraftAllOf0":{"type":"boolean"},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesIsDraft":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesIsDraftAllOf0"}],"default":false},"DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesType"},"visibility":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesVisibility"},"sourceEntityType":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesSourceEntityType"},"sourceEntityId":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesSourceEntityId"},"externalEmail":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesExternalEmail"},"externalName":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesExternalName"},"recipients":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesRecipients"},"subject":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesSubject"},"body":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesBody"},"bodyFormat":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesBodyFormat"},"priority":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesPriority"},"objects":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesObjects"},"attachmentIds":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIds"},"attachmentRecordId":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentRecordId"},"actionData":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionData"},"sendViaEmail":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesSendViaEmail"},"parentMessageId":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesParentMessageId"},"isDraft":{"$ref":"#/components/schemas/DocPathsApiMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesIsDraft"}},"additionalProperties":false},"DocPathsApiMessagesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiMessagesPostResponses201ContentApplicationJsonSchemaPropertiesThreadIdAnyOf0":{"type":"null"},"DocPathsApiMessagesPostResponses201ContentApplicationJsonSchemaPropertiesThreadIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiMessagesPostResponses201ContentApplicationJsonSchemaPropertiesThreadId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesPostResponses201ContentApplicationJsonSchemaPropertiesThreadIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesPostResponses201ContentApplicationJsonSchemaPropertiesThreadIdAnyOf1"}]},"DocPathsApiMessagesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiMessagesPostResponses201ContentApplicationJsonSchemaPropertiesId"},"threadId":{"$ref":"#/components/schemas/DocPathsApiMessagesPostResponses201ContentApplicationJsonSchemaPropertiesThreadId"}},"required":["id"],"additionalProperties":false},"DocPathsApiMessagesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesTokenTokenGetParameters0Schema":{"type":"string"},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesId":{"type":"string","format":"uuid"},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesType":{"type":"string"},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesSubject":{"type":"string"},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesBody":{"type":"string"},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesBodyFormat":{"type":"string","enum":["text","markdown"]},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesPriority":{"type":"string","enum":["low","normal","high","urgent"]},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesSenderUserId":{"type":"string","format":"uuid"},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesSentAtAnyOf0":{"type":"null"},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesSentAtAnyOf1":{"type":"string"},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesSentAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesSentAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesSentAtAnyOf1"}]},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf0":{"type":"null"},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesId":{"type":"string","minLength":1},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesLabel":{"type":"string","minLength":1},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesLabelKey":{"type":"string"},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesVariant":{"type":"string","enum":["default","secondary","destructive","outline","ghost"]},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesIcon":{"type":"string"},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesCommandId":{"type":"string"},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesHref":{"type":"string"},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesIsTerminal":{"type":"boolean"},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesConfirmRequired":{"type":"boolean"},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesConfirmMessage":{"type":"string"},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesLabel"},"labelKey":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesLabelKey"},"variant":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesVariant"},"icon":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesIcon"},"commandId":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesCommandId"},"href":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesHref"},"isTerminal":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesIsTerminal"},"confirmRequired":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesConfirmRequired"},"confirmMessage":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesConfirmMessage"}},"required":["id","label"],"additionalProperties":false},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItems"}},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesPrimaryActionId":{"type":"string"},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesExpiresAt":{"type":"string","format":"datetime"},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1":{"type":"object","properties":{"actions":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActions"},"primaryActionId":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesPrimaryActionId"},"expiresAt":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesExpiresAt"}},"required":["actions"],"additionalProperties":false},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionData":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1"}]},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionTakenAnyOf0":{"type":"null"},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionTakenAnyOf1":{"type":"string"},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionTaken":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionTakenAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionTakenAnyOf1"}]},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionTakenAtAnyOf0":{"type":"null"},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionTakenAtAnyOf1":{"type":"string"},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionTakenAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionTakenAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionTakenAtAnyOf1"}]},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionTakenByUserIdAnyOf0":{"type":"null"},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionTakenByUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionTakenByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionTakenByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionTakenByUserIdAnyOf1"}]},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesEntityModule":{"type":"string"},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesEntityType":{"type":"string"},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesActionRequired":{"type":"boolean"},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesActionTypeAnyOf0":{"type":"null"},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesActionTypeAnyOf1":{"type":"string"},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesActionType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesActionTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesActionTypeAnyOf1"}]},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesActionLabelAnyOf0":{"type":"null"},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesActionLabelAnyOf1":{"type":"string"},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesActionLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesActionLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesActionLabelAnyOf1"}]},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesSnapshotAnyOf0":{"type":"null"},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesSnapshotAnyOf1"}]},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesId"},"entityModule":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesEntityModule"},"entityType":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesEntityType"},"entityId":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesEntityId"},"actionRequired":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesActionRequired"},"actionType":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesActionType"},"actionLabel":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesActionLabel"},"snapshot":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesSnapshot"}},"required":["id","entityModule","entityType","entityId","actionRequired"],"additionalProperties":false},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjects":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItems"}},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesRequiresAuth":{"type":"boolean"},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesRecipientUserId":{"type":"string","format":"uuid"},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesId"},"type":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesType"},"subject":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesSubject"},"body":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesBody"},"bodyFormat":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesBodyFormat"},"priority":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesPriority"},"senderUserId":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesSenderUserId"},"sentAt":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesSentAt"},"actionData":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionData"},"actionTaken":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionTaken"},"actionTakenAt":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionTakenAt"},"actionTakenByUserId":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionTakenByUserId"},"objects":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjects"},"requiresAuth":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesRequiresAuth"},"recipientUserId":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesRecipientUserId"}},"required":["id","type","subject","body","bodyFormat","priority","senderUserId","objects","requiresAuth","recipientUserId"],"additionalProperties":false},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf1PropertiesRequiresAuth":{"type":"boolean","enum":[true]},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf1":{"type":"object","properties":{"requiresAuth":{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf1PropertiesRequiresAuth"}},"required":["requiresAuth"],"additionalProperties":false},"DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchema":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf1"}]},"DocPathsApiMessagesTokenTokenGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiMessagesTokenTokenGetResponses409ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiMessagesTokenTokenGetResponses410ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesType":{"type":"string"},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModule":{"type":"string"},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelKey":{"type":"string"},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIcon":{"type":"string"},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0":{"type":"null"},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1":{"type":"string"},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1"}]},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsCreateableByUserAnyOf0":{"type":"null"},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsCreateableByUserAnyOf1":{"type":"boolean"},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsCreateableByUser":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsCreateableByUserAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsCreateableByUserAnyOf1"}]},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAllowReply":{"type":"boolean"},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAllowForward":{"type":"boolean"},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsExpireAfterHoursAnyOf0":{"type":"null"},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsExpireAfterHoursAnyOf1":{"type":"number"},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsExpireAfterHours":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsExpireAfterHoursAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsExpireAfterHoursAnyOf1"}]},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf0":{"type":"null"},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1PropertiesRecipientProviderPathAnyOf0":{"type":"null"},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1PropertiesRecipientProviderPathAnyOf1":{"type":"string"},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1PropertiesRecipientProviderPath":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1PropertiesRecipientProviderPathAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1PropertiesRecipientProviderPathAnyOf1"}]},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1PropertiesContextProviderPathAnyOf0":{"type":"null"},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1PropertiesContextProviderPathAnyOf1":{"type":"string"},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1PropertiesContextProviderPath":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1PropertiesContextProviderPathAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1PropertiesContextProviderPathAnyOf1"}]},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1PropertiesForceVisibilityAnyOf0":{"type":"null"},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1PropertiesForceVisibilityAnyOf1":{"type":"string","enum":["public","internal"]},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1PropertiesForceVisibility":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1PropertiesForceVisibilityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1PropertiesForceVisibilityAnyOf1"}]},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1PropertiesAllowEmailDeliveryAnyOf0":{"type":"null"},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1PropertiesAllowEmailDeliveryAnyOf1":{"type":"boolean"},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1PropertiesAllowEmailDelivery":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1PropertiesAllowEmailDeliveryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1PropertiesAllowEmailDeliveryAnyOf1"}]},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1PropertiesAllowDraftsAnyOf0":{"type":"null"},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1PropertiesAllowDraftsAnyOf1":{"type":"boolean"},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1PropertiesAllowDrafts":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1PropertiesAllowDraftsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1PropertiesAllowDraftsAnyOf1"}]},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1PropertiesAllowAttachmentsAnyOf0":{"type":"null"},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1PropertiesAllowAttachmentsAnyOf1":{"type":"boolean"},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1PropertiesAllowAttachments":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1PropertiesAllowAttachmentsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1PropertiesAllowAttachmentsAnyOf1"}]},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1":{"type":"object","properties":{"recipientProviderPath":{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1PropertiesRecipientProviderPath"},"contextProviderPath":{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1PropertiesContextProviderPath"},"forceVisibility":{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1PropertiesForceVisibility"},"allowEmailDelivery":{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1PropertiesAllowEmailDelivery"},"allowDrafts":{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1PropertiesAllowDrafts"},"allowAttachments":{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1PropertiesAllowAttachments"}},"additionalProperties":false},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompose":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComposeAnyOf1"}]},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf0":{"type":"null"},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1PropertiesListItemComponentAnyOf0":{"type":"null"},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1PropertiesListItemComponentAnyOf1":{"type":"string"},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1PropertiesListItemComponent":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1PropertiesListItemComponentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1PropertiesListItemComponentAnyOf1"}]},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1PropertiesContentComponentAnyOf0":{"type":"null"},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1PropertiesContentComponentAnyOf1":{"type":"string"},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1PropertiesContentComponent":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1PropertiesContentComponentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1PropertiesContentComponentAnyOf1"}]},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1PropertiesActionsComponentAnyOf0":{"type":"null"},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1PropertiesActionsComponentAnyOf1":{"type":"string"},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1PropertiesActionsComponent":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1PropertiesActionsComponentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1PropertiesActionsComponentAnyOf1"}]},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1":{"type":"object","properties":{"listItemComponent":{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1PropertiesListItemComponent"},"contentComponent":{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1PropertiesContentComponent"},"actionsComponent":{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1PropertiesActionsComponent"}},"additionalProperties":false},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUi":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1"}]},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesType"},"module":{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModule"},"labelKey":{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelKey"},"icon":{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIcon"},"color":{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor"},"isCreateableByUser":{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsCreateableByUser"},"allowReply":{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAllowReply"},"allowForward":{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAllowForward"},"actionsExpireAfterHours":{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsExpireAfterHours"},"compose":{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompose"},"ui":{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUi"}},"required":["type","module","labelKey","icon","allowReply","allowForward"],"additionalProperties":false},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsApiMessagesTypesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesTypesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesTypesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesTypesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesTypesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiMessagesUnreadCountGetResponses200ContentApplicationJsonSchemaPropertiesUnreadCount":{"type":"number"},"DocPathsApiMessagesUnreadCountGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"unreadCount":{"$ref":"#/components/schemas/DocPathsApiMessagesUnreadCountGetResponses200ContentApplicationJsonSchemaPropertiesUnreadCount"}},"required":["unreadCount"],"additionalProperties":false},"DocPathsApiMessagesUnreadCountGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiMessagesUnreadCountGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiMessagesUnreadCountGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantAiActionsIdCancelPostParameters0Schema":{"type":"string"},"DocPathsApiAiAssistantAiActionsIdCancelPostResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiActionsIdCancelPostResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiActionsIdCancelPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantAiActionsIdCancelPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiActionsIdCancelPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantAiActionsIdCancelPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantAiActionsIdCancelPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiActionsIdCancelPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantAiActionsIdCancelPostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiActionsIdCancelPostResponses409ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiActionsIdCancelPostResponses500ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiActionsIdConfirmPostParameters0Schema":{"type":"string"},"DocPathsApiAiAssistantAiActionsIdConfirmPostResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiActionsIdConfirmPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantAiActionsIdConfirmPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiActionsIdConfirmPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantAiActionsIdConfirmPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantAiActionsIdConfirmPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiActionsIdConfirmPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantAiActionsIdConfirmPostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiActionsIdConfirmPostResponses409ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiActionsIdConfirmPostResponses412ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiActionsIdConfirmPostResponses500ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiActionsIdGetParameters0Schema":{"type":"string"},"DocPathsApiAiAssistantAiActionsIdGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiActionsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantAiActionsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiActionsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantAiActionsIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantAiActionsIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiActionsIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantAiActionsIdGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiActionsIdGetResponses500ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverrideGetParameters0Schema":{"type":"string"},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverrideGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverrideGetResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverrideGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverrideGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverrideGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverrideGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverrideGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverrideGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverrideGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutParameters0Schema":{"type":"string"},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopDisabledAnyOf0":{"type":"null"},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopDisabledAnyOf1":{"type":"boolean"},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopDisabled":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopDisabledAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopDisabledAnyOf1"}]},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopMaxStepsAnyOf0":{"type":"null"},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopMaxStepsAnyOf1":{"type":"number"},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopMaxSteps":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopMaxStepsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopMaxStepsAnyOf1"}]},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopMaxToolCallsAnyOf0":{"type":"null"},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopMaxToolCallsAnyOf1":{"type":"number"},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopMaxToolCalls":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopMaxToolCallsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopMaxToolCallsAnyOf1"}]},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopMaxWallClockMsAnyOf0":{"type":"null"},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopMaxWallClockMsAnyOf1":{"type":"number"},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopMaxWallClockMs":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopMaxWallClockMsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopMaxWallClockMsAnyOf1"}]},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopMaxTokensAnyOf0":{"type":"null"},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopMaxTokensAnyOf1":{"type":"number"},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopMaxTokens":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopMaxTokensAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopMaxTokensAnyOf1"}]},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopStopWhenJsonAnyOf0":{"type":"null"},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopStopWhenJsonAnyOf1ItemsOneOf0PropertiesKind":{"type":"string","enum":["stepCount"]},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopStopWhenJsonAnyOf1ItemsOneOf0PropertiesCount":{"type":"number"},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopStopWhenJsonAnyOf1ItemsOneOf0":{"type":"object","properties":{"kind":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopStopWhenJsonAnyOf1ItemsOneOf0PropertiesKind"},"count":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopStopWhenJsonAnyOf1ItemsOneOf0PropertiesCount"}},"required":["kind","count"],"additionalProperties":false},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopStopWhenJsonAnyOf1ItemsOneOf1PropertiesKind":{"type":"string","enum":["hasToolCall"]},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopStopWhenJsonAnyOf1ItemsOneOf1PropertiesToolName":{"type":"string","minLength":1},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopStopWhenJsonAnyOf1ItemsOneOf1":{"type":"object","properties":{"kind":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopStopWhenJsonAnyOf1ItemsOneOf1PropertiesKind"},"toolName":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopStopWhenJsonAnyOf1ItemsOneOf1PropertiesToolName"}},"required":["kind","toolName"],"additionalProperties":false},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopStopWhenJsonAnyOf1Items":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopStopWhenJsonAnyOf1ItemsOneOf0"},{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopStopWhenJsonAnyOf1ItemsOneOf1"}]},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopStopWhenJsonAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopStopWhenJsonAnyOf1Items"}},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopStopWhenJson":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopStopWhenJsonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopStopWhenJsonAnyOf1"}]},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopActiveToolsJsonAnyOf0":{"type":"null"},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopActiveToolsJsonAnyOf1Items":{"type":"string","minLength":1},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopActiveToolsJsonAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopActiveToolsJsonAnyOf1Items"}},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopActiveToolsJson":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopActiveToolsJsonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopActiveToolsJsonAnyOf1"}]},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"loopDisabled":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopDisabled"},"loopMaxSteps":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopMaxSteps"},"loopMaxToolCalls":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopMaxToolCalls"},"loopMaxWallClockMs":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopMaxWallClockMs"},"loopMaxTokens":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopMaxTokens"},"loopStopWhenJson":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopStopWhenJson"},"loopActiveToolsJson":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutRequestBodyContentApplicationJsonSchemaPropertiesLoopActiveToolsJson"}},"additionalProperties":false},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverridePutResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverrideDeleteParameters0Schema":{"type":"string"},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverrideDeleteResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverrideDeleteResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverrideDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverrideDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverrideDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverrideDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverrideDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdLoopOverrideDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantAiAgentsAgentIdLoopOverrideDeleteResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiAgentsAgentIdModelsGetParameters0Schema":{"type":"string"},"DocPathsApiAiAssistantAiAgentsAgentIdModelsGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiAgentsAgentIdModelsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantAiAgentsAgentIdModelsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdModelsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantAiAgentsAgentIdModelsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantAiAgentsAgentIdModelsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdModelsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantAiAgentsAgentIdModelsGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyGetParameters0Schema":{"type":"string"},"DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyGetResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyPostParameters0Schema":{"type":"string"},"DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyPostRequestBodyContentApplicationJsonSchemaPropertiesMutationPolicy":{"type":"string","enum":["read-only","confirm-required","destructive-confirm-required"]},"DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyPostRequestBodyContentApplicationJsonSchemaPropertiesNotes":{"type":"string","maxLength":2000},"DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"mutationPolicy":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyPostRequestBodyContentApplicationJsonSchemaPropertiesMutationPolicy"},"notes":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyPostRequestBodyContentApplicationJsonSchemaPropertiesNotes"}},"required":["mutationPolicy"],"additionalProperties":false},"DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyPostResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyPostResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyPostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyDeleteParameters0Schema":{"type":"string"},"DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyDeleteResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyDeleteResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantAiAgentsAgentIdMutationPolicyDeleteResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiAgentsAgentIdPromptOverrideGetParameters0Schema":{"type":"string"},"DocPathsApiAiAssistantAiAgentsAgentIdPromptOverrideGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiAgentsAgentIdPromptOverrideGetResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiAgentsAgentIdPromptOverrideGetResponses401ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiAgentsAgentIdPromptOverrideGetResponses403ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiAgentsAgentIdPromptOverrideGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiAgentsAgentIdPromptOverridePostParameters0Schema":{"type":"string"},"DocPathsApiAiAssistantAiAgentsAgentIdPromptOverridePostRequestBodyContentApplicationJsonSchemaPropertiesSectionsAdditionalProperties":{"type":"string"},"DocPathsApiAiAssistantAiAgentsAgentIdPromptOverridePostRequestBodyContentApplicationJsonSchemaPropertiesSections":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdPromptOverridePostRequestBodyContentApplicationJsonSchemaPropertiesSectionsAdditionalProperties"}},"DocPathsApiAiAssistantAiAgentsAgentIdPromptOverridePostRequestBodyContentApplicationJsonSchemaPropertiesOverridesAdditionalProperties":{"type":"string"},"DocPathsApiAiAssistantAiAgentsAgentIdPromptOverridePostRequestBodyContentApplicationJsonSchemaPropertiesOverrides":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdPromptOverridePostRequestBodyContentApplicationJsonSchemaPropertiesOverridesAdditionalProperties"}},"DocPathsApiAiAssistantAiAgentsAgentIdPromptOverridePostRequestBodyContentApplicationJsonSchemaPropertiesNotes":{"type":"string","maxLength":2000},"DocPathsApiAiAssistantAiAgentsAgentIdPromptOverridePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"sections":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdPromptOverridePostRequestBodyContentApplicationJsonSchemaPropertiesSections"},"overrides":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdPromptOverridePostRequestBodyContentApplicationJsonSchemaPropertiesOverrides"},"notes":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsAgentIdPromptOverridePostRequestBodyContentApplicationJsonSchemaPropertiesNotes"}},"additionalProperties":false},"DocPathsApiAiAssistantAiAgentsAgentIdPromptOverridePostResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiAgentsAgentIdPromptOverridePostResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiAgentsAgentIdPromptOverridePostResponses401ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiAgentsAgentIdPromptOverridePostResponses403ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiAgentsAgentIdPromptOverridePostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiAgentsGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiAgentsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantAiAgentsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantAiAgentsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantAiAgentsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiAgentsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantAiAgentsGetResponses500ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiChatPostParameters0Schema":{"type":"string","pattern":"^[a-z0-9_]+\\.[a-z0-9_]+$"},"DocPathsApiAiAssistantAiChatPostParameters1Schema":{"type":"string"},"DocPathsApiAiAssistantAiChatPostParameters2Schema":{"type":"string"},"DocPathsApiAiAssistantAiChatPostParameters3Schema":{"type":"string"},"DocPathsApiAiAssistantAiChatPostParameters4Schema":{"type":"string","enum":["tight","default","loose"]},"DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesMessagesItemsPropertiesRole":{"type":"string","enum":["user","assistant","system"]},"DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesMessagesItemsPropertiesContent":{"type":"string"},"DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesMessagesItems":{"type":"object","properties":{"role":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesMessagesItemsPropertiesRole"},"content":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesMessagesItemsPropertiesContent"}},"required":["role","content"],"additionalProperties":false},"DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesMessages":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesMessagesItems"},"minItems":1,"maxItems":100},"DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdsItems":{"type":"string"},"DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdsItems"}},"DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesDebug":{"type":"boolean"},"DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesPageContextPropertiesPageIdAnyOf0":{"type":"null"},"DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesPageContextPropertiesPageIdAnyOf1":{"type":"string"},"DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesPageContextPropertiesPageId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesPageContextPropertiesPageIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesPageContextPropertiesPageIdAnyOf1"}]},"DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesPageContextPropertiesEntityTypeAnyOf0":{"type":"null"},"DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesPageContextPropertiesEntityTypeAnyOf1":{"type":"string"},"DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesPageContextPropertiesEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesPageContextPropertiesEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesPageContextPropertiesEntityTypeAnyOf1"}]},"DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesPageContextPropertiesRecordIdAnyOf0":{"type":"null"},"DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesPageContextPropertiesRecordIdAnyOf1":{"type":"string"},"DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesPageContextPropertiesRecordId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesPageContextPropertiesRecordIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesPageContextPropertiesRecordIdAnyOf1"}]},"DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesPageContext":{"type":"object","properties":{"pageId":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesPageContextPropertiesPageId"},"entityType":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesPageContextPropertiesEntityType"},"recordId":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesPageContextPropertiesRecordId"}},"additionalProperties":true},"DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesSessionId":{"type":"string","format":"uuid"},"DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesConversationId":{"type":"string","minLength":1,"maxLength":128},"DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"messages":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesMessages"},"attachmentIds":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIds"},"debug":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesDebug"},"pageContext":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesPageContext"},"sessionId":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesSessionId"},"conversationId":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiChatPostRequestBodyContentApplicationJsonSchemaPropertiesConversationId"}},"required":["messages"],"additionalProperties":false},"DocPathsApiAiAssistantAiChatPostResponses200ContentTextEventStreamSchema":{"type":"object"},"DocPathsApiAiAssistantAiChatPostResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiChatPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantAiChatPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiChatPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantAiChatPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantAiChatPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiChatPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantAiChatPostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiChatPostResponses409ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiChatPostResponses500ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiRunObjectPostRequestBodyContentApplicationJsonSchemaPropertiesAgent":{"type":"string","pattern":"^[a-z0-9_]+\\.[a-z0-9_]+$"},"DocPathsApiAiAssistantAiRunObjectPostRequestBodyContentApplicationJsonSchemaPropertiesMessagesItemsPropertiesRole":{"type":"string","enum":["user","assistant","system"]},"DocPathsApiAiAssistantAiRunObjectPostRequestBodyContentApplicationJsonSchemaPropertiesMessagesItemsPropertiesContent":{"type":"string"},"DocPathsApiAiAssistantAiRunObjectPostRequestBodyContentApplicationJsonSchemaPropertiesMessagesItems":{"type":"object","properties":{"role":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiRunObjectPostRequestBodyContentApplicationJsonSchemaPropertiesMessagesItemsPropertiesRole"},"content":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiRunObjectPostRequestBodyContentApplicationJsonSchemaPropertiesMessagesItemsPropertiesContent"}},"required":["role","content"],"additionalProperties":false},"DocPathsApiAiAssistantAiRunObjectPostRequestBodyContentApplicationJsonSchemaPropertiesMessages":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiRunObjectPostRequestBodyContentApplicationJsonSchemaPropertiesMessagesItems"},"minItems":1,"maxItems":100},"DocPathsApiAiAssistantAiRunObjectPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdsItems":{"type":"string"},"DocPathsApiAiAssistantAiRunObjectPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiRunObjectPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdsItems"}},"DocPathsApiAiAssistantAiRunObjectPostRequestBodyContentApplicationJsonSchemaPropertiesPageContextPropertiesPageId":{"type":"string"},"DocPathsApiAiAssistantAiRunObjectPostRequestBodyContentApplicationJsonSchemaPropertiesPageContextPropertiesEntityType":{"type":"string"},"DocPathsApiAiAssistantAiRunObjectPostRequestBodyContentApplicationJsonSchemaPropertiesPageContextPropertiesRecordId":{"type":"string"},"DocPathsApiAiAssistantAiRunObjectPostRequestBodyContentApplicationJsonSchemaPropertiesPageContext":{"type":"object","properties":{"pageId":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiRunObjectPostRequestBodyContentApplicationJsonSchemaPropertiesPageContextPropertiesPageId"},"entityType":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiRunObjectPostRequestBodyContentApplicationJsonSchemaPropertiesPageContextPropertiesEntityType"},"recordId":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiRunObjectPostRequestBodyContentApplicationJsonSchemaPropertiesPageContextPropertiesRecordId"}},"additionalProperties":true},"DocPathsApiAiAssistantAiRunObjectPostRequestBodyContentApplicationJsonSchemaPropertiesModelOverride":{"type":"string"},"DocPathsApiAiAssistantAiRunObjectPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"agent":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiRunObjectPostRequestBodyContentApplicationJsonSchemaPropertiesAgent"},"messages":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiRunObjectPostRequestBodyContentApplicationJsonSchemaPropertiesMessages"},"attachmentIds":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiRunObjectPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIds"},"pageContext":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiRunObjectPostRequestBodyContentApplicationJsonSchemaPropertiesPageContext"},"modelOverride":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiRunObjectPostRequestBodyContentApplicationJsonSchemaPropertiesModelOverride"}},"required":["agent","messages"],"additionalProperties":false},"DocPathsApiAiAssistantAiRunObjectPostResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiRunObjectPostResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiRunObjectPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantAiRunObjectPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiRunObjectPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantAiRunObjectPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantAiRunObjectPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantAiRunObjectPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantAiRunObjectPostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiRunObjectPostResponses409ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiRunObjectPostResponses422ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantAiRunObjectPostResponses500ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantChatPostResponses201ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantChatPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantChatPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantChatPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantChatPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantChatPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantChatPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantHealthGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantHealthGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantHealthGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantHealthGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantHealthGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantHealthGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantHealthGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantRoutePostResponses201ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantRoutePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantRoutePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantRoutePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantRoutePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantRoutePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantRoutePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantSessionKeyPostResponses200ContentApplicationJsonSchemaPropertiesSessionToken":{"type":"string"},"DocPathsApiAiAssistantSessionKeyPostResponses200ContentApplicationJsonSchemaPropertiesExpiresAt":{"type":"string"},"DocPathsApiAiAssistantSessionKeyPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"sessionToken":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSessionKeyPostResponses200ContentApplicationJsonSchemaPropertiesSessionToken"},"expiresAt":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSessionKeyPostResponses200ContentApplicationJsonSchemaPropertiesExpiresAt"}},"required":["sessionToken","expiresAt"],"additionalProperties":false},"DocPathsApiAiAssistantSessionKeyPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantSessionKeyPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSessionKeyPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantSessionKeyPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantSessionKeyPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSessionKeyPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantSessionKeyPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantSessionKeyPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSessionKeyPostResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantSettingsAllowlistPutRequestBodyContentApplicationJsonSchemaPropertiesAllowedProvidersAnyOf0":{"type":"null"},"DocPathsApiAiAssistantSettingsAllowlistPutRequestBodyContentApplicationJsonSchemaPropertiesAllowedProvidersAnyOf1Items":{"type":"string","minLength":1,"maxLength":64},"DocPathsApiAiAssistantSettingsAllowlistPutRequestBodyContentApplicationJsonSchemaPropertiesAllowedProvidersAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsAllowlistPutRequestBodyContentApplicationJsonSchemaPropertiesAllowedProvidersAnyOf1Items"}},"DocPathsApiAiAssistantSettingsAllowlistPutRequestBodyContentApplicationJsonSchemaPropertiesAllowedProviders":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsAllowlistPutRequestBodyContentApplicationJsonSchemaPropertiesAllowedProvidersAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsAllowlistPutRequestBodyContentApplicationJsonSchemaPropertiesAllowedProvidersAnyOf1"}]},"DocPathsApiAiAssistantSettingsAllowlistPutRequestBodyContentApplicationJsonSchemaPropertiesAllowedModelsByProviderAdditionalPropertiesItems":{"type":"string","minLength":1,"maxLength":256},"DocPathsApiAiAssistantSettingsAllowlistPutRequestBodyContentApplicationJsonSchemaPropertiesAllowedModelsByProviderAdditionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsAllowlistPutRequestBodyContentApplicationJsonSchemaPropertiesAllowedModelsByProviderAdditionalPropertiesItems"}},"DocPathsApiAiAssistantSettingsAllowlistPutRequestBodyContentApplicationJsonSchemaPropertiesAllowedModelsByProvider":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsAllowlistPutRequestBodyContentApplicationJsonSchemaPropertiesAllowedModelsByProviderAdditionalProperties"}},"DocPathsApiAiAssistantSettingsAllowlistPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"allowedProviders":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsAllowlistPutRequestBodyContentApplicationJsonSchemaPropertiesAllowedProviders"},"allowedModelsByProvider":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsAllowlistPutRequestBodyContentApplicationJsonSchemaPropertiesAllowedModelsByProvider"}},"additionalProperties":false},"DocPathsApiAiAssistantSettingsAllowlistPutResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantSettingsAllowlistPutResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantSettingsAllowlistPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantSettingsAllowlistPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsAllowlistPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantSettingsAllowlistPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantSettingsAllowlistPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsAllowlistPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantSettingsAllowlistDeleteResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantSettingsAllowlistDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantSettingsAllowlistDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsAllowlistDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantSettingsAllowlistDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantSettingsAllowlistDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsAllowlistDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantSettingsGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantSettingsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantSettingsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantSettingsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantSettingsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesProviderIdAnyOf0":{"type":"null"},"DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesProviderIdAnyOf1":{"type":"string","minLength":1,"maxLength":64},"DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesProviderId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesProviderIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesProviderIdAnyOf1"}]},"DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesModelIdAnyOf0":{"type":"null"},"DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesModelIdAnyOf1":{"type":"string","minLength":1,"maxLength":256},"DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesModelId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesModelIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesModelIdAnyOf1"}]},"DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesBaseURLAnyOf0":{"type":"null"},"DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesBaseURLAnyOf1":{"type":"string","format":"uri","maxLength":2048},"DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesBaseURL":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesBaseURLAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesBaseURLAnyOf1"}]},"DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesAgentIdAnyOf0":{"type":"null"},"DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesAgentIdAnyOf1":{"type":"string","minLength":1,"maxLength":128},"DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesAgentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesAgentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesAgentIdAnyOf1"}]},"DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesAllowedOverrideProvidersAnyOf0":{"type":"null"},"DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesAllowedOverrideProvidersAnyOf1Items":{"type":"string","minLength":1,"maxLength":64},"DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesAllowedOverrideProvidersAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesAllowedOverrideProvidersAnyOf1Items"}},"DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesAllowedOverrideProviders":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesAllowedOverrideProvidersAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesAllowedOverrideProvidersAnyOf1"}]},"DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesAllowedOverrideModelsByProviderAdditionalPropertiesItems":{"type":"string","minLength":1,"maxLength":256},"DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesAllowedOverrideModelsByProviderAdditionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesAllowedOverrideModelsByProviderAdditionalPropertiesItems"}},"DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesAllowedOverrideModelsByProvider":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesAllowedOverrideModelsByProviderAdditionalProperties"}},"DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"providerId":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesProviderId"},"modelId":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesModelId"},"baseURL":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesBaseURL"},"agentId":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesAgentId"},"allowedOverrideProviders":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesAllowedOverrideProviders"},"allowedOverrideModelsByProvider":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesAllowedOverrideModelsByProvider"}},"additionalProperties":false},"DocPathsApiAiAssistantSettingsPutResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantSettingsPutResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantSettingsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantSettingsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantSettingsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantSettingsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantSettingsDeleteRequestBodyContentApplicationJsonSchemaPropertiesAgentIdAnyOf0":{"type":"null"},"DocPathsApiAiAssistantSettingsDeleteRequestBodyContentApplicationJsonSchemaPropertiesAgentIdAnyOf1":{"type":"string","minLength":1,"maxLength":128},"DocPathsApiAiAssistantSettingsDeleteRequestBodyContentApplicationJsonSchemaPropertiesAgentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsDeleteRequestBodyContentApplicationJsonSchemaPropertiesAgentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsDeleteRequestBodyContentApplicationJsonSchemaPropertiesAgentIdAnyOf1"}]},"DocPathsApiAiAssistantSettingsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"agentId":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsDeleteRequestBodyContentApplicationJsonSchemaPropertiesAgentId"}},"additionalProperties":false},"DocPathsApiAiAssistantSettingsDeleteResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantSettingsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantSettingsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantSettingsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantSettingsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantSettingsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantToolsExecutePostResponses201ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantToolsExecutePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantToolsExecutePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantToolsExecutePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantToolsExecutePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantToolsExecutePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantToolsExecutePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantToolsGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantToolsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantToolsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantToolsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantToolsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantToolsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantToolsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantUsageDailyGetParameters0Schema":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"DocPathsApiAiAssistantUsageDailyGetParameters1Schema":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"DocPathsApiAiAssistantUsageDailyGetParameters2Schema":{"type":"string","minLength":1,"maxLength":256},"DocPathsApiAiAssistantUsageDailyGetParameters3Schema":{"type":"string","minLength":1,"maxLength":256},"DocPathsApiAiAssistantUsageDailyGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantUsageDailyGetResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantUsageDailyGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantUsageDailyGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantUsageDailyGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantUsageDailyGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantUsageDailyGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantUsageDailyGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantUsageDailyGetResponses500ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantUsageSessionsSessionIdGetParameters0Schema":{"type":"string"},"DocPathsApiAiAssistantUsageSessionsSessionIdGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantUsageSessionsSessionIdGetResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantUsageSessionsSessionIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantUsageSessionsSessionIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantUsageSessionsSessionIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantUsageSessionsSessionIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantUsageSessionsSessionIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantUsageSessionsSessionIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantUsageSessionsSessionIdGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantUsageSessionsSessionIdGetResponses500ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantUsageSessionsGetParameters0Schema":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"DocPathsApiAiAssistantUsageSessionsGetParameters1Schema":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"DocPathsApiAiAssistantUsageSessionsGetParameters2Schema":{"type":"string","minLength":1,"maxLength":256},"DocPathsApiAiAssistantUsageSessionsGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantUsageSessionsGetResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiAiAssistantUsageSessionsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantUsageSessionsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantUsageSessionsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantUsageSessionsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiAiAssistantUsageSessionsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiAiAssistantUsageSessionsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiAiAssistantUsageSessionsGetResponses500ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiTranslationsEntityTypeEntityIdGetParameters0Schema":{"type":"string","minLength":1,"pattern":"^[a-z_]+:[a-z_]+$"},"DocPathsApiTranslationsEntityTypeEntityIdGetParameters1Schema":{"type":"string","minLength":1},"DocPathsApiTranslationsEntityTypeEntityIdGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiTranslationsEntityTypeEntityIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTranslationsEntityTypeEntityIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTranslationsEntityTypeEntityIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTranslationsEntityTypeEntityIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTranslationsEntityTypeEntityIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTranslationsEntityTypeEntityIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTranslationsEntityTypeEntityIdGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiTranslationsEntityTypeEntityIdPutParameters0Schema":{"type":"string","minLength":1,"pattern":"^[a-z_]+:[a-z_]+$"},"DocPathsApiTranslationsEntityTypeEntityIdPutParameters1Schema":{"type":"string","minLength":1},"DocPathsApiTranslationsEntityTypeEntityIdPutResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiTranslationsEntityTypeEntityIdPutResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiTranslationsEntityTypeEntityIdPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTranslationsEntityTypeEntityIdPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTranslationsEntityTypeEntityIdPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTranslationsEntityTypeEntityIdPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTranslationsEntityTypeEntityIdPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTranslationsEntityTypeEntityIdPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTranslationsEntityTypeEntityIdDeleteParameters0Schema":{"type":"string","minLength":1,"pattern":"^[a-z_]+:[a-z_]+$"},"DocPathsApiTranslationsEntityTypeEntityIdDeleteParameters1Schema":{"type":"string","minLength":1},"DocPathsApiTranslationsEntityTypeEntityIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTranslationsEntityTypeEntityIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTranslationsEntityTypeEntityIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTranslationsEntityTypeEntityIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTranslationsEntityTypeEntityIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTranslationsEntityTypeEntityIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSchedulerJobsIdExecutionsGetParameters0Schema":{"type":"string"},"DocPathsApiSchedulerJobsIdExecutionsGetParameters1Schema":{"type":"number"},"DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScheduleId":{"type":"string","format":"uuid"},"DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartedAt":{"type":"string"},"DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFinishedAtAnyOf0":{"type":"null"},"DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFinishedAtAnyOf1":{"type":"string"},"DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFinishedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFinishedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFinishedAtAnyOf1"}]},"DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string","enum":["running","completed","failed","waiting"]},"DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTriggerType":{"type":"string","enum":["scheduled","manual"]},"DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTriggeredByUserIdAnyOf0":{"type":"null"},"DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTriggeredByUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTriggeredByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTriggeredByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTriggeredByUserIdAnyOf1"}]},"DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorMessageAnyOf0":{"type":"null"},"DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorMessageAnyOf1":{"type":"string"},"DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorMessage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorMessageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorMessageAnyOf1"}]},"DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorStackAnyOf0":{"type":"null"},"DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorStackAnyOf1":{"type":"string"},"DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorStack":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorStackAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorStackAnyOf1"}]},"DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMsAnyOf0":{"type":"null"},"DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMsAnyOf1":{"type":"number"},"DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMs":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMsAnyOf1"}]},"DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQueueJobId":{"type":"string"},"DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQueueName":{"type":"string"},"DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAttemptsMade":{"type":"number"},"DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResultAnyOf0":{"type":"null"},"DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResult":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResultAnyOf0"},{}]},"DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"scheduleId":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScheduleId"},"startedAt":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartedAt"},"finishedAt":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFinishedAt"},"status":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"triggerType":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTriggerType"},"triggeredByUserId":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTriggeredByUserId"},"errorMessage":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorMessage"},"errorStack":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorStack"},"durationMs":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMs"},"queueJobId":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQueueJobId"},"queueName":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQueueName"},"attemptsMade":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAttemptsMade"},"result":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResult"}},"required":["id","scheduleId","startedAt","finishedAt","status","triggerType","triggeredByUserId","errorMessage","errorStack","durationMs","queueJobId","queueName","attemptsMade","result"],"additionalProperties":false},"DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"}},"required":["items","total","page","pageSize"],"additionalProperties":false},"DocPathsApiSchedulerJobsIdExecutionsGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSchedulerJobsIdExecutionsGetResponses400ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsApiSchedulerJobsIdExecutionsGetResponses400ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{}},"DocPathsApiSchedulerJobsIdExecutionsGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses400ContentApplicationJsonSchemaPropertiesError"},"message":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses400ContentApplicationJsonSchemaPropertiesMessage"},"items":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses400ContentApplicationJsonSchemaPropertiesItems"}},"required":["error"],"additionalProperties":false},"DocPathsApiSchedulerJobsIdExecutionsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSchedulerJobsIdExecutionsGetResponses401ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsApiSchedulerJobsIdExecutionsGetResponses401ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{}},"DocPathsApiSchedulerJobsIdExecutionsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses401ContentApplicationJsonSchemaPropertiesError"},"message":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses401ContentApplicationJsonSchemaPropertiesMessage"},"items":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses401ContentApplicationJsonSchemaPropertiesItems"}},"required":["error"],"additionalProperties":false},"DocPathsApiSchedulerJobsIdExecutionsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSchedulerJobsIdExecutionsGetResponses403ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsApiSchedulerJobsIdExecutionsGetResponses403ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{}},"DocPathsApiSchedulerJobsIdExecutionsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses403ContentApplicationJsonSchemaPropertiesError"},"message":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses403ContentApplicationJsonSchemaPropertiesMessage"},"items":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses403ContentApplicationJsonSchemaPropertiesItems"}},"required":["error"],"additionalProperties":false},"DocPathsApiSchedulerJobsIdExecutionsGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSchedulerJobsIdExecutionsGetResponses404ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsApiSchedulerJobsIdExecutionsGetResponses404ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{}},"DocPathsApiSchedulerJobsIdExecutionsGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses404ContentApplicationJsonSchemaPropertiesError"},"message":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses404ContentApplicationJsonSchemaPropertiesMessage"},"items":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsIdExecutionsGetResponses404ContentApplicationJsonSchemaPropertiesItems"}},"required":["error"],"additionalProperties":false},"DocPathsApiSchedulerJobsGetParameters0Schema":{"type":"number"},"DocPathsApiSchedulerJobsGetParameters1Schema":{"type":"number"},"DocPathsApiSchedulerJobsGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsApiSchedulerJobsGetParameters3Schema":{"type":"string"},"DocPathsApiSchedulerJobsGetParameters4Schema":{"type":"string","enum":["system","organization","tenant"]},"DocPathsApiSchedulerJobsGetParameters6Schema":{"type":"string","enum":["user","module"]},"DocPathsApiSchedulerJobsGetParameters7Schema":{"type":"string"},"DocPathsApiSchedulerJobsGetParameters8Schema":{"type":"string"},"DocPathsApiSchedulerJobsGetParameters9Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiSchedulerJobsGetParameters10Schema":{"type":"string"},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScopeType":{"type":"string","enum":["system","organization","tenant"]},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScheduleType":{"type":"string","enum":["cron","interval"]},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScheduleValue":{"type":"string"},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimezone":{"type":"string"},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTargetType":{"type":"string","enum":["queue","command"]},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTargetQueueAnyOf0":{"type":"null"},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTargetQueueAnyOf1":{"type":"string"},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTargetQueue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTargetQueueAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTargetQueueAnyOf1"}]},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTargetCommandAnyOf0":{"type":"null"},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTargetCommandAnyOf1":{"type":"string"},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTargetCommand":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTargetCommandAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTargetCommandAnyOf1"}]},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTargetPayloadAnyOf0":{"type":"null"},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTargetPayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTargetPayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTargetPayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTargetPayloadAnyOf1"}]},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequireFeatureAnyOf0":{"type":"null"},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequireFeatureAnyOf1":{"type":"string"},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequireFeature":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequireFeatureAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequireFeatureAnyOf1"}]},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsEnabled":{"type":"boolean"},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastRunAtAnyOf0":{"type":"null"},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastRunAtAnyOf1":{"type":"string"},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastRunAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastRunAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastRunAtAnyOf1"}]},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextRunAtAnyOf0":{"type":"null"},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextRunAtAnyOf1":{"type":"string"},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextRunAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextRunAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextRunAtAnyOf1"}]},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceType":{"type":"string","enum":["user","module"]},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceModuleAnyOf0":{"type":"null"},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceModuleAnyOf1":{"type":"string"},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceModule":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceModuleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceModuleAnyOf1"}]},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"scopeType":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScopeType"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"scheduleType":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScheduleType"},"scheduleValue":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScheduleValue"},"timezone":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimezone"},"targetType":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTargetType"},"targetQueue":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTargetQueue"},"targetCommand":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTargetCommand"},"targetPayload":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTargetPayload"},"requireFeature":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequireFeature"},"isEnabled":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsEnabled"},"lastRunAt":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastRunAt"},"nextRunAt":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextRunAt"},"sourceType":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceType"},"sourceModule":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceModule"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","name","description","scopeType","organizationId","tenantId","scheduleType","scheduleValue","timezone","targetType","targetQueue","targetCommand","targetPayload","requireFeature","isEnabled","lastRunAt","nextRunAt","sourceType","sourceModule","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiSchedulerJobsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSchedulerJobsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSchedulerJobsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSchedulerJobsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string","maxLength":500},"DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesScopeType":{"type":"string","enum":["system","organization","tenant"]},"DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantIdAnyOf1":{"type":"string"},"DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantIdAnyOf1"}]},"DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesScheduleType":{"type":"string","enum":["cron","interval"]},"DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesScheduleValue":{"type":"string","minLength":1},"DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesTimezoneAllOf0":{"type":"string"},"DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesTimezone":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesTimezoneAllOf0"}],"default":"UTC"},"DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesTargetType":{"type":"string","enum":["queue","command"]},"DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesTargetQueueAnyOf0":{"type":"null"},"DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesTargetQueueAnyOf1":{"type":"string"},"DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesTargetQueue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesTargetQueueAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesTargetQueueAnyOf1"}]},"DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesTargetCommandAnyOf0":{"type":"null"},"DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesTargetCommandAnyOf1":{"type":"string"},"DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesTargetCommand":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesTargetCommandAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesTargetCommandAnyOf1"}]},"DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesTargetPayloadAnyOf0":{"type":"null"},"DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesTargetPayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesTargetPayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesTargetPayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesTargetPayloadAnyOf1"}]},"DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesRequireFeatureAnyOf0":{"type":"null"},"DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesRequireFeatureAnyOf1":{"type":"string"},"DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesRequireFeature":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesRequireFeatureAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesRequireFeatureAnyOf1"}]},"DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesIsEnabledAllOf0":{"type":"boolean"},"DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesIsEnabled":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesIsEnabledAllOf0"}],"default":true},"DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceTypeAllOf0":{"type":"string","enum":["user","module"]},"DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceType":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceTypeAllOf0"}],"default":"user"},"DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceModuleAnyOf0":{"type":"null"},"DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceModuleAnyOf1":{"type":"string"},"DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceModule":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceModuleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceModuleAnyOf1"}]},"DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"scopeType":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesScopeType"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"scheduleType":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesScheduleType"},"scheduleValue":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesScheduleValue"},"timezone":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesTimezone"},"targetType":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesTargetType"},"targetQueue":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesTargetQueue"},"targetCommand":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesTargetCommand"},"targetPayload":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesTargetPayload"},"requireFeature":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesRequireFeature"},"isEnabled":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesIsEnabled"},"sourceType":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceType"},"sourceModule":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceModule"}},"required":["name","scopeType","scheduleType","scheduleValue","targetType"],"additionalProperties":false},"DocPathsApiSchedulerJobsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiSchedulerJobsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiSchedulerJobsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiSchedulerJobsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSchedulerJobsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSchedulerJobsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSchedulerJobsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSchedulerJobsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string","maxLength":500},"DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesScheduleType":{"type":"string","enum":["cron","interval"]},"DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesScheduleValue":{"type":"string","minLength":1},"DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesTimezone":{"type":"string"},"DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesTargetType":{"type":"string","enum":["queue","command"]},"DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesTargetQueueAnyOf0":{"type":"null"},"DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesTargetQueueAnyOf1":{"type":"string"},"DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesTargetQueue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesTargetQueueAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesTargetQueueAnyOf1"}]},"DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesTargetCommandAnyOf0":{"type":"null"},"DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesTargetCommandAnyOf1":{"type":"string"},"DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesTargetCommand":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesTargetCommandAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesTargetCommandAnyOf1"}]},"DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesTargetPayloadAnyOf0":{"type":"null"},"DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesTargetPayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesTargetPayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesTargetPayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesTargetPayloadAnyOf1"}]},"DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesRequireFeatureAnyOf0":{"type":"null"},"DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesRequireFeatureAnyOf1":{"type":"string"},"DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesRequireFeature":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesRequireFeatureAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesRequireFeatureAnyOf1"}]},"DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesIsEnabled":{"type":"boolean"},"DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"scheduleType":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesScheduleType"},"scheduleValue":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesScheduleValue"},"timezone":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesTimezone"},"targetType":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesTargetType"},"targetQueue":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesTargetQueue"},"targetCommand":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesTargetCommand"},"targetPayload":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesTargetPayload"},"requireFeature":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesRequireFeature"},"isEnabled":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPutRequestBodyContentApplicationJsonSchemaPropertiesIsEnabled"}},"required":["id"],"additionalProperties":false},"DocPathsApiSchedulerJobsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiSchedulerJobsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiSchedulerJobsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSchedulerJobsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSchedulerJobsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSchedulerJobsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSchedulerJobsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiSchedulerJobsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSchedulerJobsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiSchedulerJobsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiSchedulerJobsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSchedulerJobsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSchedulerJobsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSchedulerJobsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSchedulerJobsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSchedulerQueueJobsJobIdGetParameters0Schema":{"type":"string"},"DocPathsApiSchedulerQueueJobsJobIdGetParameters1Schema":{"type":"string"},"DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesName":{"type":"string"},"DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesData":{},"DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesState":{"type":"string","enum":["waiting","active","completed","failed","delayed","waiting-children"]},"DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesProgressAnyOf0":{"type":"null"},"DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesProgressAnyOf1":{"type":"number"},"DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesProgress":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesProgressAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesProgressAnyOf1"}]},"DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnvalueAnyOf0":{"type":"null"},"DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnvalue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnvalueAnyOf0"},{}]},"DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesFailedReasonAnyOf0":{"type":"null"},"DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesFailedReasonAnyOf1":{"type":"string"},"DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesFailedReason":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesFailedReasonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesFailedReasonAnyOf1"}]},"DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesStacktraceAnyOf0":{"type":"null"},"DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesStacktraceAnyOf1Items":{"type":"string"},"DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesStacktraceAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesStacktraceAnyOf1Items"}},"DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesStacktrace":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesStacktraceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesStacktraceAnyOf1"}]},"DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesAttemptsMade":{"type":"number"},"DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesProcessedOnAnyOf0":{"type":"null"},"DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesProcessedOnAnyOf1":{"type":"string"},"DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesProcessedOn":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesProcessedOnAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesProcessedOnAnyOf1"}]},"DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesFinishedOnAnyOf0":{"type":"null"},"DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesFinishedOnAnyOf1":{"type":"string"},"DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesFinishedOn":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesFinishedOnAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesFinishedOnAnyOf1"}]},"DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesLogsItems":{"type":"string"},"DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesLogs":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesLogsItems"}},"DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesName"},"data":{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesData"},"state":{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesState"},"progress":{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesProgress"},"returnvalue":{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesReturnvalue"},"failedReason":{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesFailedReason"},"stacktrace":{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesStacktrace"},"attemptsMade":{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesAttemptsMade"},"processedOn":{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesProcessedOn"},"finishedOn":{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesFinishedOn"},"logs":{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses200ContentApplicationJsonSchemaPropertiesLogs"}},"required":["id","name","data","state","progress","returnvalue","failedReason","stacktrace","attemptsMade","processedOn","finishedOn","logs"],"additionalProperties":false},"DocPathsApiSchedulerQueueJobsJobIdGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSchedulerQueueJobsJobIdGetResponses400ContentApplicationJsonSchemaPropertiesAvailable":{"type":"boolean"},"DocPathsApiSchedulerQueueJobsJobIdGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses400ContentApplicationJsonSchemaPropertiesError"},"available":{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses400ContentApplicationJsonSchemaPropertiesAvailable"}},"required":["error"],"additionalProperties":false},"DocPathsApiSchedulerQueueJobsJobIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSchedulerQueueJobsJobIdGetResponses401ContentApplicationJsonSchemaPropertiesAvailable":{"type":"boolean"},"DocPathsApiSchedulerQueueJobsJobIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses401ContentApplicationJsonSchemaPropertiesError"},"available":{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses401ContentApplicationJsonSchemaPropertiesAvailable"}},"required":["error"],"additionalProperties":false},"DocPathsApiSchedulerQueueJobsJobIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSchedulerQueueJobsJobIdGetResponses403ContentApplicationJsonSchemaPropertiesAvailable":{"type":"boolean"},"DocPathsApiSchedulerQueueJobsJobIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses403ContentApplicationJsonSchemaPropertiesError"},"available":{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses403ContentApplicationJsonSchemaPropertiesAvailable"}},"required":["error"],"additionalProperties":false},"DocPathsApiSchedulerQueueJobsJobIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSchedulerQueueJobsJobIdGetResponses404ContentApplicationJsonSchemaPropertiesAvailable":{"type":"boolean"},"DocPathsApiSchedulerQueueJobsJobIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses404ContentApplicationJsonSchemaPropertiesError"},"available":{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses404ContentApplicationJsonSchemaPropertiesAvailable"}},"required":["error"],"additionalProperties":false},"DocPathsApiSchedulerQueueJobsJobIdGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSchedulerQueueJobsJobIdGetResponses500ContentApplicationJsonSchemaPropertiesAvailable":{"type":"boolean"},"DocPathsApiSchedulerQueueJobsJobIdGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses500ContentApplicationJsonSchemaPropertiesError"},"available":{"$ref":"#/components/schemas/DocPathsApiSchedulerQueueJobsJobIdGetResponses500ContentApplicationJsonSchemaPropertiesAvailable"}},"required":["error"],"additionalProperties":false},"DocPathsApiSchedulerTargetsGetResponses200ContentApplicationJsonSchemaPropertiesQueuesItemsPropertiesValue":{"type":"string"},"DocPathsApiSchedulerTargetsGetResponses200ContentApplicationJsonSchemaPropertiesQueuesItemsPropertiesLabel":{"type":"string"},"DocPathsApiSchedulerTargetsGetResponses200ContentApplicationJsonSchemaPropertiesQueuesItems":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/DocPathsApiSchedulerTargetsGetResponses200ContentApplicationJsonSchemaPropertiesQueuesItemsPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsApiSchedulerTargetsGetResponses200ContentApplicationJsonSchemaPropertiesQueuesItemsPropertiesLabel"}},"required":["value","label"],"additionalProperties":false},"DocPathsApiSchedulerTargetsGetResponses200ContentApplicationJsonSchemaPropertiesQueues":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSchedulerTargetsGetResponses200ContentApplicationJsonSchemaPropertiesQueuesItems"}},"DocPathsApiSchedulerTargetsGetResponses200ContentApplicationJsonSchemaPropertiesCommandsItemsPropertiesValue":{"type":"string"},"DocPathsApiSchedulerTargetsGetResponses200ContentApplicationJsonSchemaPropertiesCommandsItemsPropertiesLabel":{"type":"string"},"DocPathsApiSchedulerTargetsGetResponses200ContentApplicationJsonSchemaPropertiesCommandsItems":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/DocPathsApiSchedulerTargetsGetResponses200ContentApplicationJsonSchemaPropertiesCommandsItemsPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsApiSchedulerTargetsGetResponses200ContentApplicationJsonSchemaPropertiesCommandsItemsPropertiesLabel"}},"required":["value","label"],"additionalProperties":false},"DocPathsApiSchedulerTargetsGetResponses200ContentApplicationJsonSchemaPropertiesCommands":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiSchedulerTargetsGetResponses200ContentApplicationJsonSchemaPropertiesCommandsItems"}},"DocPathsApiSchedulerTargetsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"queues":{"$ref":"#/components/schemas/DocPathsApiSchedulerTargetsGetResponses200ContentApplicationJsonSchemaPropertiesQueues"},"commands":{"$ref":"#/components/schemas/DocPathsApiSchedulerTargetsGetResponses200ContentApplicationJsonSchemaPropertiesCommands"}},"required":["queues","commands"],"additionalProperties":false},"DocPathsApiSchedulerTargetsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSchedulerTargetsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSchedulerTargetsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSchedulerTriggerPostRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiSchedulerTriggerPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiSchedulerTriggerPostRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiSchedulerTriggerPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiSchedulerTriggerPostResponses200ContentApplicationJsonSchemaPropertiesJobId":{"type":"string"},"DocPathsApiSchedulerTriggerPostResponses200ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsApiSchedulerTriggerPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiSchedulerTriggerPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"jobId":{"$ref":"#/components/schemas/DocPathsApiSchedulerTriggerPostResponses200ContentApplicationJsonSchemaPropertiesJobId"},"message":{"$ref":"#/components/schemas/DocPathsApiSchedulerTriggerPostResponses200ContentApplicationJsonSchemaPropertiesMessage"}},"required":["ok","jobId","message"],"additionalProperties":false},"DocPathsApiSchedulerTriggerPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSchedulerTriggerPostResponses400ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsApiSchedulerTriggerPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSchedulerTriggerPostResponses400ContentApplicationJsonSchemaPropertiesError"},"message":{"$ref":"#/components/schemas/DocPathsApiSchedulerTriggerPostResponses400ContentApplicationJsonSchemaPropertiesMessage"}},"required":["error"],"additionalProperties":false},"DocPathsApiSchedulerTriggerPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSchedulerTriggerPostResponses401ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsApiSchedulerTriggerPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSchedulerTriggerPostResponses401ContentApplicationJsonSchemaPropertiesError"},"message":{"$ref":"#/components/schemas/DocPathsApiSchedulerTriggerPostResponses401ContentApplicationJsonSchemaPropertiesMessage"}},"required":["error"],"additionalProperties":false},"DocPathsApiSchedulerTriggerPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSchedulerTriggerPostResponses403ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsApiSchedulerTriggerPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSchedulerTriggerPostResponses403ContentApplicationJsonSchemaPropertiesError"},"message":{"$ref":"#/components/schemas/DocPathsApiSchedulerTriggerPostResponses403ContentApplicationJsonSchemaPropertiesMessage"}},"required":["error"],"additionalProperties":false},"DocPathsApiSchedulerTriggerPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSchedulerTriggerPostResponses404ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsApiSchedulerTriggerPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSchedulerTriggerPostResponses404ContentApplicationJsonSchemaPropertiesError"},"message":{"$ref":"#/components/schemas/DocPathsApiSchedulerTriggerPostResponses404ContentApplicationJsonSchemaPropertiesMessage"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsEmailsIdReprocessPostParameters0Schema":{"type":"string"},"DocPathsApiInboxOpsEmailsIdReprocessPostResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsEmailsIdReprocessPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsEmailsIdReprocessPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsEmailsIdReprocessPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsEmailsIdReprocessPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsEmailsIdReprocessPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsEmailsIdReprocessPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsEmailsIdReprocessPostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsEmailsIdReprocessPostResponses409ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsEmailsIdGetParameters0Schema":{"type":"string"},"DocPathsApiInboxOpsEmailsIdGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsEmailsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsEmailsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsEmailsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsEmailsIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsEmailsIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsEmailsIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsEmailsIdGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsEmailsIdDeleteParameters0Schema":{"type":"string"},"DocPathsApiInboxOpsEmailsIdDeleteResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsEmailsIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsEmailsIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsEmailsIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsEmailsIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsEmailsIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsEmailsIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsEmailsIdDeleteResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsEmailsGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsEmailsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsEmailsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsEmailsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsEmailsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsEmailsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsEmailsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsExtractPostResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsExtractPostResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsExtractPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsExtractPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsExtractPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsExtractPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsExtractPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsExtractPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsProposalsIdAcceptAllPostParameters0Schema":{"type":"string"},"DocPathsApiInboxOpsProposalsIdAcceptAllPostResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsProposalsIdAcceptAllPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsProposalsIdAcceptAllPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdAcceptAllPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsProposalsIdAcceptAllPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsProposalsIdAcceptAllPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdAcceptAllPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsProposalsIdAcceptAllPostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsProposalsIdActionsActionIdAcceptPostParameters0Schema":{"type":"string"},"DocPathsApiInboxOpsProposalsIdActionsActionIdAcceptPostParameters1Schema":{"type":"string"},"DocPathsApiInboxOpsProposalsIdActionsActionIdAcceptPostResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsProposalsIdActionsActionIdAcceptPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsProposalsIdActionsActionIdAcceptPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdActionsActionIdAcceptPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsProposalsIdActionsActionIdAcceptPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsProposalsIdActionsActionIdAcceptPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdActionsActionIdAcceptPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsProposalsIdActionsActionIdAcceptPostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsProposalsIdActionsActionIdAcceptPostResponses409ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsProposalsIdActionsActionIdCompletePatchParameters0Schema":{"type":"string"},"DocPathsApiInboxOpsProposalsIdActionsActionIdCompletePatchParameters1Schema":{"type":"string"},"DocPathsApiInboxOpsProposalsIdActionsActionIdCompletePatchResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsProposalsIdActionsActionIdCompletePatchResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsProposalsIdActionsActionIdCompletePatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsProposalsIdActionsActionIdCompletePatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdActionsActionIdCompletePatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsProposalsIdActionsActionIdCompletePatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsProposalsIdActionsActionIdCompletePatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdActionsActionIdCompletePatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsProposalsIdActionsActionIdCompletePatchResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsProposalsIdActionsActionIdCompletePatchResponses409ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsProposalsIdActionsActionIdRejectPostParameters0Schema":{"type":"string"},"DocPathsApiInboxOpsProposalsIdActionsActionIdRejectPostParameters1Schema":{"type":"string"},"DocPathsApiInboxOpsProposalsIdActionsActionIdRejectPostResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsProposalsIdActionsActionIdRejectPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsProposalsIdActionsActionIdRejectPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdActionsActionIdRejectPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsProposalsIdActionsActionIdRejectPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsProposalsIdActionsActionIdRejectPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdActionsActionIdRejectPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsProposalsIdActionsActionIdRejectPostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsProposalsIdActionsActionIdRejectPostResponses409ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsProposalsIdActionsActionIdPatchParameters0Schema":{"type":"string"},"DocPathsApiInboxOpsProposalsIdActionsActionIdPatchParameters1Schema":{"type":"string"},"DocPathsApiInboxOpsProposalsIdActionsActionIdPatchResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsProposalsIdActionsActionIdPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsProposalsIdActionsActionIdPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdActionsActionIdPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsProposalsIdActionsActionIdPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsProposalsIdActionsActionIdPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdActionsActionIdPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsProposalsIdActionsActionIdPatchResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsProposalsIdActionsActionIdPatchResponses409ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsProposalsIdCategorizePostParameters0Schema":{"type":"string"},"DocPathsApiInboxOpsProposalsIdCategorizePostResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsProposalsIdCategorizePostResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsProposalsIdCategorizePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsProposalsIdCategorizePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdCategorizePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsProposalsIdCategorizePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsProposalsIdCategorizePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdCategorizePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsProposalsIdCategorizePostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsProposalsIdRejectPostParameters0Schema":{"type":"string"},"DocPathsApiInboxOpsProposalsIdRejectPostResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsProposalsIdRejectPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsProposalsIdRejectPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdRejectPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsProposalsIdRejectPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsProposalsIdRejectPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdRejectPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsProposalsIdRejectPostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsProposalsIdRepliesReplyIdSendPostParameters0Schema":{"type":"string"},"DocPathsApiInboxOpsProposalsIdRepliesReplyIdSendPostParameters1Schema":{"type":"string"},"DocPathsApiInboxOpsProposalsIdRepliesReplyIdSendPostResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsProposalsIdRepliesReplyIdSendPostResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsProposalsIdRepliesReplyIdSendPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsProposalsIdRepliesReplyIdSendPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdRepliesReplyIdSendPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsProposalsIdRepliesReplyIdSendPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsProposalsIdRepliesReplyIdSendPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdRepliesReplyIdSendPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsProposalsIdRepliesReplyIdSendPostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsProposalsIdRepliesReplyIdSendPostResponses409ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsProposalsIdRepliesReplyIdSendPostResponses502ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsProposalsIdRepliesReplyIdSendPostResponses503ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsProposalsIdGetParameters0Schema":{"type":"string"},"DocPathsApiInboxOpsProposalsIdGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsProposalsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsProposalsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsProposalsIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsProposalsIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsProposalsIdGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsProposalsIdTranslatePostParameters0Schema":{"type":"string"},"DocPathsApiInboxOpsProposalsIdTranslatePostResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsProposalsIdTranslatePostResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsProposalsIdTranslatePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsProposalsIdTranslatePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdTranslatePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsProposalsIdTranslatePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsProposalsIdTranslatePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsIdTranslatePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsProposalsIdTranslatePostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsProposalsCountsGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsProposalsCountsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsProposalsCountsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsCountsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsProposalsCountsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsProposalsCountsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsCountsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsProposalsGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsProposalsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsProposalsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsProposalsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsProposalsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsProposalsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsSettingsGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsSettingsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsSettingsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsSettingsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsSettingsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsSettingsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsSettingsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsSettingsPatchResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiInboxOpsSettingsPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsSettingsPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsSettingsPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsSettingsPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiInboxOpsSettingsPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiInboxOpsSettingsPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiInboxOpsSettingsPatchResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiPaymentGatewaysCancelPostResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiPaymentGatewaysCancelPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiPaymentGatewaysCancelPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysCancelPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiPaymentGatewaysCancelPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiPaymentGatewaysCancelPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysCancelPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiPaymentGatewaysCancelPostResponses422ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiPaymentGatewaysCancelPostResponses502ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiPaymentGatewaysCapturePostResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiPaymentGatewaysCapturePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiPaymentGatewaysCapturePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysCapturePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiPaymentGatewaysCapturePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiPaymentGatewaysCapturePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysCapturePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiPaymentGatewaysCapturePostResponses422ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiPaymentGatewaysCapturePostResponses502ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiPaymentGatewaysProvidersProviderKeyGetParameters0Schema":{"type":"string"},"DocPathsApiPaymentGatewaysProvidersProviderKeyGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiPaymentGatewaysProvidersProviderKeyGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiPaymentGatewaysProvidersProviderKeyGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysProvidersProviderKeyGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiPaymentGatewaysProvidersProviderKeyGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiPaymentGatewaysProvidersProviderKeyGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysProvidersProviderKeyGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiPaymentGatewaysProvidersProviderKeyGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiPaymentGatewaysProvidersGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiPaymentGatewaysProvidersGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiPaymentGatewaysProvidersGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysProvidersGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiPaymentGatewaysProvidersGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiPaymentGatewaysProvidersGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysProvidersGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiPaymentGatewaysRefundPostResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiPaymentGatewaysRefundPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiPaymentGatewaysRefundPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysRefundPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiPaymentGatewaysRefundPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiPaymentGatewaysRefundPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysRefundPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiPaymentGatewaysRefundPostResponses422ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiPaymentGatewaysRefundPostResponses502ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiPaymentGatewaysSessionsPostResponses201ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiPaymentGatewaysSessionsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiPaymentGatewaysSessionsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysSessionsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiPaymentGatewaysSessionsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiPaymentGatewaysSessionsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysSessionsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiPaymentGatewaysSessionsPostResponses422ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiPaymentGatewaysSessionsPostResponses502ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiPaymentGatewaysStatusGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiPaymentGatewaysStatusGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiPaymentGatewaysStatusGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysStatusGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiPaymentGatewaysStatusGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiPaymentGatewaysStatusGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysStatusGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiPaymentGatewaysStatusGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiPaymentGatewaysTransactionsIdGetParameters0Schema":{"type":"string"},"DocPathsApiPaymentGatewaysTransactionsIdGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiPaymentGatewaysTransactionsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiPaymentGatewaysTransactionsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysTransactionsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiPaymentGatewaysTransactionsIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiPaymentGatewaysTransactionsIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysTransactionsIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiPaymentGatewaysTransactionsIdGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiPaymentGatewaysTransactionsGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiPaymentGatewaysTransactionsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiPaymentGatewaysTransactionsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysTransactionsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiPaymentGatewaysTransactionsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiPaymentGatewaysTransactionsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiPaymentGatewaysTransactionsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiPaymentGatewaysWebhookProviderPostParameters0Schema":{"type":"string"},"DocPathsApiPaymentGatewaysWebhookProviderPostResponses202ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiPaymentGatewaysWebhookProviderPostResponses401ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiPaymentGatewaysWebhookProviderPostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiCheckoutLinksIdGetParameters0Schema":{"type":"string"},"DocPathsApiCheckoutLinksIdGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiCheckoutLinksIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCheckoutLinksIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCheckoutLinksIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCheckoutLinksIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCheckoutLinksIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCheckoutLinksIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCheckoutLinksIdPutParameters0Schema":{"type":"string"},"DocPathsApiCheckoutLinksIdPutResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiCheckoutLinksIdPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCheckoutLinksIdPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCheckoutLinksIdPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCheckoutLinksIdPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCheckoutLinksIdPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCheckoutLinksIdPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCheckoutLinksIdDeleteParameters0Schema":{"type":"string"},"DocPathsApiCheckoutLinksIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCheckoutLinksIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCheckoutLinksIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCheckoutLinksIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCheckoutLinksIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCheckoutLinksIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCheckoutLinksGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiCheckoutLinksGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCheckoutLinksGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCheckoutLinksGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCheckoutLinksGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCheckoutLinksGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCheckoutLinksGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCheckoutLinksPostResponses201ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiCheckoutLinksPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCheckoutLinksPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCheckoutLinksPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCheckoutLinksPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCheckoutLinksPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCheckoutLinksPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCheckoutPaySlugGetParameters0Schema":{"type":"string"},"DocPathsApiCheckoutPaySlugGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiCheckoutPaySlugStatusTransactionIdGetParameters0Schema":{"type":"string"},"DocPathsApiCheckoutPaySlugStatusTransactionIdGetParameters1Schema":{"type":"string"},"DocPathsApiCheckoutPaySlugStatusTransactionIdGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiCheckoutPaySlugSubmitPostParameters0Schema":{"type":"string"},"DocPathsApiCheckoutPaySlugSubmitPostResponses201ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiCheckoutPaySlugVerifyPasswordPostParameters0Schema":{"type":"string"},"DocPathsApiCheckoutPaySlugVerifyPasswordPostResponses201ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiCheckoutTemplatesIdPreviewGetParameters0Schema":{"type":"string"},"DocPathsApiCheckoutTemplatesIdPreviewGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiCheckoutTemplatesIdPreviewGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCheckoutTemplatesIdPreviewGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCheckoutTemplatesIdPreviewGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCheckoutTemplatesIdPreviewGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCheckoutTemplatesIdPreviewGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCheckoutTemplatesIdPreviewGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCheckoutTemplatesIdGetParameters0Schema":{"type":"string"},"DocPathsApiCheckoutTemplatesIdGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiCheckoutTemplatesIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCheckoutTemplatesIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCheckoutTemplatesIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCheckoutTemplatesIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCheckoutTemplatesIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCheckoutTemplatesIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCheckoutTemplatesIdPutParameters0Schema":{"type":"string"},"DocPathsApiCheckoutTemplatesIdPutResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiCheckoutTemplatesIdPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCheckoutTemplatesIdPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCheckoutTemplatesIdPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCheckoutTemplatesIdPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCheckoutTemplatesIdPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCheckoutTemplatesIdPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCheckoutTemplatesIdDeleteParameters0Schema":{"type":"string"},"DocPathsApiCheckoutTemplatesIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCheckoutTemplatesIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCheckoutTemplatesIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCheckoutTemplatesIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCheckoutTemplatesIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCheckoutTemplatesIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCheckoutTemplatesGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiCheckoutTemplatesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCheckoutTemplatesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCheckoutTemplatesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCheckoutTemplatesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCheckoutTemplatesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCheckoutTemplatesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCheckoutTemplatesPostResponses201ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiCheckoutTemplatesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCheckoutTemplatesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCheckoutTemplatesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCheckoutTemplatesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCheckoutTemplatesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCheckoutTemplatesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCheckoutTransactionsIdGetParameters0Schema":{"type":"string"},"DocPathsApiCheckoutTransactionsIdGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiCheckoutTransactionsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCheckoutTransactionsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCheckoutTransactionsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCheckoutTransactionsIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCheckoutTransactionsIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCheckoutTransactionsIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCheckoutTransactionsByGatewayGatewayTransactionIdGetParameters0Schema":{"type":"string"},"DocPathsApiCheckoutTransactionsByGatewayGatewayTransactionIdGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiCheckoutTransactionsByGatewayGatewayTransactionIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCheckoutTransactionsByGatewayGatewayTransactionIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCheckoutTransactionsByGatewayGatewayTransactionIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCheckoutTransactionsByGatewayGatewayTransactionIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCheckoutTransactionsByGatewayGatewayTransactionIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCheckoutTransactionsByGatewayGatewayTransactionIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCheckoutTransactionsGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiCheckoutTransactionsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCheckoutTransactionsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCheckoutTransactionsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCheckoutTransactionsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCheckoutTransactionsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCheckoutTransactionsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSyncAkeneoCustomFieldsGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiSyncAkeneoCustomFieldsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSyncAkeneoCustomFieldsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSyncAkeneoCustomFieldsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSyncAkeneoCustomFieldsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSyncAkeneoCustomFieldsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSyncAkeneoCustomFieldsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSyncAkeneoCustomFieldsPostResponses201ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiSyncAkeneoCustomFieldsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSyncAkeneoCustomFieldsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSyncAkeneoCustomFieldsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSyncAkeneoCustomFieldsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSyncAkeneoCustomFieldsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSyncAkeneoCustomFieldsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSyncAkeneoDeleteProductsPostResponses201ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiSyncAkeneoDeleteProductsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSyncAkeneoDeleteProductsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSyncAkeneoDeleteProductsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSyncAkeneoDeleteProductsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSyncAkeneoDeleteProductsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSyncAkeneoDeleteProductsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSyncAkeneoDiscoveryGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiSyncAkeneoDiscoveryGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSyncAkeneoDiscoveryGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSyncAkeneoDiscoveryGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSyncAkeneoDiscoveryGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSyncAkeneoDiscoveryGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSyncAkeneoDiscoveryGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSyncAkeneoFirstImportGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiSyncAkeneoFirstImportGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSyncAkeneoFirstImportGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSyncAkeneoFirstImportGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSyncAkeneoFirstImportGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSyncAkeneoFirstImportGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSyncAkeneoFirstImportGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSyncAkeneoFirstImportPostResponses201ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiSyncAkeneoFirstImportPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSyncAkeneoFirstImportPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSyncAkeneoFirstImportPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiSyncAkeneoFirstImportPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiSyncAkeneoFirstImportPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiSyncAkeneoFirstImportPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiShippingCarriersCancelPostResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiShippingCarriersCancelPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiShippingCarriersCancelPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersCancelPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiShippingCarriersCancelPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiShippingCarriersCancelPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersCancelPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiShippingCarriersCancelPostResponses422ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiShippingCarriersCancelPostResponses502ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiShippingCarriersPointsGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiShippingCarriersPointsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiShippingCarriersPointsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersPointsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiShippingCarriersPointsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiShippingCarriersPointsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersPointsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiShippingCarriersPointsGetResponses422ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiShippingCarriersPointsGetResponses502ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiShippingCarriersProvidersGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiShippingCarriersProvidersGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiShippingCarriersProvidersGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersProvidersGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiShippingCarriersProvidersGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiShippingCarriersProvidersGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersProvidersGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiShippingCarriersRatesPostResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiShippingCarriersRatesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiShippingCarriersRatesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersRatesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiShippingCarriersRatesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiShippingCarriersRatesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersRatesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiShippingCarriersRatesPostResponses422ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiShippingCarriersRatesPostResponses502ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiShippingCarriersShipmentsPostResponses201ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiShippingCarriersShipmentsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiShippingCarriersShipmentsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersShipmentsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiShippingCarriersShipmentsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiShippingCarriersShipmentsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersShipmentsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiShippingCarriersShipmentsPostResponses422ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiShippingCarriersShipmentsPostResponses502ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiShippingCarriersTrackingGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiShippingCarriersTrackingGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiShippingCarriersTrackingGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersTrackingGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiShippingCarriersTrackingGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiShippingCarriersTrackingGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiShippingCarriersTrackingGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiShippingCarriersTrackingGetResponses422ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiShippingCarriersTrackingGetResponses502ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiShippingCarriersWebhookProviderPostParameters0Schema":{"type":"string"},"DocPathsApiShippingCarriersWebhookProviderPostResponses202ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiShippingCarriersWebhookProviderPostResponses401ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiShippingCarriersWebhookProviderPostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiWebhooksIdRotateSecretPostParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiWebhooksIdRotateSecretPostResponses200ContentApplicationJsonSchemaPropertiesSuccess":{"type":"boolean","enum":[true]},"DocPathsApiWebhooksIdRotateSecretPostResponses200ContentApplicationJsonSchemaPropertiesSecret":{"type":"string"},"DocPathsApiWebhooksIdRotateSecretPostResponses200ContentApplicationJsonSchemaPropertiesPreviousSecretSetAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksIdRotateSecretPostResponses200ContentApplicationJsonSchemaPropertiesPreviousSecretSetAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksIdRotateSecretPostResponses200ContentApplicationJsonSchemaPropertiesPreviousSecretSetAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksIdRotateSecretPostResponses200ContentApplicationJsonSchemaPropertiesPreviousSecretSetAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksIdRotateSecretPostResponses200ContentApplicationJsonSchemaPropertiesPreviousSecretSetAtAnyOf1"}]},"DocPathsApiWebhooksIdRotateSecretPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"success":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdRotateSecretPostResponses200ContentApplicationJsonSchemaPropertiesSuccess"},"secret":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdRotateSecretPostResponses200ContentApplicationJsonSchemaPropertiesSecret"},"previousSecretSetAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdRotateSecretPostResponses200ContentApplicationJsonSchemaPropertiesPreviousSecretSetAt"}},"required":["success","secret","previousSecretSetAt"],"additionalProperties":false},"DocPathsApiWebhooksIdRotateSecretPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksIdRotateSecretPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdRotateSecretPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksIdRotateSecretPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksIdRotateSecretPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdRotateSecretPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksIdRotateSecretPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksIdRotateSecretPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdRotateSecretPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksIdGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesName":{"type":"string"},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesUrl":{"type":"string"},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesSubscribedEventsItems":{"type":"string"},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesSubscribedEvents":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesSubscribedEventsItems"}},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesHttpMethod":{"type":"string"},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesDeliveryStrategy":{"type":"string"},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesMaxRetries":{"type":"number"},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesConsecutiveFailures":{"type":"number"},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesLastSuccessAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesLastSuccessAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesLastSuccessAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesLastSuccessAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesLastSuccessAtAnyOf1"}]},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesLastFailureAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesLastFailureAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesLastFailureAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesLastFailureAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesLastFailureAtAnyOf1"}]},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf0":{"type":"null"},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1AdditionalProperties":{"type":"string"},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1AdditionalProperties"}},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomHeaders":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1"}]},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf0":{"type":"null"},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesStrategyConfig":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf1"}]},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesTimeoutMs":{"type":"number"},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesRateLimitPerMinute":{"type":"number"},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesAutoDisableThreshold":{"type":"number"},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf0":{"type":"null"},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf1":{"type":"string"},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesIntegrationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf1"}]},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesMaskedSecret":{"type":"string"},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesPreviousSecretSetAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesPreviousSecretSetAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesPreviousSecretSetAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesPreviousSecretSetAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesPreviousSecretSetAtAnyOf1"}]},"DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesDescription"},"url":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesUrl"},"subscribedEvents":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesSubscribedEvents"},"httpMethod":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesHttpMethod"},"isActive":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesIsActive"},"deliveryStrategy":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesDeliveryStrategy"},"maxRetries":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesMaxRetries"},"consecutiveFailures":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesConsecutiveFailures"},"lastSuccessAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesLastSuccessAt"},"lastFailureAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesLastFailureAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"},"customHeaders":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomHeaders"},"strategyConfig":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesStrategyConfig"},"timeoutMs":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesTimeoutMs"},"rateLimitPerMinute":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesRateLimitPerMinute"},"autoDisableThreshold":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesAutoDisableThreshold"},"integrationId":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesIntegrationId"},"maskedSecret":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesMaskedSecret"},"previousSecretSetAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesPreviousSecretSetAt"}},"required":["id","name","description","url","subscribedEvents","httpMethod","isActive","deliveryStrategy","maxRetries","consecutiveFailures","lastSuccessAt","lastFailureAt","createdAt","updatedAt","customHeaders","strategyConfig","timeoutMs","rateLimitPerMinute","autoDisableThreshold","integrationId","maskedSecret","previousSecretSetAt"],"additionalProperties":false},"DocPathsApiWebhooksIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksIdPutParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string","maxLength":1000},"DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesUrl":{"type":"string","format":"uri"},"DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesSubscribedEventsItems":{"type":"string","minLength":1},"DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesSubscribedEvents":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesSubscribedEventsItems"},"minItems":1},"DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesHttpMethodAllOf0":{"type":"string","enum":["POST","PUT","PATCH"]},"DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesHttpMethod":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesHttpMethodAllOf0"}],"default":"POST"},"DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf0":{"type":"null"},"DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1AdditionalProperties":{"type":"string"},"DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1AdditionalProperties"}},"DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesCustomHeaders":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1"}]},"DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesDeliveryStrategyAllOf0":{"type":"string","enum":["http"]},"DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesDeliveryStrategy":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesDeliveryStrategyAllOf0"}],"default":"http"},"DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf0":{"type":"null"},"DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesStrategyConfig":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf1"}]},"DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesMaxRetriesAllOf0":{"type":"number"},"DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesMaxRetries":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesMaxRetriesAllOf0"}],"default":10},"DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesTimeoutMsAllOf0":{"type":"number"},"DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesTimeoutMs":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesTimeoutMsAllOf0"}],"default":15000},"DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesRateLimitPerMinuteAllOf0":{"type":"number"},"DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesRateLimitPerMinute":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesRateLimitPerMinuteAllOf0"}],"default":0},"DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesAutoDisableThresholdAllOf0":{"type":"number"},"DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesAutoDisableThreshold":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesAutoDisableThresholdAllOf0"}],"default":100},"DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf0":{"type":"null"},"DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf1":{"type":"string"},"DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesIntegrationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf1"}]},"DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"url":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesUrl"},"subscribedEvents":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesSubscribedEvents"},"httpMethod":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesHttpMethod"},"customHeaders":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesCustomHeaders"},"deliveryStrategy":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesDeliveryStrategy"},"strategyConfig":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesStrategyConfig"},"maxRetries":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesMaxRetries"},"timeoutMs":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesTimeoutMs"},"rateLimitPerMinute":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesRateLimitPerMinute"},"autoDisableThreshold":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesAutoDisableThreshold"},"integrationId":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesIntegrationId"},"isActive":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"additionalProperties":false},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesName":{"type":"string"},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesUrl":{"type":"string"},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesSubscribedEventsItems":{"type":"string"},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesSubscribedEvents":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesSubscribedEventsItems"}},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesHttpMethod":{"type":"string"},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesDeliveryStrategy":{"type":"string"},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesMaxRetries":{"type":"number"},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesConsecutiveFailures":{"type":"number"},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesLastSuccessAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesLastSuccessAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesLastSuccessAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesLastSuccessAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesLastSuccessAtAnyOf1"}]},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesLastFailureAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesLastFailureAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesLastFailureAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesLastFailureAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesLastFailureAtAnyOf1"}]},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf0":{"type":"null"},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1AdditionalProperties":{"type":"string"},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1AdditionalProperties"}},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesCustomHeaders":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1"}]},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf0":{"type":"null"},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesStrategyConfig":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf1"}]},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesTimeoutMs":{"type":"number"},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesRateLimitPerMinute":{"type":"number"},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesAutoDisableThreshold":{"type":"number"},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf0":{"type":"null"},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf1":{"type":"string"},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesIntegrationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf1"}]},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesMaskedSecret":{"type":"string"},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesPreviousSecretSetAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesPreviousSecretSetAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesPreviousSecretSetAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesPreviousSecretSetAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesPreviousSecretSetAtAnyOf1"}]},"DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesDescription"},"url":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesUrl"},"subscribedEvents":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesSubscribedEvents"},"httpMethod":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesHttpMethod"},"isActive":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesIsActive"},"deliveryStrategy":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesDeliveryStrategy"},"maxRetries":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesMaxRetries"},"consecutiveFailures":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesConsecutiveFailures"},"lastSuccessAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesLastSuccessAt"},"lastFailureAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesLastFailureAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"},"customHeaders":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesCustomHeaders"},"strategyConfig":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesStrategyConfig"},"timeoutMs":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesTimeoutMs"},"rateLimitPerMinute":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesRateLimitPerMinute"},"autoDisableThreshold":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesAutoDisableThreshold"},"integrationId":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesIntegrationId"},"maskedSecret":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesMaskedSecret"},"previousSecretSetAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesPreviousSecretSetAt"}},"required":["id","name","description","url","subscribedEvents","httpMethod","isActive","deliveryStrategy","maxRetries","consecutiveFailures","lastSuccessAt","lastFailureAt","createdAt","updatedAt","customHeaders","strategyConfig","timeoutMs","rateLimitPerMinute","autoDisableThreshold","integrationId","maskedSecret","previousSecretSetAt"],"additionalProperties":false},"DocPathsApiWebhooksIdPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksIdPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksIdPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksIdPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksIdPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksIdPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksIdPutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksIdPutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdPutResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksIdDeleteParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiWebhooksIdDeleteResponses200ContentApplicationJsonSchemaPropertiesSuccess":{"type":"boolean","enum":[true]},"DocPathsApiWebhooksIdDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"success":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdDeleteResponses200ContentApplicationJsonSchemaPropertiesSuccess"}},"required":["success"],"additionalProperties":false},"DocPathsApiWebhooksIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksIdDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksIdTestPostParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiWebhooksIdTestPostRequestBodyContentApplicationJsonSchemaPropertiesEventType":{"type":"string","minLength":1},"DocPathsApiWebhooksIdTestPostRequestBodyContentApplicationJsonSchemaPropertiesPayload":{"type":"object","additionalProperties":true},"DocPathsApiWebhooksIdTestPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"eventType":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostRequestBodyContentApplicationJsonSchemaPropertiesEventType"},"payload":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostRequestBodyContentApplicationJsonSchemaPropertiesPayload"}},"additionalProperties":false},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesSuccess":{"type":"boolean","enum":[true]},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesId":{"type":"string"},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesWebhookId":{"type":"string"},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesEventType":{"type":"string"},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesMessageId":{"type":"string"},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesStatus":{"type":"string"},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseStatusAnyOf0":{"type":"null"},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseStatusAnyOf1":{"type":"number"},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseStatusAnyOf1"}]},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesErrorMessageAnyOf0":{"type":"null"},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesErrorMessageAnyOf1":{"type":"string"},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesErrorMessage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesErrorMessageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesErrorMessageAnyOf1"}]},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesAttemptNumber":{"type":"number"},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesMaxAttempts":{"type":"number"},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesTargetUrl":{"type":"string"},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDurationMsAnyOf0":{"type":"null"},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDurationMsAnyOf1":{"type":"number"},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDurationMs":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDurationMsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDurationMsAnyOf1"}]},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesEnqueuedAt":{"type":"string"},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesLastAttemptAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesLastAttemptAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesLastAttemptAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesLastAttemptAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesLastAttemptAtAnyOf1"}]},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDeliveredAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDeliveredAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDeliveredAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDeliveredAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDeliveredAtAnyOf1"}]},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesCreatedAt":{"type":"string"},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesPayload":{"type":"object","additionalProperties":true},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseBodyAnyOf0":{"type":"null"},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseBodyAnyOf1":{"type":"string"},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseBody":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseBodyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseBodyAnyOf1"}]},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseHeadersAnyOf0":{"type":"null"},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseHeadersAnyOf1AdditionalProperties":{"type":"string"},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseHeadersAnyOf1":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseHeadersAnyOf1AdditionalProperties"}},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseHeaders":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseHeadersAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseHeadersAnyOf1"}]},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesNextRetryAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesNextRetryAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesNextRetryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesNextRetryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesNextRetryAtAnyOf1"}]},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesUpdatedAt":{"type":"string"},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDelivery":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesId"},"webhookId":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesWebhookId"},"eventType":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesEventType"},"messageId":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesMessageId"},"status":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesStatus"},"responseStatus":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseStatus"},"errorMessage":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesErrorMessage"},"attemptNumber":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesAttemptNumber"},"maxAttempts":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesMaxAttempts"},"targetUrl":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesTargetUrl"},"durationMs":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDurationMs"},"enqueuedAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesEnqueuedAt"},"lastAttemptAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesLastAttemptAt"},"deliveredAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDeliveredAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesCreatedAt"},"payload":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesPayload"},"responseBody":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseBody"},"responseHeaders":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseHeaders"},"nextRetryAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesNextRetryAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesUpdatedAt"}},"required":["id","webhookId","eventType","messageId","status","responseStatus","errorMessage","attemptNumber","maxAttempts","targetUrl","durationMs","enqueuedAt","lastAttemptAt","deliveredAt","createdAt","payload","responseBody","responseHeaders","nextRetryAt","updatedAt"],"additionalProperties":false},"DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"success":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesSuccess"},"delivery":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDelivery"}},"required":["success","delivery"],"additionalProperties":false},"DocPathsApiWebhooksIdTestPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksIdTestPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksIdTestPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksIdTestPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksIdTestPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksIdTestPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksIdTestPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksIdTestPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksIdTestPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksIdTestPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksIdTestPostResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksDeliveriesIdRetryPostParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesSuccess":{"type":"boolean","enum":[true]},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesId":{"type":"string"},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesWebhookId":{"type":"string"},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesEventType":{"type":"string"},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesMessageId":{"type":"string"},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesStatus":{"type":"string"},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseStatusAnyOf0":{"type":"null"},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseStatusAnyOf1":{"type":"number"},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseStatusAnyOf1"}]},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesErrorMessageAnyOf0":{"type":"null"},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesErrorMessageAnyOf1":{"type":"string"},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesErrorMessage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesErrorMessageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesErrorMessageAnyOf1"}]},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesAttemptNumber":{"type":"number"},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesMaxAttempts":{"type":"number"},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesTargetUrl":{"type":"string"},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDurationMsAnyOf0":{"type":"null"},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDurationMsAnyOf1":{"type":"number"},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDurationMs":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDurationMsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDurationMsAnyOf1"}]},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesEnqueuedAt":{"type":"string"},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesLastAttemptAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesLastAttemptAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesLastAttemptAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesLastAttemptAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesLastAttemptAtAnyOf1"}]},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDeliveredAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDeliveredAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDeliveredAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDeliveredAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDeliveredAtAnyOf1"}]},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesCreatedAt":{"type":"string"},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesPayload":{"type":"object","additionalProperties":true},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseBodyAnyOf0":{"type":"null"},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseBodyAnyOf1":{"type":"string"},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseBody":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseBodyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseBodyAnyOf1"}]},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseHeadersAnyOf0":{"type":"null"},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseHeadersAnyOf1AdditionalProperties":{"type":"string"},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseHeadersAnyOf1":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseHeadersAnyOf1AdditionalProperties"}},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseHeaders":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseHeadersAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseHeadersAnyOf1"}]},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesNextRetryAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesNextRetryAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesNextRetryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesNextRetryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesNextRetryAtAnyOf1"}]},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesUpdatedAt":{"type":"string"},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDelivery":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesId"},"webhookId":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesWebhookId"},"eventType":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesEventType"},"messageId":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesMessageId"},"status":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesStatus"},"responseStatus":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseStatus"},"errorMessage":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesErrorMessage"},"attemptNumber":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesAttemptNumber"},"maxAttempts":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesMaxAttempts"},"targetUrl":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesTargetUrl"},"durationMs":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDurationMs"},"enqueuedAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesEnqueuedAt"},"lastAttemptAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesLastAttemptAt"},"deliveredAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDeliveredAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesCreatedAt"},"payload":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesPayload"},"responseBody":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseBody"},"responseHeaders":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseHeaders"},"nextRetryAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesNextRetryAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesUpdatedAt"}},"required":["id","webhookId","eventType","messageId","status","responseStatus","errorMessage","attemptNumber","maxAttempts","targetUrl","durationMs","enqueuedAt","lastAttemptAt","deliveredAt","createdAt","payload","responseBody","responseHeaders","nextRetryAt","updatedAt"],"additionalProperties":false},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"success":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesSuccess"},"delivery":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDelivery"}},"required":["success","delivery"],"additionalProperties":false},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksDeliveriesIdRetryPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdRetryPostResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksDeliveriesIdGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesWebhookId":{"type":"string"},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesEventType":{"type":"string"},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesMessageId":{"type":"string"},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseStatusAnyOf0":{"type":"null"},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseStatusAnyOf1":{"type":"number"},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseStatusAnyOf1"}]},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesErrorMessageAnyOf0":{"type":"null"},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesErrorMessageAnyOf1":{"type":"string"},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesErrorMessage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesErrorMessageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesErrorMessageAnyOf1"}]},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesAttemptNumber":{"type":"number"},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesMaxAttempts":{"type":"number"},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesTargetUrl":{"type":"string"},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesDurationMsAnyOf0":{"type":"null"},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesDurationMsAnyOf1":{"type":"number"},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesDurationMs":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesDurationMsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesDurationMsAnyOf1"}]},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesEnqueuedAt":{"type":"string"},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesLastAttemptAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesLastAttemptAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesLastAttemptAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesLastAttemptAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesLastAttemptAtAnyOf1"}]},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesDeliveredAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesDeliveredAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesDeliveredAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesDeliveredAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesDeliveredAtAnyOf1"}]},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesPayload":{"type":"object","additionalProperties":true},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseBodyAnyOf0":{"type":"null"},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseBodyAnyOf1":{"type":"string"},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseBody":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseBodyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseBodyAnyOf1"}]},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseHeadersAnyOf0":{"type":"null"},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseHeadersAnyOf1AdditionalProperties":{"type":"string"},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseHeadersAnyOf1":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseHeadersAnyOf1AdditionalProperties"}},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseHeaders":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseHeadersAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseHeadersAnyOf1"}]},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesNextRetryAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesNextRetryAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesNextRetryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesNextRetryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesNextRetryAtAnyOf1"}]},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"webhookId":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesWebhookId"},"eventType":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesEventType"},"messageId":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesMessageId"},"status":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesStatus"},"responseStatus":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseStatus"},"errorMessage":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesErrorMessage"},"attemptNumber":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesAttemptNumber"},"maxAttempts":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesMaxAttempts"},"targetUrl":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesTargetUrl"},"durationMs":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesDurationMs"},"enqueuedAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesEnqueuedAt"},"lastAttemptAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesLastAttemptAt"},"deliveredAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesDeliveredAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"payload":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesPayload"},"responseBody":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseBody"},"responseHeaders":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseHeaders"},"nextRetryAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesNextRetryAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","webhookId","eventType","messageId","status","responseStatus","errorMessage","attemptNumber","maxAttempts","targetUrl","durationMs","enqueuedAt","lastAttemptAt","deliveredAt","createdAt","payload","responseBody","responseHeaders","nextRetryAt","updatedAt"],"additionalProperties":false},"DocPathsApiWebhooksDeliveriesIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksDeliveriesIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksDeliveriesIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksDeliveriesIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksDeliveriesIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksDeliveriesIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesIdGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksDeliveriesGetParameters0Schema":{"type":"number"},"DocPathsApiWebhooksDeliveriesGetParameters1Schema":{"type":"number"},"DocPathsApiWebhooksDeliveriesGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsApiWebhooksDeliveriesGetParameters3Schema":{"type":"string"},"DocPathsApiWebhooksDeliveriesGetParameters4Schema":{"type":"string","enum":["pending","sending","delivered","failed","expired"]},"DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWebhookId":{"type":"string"},"DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWebhookNameAnyOf0":{"type":"null"},"DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWebhookNameAnyOf1":{"type":"string"},"DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWebhookName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWebhookNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWebhookNameAnyOf1"}]},"DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEventType":{"type":"string"},"DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMessageId":{"type":"string"},"DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string"},"DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResponseStatusAnyOf0":{"type":"null"},"DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResponseStatusAnyOf1":{"type":"number"},"DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResponseStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResponseStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResponseStatusAnyOf1"}]},"DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorMessageAnyOf0":{"type":"null"},"DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorMessageAnyOf1":{"type":"string"},"DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorMessage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorMessageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorMessageAnyOf1"}]},"DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAttemptNumber":{"type":"number"},"DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxAttempts":{"type":"number"},"DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTargetUrl":{"type":"string"},"DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMsAnyOf0":{"type":"null"},"DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMsAnyOf1":{"type":"number"},"DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMs":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMsAnyOf1"}]},"DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEnqueuedAt":{"type":"string"},"DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastAttemptAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastAttemptAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastAttemptAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastAttemptAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastAttemptAtAnyOf1"}]},"DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeliveredAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeliveredAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeliveredAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeliveredAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeliveredAtAnyOf1"}]},"DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"webhookId":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWebhookId"},"webhookName":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWebhookName"},"eventType":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEventType"},"messageId":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMessageId"},"status":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"responseStatus":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResponseStatus"},"errorMessage":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorMessage"},"attemptNumber":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAttemptNumber"},"maxAttempts":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxAttempts"},"targetUrl":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTargetUrl"},"durationMs":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMs"},"enqueuedAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEnqueuedAt"},"lastAttemptAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastAttemptAt"},"deliveredAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeliveredAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"}},"required":["id","webhookId","webhookName","eventType","messageId","status","responseStatus","errorMessage","attemptNumber","maxAttempts","targetUrl","durationMs","enqueuedAt","lastAttemptAt","deliveredAt","createdAt"],"additionalProperties":false},"DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiWebhooksDeliveriesGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksDeliveriesGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksDeliveriesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksDeliveriesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksDeliveriesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksDeliveriesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksDeliveriesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesId":{"type":"string"},"DocPathsApiWebhooksEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesLabel":{"type":"string"},"DocPathsApiWebhooksEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDescription":{"type":"string"},"DocPathsApiWebhooksEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCategory":{"type":"string","enum":["crud","lifecycle","system","custom"]},"DocPathsApiWebhooksEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesModule":{"type":"string"},"DocPathsApiWebhooksEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesEntity":{"type":"string"},"DocPathsApiWebhooksEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesExcludeFromTriggers":{"type":"boolean"},"DocPathsApiWebhooksEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiWebhooksEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsApiWebhooksEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesLabel"},"description":{"$ref":"#/components/schemas/DocPathsApiWebhooksEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDescription"},"category":{"$ref":"#/components/schemas/DocPathsApiWebhooksEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCategory"},"module":{"$ref":"#/components/schemas/DocPathsApiWebhooksEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesModule"},"entity":{"$ref":"#/components/schemas/DocPathsApiWebhooksEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesEntity"},"excludeFromTriggers":{"$ref":"#/components/schemas/DocPathsApiWebhooksEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesExcludeFromTriggers"}},"required":["id","label"],"additionalProperties":false},"DocPathsApiWebhooksEventsGetResponses200ContentApplicationJsonSchemaPropertiesData":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWebhooksEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItems"}},"DocPathsApiWebhooksEventsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiWebhooksEventsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiWebhooksEventsGetResponses200ContentApplicationJsonSchemaPropertiesData"},"total":{"$ref":"#/components/schemas/DocPathsApiWebhooksEventsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"}},"required":["data","total"],"additionalProperties":false},"DocPathsApiWebhooksEventsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksEventsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksEventsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksEventsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksEventsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksEventsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksInboundEndpointIdPostParameters0Schema":{"type":"string","minLength":1},"DocPathsApiWebhooksInboundEndpointIdPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiWebhooksInboundEndpointIdPostResponses200ContentApplicationJsonSchemaPropertiesDuplicate":{"type":"boolean"},"DocPathsApiWebhooksInboundEndpointIdPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiWebhooksInboundEndpointIdPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"duplicate":{"$ref":"#/components/schemas/DocPathsApiWebhooksInboundEndpointIdPostResponses200ContentApplicationJsonSchemaPropertiesDuplicate"}},"required":["ok"],"additionalProperties":false},"DocPathsApiWebhooksInboundEndpointIdPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksInboundEndpointIdPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksInboundEndpointIdPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksInboundEndpointIdPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksInboundEndpointIdPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksInboundEndpointIdPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksInboundEndpointIdPostResponses429ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksInboundEndpointIdPostResponses429ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksInboundEndpointIdPostResponses429ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksInboundEndpointIdPostResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksInboundEndpointIdPostResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksInboundEndpointIdPostResponses503ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksGetParameters0Schema":{"type":"string"},"DocPathsApiWebhooksGetParameters1Schema":{"type":"string"},"DocPathsApiWebhooksGetParameters2Schema":{"type":"string"},"DocPathsApiWebhooksGetParameters3Schema":{"type":"string"},"DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUrl":{"type":"string"},"DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubscribedEventsItems":{"type":"string"},"DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubscribedEvents":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubscribedEventsItems"}},"DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHttpMethod":{"type":"string"},"DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeliveryStrategy":{"type":"string"},"DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxRetries":{"type":"number"},"DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConsecutiveFailures":{"type":"number"},"DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastSuccessAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastSuccessAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastSuccessAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastSuccessAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastSuccessAtAnyOf1"}]},"DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastFailureAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastFailureAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastFailureAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastFailureAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastFailureAtAnyOf1"}]},"DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"url":{"$ref":"#/components/schemas/DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUrl"},"subscribedEvents":{"$ref":"#/components/schemas/DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubscribedEvents"},"httpMethod":{"$ref":"#/components/schemas/DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHttpMethod"},"isActive":{"$ref":"#/components/schemas/DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"deliveryStrategy":{"$ref":"#/components/schemas/DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeliveryStrategy"},"maxRetries":{"$ref":"#/components/schemas/DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxRetries"},"consecutiveFailures":{"$ref":"#/components/schemas/DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConsecutiveFailures"},"lastSuccessAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastSuccessAt"},"lastFailureAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastFailureAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","name","description","url","subscribedEvents","httpMethod","isActive","deliveryStrategy","maxRetries","consecutiveFailures","lastSuccessAt","lastFailureAt","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiWebhooksGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string","maxLength":1000},"DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesUrl":{"type":"string","format":"uri"},"DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesSubscribedEventsItems":{"type":"string","minLength":1},"DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesSubscribedEvents":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesSubscribedEventsItems"},"minItems":1},"DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesHttpMethodAllOf0":{"type":"string","enum":["POST","PUT","PATCH"]},"DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesHttpMethod":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesHttpMethodAllOf0"}],"default":"POST"},"DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf0":{"type":"null"},"DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1AdditionalProperties":{"type":"string"},"DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1AdditionalProperties"}},"DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesCustomHeaders":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1"}]},"DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesDeliveryStrategyAllOf0":{"type":"string","enum":["http"]},"DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesDeliveryStrategy":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesDeliveryStrategyAllOf0"}],"default":"http"},"DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf0":{"type":"null"},"DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesStrategyConfig":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf1"}]},"DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesMaxRetriesAllOf0":{"type":"number"},"DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesMaxRetries":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesMaxRetriesAllOf0"}],"default":10},"DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesTimeoutMsAllOf0":{"type":"number"},"DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesTimeoutMs":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesTimeoutMsAllOf0"}],"default":15000},"DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesRateLimitPerMinuteAllOf0":{"type":"number"},"DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesRateLimitPerMinute":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesRateLimitPerMinuteAllOf0"}],"default":0},"DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesAutoDisableThresholdAllOf0":{"type":"number"},"DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesAutoDisableThreshold":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesAutoDisableThresholdAllOf0"}],"default":100},"DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf0":{"type":"null"},"DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf1":{"type":"string"},"DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesIntegrationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf1"}]},"DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"url":{"$ref":"#/components/schemas/DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesUrl"},"subscribedEvents":{"$ref":"#/components/schemas/DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesSubscribedEvents"},"httpMethod":{"$ref":"#/components/schemas/DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesHttpMethod"},"customHeaders":{"$ref":"#/components/schemas/DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesCustomHeaders"},"deliveryStrategy":{"$ref":"#/components/schemas/DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesDeliveryStrategy"},"strategyConfig":{"$ref":"#/components/schemas/DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesStrategyConfig"},"maxRetries":{"$ref":"#/components/schemas/DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesMaxRetries"},"timeoutMs":{"$ref":"#/components/schemas/DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesTimeoutMs"},"rateLimitPerMinute":{"$ref":"#/components/schemas/DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesRateLimitPerMinute"},"autoDisableThreshold":{"$ref":"#/components/schemas/DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesAutoDisableThreshold"},"integrationId":{"$ref":"#/components/schemas/DocPathsApiWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesIntegrationId"}},"required":["name","url","subscribedEvents"],"additionalProperties":false},"DocPathsApiWebhooksPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiWebhooksPostResponses201ContentApplicationJsonSchemaPropertiesName":{"type":"string"},"DocPathsApiWebhooksPostResponses201ContentApplicationJsonSchemaPropertiesUrl":{"type":"string"},"DocPathsApiWebhooksPostResponses201ContentApplicationJsonSchemaPropertiesSecret":{"type":"string"},"DocPathsApiWebhooksPostResponses201ContentApplicationJsonSchemaPropertiesSubscribedEventsItems":{"type":"string"},"DocPathsApiWebhooksPostResponses201ContentApplicationJsonSchemaPropertiesSubscribedEvents":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWebhooksPostResponses201ContentApplicationJsonSchemaPropertiesSubscribedEventsItems"}},"DocPathsApiWebhooksPostResponses201ContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiWebhooksPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiWebhooksPostResponses201ContentApplicationJsonSchemaPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiWebhooksPostResponses201ContentApplicationJsonSchemaPropertiesName"},"url":{"$ref":"#/components/schemas/DocPathsApiWebhooksPostResponses201ContentApplicationJsonSchemaPropertiesUrl"},"secret":{"$ref":"#/components/schemas/DocPathsApiWebhooksPostResponses201ContentApplicationJsonSchemaPropertiesSecret"},"subscribedEvents":{"$ref":"#/components/schemas/DocPathsApiWebhooksPostResponses201ContentApplicationJsonSchemaPropertiesSubscribedEvents"},"isActive":{"$ref":"#/components/schemas/DocPathsApiWebhooksPostResponses201ContentApplicationJsonSchemaPropertiesIsActive"}},"required":["id","name","url","secret","subscribedEvents","isActive"],"additionalProperties":false},"DocPathsApiWebhooksPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesSuccess":{"type":"boolean","enum":[true]},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesId":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesWebhookId":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesEventType":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesMessageId":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesStatus":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseStatusAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseStatusAnyOf1":{"type":"number"},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseStatusAnyOf1"}]},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesErrorMessageAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesErrorMessageAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesErrorMessage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesErrorMessageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesErrorMessageAnyOf1"}]},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesAttemptNumber":{"type":"number"},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesMaxAttempts":{"type":"number"},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesTargetUrl":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDurationMsAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDurationMsAnyOf1":{"type":"number"},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDurationMs":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDurationMsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDurationMsAnyOf1"}]},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesEnqueuedAt":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesLastAttemptAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesLastAttemptAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesLastAttemptAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesLastAttemptAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesLastAttemptAtAnyOf1"}]},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDeliveredAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDeliveredAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDeliveredAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDeliveredAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDeliveredAtAnyOf1"}]},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesCreatedAt":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesPayload":{"type":"object","additionalProperties":true},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseBodyAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseBodyAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseBody":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseBodyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseBodyAnyOf1"}]},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseHeadersAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseHeadersAnyOf1AdditionalProperties":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseHeadersAnyOf1":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseHeadersAnyOf1AdditionalProperties"}},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseHeaders":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseHeadersAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseHeadersAnyOf1"}]},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesNextRetryAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesNextRetryAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesNextRetryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesNextRetryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesNextRetryAtAnyOf1"}]},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesUpdatedAt":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDelivery":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesId"},"webhookId":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesWebhookId"},"eventType":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesEventType"},"messageId":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesMessageId"},"status":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesStatus"},"responseStatus":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseStatus"},"errorMessage":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesErrorMessage"},"attemptNumber":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesAttemptNumber"},"maxAttempts":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesMaxAttempts"},"targetUrl":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesTargetUrl"},"durationMs":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDurationMs"},"enqueuedAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesEnqueuedAt"},"lastAttemptAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesLastAttemptAt"},"deliveredAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDeliveredAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesCreatedAt"},"payload":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesPayload"},"responseBody":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseBody"},"responseHeaders":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseHeaders"},"nextRetryAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesNextRetryAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesUpdatedAt"}},"required":["id","webhookId","eventType","messageId","status","responseStatus","errorMessage","attemptNumber","maxAttempts","targetUrl","durationMs","enqueuedAt","lastAttemptAt","deliveredAt","createdAt","payload","responseBody","responseHeaders","nextRetryAt","updatedAt"],"additionalProperties":false},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"success":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesSuccess"},"delivery":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses200ContentApplicationJsonSchemaPropertiesDelivery"}},"required":["success","delivery"],"additionalProperties":false},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdRetryPostResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhookDeliveriesIdGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesWebhookId":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesEventType":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesMessageId":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseStatusAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseStatusAnyOf1":{"type":"number"},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseStatusAnyOf1"}]},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesErrorMessageAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesErrorMessageAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesErrorMessage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesErrorMessageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesErrorMessageAnyOf1"}]},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesAttemptNumber":{"type":"number"},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesMaxAttempts":{"type":"number"},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesTargetUrl":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesDurationMsAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesDurationMsAnyOf1":{"type":"number"},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesDurationMs":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesDurationMsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesDurationMsAnyOf1"}]},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesEnqueuedAt":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesLastAttemptAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesLastAttemptAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesLastAttemptAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesLastAttemptAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesLastAttemptAtAnyOf1"}]},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesDeliveredAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesDeliveredAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesDeliveredAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesDeliveredAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesDeliveredAtAnyOf1"}]},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesPayload":{"type":"object","additionalProperties":true},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseBodyAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseBodyAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseBody":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseBodyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseBodyAnyOf1"}]},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseHeadersAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseHeadersAnyOf1AdditionalProperties":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseHeadersAnyOf1":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseHeadersAnyOf1AdditionalProperties"}},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseHeaders":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseHeadersAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseHeadersAnyOf1"}]},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesNextRetryAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesNextRetryAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesNextRetryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesNextRetryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesNextRetryAtAnyOf1"}]},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"webhookId":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesWebhookId"},"eventType":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesEventType"},"messageId":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesMessageId"},"status":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesStatus"},"responseStatus":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseStatus"},"errorMessage":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesErrorMessage"},"attemptNumber":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesAttemptNumber"},"maxAttempts":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesMaxAttempts"},"targetUrl":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesTargetUrl"},"durationMs":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesDurationMs"},"enqueuedAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesEnqueuedAt"},"lastAttemptAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesLastAttemptAt"},"deliveredAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesDeliveredAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"payload":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesPayload"},"responseBody":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseBody"},"responseHeaders":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesResponseHeaders"},"nextRetryAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesNextRetryAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","webhookId","eventType","messageId","status","responseStatus","errorMessage","attemptNumber","maxAttempts","targetUrl","durationMs","enqueuedAt","lastAttemptAt","deliveredAt","createdAt","payload","responseBody","responseHeaders","nextRetryAt","updatedAt"],"additionalProperties":false},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesIdGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhookDeliveriesGetParameters0Schema":{"type":"number"},"DocPathsApiWebhooksWebhookDeliveriesGetParameters1Schema":{"type":"number"},"DocPathsApiWebhooksWebhookDeliveriesGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsApiWebhooksWebhookDeliveriesGetParameters3Schema":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesGetParameters4Schema":{"type":"string","enum":["pending","sending","delivered","failed","expired"]},"DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWebhookId":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWebhookNameAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWebhookNameAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWebhookName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWebhookNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWebhookNameAnyOf1"}]},"DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEventType":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMessageId":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResponseStatusAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResponseStatusAnyOf1":{"type":"number"},"DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResponseStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResponseStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResponseStatusAnyOf1"}]},"DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorMessageAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorMessageAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorMessage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorMessageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorMessageAnyOf1"}]},"DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAttemptNumber":{"type":"number"},"DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxAttempts":{"type":"number"},"DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTargetUrl":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMsAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMsAnyOf1":{"type":"number"},"DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMs":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMsAnyOf1"}]},"DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEnqueuedAt":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastAttemptAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastAttemptAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastAttemptAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastAttemptAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastAttemptAtAnyOf1"}]},"DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeliveredAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeliveredAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeliveredAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeliveredAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeliveredAtAnyOf1"}]},"DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"webhookId":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWebhookId"},"webhookName":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWebhookName"},"eventType":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEventType"},"messageId":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMessageId"},"status":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"responseStatus":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResponseStatus"},"errorMessage":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorMessage"},"attemptNumber":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAttemptNumber"},"maxAttempts":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxAttempts"},"targetUrl":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTargetUrl"},"durationMs":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMs"},"enqueuedAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEnqueuedAt"},"lastAttemptAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastAttemptAt"},"deliveredAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeliveredAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"}},"required":["id","webhookId","webhookName","eventType","messageId","status","responseStatus","errorMessage","attemptNumber","maxAttempts","targetUrl","durationMs","enqueuedAt","lastAttemptAt","deliveredAt","createdAt"],"additionalProperties":false},"DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiWebhooksWebhookDeliveriesGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhookDeliveriesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhookDeliveriesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhookDeliveriesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhookDeliveriesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksIdRotateSecretPostParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiWebhooksWebhooksIdRotateSecretPostResponses200ContentApplicationJsonSchemaPropertiesSuccess":{"type":"boolean","enum":[true]},"DocPathsApiWebhooksWebhooksIdRotateSecretPostResponses200ContentApplicationJsonSchemaPropertiesSecret":{"type":"string"},"DocPathsApiWebhooksWebhooksIdRotateSecretPostResponses200ContentApplicationJsonSchemaPropertiesPreviousSecretSetAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksIdRotateSecretPostResponses200ContentApplicationJsonSchemaPropertiesPreviousSecretSetAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhooksIdRotateSecretPostResponses200ContentApplicationJsonSchemaPropertiesPreviousSecretSetAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdRotateSecretPostResponses200ContentApplicationJsonSchemaPropertiesPreviousSecretSetAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdRotateSecretPostResponses200ContentApplicationJsonSchemaPropertiesPreviousSecretSetAtAnyOf1"}]},"DocPathsApiWebhooksWebhooksIdRotateSecretPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"success":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdRotateSecretPostResponses200ContentApplicationJsonSchemaPropertiesSuccess"},"secret":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdRotateSecretPostResponses200ContentApplicationJsonSchemaPropertiesSecret"},"previousSecretSetAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdRotateSecretPostResponses200ContentApplicationJsonSchemaPropertiesPreviousSecretSetAt"}},"required":["success","secret","previousSecretSetAt"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksIdRotateSecretPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhooksIdRotateSecretPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdRotateSecretPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksIdRotateSecretPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhooksIdRotateSecretPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdRotateSecretPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksIdRotateSecretPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhooksIdRotateSecretPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdRotateSecretPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksIdGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesName":{"type":"string"},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesUrl":{"type":"string"},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesSubscribedEventsItems":{"type":"string"},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesSubscribedEvents":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesSubscribedEventsItems"}},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesHttpMethod":{"type":"string"},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesDeliveryStrategy":{"type":"string"},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesMaxRetries":{"type":"number"},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesConsecutiveFailures":{"type":"number"},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesLastSuccessAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesLastSuccessAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesLastSuccessAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesLastSuccessAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesLastSuccessAtAnyOf1"}]},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesLastFailureAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesLastFailureAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesLastFailureAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesLastFailureAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesLastFailureAtAnyOf1"}]},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1AdditionalProperties":{"type":"string"},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1AdditionalProperties"}},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomHeaders":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1"}]},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesStrategyConfig":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf1"}]},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesTimeoutMs":{"type":"number"},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesRateLimitPerMinute":{"type":"number"},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesAutoDisableThreshold":{"type":"number"},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesIntegrationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf1"}]},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesMaskedSecret":{"type":"string"},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesPreviousSecretSetAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesPreviousSecretSetAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesPreviousSecretSetAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesPreviousSecretSetAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesPreviousSecretSetAtAnyOf1"}]},"DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesDescription"},"url":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesUrl"},"subscribedEvents":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesSubscribedEvents"},"httpMethod":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesHttpMethod"},"isActive":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesIsActive"},"deliveryStrategy":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesDeliveryStrategy"},"maxRetries":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesMaxRetries"},"consecutiveFailures":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesConsecutiveFailures"},"lastSuccessAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesLastSuccessAt"},"lastFailureAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesLastFailureAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"},"customHeaders":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomHeaders"},"strategyConfig":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesStrategyConfig"},"timeoutMs":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesTimeoutMs"},"rateLimitPerMinute":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesRateLimitPerMinute"},"autoDisableThreshold":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesAutoDisableThreshold"},"integrationId":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesIntegrationId"},"maskedSecret":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesMaskedSecret"},"previousSecretSetAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses200ContentApplicationJsonSchemaPropertiesPreviousSecretSetAt"}},"required":["id","name","description","url","subscribedEvents","httpMethod","isActive","deliveryStrategy","maxRetries","consecutiveFailures","lastSuccessAt","lastFailureAt","createdAt","updatedAt","customHeaders","strategyConfig","timeoutMs","rateLimitPerMinute","autoDisableThreshold","integrationId","maskedSecret","previousSecretSetAt"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhooksIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhooksIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhooksIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksIdPutParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string","maxLength":1000},"DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesUrl":{"type":"string","format":"uri"},"DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesSubscribedEventsItems":{"type":"string","minLength":1},"DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesSubscribedEvents":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesSubscribedEventsItems"},"minItems":1},"DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesHttpMethodAllOf0":{"type":"string","enum":["POST","PUT","PATCH"]},"DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesHttpMethod":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesHttpMethodAllOf0"}],"default":"POST"},"DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1AdditionalProperties":{"type":"string"},"DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1AdditionalProperties"}},"DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesCustomHeaders":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1"}]},"DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesDeliveryStrategyAllOf0":{"type":"string","enum":["http"]},"DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesDeliveryStrategy":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesDeliveryStrategyAllOf0"}],"default":"http"},"DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesStrategyConfig":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf1"}]},"DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesMaxRetriesAllOf0":{"type":"number"},"DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesMaxRetries":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesMaxRetriesAllOf0"}],"default":10},"DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesTimeoutMsAllOf0":{"type":"number"},"DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesTimeoutMs":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesTimeoutMsAllOf0"}],"default":15000},"DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesRateLimitPerMinuteAllOf0":{"type":"number"},"DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesRateLimitPerMinute":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesRateLimitPerMinuteAllOf0"}],"default":0},"DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesAutoDisableThresholdAllOf0":{"type":"number"},"DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesAutoDisableThreshold":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesAutoDisableThresholdAllOf0"}],"default":100},"DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesIntegrationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf1"}]},"DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"url":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesUrl"},"subscribedEvents":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesSubscribedEvents"},"httpMethod":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesHttpMethod"},"customHeaders":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesCustomHeaders"},"deliveryStrategy":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesDeliveryStrategy"},"strategyConfig":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesStrategyConfig"},"maxRetries":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesMaxRetries"},"timeoutMs":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesTimeoutMs"},"rateLimitPerMinute":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesRateLimitPerMinute"},"autoDisableThreshold":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesAutoDisableThreshold"},"integrationId":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesIntegrationId"},"isActive":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"additionalProperties":false},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesName":{"type":"string"},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesUrl":{"type":"string"},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesSubscribedEventsItems":{"type":"string"},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesSubscribedEvents":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesSubscribedEventsItems"}},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesHttpMethod":{"type":"string"},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesDeliveryStrategy":{"type":"string"},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesMaxRetries":{"type":"number"},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesConsecutiveFailures":{"type":"number"},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesLastSuccessAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesLastSuccessAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesLastSuccessAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesLastSuccessAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesLastSuccessAtAnyOf1"}]},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesLastFailureAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesLastFailureAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesLastFailureAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesLastFailureAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesLastFailureAtAnyOf1"}]},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1AdditionalProperties":{"type":"string"},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1AdditionalProperties"}},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesCustomHeaders":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1"}]},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesStrategyConfig":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf1"}]},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesTimeoutMs":{"type":"number"},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesRateLimitPerMinute":{"type":"number"},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesAutoDisableThreshold":{"type":"number"},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesIntegrationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf1"}]},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesMaskedSecret":{"type":"string"},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesPreviousSecretSetAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesPreviousSecretSetAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesPreviousSecretSetAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesPreviousSecretSetAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesPreviousSecretSetAtAnyOf1"}]},"DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesDescription"},"url":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesUrl"},"subscribedEvents":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesSubscribedEvents"},"httpMethod":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesHttpMethod"},"isActive":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesIsActive"},"deliveryStrategy":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesDeliveryStrategy"},"maxRetries":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesMaxRetries"},"consecutiveFailures":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesConsecutiveFailures"},"lastSuccessAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesLastSuccessAt"},"lastFailureAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesLastFailureAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"},"customHeaders":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesCustomHeaders"},"strategyConfig":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesStrategyConfig"},"timeoutMs":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesTimeoutMs"},"rateLimitPerMinute":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesRateLimitPerMinute"},"autoDisableThreshold":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesAutoDisableThreshold"},"integrationId":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesIntegrationId"},"maskedSecret":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesMaskedSecret"},"previousSecretSetAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses200ContentApplicationJsonSchemaPropertiesPreviousSecretSetAt"}},"required":["id","name","description","url","subscribedEvents","httpMethod","isActive","deliveryStrategy","maxRetries","consecutiveFailures","lastSuccessAt","lastFailureAt","createdAt","updatedAt","customHeaders","strategyConfig","timeoutMs","rateLimitPerMinute","autoDisableThreshold","integrationId","maskedSecret","previousSecretSetAt"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksIdPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhooksIdPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksIdPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhooksIdPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksIdPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhooksIdPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksIdPutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhooksIdPutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdPutResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksIdDeleteParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiWebhooksWebhooksIdDeleteResponses200ContentApplicationJsonSchemaPropertiesSuccess":{"type":"boolean","enum":[true]},"DocPathsApiWebhooksWebhooksIdDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"success":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdDeleteResponses200ContentApplicationJsonSchemaPropertiesSuccess"}},"required":["success"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhooksIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhooksIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhooksIdDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksIdTestPostParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiWebhooksWebhooksIdTestPostRequestBodyContentApplicationJsonSchemaPropertiesEventType":{"type":"string","minLength":1},"DocPathsApiWebhooksWebhooksIdTestPostRequestBodyContentApplicationJsonSchemaPropertiesPayload":{"type":"object","additionalProperties":true},"DocPathsApiWebhooksWebhooksIdTestPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"eventType":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostRequestBodyContentApplicationJsonSchemaPropertiesEventType"},"payload":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostRequestBodyContentApplicationJsonSchemaPropertiesPayload"}},"additionalProperties":false},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesSuccess":{"type":"boolean","enum":[true]},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesId":{"type":"string"},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesWebhookId":{"type":"string"},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesEventType":{"type":"string"},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesMessageId":{"type":"string"},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesStatus":{"type":"string"},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseStatusAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseStatusAnyOf1":{"type":"number"},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseStatusAnyOf1"}]},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesErrorMessageAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesErrorMessageAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesErrorMessage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesErrorMessageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesErrorMessageAnyOf1"}]},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesAttemptNumber":{"type":"number"},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesMaxAttempts":{"type":"number"},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesTargetUrl":{"type":"string"},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDurationMsAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDurationMsAnyOf1":{"type":"number"},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDurationMs":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDurationMsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDurationMsAnyOf1"}]},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesEnqueuedAt":{"type":"string"},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesLastAttemptAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesLastAttemptAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesLastAttemptAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesLastAttemptAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesLastAttemptAtAnyOf1"}]},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDeliveredAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDeliveredAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDeliveredAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDeliveredAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDeliveredAtAnyOf1"}]},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesCreatedAt":{"type":"string"},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesPayload":{"type":"object","additionalProperties":true},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseBodyAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseBodyAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseBody":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseBodyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseBodyAnyOf1"}]},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseHeadersAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseHeadersAnyOf1AdditionalProperties":{"type":"string"},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseHeadersAnyOf1":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseHeadersAnyOf1AdditionalProperties"}},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseHeaders":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseHeadersAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseHeadersAnyOf1"}]},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesNextRetryAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesNextRetryAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesNextRetryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesNextRetryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesNextRetryAtAnyOf1"}]},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesUpdatedAt":{"type":"string"},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDelivery":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesId"},"webhookId":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesWebhookId"},"eventType":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesEventType"},"messageId":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesMessageId"},"status":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesStatus"},"responseStatus":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseStatus"},"errorMessage":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesErrorMessage"},"attemptNumber":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesAttemptNumber"},"maxAttempts":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesMaxAttempts"},"targetUrl":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesTargetUrl"},"durationMs":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDurationMs"},"enqueuedAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesEnqueuedAt"},"lastAttemptAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesLastAttemptAt"},"deliveredAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesDeliveredAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesCreatedAt"},"payload":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesPayload"},"responseBody":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseBody"},"responseHeaders":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesResponseHeaders"},"nextRetryAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesNextRetryAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDeliveryPropertiesUpdatedAt"}},"required":["id","webhookId","eventType","messageId","status","responseStatus","errorMessage","attemptNumber","maxAttempts","targetUrl","durationMs","enqueuedAt","lastAttemptAt","deliveredAt","createdAt","payload","responseBody","responseHeaders","nextRetryAt","updatedAt"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"success":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesSuccess"},"delivery":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses200ContentApplicationJsonSchemaPropertiesDelivery"}},"required":["success","delivery"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksIdTestPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhooksIdTestPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksIdTestPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhooksIdTestPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksIdTestPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhooksIdTestPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksIdTestPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhooksIdTestPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksIdTestPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhooksIdTestPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksIdTestPostResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksGetParameters0Schema":{"type":"string"},"DocPathsApiWebhooksWebhooksGetParameters1Schema":{"type":"string"},"DocPathsApiWebhooksWebhooksGetParameters2Schema":{"type":"string"},"DocPathsApiWebhooksWebhooksGetParameters3Schema":{"type":"string"},"DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUrl":{"type":"string"},"DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubscribedEventsItems":{"type":"string"},"DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubscribedEvents":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubscribedEventsItems"}},"DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHttpMethod":{"type":"string"},"DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeliveryStrategy":{"type":"string"},"DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxRetries":{"type":"number"},"DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConsecutiveFailures":{"type":"number"},"DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastSuccessAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastSuccessAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastSuccessAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastSuccessAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastSuccessAtAnyOf1"}]},"DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastFailureAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastFailureAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastFailureAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastFailureAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastFailureAtAnyOf1"}]},"DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"url":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUrl"},"subscribedEvents":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubscribedEvents"},"httpMethod":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHttpMethod"},"isActive":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"deliveryStrategy":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeliveryStrategy"},"maxRetries":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxRetries"},"consecutiveFailures":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConsecutiveFailures"},"lastSuccessAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastSuccessAt"},"lastFailureAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastFailureAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","name","description","url","subscribedEvents","httpMethod","isActive","deliveryStrategy","maxRetries","consecutiveFailures","lastSuccessAt","lastFailureAt","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhooksGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhooksGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhooksGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string","maxLength":1000},"DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesUrl":{"type":"string","format":"uri"},"DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesSubscribedEventsItems":{"type":"string","minLength":1},"DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesSubscribedEvents":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesSubscribedEventsItems"},"minItems":1},"DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesHttpMethodAllOf0":{"type":"string","enum":["POST","PUT","PATCH"]},"DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesHttpMethod":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesHttpMethodAllOf0"}],"default":"POST"},"DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1AdditionalProperties":{"type":"string"},"DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1AdditionalProperties"}},"DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesCustomHeaders":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1"}]},"DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesDeliveryStrategyAllOf0":{"type":"string","enum":["http"]},"DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesDeliveryStrategy":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesDeliveryStrategyAllOf0"}],"default":"http"},"DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesStrategyConfig":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf1"}]},"DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesMaxRetriesAllOf0":{"type":"number"},"DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesMaxRetries":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesMaxRetriesAllOf0"}],"default":10},"DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesTimeoutMsAllOf0":{"type":"number"},"DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesTimeoutMs":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesTimeoutMsAllOf0"}],"default":15000},"DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesRateLimitPerMinuteAllOf0":{"type":"number"},"DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesRateLimitPerMinute":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesRateLimitPerMinuteAllOf0"}],"default":0},"DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesAutoDisableThresholdAllOf0":{"type":"number"},"DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesAutoDisableThreshold":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesAutoDisableThresholdAllOf0"}],"default":100},"DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesIntegrationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf1"}]},"DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"url":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesUrl"},"subscribedEvents":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesSubscribedEvents"},"httpMethod":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesHttpMethod"},"customHeaders":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesCustomHeaders"},"deliveryStrategy":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesDeliveryStrategy"},"strategyConfig":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesStrategyConfig"},"maxRetries":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesMaxRetries"},"timeoutMs":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesTimeoutMs"},"rateLimitPerMinute":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesRateLimitPerMinute"},"autoDisableThreshold":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesAutoDisableThreshold"},"integrationId":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostRequestBodyContentApplicationJsonSchemaPropertiesIntegrationId"}},"required":["name","url","subscribedEvents"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiWebhooksWebhooksPostResponses201ContentApplicationJsonSchemaPropertiesName":{"type":"string"},"DocPathsApiWebhooksWebhooksPostResponses201ContentApplicationJsonSchemaPropertiesUrl":{"type":"string"},"DocPathsApiWebhooksWebhooksPostResponses201ContentApplicationJsonSchemaPropertiesSecret":{"type":"string"},"DocPathsApiWebhooksWebhooksPostResponses201ContentApplicationJsonSchemaPropertiesSubscribedEventsItems":{"type":"string"},"DocPathsApiWebhooksWebhooksPostResponses201ContentApplicationJsonSchemaPropertiesSubscribedEvents":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostResponses201ContentApplicationJsonSchemaPropertiesSubscribedEventsItems"}},"DocPathsApiWebhooksWebhooksPostResponses201ContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiWebhooksWebhooksPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostResponses201ContentApplicationJsonSchemaPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostResponses201ContentApplicationJsonSchemaPropertiesName"},"url":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostResponses201ContentApplicationJsonSchemaPropertiesUrl"},"secret":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostResponses201ContentApplicationJsonSchemaPropertiesSecret"},"subscribedEvents":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostResponses201ContentApplicationJsonSchemaPropertiesSubscribedEvents"},"isActive":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostResponses201ContentApplicationJsonSchemaPropertiesIsActive"}},"required":["id","name","url","secret","subscribedEvents","isActive"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhooksPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhooksPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhooksPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string","maxLength":1000},"DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesUrl":{"type":"string","format":"uri"},"DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesSubscribedEventsItems":{"type":"string","minLength":1},"DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesSubscribedEvents":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesSubscribedEventsItems"},"minItems":1},"DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesHttpMethodAllOf0":{"type":"string","enum":["POST","PUT","PATCH"]},"DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesHttpMethod":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesHttpMethodAllOf0"}],"default":"POST"},"DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1AdditionalProperties":{"type":"string"},"DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1AdditionalProperties"}},"DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesCustomHeaders":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1"}]},"DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesDeliveryStrategyAllOf0":{"type":"string","enum":["http"]},"DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesDeliveryStrategy":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesDeliveryStrategyAllOf0"}],"default":"http"},"DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesStrategyConfig":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf1"}]},"DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesMaxRetriesAllOf0":{"type":"number"},"DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesMaxRetries":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesMaxRetriesAllOf0"}],"default":10},"DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesTimeoutMsAllOf0":{"type":"number"},"DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesTimeoutMs":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesTimeoutMsAllOf0"}],"default":15000},"DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesRateLimitPerMinuteAllOf0":{"type":"number"},"DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesRateLimitPerMinute":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesRateLimitPerMinuteAllOf0"}],"default":0},"DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesAutoDisableThresholdAllOf0":{"type":"number"},"DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesAutoDisableThreshold":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesAutoDisableThresholdAllOf0"}],"default":100},"DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesIntegrationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf1"}]},"DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"url":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesUrl"},"subscribedEvents":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesSubscribedEvents"},"httpMethod":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesHttpMethod"},"customHeaders":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesCustomHeaders"},"deliveryStrategy":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesDeliveryStrategy"},"strategyConfig":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesStrategyConfig"},"maxRetries":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesMaxRetries"},"timeoutMs":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesTimeoutMs"},"rateLimitPerMinute":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesRateLimitPerMinute"},"autoDisableThreshold":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesAutoDisableThreshold"},"integrationId":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesIntegrationId"},"isActive":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"additionalProperties":false},"DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesName":{"type":"string"},"DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesUrl":{"type":"string"},"DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesSubscribedEventsItems":{"type":"string"},"DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesSubscribedEvents":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesSubscribedEventsItems"}},"DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesHttpMethod":{"type":"string"},"DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesDeliveryStrategy":{"type":"string"},"DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesMaxRetries":{"type":"number"},"DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesConsecutiveFailures":{"type":"number"},"DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesLastSuccessAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesLastSuccessAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesLastSuccessAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesLastSuccessAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesLastSuccessAtAnyOf1"}]},"DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesLastFailureAtAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesLastFailureAtAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesLastFailureAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesLastFailureAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesLastFailureAtAnyOf1"}]},"DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1AdditionalProperties":{"type":"string"},"DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1AdditionalProperties"}},"DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesCustomHeaders":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesCustomHeadersAnyOf1"}]},"DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesStrategyConfig":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesStrategyConfigAnyOf1"}]},"DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesTimeoutMs":{"type":"number"},"DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesRateLimitPerMinute":{"type":"number"},"DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesAutoDisableThreshold":{"type":"number"},"DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf0":{"type":"null"},"DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf1":{"type":"string"},"DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesIntegrationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf1"}]},"DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesDescription"},"url":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesUrl"},"subscribedEvents":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesSubscribedEvents"},"httpMethod":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesHttpMethod"},"isActive":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesIsActive"},"deliveryStrategy":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesDeliveryStrategy"},"maxRetries":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesMaxRetries"},"consecutiveFailures":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesConsecutiveFailures"},"lastSuccessAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesLastSuccessAt"},"lastFailureAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesLastFailureAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"},"customHeaders":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesCustomHeaders"},"strategyConfig":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesStrategyConfig"},"timeoutMs":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesTimeoutMs"},"rateLimitPerMinute":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesRateLimitPerMinute"},"autoDisableThreshold":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesAutoDisableThreshold"},"integrationId":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses200ContentApplicationJsonSchemaPropertiesIntegrationId"}},"required":["id","name","description","url","subscribedEvents","httpMethod","isActive","deliveryStrategy","maxRetries","consecutiveFailures","lastSuccessAt","lastFailureAt","createdAt","updatedAt","customHeaders","strategyConfig","timeoutMs","rateLimitPerMinute","autoDisableThreshold","integrationId"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhooksPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhooksPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhooksPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksPutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhooksPutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksPutResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksDeleteParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiWebhooksWebhooksDeleteResponses200ContentApplicationJsonSchemaPropertiesSuccess":{"type":"boolean","enum":[true]},"DocPathsApiWebhooksWebhooksDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"success":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksDeleteResponses200ContentApplicationJsonSchemaPropertiesSuccess"}},"required":["success"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhooksDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhooksDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiWebhooksWebhooksDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiWebhooksWebhooksDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiWebhooksWebhooksDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLocationsIdGetParameters0Schema":{"type":"string"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantIdAnyOf1"}]},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesName":{"type":"string"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesCodeAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesCodeAnyOf1":{"type":"string"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesCodeAnyOf1"}]},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeAnyOf1":{"type":"string","enum":["PORT","RAIL_TERMINAL","INTERMODAL","WAREHOUSE","DEPOT","FACTORY","CROSS_DOCK","YARD"]},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeAnyOf1"}]},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesUnlocodeAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesUnlocodeAnyOf1":{"type":"string"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesUnlocode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesUnlocodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesUnlocodeAnyOf1"}]},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressPropertiesStreet":{"type":"string","minLength":1},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressPropertiesCity":{"type":"string","minLength":1},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressPropertiesPostalCode":{"type":"string","minLength":1},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressPropertiesCountry":{"type":"string","minLength":2,"maxLength":100},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressPropertiesRegionAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressPropertiesRegionAnyOf1":{"type":"string","maxLength":255},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressPropertiesRegion":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressPropertiesRegionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressPropertiesRegionAnyOf1"}]},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesAddress":{"type":"object","properties":{"street":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressPropertiesStreet"},"city":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressPropertiesCity"},"postalCode":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressPropertiesPostalCode"},"country":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressPropertiesCountry"},"region":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressPropertiesRegion"}},"required":["street","city","postalCode","country"],"additionalProperties":false},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesSupportedModesItems":{"type":"string","enum":["ROAD","RAIL","SEA","INLAND_WATER"]},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesSupportedModes":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesSupportedModesItems"}},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesCapabilitiesItems":{"type":"string","enum":["CONTAINER","REEFER","ADR","CRANE","RAIL_SIDING","RAMP","COLD_STORAGE","WEIGH_BRIDGE","CUSTOMS"]},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesCapabilities":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesCapabilitiesItems"}},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesGeofenceRadiusMAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesGeofenceRadiusMAnyOf1":{"type":"number"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesGeofenceRadiusM":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesGeofenceRadiusMAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesGeofenceRadiusMAnyOf1"}]},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesSlotBookingEnabled":{"type":"boolean"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesOpenAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesOpenAnyOf1":{"type":"string"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesOpen":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesOpenAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesOpenAnyOf1"}]},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesCloseAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesCloseAnyOf1":{"type":"string"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesClose":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesCloseAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesCloseAnyOf1"}]},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalProperties":{"type":"object","properties":{"open":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesOpen"},"close":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesClose"}},"additionalProperties":false},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalProperties"}},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesOperatingHours":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1"}]},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesAvgHandlingTimeMinAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesAvgHandlingTimeMinAnyOf1":{"type":"number"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesAvgHandlingTimeMin":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesAvgHandlingTimeMinAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesAvgHandlingTimeMinAnyOf1"}]},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesContactNameAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesContactNameAnyOf1":{"type":"string"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesContactName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesContactNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesContactNameAnyOf1"}]},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesContactPhoneAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesContactPhoneAnyOf1":{"type":"string"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesContactPhone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesContactPhoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesContactPhoneAnyOf1"}]},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesGateInstructionsAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesGateInstructionsAnyOf1":{"type":"string"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesGateInstructions":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesGateInstructionsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesGateInstructionsAnyOf1"}]},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesLatitudeAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesLatitudeAnyOf1":{"type":"number"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesLatitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesLatitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesLatitudeAnyOf1"}]},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesLongitudeAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesLongitudeAnyOf1":{"type":"number"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesLongitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesLongitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesLongitudeAnyOf1"}]},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf1"}]},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"name":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesName"},"code":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesCode"},"type":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesType"},"unlocode":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesUnlocode"},"address":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesAddress"},"supportedModes":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesSupportedModes"},"capabilities":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesCapabilities"},"geofenceRadiusM":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesGeofenceRadiusM"},"slotBookingEnabled":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesSlotBookingEnabled"},"operatingHours":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesOperatingHours"},"avgHandlingTimeMin":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesAvgHandlingTimeMin"},"contactName":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesContactName"},"contactPhone":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesContactPhone"},"gateInstructions":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesGateInstructions"},"isActive":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesIsActive"},"latitude":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesLongitude"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","name","code","type","unlocode","address","supportedModes","capabilities","geofenceRadiusM","slotBookingEnabled","operatingHours","avgHandlingTimeMin","contactName","contactPhone","gateInstructions","isActive","latitude","longitude","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightLocationsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLocationsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLocationsIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLocationsIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLocationsIdGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightLocationsNearbyGetParameters0Schema":{"type":"number"},"DocPathsApiFreightLocationsNearbyGetParameters1Schema":{"type":"number"},"DocPathsApiFreightLocationsNearbyGetParameters2Schema":{"type":"number"},"DocPathsApiFreightLocationsNearbyGetParameters3Schema":{"type":"number"},"DocPathsApiFreightLocationsNearbyGetParameters4Schema":{"type":"string","enum":["PORT","RAIL_TERMINAL","INTERMODAL","WAREHOUSE","DEPOT","FACTORY","CROSS_DOCK","YARD"]},"DocPathsApiFreightLocationsNearbyGetParameters5Schema":{"type":"string","enum":["ROAD","RAIL","SEA","INLAND_WATER"]},"DocPathsApiFreightLocationsNearbyGetParameters6Schema":{"type":"string","enum":["CONTAINER","REEFER","ADR","CRANE","RAIL_SIDING","RAMP","COLD_STORAGE","WEIGH_BRIDGE","CUSTOMS"]},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCodeAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCodeAnyOf1":{"type":"string"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCodeAnyOf1"}]},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTypeAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTypeAnyOf1":{"type":"string","enum":["PORT","RAIL_TERMINAL","INTERMODAL","WAREHOUSE","DEPOT","FACTORY","CROSS_DOCK","YARD"]},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTypeAnyOf1"}]},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnlocodeAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnlocodeAnyOf1":{"type":"string"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnlocode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnlocodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnlocodeAnyOf1"}]},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressPropertiesStreet":{"type":"string","minLength":1},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressPropertiesCity":{"type":"string","minLength":1},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressPropertiesPostalCode":{"type":"string","minLength":1},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressPropertiesCountry":{"type":"string","minLength":2,"maxLength":100},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressPropertiesRegionAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressPropertiesRegionAnyOf1":{"type":"string","maxLength":255},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressPropertiesRegion":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressPropertiesRegionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressPropertiesRegionAnyOf1"}]},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddress":{"type":"object","properties":{"street":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressPropertiesStreet"},"city":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressPropertiesCity"},"postalCode":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressPropertiesPostalCode"},"country":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressPropertiesCountry"},"region":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressPropertiesRegion"}},"required":["street","city","postalCode","country"],"additionalProperties":false},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSupportedModesItems":{"type":"string","enum":["ROAD","RAIL","SEA","INLAND_WATER"]},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSupportedModes":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSupportedModesItems"}},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapabilitiesItems":{"type":"string","enum":["CONTAINER","REEFER","ADR","CRANE","RAIL_SIDING","RAMP","COLD_STORAGE","WEIGH_BRIDGE","CUSTOMS"]},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapabilities":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapabilitiesItems"}},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGeofenceRadiusMAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGeofenceRadiusMAnyOf1":{"type":"number"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGeofenceRadiusM":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGeofenceRadiusMAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGeofenceRadiusMAnyOf1"}]},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlotBookingEnabled":{"type":"boolean"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHoursAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesOpenAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesOpenAnyOf1":{"type":"string"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesOpen":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesOpenAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesOpenAnyOf1"}]},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesCloseAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesCloseAnyOf1":{"type":"string"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesClose":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesCloseAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesCloseAnyOf1"}]},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHoursAnyOf1AdditionalProperties":{"type":"object","properties":{"open":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesOpen"},"close":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesClose"}},"additionalProperties":false},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHoursAnyOf1":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHoursAnyOf1AdditionalProperties"}},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHours":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHoursAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHoursAnyOf1"}]},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgHandlingTimeMinAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgHandlingTimeMinAnyOf1":{"type":"number"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgHandlingTimeMin":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgHandlingTimeMinAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgHandlingTimeMinAnyOf1"}]},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContactNameAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContactNameAnyOf1":{"type":"string"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContactName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContactNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContactNameAnyOf1"}]},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContactPhoneAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContactPhoneAnyOf1":{"type":"string"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContactPhone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContactPhoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContactPhoneAnyOf1"}]},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGateInstructionsAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGateInstructionsAnyOf1":{"type":"string"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGateInstructions":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGateInstructionsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGateInstructionsAnyOf1"}]},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitudeAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitudeAnyOf1":{"type":"number"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitudeAnyOf1"}]},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitudeAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitudeAnyOf1":{"type":"number"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitudeAnyOf1"}]},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDistanceMetersAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDistanceMetersAnyOf1":{"type":"number"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDistanceMeters":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDistanceMetersAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDistanceMetersAnyOf1"}]},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"name":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"code":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode"},"type":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesType"},"unlocode":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnlocode"},"address":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddress"},"supportedModes":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSupportedModes"},"capabilities":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapabilities"},"geofenceRadiusM":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGeofenceRadiusM"},"slotBookingEnabled":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlotBookingEnabled"},"operatingHours":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHours"},"avgHandlingTimeMin":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgHandlingTimeMin"},"contactName":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContactName"},"contactPhone":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContactPhone"},"gateInstructions":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGateInstructions"},"isActive":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"latitude":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitude"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"distanceMeters":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDistanceMeters"}},"required":["id","tenantId","organizationId","name","code","type","unlocode","address","supportedModes","capabilities","geofenceRadiusM","slotBookingEnabled","operatingHours","avgHandlingTimeMin","contactName","contactPhone","gateInstructions","isActive","latitude","longitude","createdAt","updatedAt","distanceMeters"],"additionalProperties":false},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesRadiusKm":{"type":"number"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesCount":{"type":"number"},"DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"radiusKm":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesRadiusKm"},"count":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses200ContentApplicationJsonSchemaPropertiesCount"}},"required":["items","radiusKm","count"],"additionalProperties":false},"DocPathsApiFreightLocationsNearbyGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLocationsNearbyGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLocationsNearbyGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLocationsNearbyGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsNearbyGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLocationsGetParameters0Schema":{"type":"number"},"DocPathsApiFreightLocationsGetParameters1Schema":{"type":"number"},"DocPathsApiFreightLocationsGetParameters2Schema":{"type":"string"},"DocPathsApiFreightLocationsGetParameters3Schema":{"type":"string"},"DocPathsApiFreightLocationsGetParameters4Schema":{"type":"string","enum":["PORT","RAIL_TERMINAL","INTERMODAL","WAREHOUSE","DEPOT","FACTORY","CROSS_DOCK","YARD"]},"DocPathsApiFreightLocationsGetParameters5Schema":{"type":"string","enum":["ROAD","RAIL","SEA","INLAND_WATER"]},"DocPathsApiFreightLocationsGetParameters6Schema":{"type":"string","enum":["CONTAINER","REEFER","ADR","CRANE","RAIL_SIDING","RAMP","COLD_STORAGE","WEIGH_BRIDGE","CUSTOMS"]},"DocPathsApiFreightLocationsGetParameters7Schema":{"type":"string"},"DocPathsApiFreightLocationsGetParameters8Schema":{"type":"string"},"DocPathsApiFreightLocationsGetParameters9Schema":{"type":"string"},"DocPathsApiFreightLocationsGetParameters10Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCodeAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCodeAnyOf1":{"type":"string"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCodeAnyOf1"}]},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTypeAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTypeAnyOf1":{"type":"string","enum":["PORT","RAIL_TERMINAL","INTERMODAL","WAREHOUSE","DEPOT","FACTORY","CROSS_DOCK","YARD"]},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTypeAnyOf1"}]},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnlocodeAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnlocodeAnyOf1":{"type":"string"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnlocode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnlocodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnlocodeAnyOf1"}]},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressPropertiesStreet":{"type":"string","minLength":1},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressPropertiesCity":{"type":"string","minLength":1},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressPropertiesPostalCode":{"type":"string","minLength":1},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressPropertiesCountry":{"type":"string","minLength":2,"maxLength":100},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressPropertiesRegionAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressPropertiesRegionAnyOf1":{"type":"string","maxLength":255},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressPropertiesRegion":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressPropertiesRegionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressPropertiesRegionAnyOf1"}]},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddress":{"type":"object","properties":{"street":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressPropertiesStreet"},"city":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressPropertiesCity"},"postalCode":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressPropertiesPostalCode"},"country":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressPropertiesCountry"},"region":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressPropertiesRegion"}},"required":["street","city","postalCode","country"],"additionalProperties":false},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSupportedModesItems":{"type":"string","enum":["ROAD","RAIL","SEA","INLAND_WATER"]},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSupportedModes":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSupportedModesItems"}},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapabilitiesItems":{"type":"string","enum":["CONTAINER","REEFER","ADR","CRANE","RAIL_SIDING","RAMP","COLD_STORAGE","WEIGH_BRIDGE","CUSTOMS"]},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapabilities":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapabilitiesItems"}},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGeofenceRadiusMAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGeofenceRadiusMAnyOf1":{"type":"number"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGeofenceRadiusM":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGeofenceRadiusMAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGeofenceRadiusMAnyOf1"}]},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlotBookingEnabled":{"type":"boolean"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHoursAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesOpenAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesOpenAnyOf1":{"type":"string"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesOpen":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesOpenAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesOpenAnyOf1"}]},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesCloseAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesCloseAnyOf1":{"type":"string"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesClose":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesCloseAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesCloseAnyOf1"}]},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHoursAnyOf1AdditionalProperties":{"type":"object","properties":{"open":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesOpen"},"close":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesClose"}},"additionalProperties":false},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHoursAnyOf1":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHoursAnyOf1AdditionalProperties"}},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHours":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHoursAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHoursAnyOf1"}]},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgHandlingTimeMinAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgHandlingTimeMinAnyOf1":{"type":"number"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgHandlingTimeMin":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgHandlingTimeMinAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgHandlingTimeMinAnyOf1"}]},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContactNameAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContactNameAnyOf1":{"type":"string"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContactName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContactNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContactNameAnyOf1"}]},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContactPhoneAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContactPhoneAnyOf1":{"type":"string"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContactPhone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContactPhoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContactPhoneAnyOf1"}]},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGateInstructionsAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGateInstructionsAnyOf1":{"type":"string"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGateInstructions":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGateInstructionsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGateInstructionsAnyOf1"}]},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitudeAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitudeAnyOf1":{"type":"number"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitudeAnyOf1"}]},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitudeAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitudeAnyOf1":{"type":"number"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitudeAnyOf1"}]},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"name":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"code":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode"},"type":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesType"},"unlocode":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnlocode"},"address":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddress"},"supportedModes":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSupportedModes"},"capabilities":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapabilities"},"geofenceRadiusM":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGeofenceRadiusM"},"slotBookingEnabled":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlotBookingEnabled"},"operatingHours":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOperatingHours"},"avgHandlingTimeMin":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgHandlingTimeMin"},"contactName":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContactName"},"contactPhone":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContactPhone"},"gateInstructions":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGateInstructions"},"isActive":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"latitude":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitude"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","name","code","type","unlocode","address","supportedModes","capabilities","geofenceRadiusM","slotBookingEnabled","operatingHours","avgHandlingTimeMin","contactName","contactPhone","gateInstructions","isActive","latitude","longitude","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiFreightLocationsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLocationsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLocationsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLocationsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesCodeAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesCodeAnyOf1":{"type":"string","maxLength":255},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesCodeAnyOf1"}]},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesType":{"type":"string","enum":["PORT","RAIL_TERMINAL","INTERMODAL","WAREHOUSE","DEPOT","FACTORY","CROSS_DOCK","YARD"]},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesUnlocodeAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesUnlocodeAnyOf1":{"type":"string","pattern":"^[A-Z]{2}[A-Z0-9]{3}$"},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesUnlocode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesUnlocodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesUnlocodeAnyOf1"}]},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesAddressPropertiesStreet":{"type":"string","minLength":1},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesAddressPropertiesCity":{"type":"string","minLength":1},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesAddressPropertiesPostalCode":{"type":"string","minLength":1},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesAddressPropertiesCountry":{"type":"string","minLength":2,"maxLength":100},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesAddressPropertiesRegionAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesAddressPropertiesRegionAnyOf1":{"type":"string","maxLength":255},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesAddressPropertiesRegion":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesAddressPropertiesRegionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesAddressPropertiesRegionAnyOf1"}]},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesAddress":{"type":"object","properties":{"street":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesAddressPropertiesStreet"},"city":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesAddressPropertiesCity"},"postalCode":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesAddressPropertiesPostalCode"},"country":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesAddressPropertiesCountry"},"region":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesAddressPropertiesRegion"}},"required":["street","city","postalCode","country"],"additionalProperties":false},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesSupportedModesItems":{"type":"string","enum":["ROAD","RAIL","SEA","INLAND_WATER"]},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesSupportedModes":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesSupportedModesItems"},"minItems":1},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesCapabilitiesAllOf0Items":{"type":"string","enum":["CONTAINER","REEFER","ADR","CRANE","RAIL_SIDING","RAMP","COLD_STORAGE","WEIGH_BRIDGE","CUSTOMS"]},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesCapabilitiesAllOf0":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesCapabilitiesAllOf0Items"}},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesCapabilities":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesCapabilitiesAllOf0"}],"default":[]},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesLatitude":{"type":"number"},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesLongitude":{"type":"number"},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesGeofenceRadiusMAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesGeofenceRadiusMAnyOf1":{"type":"number"},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesGeofenceRadiusM":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesGeofenceRadiusMAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesGeofenceRadiusMAnyOf1"}]},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesSlotBookingEnabled":{"type":"boolean"},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesOpenAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesOpenAnyOf1":{"type":"string","maxLength":255},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesOpen":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesOpenAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesOpenAnyOf1"}]},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesCloseAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesCloseAnyOf1":{"type":"string","maxLength":255},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesClose":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesCloseAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesCloseAnyOf1"}]},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalProperties":{"type":"object","properties":{"open":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesOpen"},"close":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesClose"}},"additionalProperties":false},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalProperties"}},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesOperatingHours":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1"}]},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesAvgHandlingTimeMinAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesAvgHandlingTimeMinAnyOf1":{"type":"number"},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesAvgHandlingTimeMin":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesAvgHandlingTimeMinAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesAvgHandlingTimeMinAnyOf1"}]},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesContactNameAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesContactNameAnyOf1":{"type":"string","maxLength":255},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesContactName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesContactNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesContactNameAnyOf1"}]},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesContactPhoneAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesContactPhoneAnyOf1":{"type":"string","maxLength":100},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesContactPhone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesContactPhoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesContactPhoneAnyOf1"}]},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesGateInstructionsAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesGateInstructionsAnyOf1":{"type":"string","maxLength":4000},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesGateInstructions":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesGateInstructionsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesGateInstructionsAnyOf1"}]},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"code":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesCode"},"type":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesType"},"unlocode":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesUnlocode"},"address":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesAddress"},"supportedModes":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesSupportedModes"},"capabilities":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesCapabilities"},"latitude":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesLongitude"},"geofenceRadiusM":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesGeofenceRadiusM"},"slotBookingEnabled":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesSlotBookingEnabled"},"operatingHours":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesOperatingHours"},"avgHandlingTimeMin":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesAvgHandlingTimeMin"},"contactName":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesContactName"},"contactPhone":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesContactPhone"},"gateInstructions":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesGateInstructions"},"isActive":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"}},"required":["name","type","address","supportedModes","latitude","longitude","tenantId","organizationId"],"additionalProperties":false},"DocPathsApiFreightLocationsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightLocationsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiFreightLocationsPostResponses201ContentApplicationJsonSchemaPropertiesLocationIdAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsPostResponses201ContentApplicationJsonSchemaPropertiesLocationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightLocationsPostResponses201ContentApplicationJsonSchemaPropertiesLocationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostResponses201ContentApplicationJsonSchemaPropertiesLocationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostResponses201ContentApplicationJsonSchemaPropertiesLocationIdAnyOf1"}]},"DocPathsApiFreightLocationsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostResponses201ContentApplicationJsonSchemaPropertiesId"},"locationId":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostResponses201ContentApplicationJsonSchemaPropertiesLocationId"}},"required":["id"],"additionalProperties":false},"DocPathsApiFreightLocationsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLocationsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLocationsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLocationsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesCodeAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesCodeAnyOf1":{"type":"string","maxLength":255},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesCodeAnyOf1"}]},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesType":{"type":"string","enum":["PORT","RAIL_TERMINAL","INTERMODAL","WAREHOUSE","DEPOT","FACTORY","CROSS_DOCK","YARD"]},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesUnlocodeAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesUnlocodeAnyOf1":{"type":"string","pattern":"^[A-Z]{2}[A-Z0-9]{3}$"},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesUnlocode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesUnlocodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesUnlocodeAnyOf1"}]},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesAddressPropertiesStreet":{"type":"string","minLength":1},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesAddressPropertiesCity":{"type":"string","minLength":1},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesAddressPropertiesPostalCode":{"type":"string","minLength":1},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesAddressPropertiesCountry":{"type":"string","minLength":2,"maxLength":100},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesAddressPropertiesRegionAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesAddressPropertiesRegionAnyOf1":{"type":"string","maxLength":255},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesAddressPropertiesRegion":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesAddressPropertiesRegionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesAddressPropertiesRegionAnyOf1"}]},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesAddress":{"type":"object","properties":{"street":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesAddressPropertiesStreet"},"city":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesAddressPropertiesCity"},"postalCode":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesAddressPropertiesPostalCode"},"country":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesAddressPropertiesCountry"},"region":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesAddressPropertiesRegion"}},"additionalProperties":false},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesSupportedModesItems":{"type":"string","enum":["ROAD","RAIL","SEA","INLAND_WATER"]},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesSupportedModes":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesSupportedModesItems"},"minItems":1},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesCapabilitiesItems":{"type":"string","enum":["CONTAINER","REEFER","ADR","CRANE","RAIL_SIDING","RAMP","COLD_STORAGE","WEIGH_BRIDGE","CUSTOMS"]},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesCapabilities":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesCapabilitiesItems"}},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesLatitude":{"type":"number"},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesLongitude":{"type":"number"},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesGeofenceRadiusMAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesGeofenceRadiusMAnyOf1":{"type":"number"},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesGeofenceRadiusM":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesGeofenceRadiusMAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesGeofenceRadiusMAnyOf1"}]},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesSlotBookingEnabled":{"type":"boolean"},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesOpenAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesOpenAnyOf1":{"type":"string","maxLength":255},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesOpen":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesOpenAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesOpenAnyOf1"}]},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesCloseAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesCloseAnyOf1":{"type":"string","maxLength":255},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesClose":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesCloseAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesCloseAnyOf1"}]},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalProperties":{"type":"object","properties":{"open":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesOpen"},"close":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalPropertiesPropertiesClose"}},"additionalProperties":false},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1AdditionalProperties"}},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesOperatingHours":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesOperatingHoursAnyOf1"}]},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesAvgHandlingTimeMinAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesAvgHandlingTimeMinAnyOf1":{"type":"number"},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesAvgHandlingTimeMin":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesAvgHandlingTimeMinAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesAvgHandlingTimeMinAnyOf1"}]},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesContactNameAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesContactNameAnyOf1":{"type":"string","maxLength":255},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesContactName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesContactNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesContactNameAnyOf1"}]},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesContactPhoneAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesContactPhoneAnyOf1":{"type":"string","maxLength":100},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesContactPhone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesContactPhoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesContactPhoneAnyOf1"}]},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesGateInstructionsAnyOf0":{"type":"null"},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesGateInstructionsAnyOf1":{"type":"string","maxLength":4000},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesGateInstructions":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesGateInstructionsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesGateInstructionsAnyOf1"}]},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"code":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesCode"},"type":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesType"},"unlocode":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesUnlocode"},"address":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesAddress"},"supportedModes":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesSupportedModes"},"capabilities":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesCapabilities"},"latitude":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesLongitude"},"geofenceRadiusM":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesGeofenceRadiusM"},"slotBookingEnabled":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesSlotBookingEnabled"},"operatingHours":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesOperatingHours"},"avgHandlingTimeMin":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesAvgHandlingTimeMin"},"contactName":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesContactName"},"contactPhone":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesContactPhone"},"gateInstructions":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesGateInstructions"},"isActive":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["id"],"additionalProperties":false},"DocPathsApiFreightLocationsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightLocationsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiFreightLocationsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLocationsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLocationsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLocationsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLocationsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiFreightLocationsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiFreightLocationsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightLocationsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiFreightLocationsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLocationsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLocationsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLocationsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLocationsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLanesIdCapacitySupplyGetParameters0Schema":{"type":"string"},"DocPathsApiFreightLanesIdCapacitySupplyGetParameters1Schema":{"type":"string","enum":["road","rail","intermodal"]},"DocPathsApiFreightLanesIdCapacitySupplyGetParameters2Schema":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"DocPathsApiFreightLanesIdCapacitySupplyGetParameters3Schema":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"DocPathsApiFreightLanesIdCapacitySupplyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneId":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesIdCapacitySupplyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDate":{"type":"string"},"DocPathsApiFreightLanesIdCapacitySupplyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMode":{"type":"string","enum":["road","rail","intermodal"]},"DocPathsApiFreightLanesIdCapacitySupplyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityOffersCount":{"type":"number"},"DocPathsApiFreightLanesIdCapacitySupplyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"laneId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdCapacitySupplyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneId"},"date":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdCapacitySupplyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDate"},"mode":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdCapacitySupplyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMode"},"capacityOffersCount":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdCapacitySupplyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityOffersCount"}},"required":["laneId","date","mode","capacityOffersCount"],"additionalProperties":false},"DocPathsApiFreightLanesIdCapacitySupplyGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdCapacitySupplyGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightLanesIdCapacitySupplyGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdCapacitySupplyGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsApiFreightLanesIdCapacitySupplyGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLanesIdCapacitySupplyGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdCapacitySupplyGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLanesIdCapacitySupplyGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLanesIdCapacitySupplyGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdCapacitySupplyGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLanesIdCapacitySupplyGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightLanesIdHistoryGetParameters0Schema":{"type":"string"},"DocPathsApiFreightLanesIdHistoryGetParameters1Schema":{"type":"string","enum":["road","rail","intermodal"]},"DocPathsApiFreightLanesIdHistoryGetParameters2Schema":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"DocPathsApiFreightLanesIdHistoryGetParameters3Schema":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"DocPathsApiFreightLanesIdHistoryGetParameters4Schema":{"type":"number"},"DocPathsApiFreightLanesIdHistoryGetParameters5Schema":{"type":"number"},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneId":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSnapshotDate":{"type":"string"},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMode":{"type":"string","enum":["road","rail","intermodal"]},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShipmentCount":{"type":"number"},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalTons":{"type":"number"},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgPricePerTonAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgPricePerTonAnyOf1":{"type":"number"},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgPricePerTon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgPricePerTonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgPricePerTonAnyOf1"}]},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinPricePerTonAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinPricePerTonAnyOf1":{"type":"number"},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinPricePerTon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinPricePerTonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinPricePerTonAnyOf1"}]},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxPricePerTonAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxPricePerTonAnyOf1":{"type":"number"},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxPricePerTon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxPricePerTonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxPricePerTonAnyOf1"}]},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgTransitHoursAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgTransitHoursAnyOf1":{"type":"number"},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgTransitHours":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgTransitHoursAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgTransitHoursAnyOf1"}]},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOnTimeDeliveryPctAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOnTimeDeliveryPctAnyOf1":{"type":"number"},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOnTimeDeliveryPct":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOnTimeDeliveryPctAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOnTimeDeliveryPctAnyOf1"}]},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityOffersCount":{"type":"number"},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDemandSupplyRatioAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDemandSupplyRatioAnyOf1":{"type":"number"},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDemandSupplyRatio":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDemandSupplyRatioAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDemandSupplyRatioAnyOf1"}]},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceShipmentIdsItems":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceShipmentIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceShipmentIdsItems"}},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculationVersion":{"type":"string"},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRebuiltAtAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRebuiltAtAnyOf1":{"type":"string"},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRebuiltAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRebuiltAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRebuiltAtAnyOf1"}]},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"laneId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneId"},"snapshotDate":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSnapshotDate"},"mode":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMode"},"shipmentCount":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShipmentCount"},"totalTons":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalTons"},"avgPricePerTon":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgPricePerTon"},"minPricePerTon":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinPricePerTon"},"maxPricePerTon":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxPricePerTon"},"avgTransitHours":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgTransitHours"},"onTimeDeliveryPct":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOnTimeDeliveryPct"},"capacityOffersCount":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityOffersCount"},"demandSupplyRatio":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDemandSupplyRatio"},"sourceShipmentIds":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceShipmentIds"},"calculationVersion":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculationVersion"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"rebuiltAt":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRebuiltAt"}},"required":["id","tenantId","organizationId","laneId","snapshotDate","mode","shipmentCount","totalTons","avgPricePerTon","minPricePerTon","maxPricePerTon","avgTransitHours","onTimeDeliveryPct","capacityOffersCount","demandSupplyRatio","sourceShipmentIds","calculationVersion","createdAt","updatedAt","rebuiltAt"],"additionalProperties":false},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiFreightLanesIdHistoryGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLanesIdHistoryGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLanesIdHistoryGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLanesIdHistoryGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdHistoryGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLanesIdGetParameters0Schema":{"type":"string"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesId":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesTenantIdAnyOf1"}]},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesOrganizationIdAnyOf1"}]},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesOriginRegionId":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDestinationRegionId":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesOriginLabel":{"type":"string"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDestinationLabel":{"type":"string"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesOriginCentroidAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesOriginCentroidAnyOf1PropertiesLat":{"type":"number"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesOriginCentroidAnyOf1PropertiesLng":{"type":"number"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesOriginCentroidAnyOf1":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesOriginCentroidAnyOf1PropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesOriginCentroidAnyOf1PropertiesLng"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesOriginCentroid":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesOriginCentroidAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesOriginCentroidAnyOf1"}]},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDestinationCentroidAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDestinationCentroidAnyOf1PropertiesLat":{"type":"number"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDestinationCentroidAnyOf1PropertiesLng":{"type":"number"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDestinationCentroidAnyOf1":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDestinationCentroidAnyOf1PropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDestinationCentroidAnyOf1PropertiesLng"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDestinationCentroid":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDestinationCentroidAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDestinationCentroidAnyOf1"}]},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesRoadDistanceKmAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesRoadDistanceKmAnyOf1":{"type":"number"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesRoadDistanceKm":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesRoadDistanceKmAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesRoadDistanceKmAnyOf1"}]},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesRailDistanceKmAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesRailDistanceKmAnyOf1":{"type":"number"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesRailDistanceKm":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesRailDistanceKmAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesRailDistanceKmAnyOf1"}]},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDistanceSourceAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDistanceSourceAnyOf1":{"type":"string"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDistanceSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDistanceSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDistanceSourceAnyOf1"}]},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDistanceSourceVersionAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDistanceSourceVersionAnyOf1":{"type":"string"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDistanceSourceVersion":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDistanceSourceVersionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDistanceSourceVersionAnyOf1"}]},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDistanceUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDistanceUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDistanceUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDistanceUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDistanceUpdatedAtAnyOf1"}]},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesRailFeasibility":{"type":"string","enum":["direct_siding","via_terminal","road_only","unknown"]},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesNearestOriginTerminalIdAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesNearestOriginTerminalIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesNearestOriginTerminalId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesNearestOriginTerminalIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesNearestOriginTerminalIdAnyOf1"}]},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesNearestDestTerminalIdAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesNearestDestTerminalIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesNearestDestTerminalId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesNearestDestTerminalIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesNearestDestTerminalIdAnyOf1"}]},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesOriginLastMileKmAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesOriginLastMileKmAnyOf1":{"type":"number"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesOriginLastMileKm":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesOriginLastMileKmAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesOriginLastMileKmAnyOf1"}]},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDestLastMileKmAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDestLastMileKmAnyOf1":{"type":"number"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDestLastMileKm":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDestLastMileKmAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDestLastMileKmAnyOf1"}]},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesAvgPriceRoadPerTonAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesAvgPriceRoadPerTonAnyOf1":{"type":"number"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesAvgPriceRoadPerTon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesAvgPriceRoadPerTonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesAvgPriceRoadPerTonAnyOf1"}]},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesAvgPriceRailPerTonAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesAvgPriceRailPerTonAnyOf1":{"type":"number"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesAvgPriceRailPerTon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesAvgPriceRailPerTonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesAvgPriceRailPerTonAnyOf1"}]},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesAvgTransitRoadHoursAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesAvgTransitRoadHoursAnyOf1":{"type":"number"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesAvgTransitRoadHours":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesAvgTransitRoadHoursAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesAvgTransitRoadHoursAnyOf1"}]},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesAvgTransitRailHoursAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesAvgTransitRailHoursAnyOf1":{"type":"number"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesAvgTransitRailHours":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesAvgTransitRailHoursAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesAvgTransitRailHoursAnyOf1"}]},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesCo2RoadPerTonKmAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesCo2RoadPerTonKmAnyOf1":{"type":"number"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesCo2RoadPerTonKm":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesCo2RoadPerTonKmAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesCo2RoadPerTonKmAnyOf1"}]},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesCo2RailPerTonKmAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesCo2RailPerTonKmAnyOf1":{"type":"number"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesCo2RailPerTonKm":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesCo2RailPerTonKmAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesCo2RailPerTonKmAnyOf1"}]},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesVolumeRoadLast90d":{"type":"number"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesVolumeRailLast90d":{"type":"number"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDemandSupplyRatioAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDemandSupplyRatioAnyOf1":{"type":"number"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDemandSupplyRatio":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDemandSupplyRatioAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDemandSupplyRatioAnyOf1"}]},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesRecommendedModeAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesRecommendedModeAnyOf1":{"type":"string","enum":["road","rail","intermodal"]},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesRecommendedMode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesRecommendedModeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesRecommendedModeAnyOf1"}]},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesRecommendationConfidenceAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesRecommendationConfidenceAnyOf1":{"type":"number"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesRecommendationConfidence":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesRecommendationConfidenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesRecommendationConfidenceAnyOf1"}]},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesRecommendationUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesRecommendationUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesRecommendationUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesRecommendationUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesRecommendationUpdatedAtAnyOf1"}]},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesIsActive":{"type":"boolean"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesCreatedAtAnyOf1"}]},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesUpdatedAtAnyOf1"}]},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLane":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesOrganizationId"},"originRegionId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesOriginRegionId"},"destinationRegionId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDestinationRegionId"},"originLabel":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesOriginLabel"},"destinationLabel":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDestinationLabel"},"originCentroid":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesOriginCentroid"},"destinationCentroid":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDestinationCentroid"},"roadDistanceKm":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesRoadDistanceKm"},"railDistanceKm":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesRailDistanceKm"},"distanceSource":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDistanceSource"},"distanceSourceVersion":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDistanceSourceVersion"},"distanceUpdatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDistanceUpdatedAt"},"railFeasibility":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesRailFeasibility"},"nearestOriginTerminalId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesNearestOriginTerminalId"},"nearestDestTerminalId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesNearestDestTerminalId"},"originLastMileKm":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesOriginLastMileKm"},"destLastMileKm":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDestLastMileKm"},"avgPriceRoadPerTon":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesAvgPriceRoadPerTon"},"avgPriceRailPerTon":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesAvgPriceRailPerTon"},"avgTransitRoadHours":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesAvgTransitRoadHours"},"avgTransitRailHours":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesAvgTransitRailHours"},"co2RoadPerTonKm":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesCo2RoadPerTonKm"},"co2RailPerTonKm":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesCo2RailPerTonKm"},"volumeRoadLast90d":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesVolumeRoadLast90d"},"volumeRailLast90d":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesVolumeRailLast90d"},"demandSupplyRatio":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesDemandSupplyRatio"},"recommendedMode":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesRecommendedMode"},"recommendationConfidence":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesRecommendationConfidence"},"recommendationUpdatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesRecommendationUpdatedAt"},"isActive":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesIsActive"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLanePropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","originRegionId","destinationRegionId","originLabel","destinationLabel","originCentroid","destinationCentroid","roadDistanceKm","railDistanceKm","distanceSource","distanceSourceVersion","distanceUpdatedAt","railFeasibility","nearestOriginTerminalId","nearestDestTerminalId","originLastMileKm","destLastMileKm","avgPriceRoadPerTon","avgPriceRailPerTon","avgTransitRoadHours","avgTransitRailHours","co2RoadPerTonKm","co2RailPerTonKm","volumeRoadLast90d","volumeRailLast90d","demandSupplyRatio","recommendedMode","recommendationConfidence","recommendationUpdatedAt","isActive","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLatestSnapshotsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLatestSnapshotsItemsPropertiesSnapshotDate":{"type":"string"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLatestSnapshotsItemsPropertiesMode":{"type":"string","enum":["road","rail","intermodal"]},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLatestSnapshotsItemsPropertiesShipmentCount":{"type":"number"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLatestSnapshotsItemsPropertiesTotalTons":{"type":"number"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLatestSnapshotsItemsPropertiesAvgPricePerTonAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLatestSnapshotsItemsPropertiesAvgPricePerTonAnyOf1":{"type":"number"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLatestSnapshotsItemsPropertiesAvgPricePerTon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLatestSnapshotsItemsPropertiesAvgPricePerTonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLatestSnapshotsItemsPropertiesAvgPricePerTonAnyOf1"}]},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLatestSnapshotsItemsPropertiesAvgTransitHoursAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLatestSnapshotsItemsPropertiesAvgTransitHoursAnyOf1":{"type":"number"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLatestSnapshotsItemsPropertiesAvgTransitHours":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLatestSnapshotsItemsPropertiesAvgTransitHoursAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLatestSnapshotsItemsPropertiesAvgTransitHoursAnyOf1"}]},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLatestSnapshotsItemsPropertiesRebuiltAtAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLatestSnapshotsItemsPropertiesRebuiltAtAnyOf1":{"type":"string"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLatestSnapshotsItemsPropertiesRebuiltAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLatestSnapshotsItemsPropertiesRebuiltAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLatestSnapshotsItemsPropertiesRebuiltAtAnyOf1"}]},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLatestSnapshotsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLatestSnapshotsItemsPropertiesId"},"snapshotDate":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLatestSnapshotsItemsPropertiesSnapshotDate"},"mode":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLatestSnapshotsItemsPropertiesMode"},"shipmentCount":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLatestSnapshotsItemsPropertiesShipmentCount"},"totalTons":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLatestSnapshotsItemsPropertiesTotalTons"},"avgPricePerTon":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLatestSnapshotsItemsPropertiesAvgPricePerTon"},"avgTransitHours":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLatestSnapshotsItemsPropertiesAvgTransitHours"},"rebuiltAt":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLatestSnapshotsItemsPropertiesRebuiltAt"}},"required":["id","snapshotDate","mode","shipmentCount","totalTons","avgPricePerTon","avgTransitHours","rebuiltAt"],"additionalProperties":false},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLatestSnapshots":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLatestSnapshotsItems"}},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceSummaryPropertiesDeliveredShipmentsLast90d":{"type":"number"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceSummaryPropertiesLastDeliveredAtAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceSummaryPropertiesLastDeliveredAtAnyOf1":{"type":"string"},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceSummaryPropertiesLastDeliveredAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceSummaryPropertiesLastDeliveredAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceSummaryPropertiesLastDeliveredAtAnyOf1"}]},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceSummary":{"type":"object","properties":{"deliveredShipmentsLast90d":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceSummaryPropertiesDeliveredShipmentsLast90d"},"lastDeliveredAt":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceSummaryPropertiesLastDeliveredAt"}},"required":["deliveredShipmentsLast90d","lastDeliveredAt"],"additionalProperties":false},"DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"lane":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLane"},"latestSnapshots":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesLatestSnapshots"},"sourceSummary":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceSummary"}},"required":["lane","latestSnapshots","sourceSummary"],"additionalProperties":false},"DocPathsApiFreightLanesIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLanesIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLanesIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLanesIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLanesIdGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightLanesIdPatchParameters0Schema":{"type":"string"},"DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRoadDistanceKmAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRoadDistanceKmAnyOf1":{"type":"number"},"DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRoadDistanceKm":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRoadDistanceKmAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRoadDistanceKmAnyOf1"}]},"DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRailDistanceKmAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRailDistanceKmAnyOf1":{"type":"number"},"DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRailDistanceKm":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRailDistanceKmAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRailDistanceKmAnyOf1"}]},"DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDistanceSourceAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDistanceSourceAnyOf1":{"type":"string","maxLength":255},"DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDistanceSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDistanceSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDistanceSourceAnyOf1"}]},"DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDistanceSourceVersionAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDistanceSourceVersionAnyOf1":{"type":"string","maxLength":255},"DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDistanceSourceVersion":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDistanceSourceVersionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDistanceSourceVersionAnyOf1"}]},"DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRailFeasibility":{"type":"string","enum":["direct_siding","via_terminal","road_only","unknown"]},"DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesNearestOriginTerminalIdAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesNearestOriginTerminalIdAnyOf1":{"type":"string"},"DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesNearestOriginTerminalId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesNearestOriginTerminalIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesNearestOriginTerminalIdAnyOf1"}]},"DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesNearestDestTerminalIdAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesNearestDestTerminalIdAnyOf1":{"type":"string"},"DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesNearestDestTerminalId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesNearestDestTerminalIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesNearestDestTerminalIdAnyOf1"}]},"DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesOriginLastMileKmAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesOriginLastMileKmAnyOf1":{"type":"number"},"DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesOriginLastMileKm":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesOriginLastMileKmAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesOriginLastMileKmAnyOf1"}]},"DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDestLastMileKmAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDestLastMileKmAnyOf1":{"type":"number"},"DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDestLastMileKm":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDestLastMileKmAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDestLastMileKmAnyOf1"}]},"DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRecommendedModeAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRecommendedModeAnyOf1":{"type":"string","enum":["road","rail","intermodal"]},"DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRecommendedMode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRecommendedModeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRecommendedModeAnyOf1"}]},"DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRecommendationConfidenceAnyOf0":{"type":"null"},"DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRecommendationConfidenceAnyOf1":{"type":"number"},"DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRecommendationConfidence":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRecommendationConfidenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRecommendationConfidenceAnyOf1"}]},"DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"roadDistanceKm":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRoadDistanceKm"},"railDistanceKm":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRailDistanceKm"},"distanceSource":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDistanceSource"},"distanceSourceVersion":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDistanceSourceVersion"},"railFeasibility":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRailFeasibility"},"nearestOriginTerminalId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesNearestOriginTerminalId"},"nearestDestTerminalId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesNearestDestTerminalId"},"originLastMileKm":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesOriginLastMileKm"},"destLastMileKm":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDestLastMileKm"},"recommendedMode":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRecommendedMode"},"recommendationConfidence":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRecommendationConfidence"},"isActive":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"additionalProperties":false},"DocPathsApiFreightLanesIdPatchResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightLanesIdPatchResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiFreightLanesIdPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLanesIdPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLanesIdPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLanesIdPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLanesIdPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLanesIdPatchResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightLanesParticipantStatsRebuildPostRequestBodyContentApplicationJsonSchemaPropertiesLaneId":{"type":"string"},"DocPathsApiFreightLanesParticipantStatsRebuildPostRequestBodyContentApplicationJsonSchemaPropertiesParticipantProfileId":{"type":"string"},"DocPathsApiFreightLanesParticipantStatsRebuildPostRequestBodyContentApplicationJsonSchemaPropertiesFromDate":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"DocPathsApiFreightLanesParticipantStatsRebuildPostRequestBodyContentApplicationJsonSchemaPropertiesToDate":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"DocPathsApiFreightLanesParticipantStatsRebuildPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"laneId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsRebuildPostRequestBodyContentApplicationJsonSchemaPropertiesLaneId"},"participantProfileId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsRebuildPostRequestBodyContentApplicationJsonSchemaPropertiesParticipantProfileId"},"fromDate":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsRebuildPostRequestBodyContentApplicationJsonSchemaPropertiesFromDate"},"toDate":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsRebuildPostRequestBodyContentApplicationJsonSchemaPropertiesToDate"}},"additionalProperties":false},"DocPathsApiFreightLanesParticipantStatsRebuildPostResponses202ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiFreightLanesParticipantStatsRebuildPostResponses202ContentApplicationJsonSchemaPropertiesProgressJobIdAnyOf0":{"type":"null"},"DocPathsApiFreightLanesParticipantStatsRebuildPostResponses202ContentApplicationJsonSchemaPropertiesProgressJobIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesParticipantStatsRebuildPostResponses202ContentApplicationJsonSchemaPropertiesProgressJobId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsRebuildPostResponses202ContentApplicationJsonSchemaPropertiesProgressJobIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsRebuildPostResponses202ContentApplicationJsonSchemaPropertiesProgressJobIdAnyOf1"}]},"DocPathsApiFreightLanesParticipantStatsRebuildPostResponses202ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsApiFreightLanesParticipantStatsRebuildPostResponses202ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsRebuildPostResponses202ContentApplicationJsonSchemaPropertiesOk"},"progressJobId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsRebuildPostResponses202ContentApplicationJsonSchemaPropertiesProgressJobId"},"message":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsRebuildPostResponses202ContentApplicationJsonSchemaPropertiesMessage"}},"required":["ok","progressJobId"],"additionalProperties":false},"DocPathsApiFreightLanesParticipantStatsRebuildPostResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightLanesParticipantStatsRebuildPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLanesParticipantStatsRebuildPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsRebuildPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLanesParticipantStatsRebuildPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLanesParticipantStatsRebuildPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsRebuildPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLanesParticipantStatsGetParameters0Schema":{"type":"string"},"DocPathsApiFreightLanesParticipantStatsGetParameters1Schema":{"type":"string","maxLength":255},"DocPathsApiFreightLanesParticipantStatsGetParameters2Schema":{"type":"string"},"DocPathsApiFreightLanesParticipantStatsGetParameters3Schema":{"type":"string"},"DocPathsApiFreightLanesParticipantStatsGetParameters4Schema":{"type":"string","enum":["road","rail","intermodal","any"]},"DocPathsApiFreightLanesParticipantStatsGetParameters5Schema":{"type":"string","enum":["FTL","LTL","BULK","CONTAINER","INTERMODAL","HAZMAT","OVERSIZED","TEMPERATURE_CONTROLLED"]},"DocPathsApiFreightLanesParticipantStatsGetParameters6Schema":{"type":"number"},"DocPathsApiFreightLanesParticipantStatsGetParameters7Schema":{"type":"number"},"DocPathsApiFreightLanesParticipantStatsGetParameters8Schema":{"type":"number"},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf1"}]},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneIdAnyOf0":{"type":"null"},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneIdAnyOf1"}]},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneFingerprint":{"type":"string"},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantProfileId":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMode":{"type":"string","enum":["road","rail","intermodal","any"]},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegmentAnyOf0":{"type":"null"},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegmentAnyOf1":{"type":"string","enum":["FTL","LTL","BULK","CONTAINER","INTERMODAL","HAZMAT","OVERSIZED","TEMPERATURE_CONTROLLED"]},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegmentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegmentAnyOf1"}]},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompletedShipmentCount":{"type":"number"},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompletedShipmentCount90d":{"type":"number"},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalTons":{"type":"number"},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalTons90d":{"type":"number"},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOnTimeDeliveryPctAnyOf0":{"type":"null"},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOnTimeDeliveryPctAnyOf1":{"type":"number"},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOnTimeDeliveryPct":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOnTimeDeliveryPctAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOnTimeDeliveryPctAnyOf1"}]},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgTransitHoursAnyOf0":{"type":"null"},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgTransitHoursAnyOf1":{"type":"number"},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgTransitHours":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgTransitHoursAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgTransitHoursAnyOf1"}]},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFirstCompletedAtAnyOf0":{"type":"null"},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFirstCompletedAtAnyOf1":{"type":"string"},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFirstCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFirstCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFirstCompletedAtAnyOf1"}]},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastCompletedAtAnyOf0":{"type":"null"},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastCompletedAtAnyOf1":{"type":"string"},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastCompletedAtAnyOf1"}]},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRebuiltAt":{"type":"string"},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"laneId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneId"},"laneFingerprint":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneFingerprint"},"participantProfileId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantProfileId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationId"},"mode":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMode"},"cargoSegment":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegment"},"completedShipmentCount":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompletedShipmentCount"},"completedShipmentCount90d":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompletedShipmentCount90d"},"totalTons":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalTons"},"totalTons90d":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalTons90d"},"onTimeDeliveryPct":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOnTimeDeliveryPct"},"avgTransitHours":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgTransitHours"},"firstCompletedAt":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFirstCompletedAt"},"lastCompletedAt":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastCompletedAt"},"rebuiltAt":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRebuiltAt"}},"required":["id","laneId","laneFingerprint","participantProfileId","carrierOrganizationId","mode","cargoSegment","completedShipmentCount","completedShipmentCount90d","totalTons","totalTons90d","onTimeDeliveryPct","avgTransitHours","firstCompletedAt","lastCompletedAt","rebuiltAt"],"additionalProperties":false},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiFreightLanesParticipantStatsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLanesParticipantStatsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLanesParticipantStatsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLanesParticipantStatsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLanesParticipantStatsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLanesResolvePostRequestBodyContentApplicationJsonSchemaPropertiesOriginRegionId":{"type":"string"},"DocPathsApiFreightLanesResolvePostRequestBodyContentApplicationJsonSchemaPropertiesDestinationRegionId":{"type":"string"},"DocPathsApiFreightLanesResolvePostRequestBodyContentApplicationJsonSchemaPropertiesOriginLocationId":{"type":"string"},"DocPathsApiFreightLanesResolvePostRequestBodyContentApplicationJsonSchemaPropertiesDestinationLocationId":{"type":"string"},"DocPathsApiFreightLanesResolvePostRequestBodyContentApplicationJsonSchemaPropertiesSourceAllOf0":{"type":"string","enum":["manual","shipment_publish","seed"]},"DocPathsApiFreightLanesResolvePostRequestBodyContentApplicationJsonSchemaPropertiesSource":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesResolvePostRequestBodyContentApplicationJsonSchemaPropertiesSourceAllOf0"}],"default":"manual"},"DocPathsApiFreightLanesResolvePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"originRegionId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesResolvePostRequestBodyContentApplicationJsonSchemaPropertiesOriginRegionId"},"destinationRegionId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesResolvePostRequestBodyContentApplicationJsonSchemaPropertiesDestinationRegionId"},"originLocationId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesResolvePostRequestBodyContentApplicationJsonSchemaPropertiesOriginLocationId"},"destinationLocationId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesResolvePostRequestBodyContentApplicationJsonSchemaPropertiesDestinationLocationId"},"source":{"$ref":"#/components/schemas/DocPathsApiFreightLanesResolvePostRequestBodyContentApplicationJsonSchemaPropertiesSource"}},"additionalProperties":false},"DocPathsApiFreightLanesResolvePostResponses200ContentApplicationJsonSchemaPropertiesLaneId":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesResolvePostResponses200ContentApplicationJsonSchemaPropertiesCreated":{"type":"boolean"},"DocPathsApiFreightLanesResolvePostResponses200ContentApplicationJsonSchemaPropertiesOriginRegionId":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesResolvePostResponses200ContentApplicationJsonSchemaPropertiesDestinationRegionId":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesResolvePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"laneId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesResolvePostResponses200ContentApplicationJsonSchemaPropertiesLaneId"},"created":{"$ref":"#/components/schemas/DocPathsApiFreightLanesResolvePostResponses200ContentApplicationJsonSchemaPropertiesCreated"},"originRegionId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesResolvePostResponses200ContentApplicationJsonSchemaPropertiesOriginRegionId"},"destinationRegionId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesResolvePostResponses200ContentApplicationJsonSchemaPropertiesDestinationRegionId"}},"required":["laneId","created","originRegionId","destinationRegionId"],"additionalProperties":false},"DocPathsApiFreightLanesResolvePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLanesResolvePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLanesResolvePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLanesResolvePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLanesResolvePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLanesResolvePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLanesResolvePostResponses422ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightLanesGetParameters0Schema":{"type":"number"},"DocPathsApiFreightLanesGetParameters1Schema":{"type":"number"},"DocPathsApiFreightLanesGetParameters2Schema":{"type":"string"},"DocPathsApiFreightLanesGetParameters3Schema":{"type":"string"},"DocPathsApiFreightLanesGetParameters4Schema":{"type":"string"},"DocPathsApiFreightLanesGetParameters5Schema":{"type":"string"},"DocPathsApiFreightLanesGetParameters6Schema":{"type":"string","enum":["direct_siding","via_terminal","road_only","unknown"]},"DocPathsApiFreightLanesGetParameters7Schema":{"type":"string","enum":["road","rail","intermodal"]},"DocPathsApiFreightLanesGetParameters8Schema":{"type":"string"},"DocPathsApiFreightLanesGetParameters9Schema":{"type":"string","enum":["originLabel","destinationLabel","roadDistanceKm","railDistanceKm","volumeRoadLast90d","volumeRailLast90d","updatedAt"]},"DocPathsApiFreightLanesGetParameters10Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginRegionId":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationRegionId":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginLabel":{"type":"string"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationLabel":{"type":"string"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginCentroidAnyOf0":{"type":"null"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginCentroidAnyOf1PropertiesLat":{"type":"number"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginCentroidAnyOf1PropertiesLng":{"type":"number"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginCentroidAnyOf1":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginCentroidAnyOf1PropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginCentroidAnyOf1PropertiesLng"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginCentroid":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginCentroidAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginCentroidAnyOf1"}]},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationCentroidAnyOf0":{"type":"null"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationCentroidAnyOf1PropertiesLat":{"type":"number"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationCentroidAnyOf1PropertiesLng":{"type":"number"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationCentroidAnyOf1":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationCentroidAnyOf1PropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationCentroidAnyOf1PropertiesLng"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationCentroid":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationCentroidAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationCentroidAnyOf1"}]},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoadDistanceKmAnyOf0":{"type":"null"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoadDistanceKmAnyOf1":{"type":"number"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoadDistanceKm":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoadDistanceKmAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoadDistanceKmAnyOf1"}]},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRailDistanceKmAnyOf0":{"type":"null"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRailDistanceKmAnyOf1":{"type":"number"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRailDistanceKm":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRailDistanceKmAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRailDistanceKmAnyOf1"}]},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDistanceSourceAnyOf0":{"type":"null"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDistanceSourceAnyOf1":{"type":"string"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDistanceSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDistanceSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDistanceSourceAnyOf1"}]},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDistanceSourceVersionAnyOf0":{"type":"null"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDistanceSourceVersionAnyOf1":{"type":"string"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDistanceSourceVersion":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDistanceSourceVersionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDistanceSourceVersionAnyOf1"}]},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDistanceUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDistanceUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDistanceUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDistanceUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDistanceUpdatedAtAnyOf1"}]},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRailFeasibility":{"type":"string","enum":["direct_siding","via_terminal","road_only","unknown"]},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNearestOriginTerminalIdAnyOf0":{"type":"null"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNearestOriginTerminalIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNearestOriginTerminalId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNearestOriginTerminalIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNearestOriginTerminalIdAnyOf1"}]},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNearestDestTerminalIdAnyOf0":{"type":"null"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNearestDestTerminalIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNearestDestTerminalId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNearestDestTerminalIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNearestDestTerminalIdAnyOf1"}]},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginLastMileKmAnyOf0":{"type":"null"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginLastMileKmAnyOf1":{"type":"number"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginLastMileKm":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginLastMileKmAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginLastMileKmAnyOf1"}]},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestLastMileKmAnyOf0":{"type":"null"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestLastMileKmAnyOf1":{"type":"number"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestLastMileKm":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestLastMileKmAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestLastMileKmAnyOf1"}]},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgPriceRoadPerTonAnyOf0":{"type":"null"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgPriceRoadPerTonAnyOf1":{"type":"number"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgPriceRoadPerTon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgPriceRoadPerTonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgPriceRoadPerTonAnyOf1"}]},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgPriceRailPerTonAnyOf0":{"type":"null"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgPriceRailPerTonAnyOf1":{"type":"number"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgPriceRailPerTon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgPriceRailPerTonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgPriceRailPerTonAnyOf1"}]},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgTransitRoadHoursAnyOf0":{"type":"null"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgTransitRoadHoursAnyOf1":{"type":"number"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgTransitRoadHours":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgTransitRoadHoursAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgTransitRoadHoursAnyOf1"}]},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgTransitRailHoursAnyOf0":{"type":"null"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgTransitRailHoursAnyOf1":{"type":"number"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgTransitRailHours":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgTransitRailHoursAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgTransitRailHoursAnyOf1"}]},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCo2RoadPerTonKmAnyOf0":{"type":"null"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCo2RoadPerTonKmAnyOf1":{"type":"number"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCo2RoadPerTonKm":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCo2RoadPerTonKmAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCo2RoadPerTonKmAnyOf1"}]},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCo2RailPerTonKmAnyOf0":{"type":"null"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCo2RailPerTonKmAnyOf1":{"type":"number"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCo2RailPerTonKm":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCo2RailPerTonKmAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCo2RailPerTonKmAnyOf1"}]},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVolumeRoadLast90d":{"type":"number"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVolumeRailLast90d":{"type":"number"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDemandSupplyRatioAnyOf0":{"type":"null"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDemandSupplyRatioAnyOf1":{"type":"number"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDemandSupplyRatio":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDemandSupplyRatioAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDemandSupplyRatioAnyOf1"}]},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecommendedModeAnyOf0":{"type":"null"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecommendedModeAnyOf1":{"type":"string","enum":["road","rail","intermodal"]},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecommendedMode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecommendedModeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecommendedModeAnyOf1"}]},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecommendationConfidenceAnyOf0":{"type":"null"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecommendationConfidenceAnyOf1":{"type":"number"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecommendationConfidence":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecommendationConfidenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecommendationConfidenceAnyOf1"}]},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecommendationUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecommendationUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecommendationUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecommendationUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecommendationUpdatedAtAnyOf1"}]},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"originRegionId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginRegionId"},"destinationRegionId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationRegionId"},"originLabel":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginLabel"},"destinationLabel":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationLabel"},"originCentroid":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginCentroid"},"destinationCentroid":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationCentroid"},"roadDistanceKm":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoadDistanceKm"},"railDistanceKm":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRailDistanceKm"},"distanceSource":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDistanceSource"},"distanceSourceVersion":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDistanceSourceVersion"},"distanceUpdatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDistanceUpdatedAt"},"railFeasibility":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRailFeasibility"},"nearestOriginTerminalId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNearestOriginTerminalId"},"nearestDestTerminalId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNearestDestTerminalId"},"originLastMileKm":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginLastMileKm"},"destLastMileKm":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestLastMileKm"},"avgPriceRoadPerTon":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgPriceRoadPerTon"},"avgPriceRailPerTon":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgPriceRailPerTon"},"avgTransitRoadHours":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgTransitRoadHours"},"avgTransitRailHours":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgTransitRailHours"},"co2RoadPerTonKm":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCo2RoadPerTonKm"},"co2RailPerTonKm":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCo2RailPerTonKm"},"volumeRoadLast90d":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVolumeRoadLast90d"},"volumeRailLast90d":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVolumeRailLast90d"},"demandSupplyRatio":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDemandSupplyRatio"},"recommendedMode":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecommendedMode"},"recommendationConfidence":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecommendationConfidence"},"recommendationUpdatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecommendationUpdatedAt"},"isActive":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","originRegionId","destinationRegionId","originLabel","destinationLabel","originCentroid","destinationCentroid","roadDistanceKm","railDistanceKm","distanceSource","distanceSourceVersion","distanceUpdatedAt","railFeasibility","nearestOriginTerminalId","nearestDestTerminalId","originLastMileKm","destLastMileKm","avgPriceRoadPerTon","avgPriceRailPerTon","avgTransitRoadHours","avgTransitRailHours","co2RoadPerTonKm","co2RailPerTonKm","volumeRoadLast90d","volumeRailLast90d","demandSupplyRatio","recommendedMode","recommendationConfidence","recommendationUpdatedAt","isActive","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiFreightLanesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLanesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLanesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLanesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLanesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLanesSnapshotsRebuildPostRequestBodyContentApplicationJsonSchemaPropertiesLaneId":{"type":"string"},"DocPathsApiFreightLanesSnapshotsRebuildPostRequestBodyContentApplicationJsonSchemaPropertiesDateFrom":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"DocPathsApiFreightLanesSnapshotsRebuildPostRequestBodyContentApplicationJsonSchemaPropertiesDateTo":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"DocPathsApiFreightLanesSnapshotsRebuildPostRequestBodyContentApplicationJsonSchemaPropertiesMode":{"type":"string","enum":["road","rail","intermodal"]},"DocPathsApiFreightLanesSnapshotsRebuildPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"laneId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesSnapshotsRebuildPostRequestBodyContentApplicationJsonSchemaPropertiesLaneId"},"dateFrom":{"$ref":"#/components/schemas/DocPathsApiFreightLanesSnapshotsRebuildPostRequestBodyContentApplicationJsonSchemaPropertiesDateFrom"},"dateTo":{"$ref":"#/components/schemas/DocPathsApiFreightLanesSnapshotsRebuildPostRequestBodyContentApplicationJsonSchemaPropertiesDateTo"},"mode":{"$ref":"#/components/schemas/DocPathsApiFreightLanesSnapshotsRebuildPostRequestBodyContentApplicationJsonSchemaPropertiesMode"}},"required":["dateFrom","dateTo"],"additionalProperties":false},"DocPathsApiFreightLanesSnapshotsRebuildPostResponses202ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiFreightLanesSnapshotsRebuildPostResponses202ContentApplicationJsonSchemaPropertiesProgressJobId":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesSnapshotsRebuildPostResponses202ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsApiFreightLanesSnapshotsRebuildPostResponses202ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightLanesSnapshotsRebuildPostResponses202ContentApplicationJsonSchemaPropertiesOk"},"progressJobId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesSnapshotsRebuildPostResponses202ContentApplicationJsonSchemaPropertiesProgressJobId"},"message":{"$ref":"#/components/schemas/DocPathsApiFreightLanesSnapshotsRebuildPostResponses202ContentApplicationJsonSchemaPropertiesMessage"}},"required":["ok","progressJobId","message"],"additionalProperties":false},"DocPathsApiFreightLanesSnapshotsRebuildPostResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightLanesSnapshotsRebuildPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLanesSnapshotsRebuildPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLanesSnapshotsRebuildPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLanesSnapshotsRebuildPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLanesSnapshotsRebuildPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLanesSnapshotsRebuildPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLanesRegionsIdGetParameters0Schema":{"type":"string"},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantIdAnyOf1"}]},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesName":{"type":"string"},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRegionTypeAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRegionTypeAnyOf1":{"type":"string","enum":["city","metro","voivodeship","country","custom"]},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRegionType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRegionTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRegionTypeAnyOf1"}]},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCountryCode":{"type":"string"},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCentroidAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCentroidAnyOf1PropertiesLat":{"type":"number"},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCentroidAnyOf1PropertiesLng":{"type":"number"},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCentroidAnyOf1":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCentroidAnyOf1PropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCentroidAnyOf1PropertiesLng"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCentroid":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCentroidAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCentroidAnyOf1"}]},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCentroidLatAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCentroidLatAnyOf1":{"type":"number"},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCentroidLat":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCentroidLatAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCentroidLatAnyOf1"}]},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCentroidLngAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCentroidLngAnyOf1":{"type":"number"},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCentroidLng":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCentroidLngAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCentroidLngAnyOf1"}]},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRadiusKmAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRadiusKmAnyOf1":{"type":"number"},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRadiusKm":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRadiusKmAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRadiusKmAnyOf1"}]},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesParentRegionIdAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesParentRegionIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesParentRegionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesParentRegionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesParentRegionIdAnyOf1"}]},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesResolutionPriority":{"type":"number"},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceAnyOf1":{"type":"string"},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceAnyOf1"}]},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceRevisionAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceRevisionAnyOf1":{"type":"string"},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceRevision":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceRevisionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceRevisionAnyOf1"}]},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesGeometryQualityAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesGeometryQualityAnyOf1":{"type":"string","enum":["boundary","bbox","centroid_radius"]},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesGeometryQuality":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesGeometryQualityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesGeometryQualityAnyOf1"}]},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf1"}]},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesBoundaryAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesBoundaryAnyOf1PropertiesType":{"type":"string","enum":["MultiPolygon"]},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesBoundaryAnyOf1PropertiesCoordinatesItemsItemsItemsPrefixItems0":{"type":"number"},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesBoundaryAnyOf1PropertiesCoordinatesItemsItemsItemsPrefixItems1":{"type":"number"},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesBoundaryAnyOf1PropertiesCoordinatesItemsItemsItems":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesBoundaryAnyOf1PropertiesCoordinatesItemsItemsItemsPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesBoundaryAnyOf1PropertiesCoordinatesItemsItemsItemsPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesBoundaryAnyOf1PropertiesCoordinatesItemsItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesBoundaryAnyOf1PropertiesCoordinatesItemsItemsItems"}},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesBoundaryAnyOf1PropertiesCoordinatesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesBoundaryAnyOf1PropertiesCoordinatesItemsItems"}},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesBoundaryAnyOf1PropertiesCoordinates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesBoundaryAnyOf1PropertiesCoordinatesItems"}},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesBoundaryAnyOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesBoundaryAnyOf1PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesBoundaryAnyOf1PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesBoundary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesBoundaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesBoundaryAnyOf1"}]},"DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"code":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCode"},"name":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesName"},"regionType":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRegionType"},"countryCode":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCountryCode"},"centroid":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCentroid"},"centroidLat":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCentroidLat"},"centroidLng":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCentroidLng"},"radiusKm":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRadiusKm"},"parentRegionId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesParentRegionId"},"resolutionPriority":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesResolutionPriority"},"source":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSource"},"sourceRevision":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceRevision"},"geometryQuality":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesGeometryQuality"},"isActive":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesIsActive"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"},"boundary":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses200ContentApplicationJsonSchemaPropertiesBoundary"}},"required":["id","tenantId","organizationId","code","name","regionType","countryCode","centroid","centroidLat","centroidLng","radiusKm","parentRegionId","resolutionPriority","source","sourceRevision","geometryQuality","isActive","createdAt","updatedAt","boundary"],"additionalProperties":false},"DocPathsApiFreightLanesRegionsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLanesRegionsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLanesRegionsIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLanesRegionsIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLanesRegionsIdGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightLanesRegionsOverlapPostRequestBodyContentApplicationJsonSchemaPropertiesBoundary":{},"DocPathsApiFreightLanesRegionsOverlapPostRequestBodyContentApplicationJsonSchemaPropertiesRegionType":{"type":"string","enum":["city","metro","voivodeship","country","custom"]},"DocPathsApiFreightLanesRegionsOverlapPostRequestBodyContentApplicationJsonSchemaPropertiesCountryCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiFreightLanesRegionsOverlapPostRequestBodyContentApplicationJsonSchemaPropertiesLimitAllOf0":{"type":"number"},"DocPathsApiFreightLanesRegionsOverlapPostRequestBodyContentApplicationJsonSchemaPropertiesLimit":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostRequestBodyContentApplicationJsonSchemaPropertiesLimitAllOf0"}],"default":50},"DocPathsApiFreightLanesRegionsOverlapPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"boundary":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostRequestBodyContentApplicationJsonSchemaPropertiesBoundary"},"regionType":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostRequestBodyContentApplicationJsonSchemaPropertiesRegionType"},"countryCode":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostRequestBodyContentApplicationJsonSchemaPropertiesCountryCode"},"limit":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostRequestBodyContentApplicationJsonSchemaPropertiesLimit"}},"required":["boundary"],"additionalProperties":false},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesCode":{"type":"string"},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesName":{"type":"string"},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesRegionTypeAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesRegionTypeAnyOf1":{"type":"string","enum":["city","metro","voivodeship","country","custom"]},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesRegionType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesRegionTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesRegionTypeAnyOf1"}]},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesCountryCode":{"type":"string"},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesCentroidAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesCentroidAnyOf1PropertiesLat":{"type":"number"},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesCentroidAnyOf1PropertiesLng":{"type":"number"},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesCentroidAnyOf1":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesCentroidAnyOf1PropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesCentroidAnyOf1PropertiesLng"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesCentroid":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesCentroidAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesCentroidAnyOf1"}]},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesCentroidLatAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesCentroidLatAnyOf1":{"type":"number"},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesCentroidLat":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesCentroidLatAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesCentroidLatAnyOf1"}]},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesCentroidLngAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesCentroidLngAnyOf1":{"type":"number"},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesCentroidLng":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesCentroidLngAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesCentroidLngAnyOf1"}]},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesRadiusKmAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesRadiusKmAnyOf1":{"type":"number"},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesRadiusKm":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesRadiusKmAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesRadiusKmAnyOf1"}]},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesParentRegionIdAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesParentRegionIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesParentRegionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesParentRegionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesParentRegionIdAnyOf1"}]},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesResolutionPriority":{"type":"number"},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesSourceAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesSourceAnyOf1":{"type":"string"},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesSourceAnyOf1"}]},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesSourceRevisionAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesSourceRevisionAnyOf1":{"type":"string"},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesSourceRevision":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesSourceRevisionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesSourceRevisionAnyOf1"}]},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesGeometryQualityAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesGeometryQualityAnyOf1":{"type":"string","enum":["boundary","bbox","centroid_radius"]},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesGeometryQuality":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesGeometryQualityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesGeometryQualityAnyOf1"}]},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesIsActive":{"type":"boolean"},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesOrganizationId"},"code":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesCode"},"name":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesName"},"regionType":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesRegionType"},"countryCode":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesCountryCode"},"centroid":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesCentroid"},"centroidLat":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesCentroidLat"},"centroidLng":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesCentroidLng"},"radiusKm":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesRadiusKm"},"parentRegionId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesParentRegionId"},"resolutionPriority":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesResolutionPriority"},"source":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesSource"},"sourceRevision":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesSourceRevision"},"geometryQuality":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesGeometryQuality"},"isActive":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesIsActive"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","code","name","regionType","countryCode","centroid","centroidLat","centroidLng","radiusKm","parentRegionId","resolutionPriority","source","sourceRevision","geometryQuality","isActive","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatches":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatchesItems"}},"DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"matches":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses200ContentApplicationJsonSchemaPropertiesMatches"}},"required":["matches"],"additionalProperties":false},"DocPathsApiFreightLanesRegionsOverlapPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLanesRegionsOverlapPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLanesRegionsOverlapPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLanesRegionsOverlapPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsOverlapPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLanesRegionsOverlapPostResponses422ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightLanesRegionsResolveGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesRegionsResolveGetParameters1Schema":{"type":"number"},"DocPathsApiFreightLanesRegionsResolveGetParameters2Schema":{"type":"number"},"DocPathsApiFreightLanesRegionsResolveGetParameters3Schema":{"type":"string","enum":["city","metro","voivodeship","country","custom"]},"DocPathsApiFreightLanesRegionsResolveGetParameters4Schema":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiFreightLanesRegionsResolveGetParameters5Schema":{"type":"string"},"DocPathsApiFreightLanesRegionsResolveGetParameters6Schema":{"type":"number"},"DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchemaPropertiesInputPropertiesLocationId":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchemaPropertiesInputPropertiesLat":{"type":"number"},"DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchemaPropertiesInputPropertiesLng":{"type":"number"},"DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchemaPropertiesInput":{"type":"object","properties":{"locationId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchemaPropertiesInputPropertiesLocationId"},"lat":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchemaPropertiesInputPropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchemaPropertiesInputPropertiesLng"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesCode":{"type":"string"},"DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesName":{"type":"string"},"DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesRegionTypeAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesRegionTypeAnyOf1":{"type":"string","enum":["city","metro","voivodeship","country","custom"]},"DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesRegionType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesRegionTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesRegionTypeAnyOf1"}]},"DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesCountryCode":{"type":"string"},"DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesGeometryQualityAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesGeometryQualityAnyOf1":{"type":"string","enum":["boundary","bbox","centroid_radius"]},"DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesGeometryQuality":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesGeometryQualityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesGeometryQualityAnyOf1"}]},"DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesMatchType":{"type":"string","enum":["contains","radius"]},"DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesResolutionPriority":{"type":"number"},"DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchemaPropertiesMatchesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesId"},"code":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesCode"},"name":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesName"},"regionType":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesRegionType"},"countryCode":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesCountryCode"},"geometryQuality":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesGeometryQuality"},"matchType":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesMatchType"},"resolutionPriority":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchemaPropertiesMatchesItemsPropertiesResolutionPriority"}},"required":["id","code","name","regionType","countryCode","geometryQuality","matchType","resolutionPriority"],"additionalProperties":false},"DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchemaPropertiesMatches":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchemaPropertiesMatchesItems"}},"DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"input":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchemaPropertiesInput"},"matches":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsResolveGetResponses200ContentApplicationJsonSchemaPropertiesMatches"}},"required":["input","matches"],"additionalProperties":false},"DocPathsApiFreightLanesRegionsResolveGetResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightLanesRegionsResolveGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLanesRegionsResolveGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsResolveGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLanesRegionsResolveGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLanesRegionsResolveGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsResolveGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLanesRegionsResolveGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightLanesRegionsResolveGetResponses422ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightLanesRegionsGetParameters0Schema":{"type":"number"},"DocPathsApiFreightLanesRegionsGetParameters1Schema":{"type":"number"},"DocPathsApiFreightLanesRegionsGetParameters2Schema":{"type":"string"},"DocPathsApiFreightLanesRegionsGetParameters3Schema":{"type":"string"},"DocPathsApiFreightLanesRegionsGetParameters4Schema":{"type":"string","enum":["city","metro","voivodeship","country","custom"]},"DocPathsApiFreightLanesRegionsGetParameters5Schema":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiFreightLanesRegionsGetParameters6Schema":{"type":"string"},"DocPathsApiFreightLanesRegionsGetParameters7Schema":{"type":"string","enum":["name","code","regionType","countryCode","updatedAt"]},"DocPathsApiFreightLanesRegionsGetParameters8Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode":{"type":"string"},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegionTypeAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegionTypeAnyOf1":{"type":"string","enum":["city","metro","voivodeship","country","custom"]},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegionType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegionTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegionTypeAnyOf1"}]},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountryCode":{"type":"string"},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCentroidAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCentroidAnyOf1PropertiesLat":{"type":"number"},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCentroidAnyOf1PropertiesLng":{"type":"number"},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCentroidAnyOf1":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCentroidAnyOf1PropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCentroidAnyOf1PropertiesLng"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCentroid":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCentroidAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCentroidAnyOf1"}]},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCentroidLatAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCentroidLatAnyOf1":{"type":"number"},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCentroidLat":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCentroidLatAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCentroidLatAnyOf1"}]},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCentroidLngAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCentroidLngAnyOf1":{"type":"number"},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCentroidLng":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCentroidLngAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCentroidLngAnyOf1"}]},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRadiusKmAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRadiusKmAnyOf1":{"type":"number"},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRadiusKm":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRadiusKmAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRadiusKmAnyOf1"}]},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentRegionIdAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentRegionIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentRegionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentRegionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentRegionIdAnyOf1"}]},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResolutionPriority":{"type":"number"},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf1":{"type":"string"},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf1"}]},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceRevisionAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceRevisionAnyOf1":{"type":"string"},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceRevision":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceRevisionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceRevisionAnyOf1"}]},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGeometryQualityAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGeometryQualityAnyOf1":{"type":"string","enum":["boundary","bbox","centroid_radius"]},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGeometryQuality":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGeometryQualityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGeometryQualityAnyOf1"}]},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"code":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode"},"name":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"regionType":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegionType"},"countryCode":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountryCode"},"centroid":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCentroid"},"centroidLat":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCentroidLat"},"centroidLng":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCentroidLng"},"radiusKm":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRadiusKm"},"parentRegionId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentRegionId"},"resolutionPriority":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResolutionPriority"},"source":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource"},"sourceRevision":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceRevision"},"geometryQuality":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGeometryQuality"},"isActive":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","code","name","regionType","countryCode","centroid","centroidLat","centroidLng","radiusKm","parentRegionId","resolutionPriority","source","sourceRevision","geometryQuality","isActive","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiFreightLanesRegionsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLanesRegionsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLanesRegionsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLanesRegionsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesCode":{"type":"string","pattern":"^[A-Z0-9][A-Z0-9_-]{1,63}$"},"DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesRegionType":{"type":"string","enum":["city","metro","voivodeship","country","custom"]},"DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesCountryCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesBoundaryAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesBoundary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesBoundaryAnyOf0"},{}]},"DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesCentroidAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesCentroidAnyOf1PropertiesLat":{"type":"number"},"DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesCentroidAnyOf1PropertiesLng":{"type":"number"},"DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesCentroidAnyOf1":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesCentroidAnyOf1PropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesCentroidAnyOf1PropertiesLng"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesCentroid":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesCentroidAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesCentroidAnyOf1"}]},"DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesRadiusKmAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesRadiusKmAnyOf1":{"type":"number"},"DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesRadiusKm":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesRadiusKmAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesRadiusKmAnyOf1"}]},"DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesParentRegionIdAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesParentRegionIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesParentRegionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesParentRegionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesParentRegionIdAnyOf1"}]},"DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesResolutionPriority":{"type":"number"},"DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceAnyOf1":{"type":"string","maxLength":255},"DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceAnyOf1"}]},"DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceRevisionAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceRevisionAnyOf1":{"type":"string","maxLength":255},"DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceRevision":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceRevisionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceRevisionAnyOf1"}]},"DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesGeometryQuality":{"type":"string","enum":["boundary","bbox","centroid_radius"]},"DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesCode"},"name":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"regionType":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesRegionType"},"countryCode":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesCountryCode"},"boundary":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesBoundary"},"centroid":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesCentroid"},"radiusKm":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesRadiusKm"},"parentRegionId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesParentRegionId"},"resolutionPriority":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesResolutionPriority"},"source":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesSource"},"sourceRevision":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceRevision"},"geometryQuality":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesGeometryQuality"},"isActive":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"}},"required":["code","name","regionType","countryCode","tenantId","organizationId"],"additionalProperties":false},"DocPathsApiFreightLanesRegionsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesRegionsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiFreightLanesRegionsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiFreightLanesRegionsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLanesRegionsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLanesRegionsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLanesRegionsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesCode":{"type":"string","pattern":"^[A-Z0-9][A-Z0-9_-]{1,63}$"},"DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesRegionType":{"type":"string","enum":["city","metro","voivodeship","country","custom"]},"DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesCountryCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesBoundaryAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesBoundary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesBoundaryAnyOf0"},{}]},"DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesCentroidAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesCentroidAnyOf1PropertiesLat":{"type":"number"},"DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesCentroidAnyOf1PropertiesLng":{"type":"number"},"DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesCentroidAnyOf1":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesCentroidAnyOf1PropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesCentroidAnyOf1PropertiesLng"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesCentroid":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesCentroidAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesCentroidAnyOf1"}]},"DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesRadiusKmAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesRadiusKmAnyOf1":{"type":"number"},"DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesRadiusKm":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesRadiusKmAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesRadiusKmAnyOf1"}]},"DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesParentRegionIdAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesParentRegionIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesParentRegionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesParentRegionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesParentRegionIdAnyOf1"}]},"DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesResolutionPriority":{"type":"number"},"DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesSourceAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesSourceAnyOf1":{"type":"string","maxLength":255},"DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesSourceAnyOf1"}]},"DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesSourceRevisionAnyOf0":{"type":"null"},"DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesSourceRevisionAnyOf1":{"type":"string","maxLength":255},"DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesSourceRevision":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesSourceRevisionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesSourceRevisionAnyOf1"}]},"DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesGeometryQuality":{"type":"string","enum":["boundary","bbox","centroid_radius"]},"DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"code":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesCode"},"name":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"regionType":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesRegionType"},"countryCode":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesCountryCode"},"boundary":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesBoundary"},"centroid":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesCentroid"},"radiusKm":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesRadiusKm"},"parentRegionId":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesParentRegionId"},"resolutionPriority":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesResolutionPriority"},"source":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesSource"},"sourceRevision":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesSourceRevision"},"geometryQuality":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesGeometryQuality"},"isActive":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["id"],"additionalProperties":false},"DocPathsApiFreightLanesRegionsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightLanesRegionsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiFreightLanesRegionsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLanesRegionsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLanesRegionsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLanesRegionsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLanesRegionsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiFreightLanesRegionsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiFreightLanesRegionsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightLanesRegionsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiFreightLanesRegionsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLanesRegionsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightLanesRegionsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightLanesRegionsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightLanesRegionsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesParticipantProfileId":{"type":"string"},"DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf0":{"type":"null"},"DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf1":{"type":"string"},"DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesLaneId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf1"}]},"DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprintAnyOf0":{"type":"null"},"DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprintAnyOf1":{"type":"string"},"DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprint":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprintAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprintAnyOf1"}]},"DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesScoreAnyOf0":{"type":"null"},"DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesScoreAnyOf1":{"type":"number"},"DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesScoreAnyOf1"}]},"DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesGradeAnyOf0":{"type":"null"},"DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesGradeAnyOf1":{"type":"string","enum":["A","B","C","D","F"]},"DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesGrade":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesGradeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesGradeAnyOf1"}]},"DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesConfidenceScore":{"type":"number"},"DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesAccessTier":{"type":"string","enum":["trusted","standard","manual_review","restricted"]},"DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesCalculationVersion":{"type":"string"},"DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesCalculatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesCalculatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesCalculatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesCalculatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesCalculatedAtAnyOf1"}]},"DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesReasonsItemsPropertiesCode":{"type":"string","enum":["strong_on_time_history","late_delivery_risk","deadline_missing","post_booking_cancellation_risk","compliance_verified","compliance_expiring","compliance_expired","compliance_rejected","compliance_missing","capability_unverified","insufficient_history","lane_history_strong","lane_history_low","score_scope_unavailable"]},"DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesReasonsItemsPropertiesSeverity":{"type":"string","enum":["positive","neutral","warning","critical"]},"DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesReasonsItemsPropertiesMessageKey":{"type":"string"},"DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesReasonsItemsPropertiesFactor":{"type":"string"},"DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesReasonsItemsPropertiesSourceCount":{"type":"number"},"DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesReasonsItems":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesReasonsItemsPropertiesCode"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesReasonsItemsPropertiesSeverity"},"messageKey":{"$ref":"#/components/schemas/DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesReasonsItemsPropertiesMessageKey"},"factor":{"$ref":"#/components/schemas/DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesReasonsItemsPropertiesFactor"},"sourceCount":{"$ref":"#/components/schemas/DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesReasonsItemsPropertiesSourceCount"}},"required":["code","severity","messageKey"],"additionalProperties":false},"DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesReasons":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesReasonsItems"}},"DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"participantProfileId":{"$ref":"#/components/schemas/DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesParticipantProfileId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationId"},"laneId":{"$ref":"#/components/schemas/DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesLaneId"},"laneFingerprint":{"$ref":"#/components/schemas/DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprint"},"score":{"$ref":"#/components/schemas/DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesScore"},"grade":{"$ref":"#/components/schemas/DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesGrade"},"confidenceScore":{"$ref":"#/components/schemas/DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesConfidenceScore"},"accessTier":{"$ref":"#/components/schemas/DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesAccessTier"},"calculationVersion":{"$ref":"#/components/schemas/DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesCalculationVersion"},"calculatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesCalculatedAt"},"reasons":{"$ref":"#/components/schemas/DocPathsApiFreightReputationEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesReasons"}},"required":["participantProfileId","carrierOrganizationId","laneId","laneFingerprint","score","grade","confidenceScore","accessTier","calculationVersion","calculatedAt","reasons"],"additionalProperties":false},"DocPathsApiFreightReputationEvaluatePostResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightReputationEvaluatePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightReputationEvaluatePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightReputationEvaluatePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightReputationEvaluatePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightReputationEvaluatePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightReputationEvaluatePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightReputationLaneScoresIdGetParameters0Schema":{"type":"string"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipantProfileId":{"type":"string"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipantLabelAnyOf0":{"type":"null"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipantLabelAnyOf1":{"type":"string"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipantLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipantLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipantLabelAnyOf1"}]},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipantTypeAnyOf0":{"type":"null"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipantTypeAnyOf1":{"type":"string"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipantType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipantTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipantTypeAnyOf1"}]},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomerEntityIdAnyOf0":{"type":"null"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomerEntityIdAnyOf1":{"type":"string"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomerEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomerEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomerEntityIdAnyOf1"}]},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomerDisplayNameAnyOf0":{"type":"null"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomerDisplayNameAnyOf1":{"type":"string"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomerDisplayName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomerDisplayNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomerDisplayNameAnyOf1"}]},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf0":{"type":"null"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf1":{"type":"string"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf1"}]},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprint":{"type":"string"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesModeAnyOf0":{"type":"null"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesModeAnyOf1":{"type":"string","enum":["road","rail","intermodal","any"]},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesMode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesModeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesModeAnyOf1"}]},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf0":{"type":"null"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf1":{"type":"string"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoSegment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf1"}]},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesWindowCode":{"type":"string","enum":["rolling_90d","rolling_365d","lifetime"]},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesPeriodStartAnyOf0":{"type":"null"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesPeriodStartAnyOf1":{"type":"string"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesPeriodStart":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesPeriodStartAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesPeriodStartAnyOf1"}]},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesPeriodEnd":{"type":"string"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesScoreAnyOf0":{"type":"null"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesScoreAnyOf1":{"type":"number"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesScoreAnyOf1"}]},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesGradeAnyOf0":{"type":"null"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesGradeAnyOf1":{"type":"string","enum":["A","B","C","D","F"]},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesGrade":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesGradeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesGradeAnyOf1"}]},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesConfidenceScore":{"type":"number"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesAccessTier":{"type":"string","enum":["trusted","standard","manual_review","restricted"]},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesCompletedShipmentCount":{"type":"number"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesCompletedShipmentCount90d":{"type":"number"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesTotalTons":{"type":"number"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesOnTimeDeliveryPctAnyOf0":{"type":"null"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesOnTimeDeliveryPctAnyOf1":{"type":"number"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesOnTimeDeliveryPct":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesOnTimeDeliveryPctAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesOnTimeDeliveryPctAnyOf1"}]},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesAvgTransitHoursAnyOf0":{"type":"null"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesAvgTransitHoursAnyOf1":{"type":"number"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesAvgTransitHours":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesAvgTransitHoursAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesAvgTransitHoursAnyOf1"}]},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesCalculationVersion":{"type":"string"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesCalculatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesCalculatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesCalculatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesCalculatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesCalculatedAtAnyOf1"}]},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItemsPropertiesFactor":{"type":"string"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItemsPropertiesScore":{"type":"number"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItemsPropertiesWeight":{"type":"number"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItemsPropertiesValueAnyOf0":{"type":"null"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItemsPropertiesValueAnyOf1":{"type":"number"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItemsPropertiesValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItemsPropertiesValueAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItemsPropertiesValueAnyOf1"}]},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItemsPropertiesDenominatorAnyOf0":{"type":"null"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItemsPropertiesDenominatorAnyOf1":{"type":"number"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItemsPropertiesDenominator":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItemsPropertiesDenominatorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItemsPropertiesDenominatorAnyOf1"}]},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItems":{"type":"object","properties":{"factor":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItemsPropertiesFactor"},"score":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItemsPropertiesScore"},"weight":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItemsPropertiesWeight"},"value":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItemsPropertiesValue"},"denominator":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItemsPropertiesDenominator"}},"required":["factor","score","weight"],"additionalProperties":false},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesFactors":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItems"}},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesReasonsItemsPropertiesCode":{"type":"string","enum":["strong_on_time_history","late_delivery_risk","deadline_missing","post_booking_cancellation_risk","compliance_verified","compliance_expiring","compliance_expired","compliance_rejected","compliance_missing","capability_unverified","insufficient_history","lane_history_strong","lane_history_low","score_scope_unavailable"]},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesReasonsItemsPropertiesSeverity":{"type":"string","enum":["positive","neutral","warning","critical"]},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesReasonsItemsPropertiesMessageKey":{"type":"string"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesReasonsItemsPropertiesFactor":{"type":"string"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesReasonsItemsPropertiesSourceCount":{"type":"number"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesReasonsItems":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesReasonsItemsPropertiesCode"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesReasonsItemsPropertiesSeverity"},"messageKey":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesReasonsItemsPropertiesMessageKey"},"factor":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesReasonsItemsPropertiesFactor"},"sourceCount":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesReasonsItemsPropertiesSourceCount"}},"required":["code","severity","messageKey"],"additionalProperties":false},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesReasons":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesReasonsItems"}},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceSnapshotAnyOf1"}]},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesInternalNotesAnyOf0":{"type":"null"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesInternalNotesAnyOf1":{"type":"string"},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesInternalNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesInternalNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesInternalNotesAnyOf1"}]},"DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"participantProfileId":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipantProfileId"},"participantLabel":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipantLabel"},"participantType":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipantType"},"customerEntityId":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomerEntityId"},"customerDisplayName":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomerDisplayName"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationId"},"laneId":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneId"},"laneFingerprint":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprint"},"mode":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesMode"},"cargoSegment":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoSegment"},"windowCode":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesWindowCode"},"periodStart":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesPeriodStart"},"periodEnd":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesPeriodEnd"},"score":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesScore"},"grade":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesGrade"},"confidenceScore":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesConfidenceScore"},"accessTier":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesAccessTier"},"completedShipmentCount":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesCompletedShipmentCount"},"completedShipmentCount90d":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesCompletedShipmentCount90d"},"totalTons":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesTotalTons"},"onTimeDeliveryPct":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesOnTimeDeliveryPct"},"avgTransitHours":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesAvgTransitHours"},"calculationVersion":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesCalculationVersion"},"calculatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesCalculatedAt"},"factors":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesFactors"},"reasons":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesReasons"},"sourceSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceSnapshot"},"internalNotes":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses200ContentApplicationJsonSchemaPropertiesInternalNotes"}},"required":["id","participantProfileId","participantLabel","participantType","customerEntityId","customerDisplayName","carrierOrganizationId","laneId","laneFingerprint","mode","cargoSegment","windowCode","periodStart","periodEnd","score","grade","confidenceScore","accessTier","completedShipmentCount","completedShipmentCount90d","totalTons","onTimeDeliveryPct","avgTransitHours","calculationVersion","calculatedAt","factors","reasons","sourceSnapshot"],"additionalProperties":false},"DocPathsApiFreightReputationLaneScoresIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightReputationLaneScoresIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightReputationLaneScoresIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightReputationLaneScoresIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightReputationLaneScoresIdGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightReputationLaneScoresGetParameters0Schema":{"type":"number"},"DocPathsApiFreightReputationLaneScoresGetParameters1Schema":{"type":"number"},"DocPathsApiFreightReputationLaneScoresGetParameters2Schema":{"type":"string","enum":["current","history"]},"DocPathsApiFreightReputationLaneScoresGetParameters3Schema":{"type":"string","maxLength":2048},"DocPathsApiFreightReputationLaneScoresGetParameters4Schema":{"type":"string","format":"uuid"},"DocPathsApiFreightReputationLaneScoresGetParameters5Schema":{"type":"string","format":"uuid"},"DocPathsApiFreightReputationLaneScoresGetParameters6Schema":{"type":"string","format":"uuid"},"DocPathsApiFreightReputationLaneScoresGetParameters7Schema":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiFreightReputationLaneScoresGetParameters8Schema":{"type":"string","enum":["road","rail","intermodal","any"]},"DocPathsApiFreightReputationLaneScoresGetParameters9Schema":{"type":"string","minLength":1,"maxLength":120},"DocPathsApiFreightReputationLaneScoresGetParameters10Schema":{"type":"string","enum":["rolling_90d","rolling_365d","lifetime"]},"DocPathsApiFreightReputationLaneScoresGetParameters11Schema":{"type":"string","enum":["A","B","C","D","F"]},"DocPathsApiFreightReputationLaneScoresGetParameters12Schema":{"type":"string","enum":["trusted","standard","manual_review","restricted"]},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantProfileId":{"type":"string"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantLabelAnyOf0":{"type":"null"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantLabelAnyOf1":{"type":"string"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantLabelAnyOf1"}]},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantTypeAnyOf0":{"type":"null"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantTypeAnyOf1":{"type":"string"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantTypeAnyOf1"}]},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityIdAnyOf0":{"type":"null"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityIdAnyOf1":{"type":"string"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityIdAnyOf1"}]},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerDisplayNameAnyOf0":{"type":"null"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerDisplayNameAnyOf1":{"type":"string"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerDisplayName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerDisplayNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerDisplayNameAnyOf1"}]},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneIdAnyOf0":{"type":"null"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneIdAnyOf1":{"type":"string"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneIdAnyOf1"}]},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneFingerprint":{"type":"string"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModeAnyOf0":{"type":"null"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModeAnyOf1":{"type":"string","enum":["road","rail","intermodal","any"]},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModeAnyOf1"}]},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegmentAnyOf0":{"type":"null"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegmentAnyOf1":{"type":"string"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegmentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegmentAnyOf1"}]},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWindowCode":{"type":"string","enum":["rolling_90d","rolling_365d","lifetime"]},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodStartAnyOf0":{"type":"null"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodStartAnyOf1":{"type":"string"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodStart":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodStartAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodStartAnyOf1"}]},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodEnd":{"type":"string"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScoreAnyOf0":{"type":"null"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScoreAnyOf1":{"type":"number"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScoreAnyOf1"}]},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGradeAnyOf0":{"type":"null"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGradeAnyOf1":{"type":"string","enum":["A","B","C","D","F"]},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrade":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGradeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGradeAnyOf1"}]},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfidenceScore":{"type":"number"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccessTier":{"type":"string","enum":["trusted","standard","manual_review","restricted"]},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompletedShipmentCount":{"type":"number"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompletedShipmentCount90d":{"type":"number"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalTons":{"type":"number"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOnTimeDeliveryPctAnyOf0":{"type":"null"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOnTimeDeliveryPctAnyOf1":{"type":"number"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOnTimeDeliveryPct":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOnTimeDeliveryPctAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOnTimeDeliveryPctAnyOf1"}]},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgTransitHoursAnyOf0":{"type":"null"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgTransitHoursAnyOf1":{"type":"number"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgTransitHours":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgTransitHoursAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgTransitHoursAnyOf1"}]},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculationVersion":{"type":"string"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculatedAtAnyOf1"}]},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"participantProfileId":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantProfileId"},"participantLabel":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantLabel"},"participantType":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantType"},"customerEntityId":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityId"},"customerDisplayName":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerDisplayName"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationId"},"laneId":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneId"},"laneFingerprint":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneFingerprint"},"mode":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMode"},"cargoSegment":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegment"},"windowCode":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWindowCode"},"periodStart":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodStart"},"periodEnd":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodEnd"},"score":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScore"},"grade":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrade"},"confidenceScore":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfidenceScore"},"accessTier":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccessTier"},"completedShipmentCount":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompletedShipmentCount"},"completedShipmentCount90d":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompletedShipmentCount90d"},"totalTons":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalTons"},"onTimeDeliveryPct":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOnTimeDeliveryPct"},"avgTransitHours":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvgTransitHours"},"calculationVersion":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculationVersion"},"calculatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculatedAt"}},"required":["id","participantProfileId","participantLabel","participantType","customerEntityId","customerDisplayName","carrierOrganizationId","laneId","laneFingerprint","mode","cargoSegment","windowCode","periodStart","periodEnd","score","grade","confidenceScore","accessTier","completedShipmentCount","completedShipmentCount90d","totalTons","onTimeDeliveryPct","avgTransitHours","calculationVersion","calculatedAt"],"additionalProperties":false},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"page":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"total":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses200ContentApplicationJsonSchemaPropertiesTotal"}},"required":["items","page","pageSize","total"],"additionalProperties":false},"DocPathsApiFreightReputationLaneScoresGetResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightReputationLaneScoresGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightReputationLaneScoresGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightReputationLaneScoresGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightReputationLaneScoresGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightReputationLaneScoresGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightReputationRecalculatePostResponses202ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiFreightReputationRecalculatePostResponses202ContentApplicationJsonSchemaPropertiesProgressJobId":{"type":"string"},"DocPathsApiFreightReputationRecalculatePostResponses202ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightReputationRecalculatePostResponses202ContentApplicationJsonSchemaPropertiesOk"},"progressJobId":{"$ref":"#/components/schemas/DocPathsApiFreightReputationRecalculatePostResponses202ContentApplicationJsonSchemaPropertiesProgressJobId"}},"required":["ok","progressJobId"],"additionalProperties":false},"DocPathsApiFreightReputationRecalculatePostResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightReputationRecalculatePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightReputationRecalculatePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightReputationRecalculatePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightReputationRecalculatePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightReputationRecalculatePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightReputationRecalculatePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightReputationScorecardsIdGetParameters0Schema":{"type":"string"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipantProfileId":{"type":"string"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipantLabelAnyOf0":{"type":"null"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipantLabelAnyOf1":{"type":"string"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipantLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipantLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipantLabelAnyOf1"}]},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipantTypeAnyOf0":{"type":"null"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipantTypeAnyOf1":{"type":"string"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipantType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipantTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipantTypeAnyOf1"}]},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomerEntityIdAnyOf0":{"type":"null"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomerEntityIdAnyOf1":{"type":"string"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomerEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomerEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomerEntityIdAnyOf1"}]},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomerDisplayNameAnyOf0":{"type":"null"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomerDisplayNameAnyOf1":{"type":"string"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomerDisplayName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomerDisplayNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomerDisplayNameAnyOf1"}]},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesWindowCode":{"type":"string","enum":["rolling_90d","rolling_365d","lifetime"]},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeriodStartAnyOf0":{"type":"null"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeriodStartAnyOf1":{"type":"string"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeriodStart":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeriodStartAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeriodStartAnyOf1"}]},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeriodEnd":{"type":"string"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesScoreAnyOf0":{"type":"null"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesScoreAnyOf1":{"type":"number"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesScoreAnyOf1"}]},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesGradeAnyOf0":{"type":"null"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesGradeAnyOf1":{"type":"string","enum":["A","B","C","D","F"]},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesGrade":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesGradeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesGradeAnyOf1"}]},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesConfidenceScore":{"type":"number"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesAccessTier":{"type":"string","enum":["trusted","standard","manual_review","restricted"]},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompletedShipmentCount":{"type":"number"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesComparableOnTimeCount":{"type":"number"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesOnTimeShipmentCount":{"type":"number"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesCancelledShipmentCount":{"type":"number"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesDocumentRequiredCount":{"type":"number"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesDocumentValidCount":{"type":"number"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesDocumentExpiredCount":{"type":"number"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesCalculationVersion":{"type":"string"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesCalculatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesCalculatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesCalculatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesCalculatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesCalculatedAtAnyOf1"}]},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItemsPropertiesFactor":{"type":"string"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItemsPropertiesScore":{"type":"number"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItemsPropertiesWeight":{"type":"number"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItemsPropertiesValueAnyOf0":{"type":"null"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItemsPropertiesValueAnyOf1":{"type":"number"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItemsPropertiesValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItemsPropertiesValueAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItemsPropertiesValueAnyOf1"}]},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItemsPropertiesDenominatorAnyOf0":{"type":"null"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItemsPropertiesDenominatorAnyOf1":{"type":"number"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItemsPropertiesDenominator":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItemsPropertiesDenominatorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItemsPropertiesDenominatorAnyOf1"}]},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItems":{"type":"object","properties":{"factor":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItemsPropertiesFactor"},"score":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItemsPropertiesScore"},"weight":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItemsPropertiesWeight"},"value":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItemsPropertiesValue"},"denominator":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItemsPropertiesDenominator"}},"required":["factor","score","weight"],"additionalProperties":false},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesFactors":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorsItems"}},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesReasonsItemsPropertiesCode":{"type":"string","enum":["strong_on_time_history","late_delivery_risk","deadline_missing","post_booking_cancellation_risk","compliance_verified","compliance_expiring","compliance_expired","compliance_rejected","compliance_missing","capability_unverified","insufficient_history","lane_history_strong","lane_history_low","score_scope_unavailable"]},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesReasonsItemsPropertiesSeverity":{"type":"string","enum":["positive","neutral","warning","critical"]},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesReasonsItemsPropertiesMessageKey":{"type":"string"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesReasonsItemsPropertiesFactor":{"type":"string"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesReasonsItemsPropertiesSourceCount":{"type":"number"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesReasonsItems":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesReasonsItemsPropertiesCode"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesReasonsItemsPropertiesSeverity"},"messageKey":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesReasonsItemsPropertiesMessageKey"},"factor":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesReasonsItemsPropertiesFactor"},"sourceCount":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesReasonsItemsPropertiesSourceCount"}},"required":["code","severity","messageKey"],"additionalProperties":false},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesReasons":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesReasonsItems"}},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceSnapshotAnyOf1"}]},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesInternalNotesAnyOf0":{"type":"null"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesInternalNotesAnyOf1":{"type":"string"},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesInternalNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesInternalNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesInternalNotesAnyOf1"}]},"DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"participantProfileId":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipantProfileId"},"participantLabel":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipantLabel"},"participantType":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipantType"},"customerEntityId":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomerEntityId"},"customerDisplayName":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomerDisplayName"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationId"},"windowCode":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesWindowCode"},"periodStart":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeriodStart"},"periodEnd":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeriodEnd"},"score":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesScore"},"grade":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesGrade"},"confidenceScore":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesConfidenceScore"},"accessTier":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesAccessTier"},"completedShipmentCount":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompletedShipmentCount"},"comparableOnTimeCount":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesComparableOnTimeCount"},"onTimeShipmentCount":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesOnTimeShipmentCount"},"cancelledShipmentCount":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesCancelledShipmentCount"},"documentRequiredCount":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesDocumentRequiredCount"},"documentValidCount":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesDocumentValidCount"},"documentExpiredCount":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesDocumentExpiredCount"},"calculationVersion":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesCalculationVersion"},"calculatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesCalculatedAt"},"factors":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesFactors"},"reasons":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesReasons"},"sourceSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceSnapshot"},"internalNotes":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses200ContentApplicationJsonSchemaPropertiesInternalNotes"}},"required":["id","participantProfileId","participantLabel","participantType","customerEntityId","customerDisplayName","carrierOrganizationId","windowCode","periodStart","periodEnd","score","grade","confidenceScore","accessTier","completedShipmentCount","comparableOnTimeCount","onTimeShipmentCount","cancelledShipmentCount","documentRequiredCount","documentValidCount","documentExpiredCount","calculationVersion","calculatedAt","factors","reasons","sourceSnapshot"],"additionalProperties":false},"DocPathsApiFreightReputationScorecardsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightReputationScorecardsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightReputationScorecardsIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightReputationScorecardsIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightReputationScorecardsIdGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightReputationScorecardsGetParameters0Schema":{"type":"number"},"DocPathsApiFreightReputationScorecardsGetParameters1Schema":{"type":"number"},"DocPathsApiFreightReputationScorecardsGetParameters2Schema":{"type":"string","enum":["current","history"]},"DocPathsApiFreightReputationScorecardsGetParameters3Schema":{"type":"string","maxLength":2048},"DocPathsApiFreightReputationScorecardsGetParameters4Schema":{"type":"string","format":"uuid"},"DocPathsApiFreightReputationScorecardsGetParameters5Schema":{"type":"string","format":"uuid"},"DocPathsApiFreightReputationScorecardsGetParameters6Schema":{"type":"string","enum":["rolling_90d","rolling_365d","lifetime"]},"DocPathsApiFreightReputationScorecardsGetParameters7Schema":{"type":"string","enum":["A","B","C","D","F"]},"DocPathsApiFreightReputationScorecardsGetParameters8Schema":{"type":"string","enum":["trusted","standard","manual_review","restricted"]},"DocPathsApiFreightReputationScorecardsGetParameters9Schema":{"type":"number"},"DocPathsApiFreightReputationScorecardsGetParameters10Schema":{"type":"number"},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantProfileId":{"type":"string"},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantLabelAnyOf0":{"type":"null"},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantLabelAnyOf1":{"type":"string"},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantLabelAnyOf1"}]},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantTypeAnyOf0":{"type":"null"},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantTypeAnyOf1":{"type":"string"},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantTypeAnyOf1"}]},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityIdAnyOf0":{"type":"null"},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityIdAnyOf1":{"type":"string"},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityIdAnyOf1"}]},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerDisplayNameAnyOf0":{"type":"null"},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerDisplayNameAnyOf1":{"type":"string"},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerDisplayName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerDisplayNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerDisplayNameAnyOf1"}]},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWindowCode":{"type":"string","enum":["rolling_90d","rolling_365d","lifetime"]},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodStartAnyOf0":{"type":"null"},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodStartAnyOf1":{"type":"string"},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodStart":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodStartAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodStartAnyOf1"}]},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodEnd":{"type":"string"},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScoreAnyOf0":{"type":"null"},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScoreAnyOf1":{"type":"number"},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScoreAnyOf1"}]},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGradeAnyOf0":{"type":"null"},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGradeAnyOf1":{"type":"string","enum":["A","B","C","D","F"]},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrade":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGradeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGradeAnyOf1"}]},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfidenceScore":{"type":"number"},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccessTier":{"type":"string","enum":["trusted","standard","manual_review","restricted"]},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompletedShipmentCount":{"type":"number"},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComparableOnTimeCount":{"type":"number"},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOnTimeShipmentCount":{"type":"number"},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelledShipmentCount":{"type":"number"},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDocumentRequiredCount":{"type":"number"},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDocumentValidCount":{"type":"number"},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDocumentExpiredCount":{"type":"number"},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculationVersion":{"type":"string"},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculatedAtAnyOf1"}]},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"participantProfileId":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantProfileId"},"participantLabel":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantLabel"},"participantType":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantType"},"customerEntityId":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityId"},"customerDisplayName":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerDisplayName"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationId"},"windowCode":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWindowCode"},"periodStart":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodStart"},"periodEnd":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodEnd"},"score":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScore"},"grade":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrade"},"confidenceScore":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfidenceScore"},"accessTier":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccessTier"},"completedShipmentCount":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompletedShipmentCount"},"comparableOnTimeCount":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComparableOnTimeCount"},"onTimeShipmentCount":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOnTimeShipmentCount"},"cancelledShipmentCount":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelledShipmentCount"},"documentRequiredCount":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDocumentRequiredCount"},"documentValidCount":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDocumentValidCount"},"documentExpiredCount":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDocumentExpiredCount"},"calculationVersion":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculationVersion"},"calculatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculatedAt"}},"required":["id","participantProfileId","participantLabel","participantType","customerEntityId","customerDisplayName","carrierOrganizationId","windowCode","periodStart","periodEnd","score","grade","confidenceScore","accessTier","completedShipmentCount","comparableOnTimeCount","onTimeShipmentCount","cancelledShipmentCount","documentRequiredCount","documentValidCount","documentExpiredCount","calculationVersion","calculatedAt"],"additionalProperties":false},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"page":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"total":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"}},"required":["items","page","pageSize","total"],"additionalProperties":false},"DocPathsApiFreightReputationScorecardsGetResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightReputationScorecardsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightReputationScorecardsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightReputationScorecardsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightReputationScorecardsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightReputationScorecardsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightCargoIdHistoryGetParameters0Schema":{"type":"string"},"DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoIdAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoIdAnyOf1":{"type":"string"},"DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoIdAnyOf1"}]},"DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEventType":{"type":"string"},"DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModeAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModeAnyOf1":{"type":"string"},"DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModeAnyOf1"}]},"DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHappenedAtAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHappenedAtAnyOf1":{"type":"string"},"DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHappenedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHappenedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHappenedAtAnyOf1"}]},"DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf1":{"type":"string"},"DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf1"}]},"DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf1":{"type":"string"},"DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf1"}]},"DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"cargoId":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoId"},"eventType":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEventType"},"mode":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMode"},"happenedAt":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHappenedAt"},"source":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource"},"notes":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotes"}},"required":["id","cargoId","eventType","mode","happenedAt","source","notes"],"additionalProperties":false},"DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiFreightCargoIdHistoryGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightCargoIdHistoryGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdHistoryGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightCargoIdHistoryGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightCargoIdHistoryGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdHistoryGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightCargoIdLocationPatchParameters0Schema":{"type":"string"},"DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLocationIdAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLocationIdAnyOf1":{"type":"string"},"DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLocationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLocationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLocationIdAnyOf1"}]},"DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLabelAnyOf1":{"type":"string","maxLength":191},"DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLabelAnyOf1"}]},"DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesCodeAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesCodeAnyOf1":{"type":"string","maxLength":64},"DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesCodeAnyOf1"}]},"DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLatitudeAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLatitudeAnyOf1":{"type":"number"},"DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLatitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLatitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLatitudeAnyOf1"}]},"DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLongitudeAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLongitudeAnyOf1":{"type":"number"},"DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLongitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLongitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLongitudeAnyOf1"}]},"DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesSourceAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesSourceAnyOf1":{"type":"string","maxLength":64},"DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesSourceAnyOf1"}]},"DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1":{"type":"object","properties":{"locationId":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLocationId"},"label":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLabel"},"code":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesCode"},"latitude":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLongitude"},"source":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesSource"}},"additionalProperties":false},"DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocation":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1"}]},"DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentModeAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentModeAnyOf1":{"type":"string","enum":["road","sea","rail","air","warehouse","terminal"]},"DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentMode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentModeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentModeAnyOf1"}]},"DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesLastEventAtAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesLastEventAtAnyOf1OneOf0":{"type":"string","format":"datetime"},"DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesLastEventAtAnyOf1OneOf1":{"type":"string","format":"date-time"},"DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesLastEventAtAnyOf1":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesLastEventAtAnyOf1OneOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesLastEventAtAnyOf1OneOf1"}]},"DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesLastEventAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesLastEventAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesLastEventAtAnyOf1"}]},"DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesSourceAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesSourceAnyOf1":{"type":"string","maxLength":64},"DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesSourceAnyOf1"}]},"DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1":{"type":"string","maxLength":500},"DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1"}]},"DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"currentLocation":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocation"},"currentMode":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesCurrentMode"},"lastEventAt":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesLastEventAt"},"source":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesSource"},"notes":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchRequestBodyContentApplicationJsonSchemaPropertiesNotes"}},"additionalProperties":false},"DocPathsApiFreightCargoIdLocationPatchResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightCargoIdLocationPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightCargoIdLocationPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightCargoIdLocationPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightCargoIdLocationPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdLocationPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightCargoIdGetParameters0Schema":{"type":"string"},"DocPathsApiFreightCargoIdGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightCargoIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightCargoIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightCargoIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightCargoIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightCargoIdGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightCargoIdPutParameters0Schema":{"type":"string"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCargoType":{"type":"string","enum":["container","pallet","bulk","general"]},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesReferenceNumber":{"type":"string","minLength":1,"maxLength":191},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesContainerNumberAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesContainerNumberAnyOf1":{"type":"string","maxLength":32},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesContainerNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesContainerNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesContainerNumberAnyOf1"}]},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesContainerSizeTypeAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesContainerSizeTypeAnyOf1":{"type":"string","maxLength":32},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesContainerSizeType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesContainerSizeTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesContainerSizeTypeAnyOf1"}]},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesSealNumberAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesSealNumberAnyOf1":{"type":"string","maxLength":64},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesSealNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesSealNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesSealNumberAnyOf1"}]},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesGs1SsccAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesGs1SsccAnyOf1":{"type":"string","maxLength":32},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesGs1Sscc":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesGs1SsccAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesGs1SsccAnyOf1"}]},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesPalletCountAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesPalletCountAnyOf1":{"type":"number"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesPalletCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesPalletCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesPalletCountAnyOf1"}]},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesPalletTypeAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesPalletTypeAnyOf1":{"type":"string","maxLength":64},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesPalletType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesPalletTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesPalletTypeAnyOf1"}]},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesPalletStackable":{},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesBulkMaterialAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesBulkMaterialAnyOf1":{"type":"string","maxLength":191},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesBulkMaterial":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesBulkMaterialAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesBulkMaterialAnyOf1"}]},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesBulkUnitAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesBulkUnitAnyOf1":{"type":"string","maxLength":32},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesBulkUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesBulkUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesBulkUnitAnyOf1"}]},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesBulkQuantityAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesBulkQuantityAnyOf1":{"type":"number"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesBulkQuantity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesBulkQuantityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesBulkQuantityAnyOf1"}]},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesWeightKgAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesWeightKgAnyOf1":{"type":"number"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesWeightKg":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesWeightKgAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesWeightKgAnyOf1"}]},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesVolumeM3AnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesVolumeM3AnyOf1":{"type":"number"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesVolumeM3":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesVolumeM3AnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesVolumeM3AnyOf1"}]},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesPackageCountAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesPackageCountAnyOf1":{"type":"number"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesPackageCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesPackageCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesPackageCountAnyOf1"}]},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesIsDangerousAllOf0":{"type":"boolean"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesIsDangerous":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesIsDangerousAllOf0"}],"default":false},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsUnNumberAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsUnNumberAnyOf1":{"type":"string","maxLength":32},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsUnNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsUnNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsUnNumberAnyOf1"}]},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsClassAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsClassAnyOf1":{"type":"string","maxLength":32},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsClass":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsClassAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsClassAnyOf1"}]},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsPackingGroupAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsPackingGroupAnyOf1":{"type":"string","maxLength":32},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsPackingGroup":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsPackingGroupAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsPackingGroupAnyOf1"}]},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsNotesAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsNotesAnyOf1":{"type":"string","maxLength":1000},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsNotesAnyOf1"}]},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesRequiresTempControlAllOf0":{"type":"boolean"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesRequiresTempControl":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesRequiresTempControlAllOf0"}],"default":false},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesTempMinCAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesTempMinCAnyOf1":{"type":"number"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesTempMinC":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesTempMinCAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesTempMinCAnyOf1"}]},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesTempMaxCAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesTempMaxCAnyOf1":{"type":"number"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesTempMaxC":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesTempMaxCAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesTempMaxCAnyOf1"}]},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLocationIdAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLocationIdAnyOf1":{"type":"string"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLocationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLocationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLocationIdAnyOf1"}]},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLabelAnyOf1":{"type":"string","maxLength":191},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLabelAnyOf1"}]},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesCodeAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesCodeAnyOf1":{"type":"string","maxLength":64},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesCodeAnyOf1"}]},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLatitudeAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLatitudeAnyOf1":{"type":"number"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLatitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLatitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLatitudeAnyOf1"}]},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLongitudeAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLongitudeAnyOf1":{"type":"number"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLongitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLongitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLongitudeAnyOf1"}]},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesSourceAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesSourceAnyOf1":{"type":"string","maxLength":64},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesSourceAnyOf1"}]},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1":{"type":"object","properties":{"locationId":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLocationId"},"label":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLabel"},"code":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesCode"},"latitude":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLongitude"},"source":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesSource"}},"additionalProperties":false},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocation":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1"}]},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentModeAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentModeAnyOf1":{"type":"string","enum":["road","sea","rail","air","warehouse","terminal"]},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentMode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentModeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentModeAnyOf1"}]},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesLastEventAtAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesLastEventAtAnyOf1OneOf0":{"type":"string","format":"datetime"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesLastEventAtAnyOf1OneOf1":{"type":"string","format":"date-time"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesLastEventAtAnyOf1":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesLastEventAtAnyOf1OneOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesLastEventAtAnyOf1OneOf1"}]},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesLastEventAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesLastEventAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesLastEventAtAnyOf1"}]},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf1"}]},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesSalesShipmentIdAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesSalesShipmentIdAnyOf1":{"type":"string"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesSalesShipmentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesSalesShipmentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesSalesShipmentIdAnyOf1"}]},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesExecutionReferenceKindAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesExecutionReferenceKindAnyOf1":{"type":"string","maxLength":64},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesExecutionReferenceKind":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesExecutionReferenceKindAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesExecutionReferenceKindAnyOf1"}]},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesExecutionReferenceIdAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesExecutionReferenceIdAnyOf1":{"type":"string","maxLength":191},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesExecutionReferenceId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesExecutionReferenceIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesExecutionReferenceIdAnyOf1"}]},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesRelationshipAllOf0":{"type":"string","minLength":1,"maxLength":64},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesRelationship":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesRelationshipAllOf0"}],"default":"primary"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesNotesAnyOf0":{"type":"null"},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesNotesAnyOf1":{"type":"string","maxLength":500},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesNotesAnyOf1"}]},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0Items":{"type":"object","properties":{"salesShipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesSalesShipmentId"},"executionReferenceKind":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesExecutionReferenceKind"},"executionReferenceId":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesExecutionReferenceId"},"relationship":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesRelationship"},"notes":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesNotes"}},"additionalProperties":false},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0Items"},"maxItems":25},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesAssignments":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0"}],"default":[]},"DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"cargoType":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCargoType"},"referenceNumber":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesReferenceNumber"},"description":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"containerNumber":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesContainerNumber"},"containerSizeType":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesContainerSizeType"},"sealNumber":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesSealNumber"},"gs1Sscc":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesGs1Sscc"},"palletCount":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesPalletCount"},"palletType":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesPalletType"},"palletStackable":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesPalletStackable"},"bulkMaterial":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesBulkMaterial"},"bulkUnit":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesBulkUnit"},"bulkQuantity":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesBulkQuantity"},"weightKg":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesWeightKg"},"volumeM3":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesVolumeM3"},"packageCount":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesPackageCount"},"isDangerous":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesIsDangerous"},"dangerousGoodsUnNumber":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsUnNumber"},"dangerousGoodsClass":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsClass"},"dangerousGoodsPackingGroup":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsPackingGroup"},"dangerousGoodsNotes":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsNotes"},"requiresTempControl":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesRequiresTempControl"},"tempMinC":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesTempMinC"},"tempMaxC":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesTempMaxC"},"currentLocation":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocation"},"currentMode":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentMode"},"lastEventAt":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesLastEventAt"},"metadata":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata"},"assignments":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutRequestBodyContentApplicationJsonSchemaPropertiesAssignments"}},"required":["cargoType","referenceNumber","palletStackable"],"additionalProperties":false},"DocPathsApiFreightCargoIdPutResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightCargoIdPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutResponses200ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiFreightCargoIdPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightCargoIdPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightCargoIdPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightCargoIdPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightCargoIdPutResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightCargoIdDeleteParameters0Schema":{"type":"string"},"DocPathsApiFreightCargoIdDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightCargoIdDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiFreightCargoIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightCargoIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightCargoIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightCargoIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightCargoIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightCargoIdDeleteResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoType":{"type":"string"},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReferenceNumber":{"type":"string"},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrentModeAnyOf0":{"type":"null"},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrentModeAnyOf1":{"type":"string"},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrentMode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrentModeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrentModeAnyOf1"}]},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastEventAtAnyOf0":{"type":"null"},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastEventAtAnyOf1":{"type":"string"},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastEventAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastEventAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastEventAtAnyOf1"}]},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesCargoIdAnyOf0":{"type":"null"},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesCargoIdAnyOf1":{"type":"string"},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesCargoId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesCargoIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesCargoIdAnyOf1"}]},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesSalesShipmentIdAnyOf0":{"type":"null"},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesSalesShipmentIdAnyOf1":{"type":"string"},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesSalesShipmentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesSalesShipmentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesSalesShipmentIdAnyOf1"}]},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesExecutionReferenceKindAnyOf0":{"type":"null"},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesExecutionReferenceKindAnyOf1":{"type":"string"},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesExecutionReferenceKind":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesExecutionReferenceKindAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesExecutionReferenceKindAnyOf1"}]},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesExecutionReferenceIdAnyOf0":{"type":"null"},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesExecutionReferenceIdAnyOf1":{"type":"string"},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesExecutionReferenceId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesExecutionReferenceIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesExecutionReferenceIdAnyOf1"}]},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesRelationship":{"type":"string"},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesNotesAnyOf0":{"type":"null"},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesNotesAnyOf1":{"type":"string"},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesNotesAnyOf1"}]},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesId"},"cargoId":{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesCargoId"},"salesShipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesSalesShipmentId"},"executionReferenceKind":{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesExecutionReferenceKind"},"executionReferenceId":{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesExecutionReferenceId"},"relationship":{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesRelationship"},"notes":{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesNotes"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesUpdatedAt"}},"required":["id","cargoId","salesShipmentId","executionReferenceKind","executionReferenceId","relationship","notes","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignments":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItems"}},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"cargoType":{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoType"},"referenceNumber":{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReferenceNumber"},"currentMode":{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrentMode"},"lastEventAt":{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastEventAt"},"assignments":{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignments"}},"required":["id","cargoType","referenceNumber","currentMode","lastEventAt","assignments"],"additionalProperties":false},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiFreightCargoGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightCargoGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightCargoGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightCargoGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightCargoGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCargoType":{"type":"string","enum":["container","pallet","bulk","general"]},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesReferenceNumber":{"type":"string","minLength":1,"maxLength":191},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesContainerNumberAnyOf0":{"type":"null"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesContainerNumberAnyOf1":{"type":"string","maxLength":32},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesContainerNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesContainerNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesContainerNumberAnyOf1"}]},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesContainerSizeTypeAnyOf0":{"type":"null"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesContainerSizeTypeAnyOf1":{"type":"string","maxLength":32},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesContainerSizeType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesContainerSizeTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesContainerSizeTypeAnyOf1"}]},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesSealNumberAnyOf0":{"type":"null"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesSealNumberAnyOf1":{"type":"string","maxLength":64},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesSealNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesSealNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesSealNumberAnyOf1"}]},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesGs1SsccAnyOf0":{"type":"null"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesGs1SsccAnyOf1":{"type":"string","maxLength":32},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesGs1Sscc":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesGs1SsccAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesGs1SsccAnyOf1"}]},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesPalletCountAnyOf0":{"type":"null"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesPalletCountAnyOf1":{"type":"number"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesPalletCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesPalletCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesPalletCountAnyOf1"}]},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesPalletTypeAnyOf0":{"type":"null"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesPalletTypeAnyOf1":{"type":"string","maxLength":64},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesPalletType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesPalletTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesPalletTypeAnyOf1"}]},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesPalletStackable":{},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesBulkMaterialAnyOf0":{"type":"null"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesBulkMaterialAnyOf1":{"type":"string","maxLength":191},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesBulkMaterial":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesBulkMaterialAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesBulkMaterialAnyOf1"}]},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesBulkUnitAnyOf0":{"type":"null"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesBulkUnitAnyOf1":{"type":"string","maxLength":32},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesBulkUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesBulkUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesBulkUnitAnyOf1"}]},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesBulkQuantityAnyOf0":{"type":"null"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesBulkQuantityAnyOf1":{"type":"number"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesBulkQuantity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesBulkQuantityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesBulkQuantityAnyOf1"}]},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesWeightKgAnyOf0":{"type":"null"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesWeightKgAnyOf1":{"type":"number"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesWeightKg":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesWeightKgAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesWeightKgAnyOf1"}]},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesVolumeM3AnyOf0":{"type":"null"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesVolumeM3AnyOf1":{"type":"number"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesVolumeM3":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesVolumeM3AnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesVolumeM3AnyOf1"}]},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesPackageCountAnyOf0":{"type":"null"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesPackageCountAnyOf1":{"type":"number"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesPackageCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesPackageCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesPackageCountAnyOf1"}]},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesIsDangerousAllOf0":{"type":"boolean"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesIsDangerous":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesIsDangerousAllOf0"}],"default":false},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsUnNumberAnyOf0":{"type":"null"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsUnNumberAnyOf1":{"type":"string","maxLength":32},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsUnNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsUnNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsUnNumberAnyOf1"}]},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsClassAnyOf0":{"type":"null"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsClassAnyOf1":{"type":"string","maxLength":32},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsClass":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsClassAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsClassAnyOf1"}]},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsPackingGroupAnyOf0":{"type":"null"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsPackingGroupAnyOf1":{"type":"string","maxLength":32},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsPackingGroup":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsPackingGroupAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsPackingGroupAnyOf1"}]},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsNotesAnyOf0":{"type":"null"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsNotesAnyOf1":{"type":"string","maxLength":1000},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsNotesAnyOf1"}]},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesRequiresTempControlAllOf0":{"type":"boolean"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesRequiresTempControl":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesRequiresTempControlAllOf0"}],"default":false},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesTempMinCAnyOf0":{"type":"null"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesTempMinCAnyOf1":{"type":"number"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesTempMinC":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesTempMinCAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesTempMinCAnyOf1"}]},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesTempMaxCAnyOf0":{"type":"null"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesTempMaxCAnyOf1":{"type":"number"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesTempMaxC":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesTempMaxCAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesTempMaxCAnyOf1"}]},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf0":{"type":"null"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLocationIdAnyOf0":{"type":"null"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLocationIdAnyOf1":{"type":"string"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLocationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLocationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLocationIdAnyOf1"}]},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLabelAnyOf1":{"type":"string","maxLength":191},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLabelAnyOf1"}]},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesCodeAnyOf0":{"type":"null"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesCodeAnyOf1":{"type":"string","maxLength":64},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesCodeAnyOf1"}]},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLatitudeAnyOf0":{"type":"null"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLatitudeAnyOf1":{"type":"number"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLatitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLatitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLatitudeAnyOf1"}]},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLongitudeAnyOf0":{"type":"null"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLongitudeAnyOf1":{"type":"number"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLongitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLongitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLongitudeAnyOf1"}]},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesSourceAnyOf0":{"type":"null"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesSourceAnyOf1":{"type":"string","maxLength":64},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesSourceAnyOf1"}]},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1":{"type":"object","properties":{"locationId":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLocationId"},"label":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLabel"},"code":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesCode"},"latitude":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesLongitude"},"source":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1PropertiesSource"}},"additionalProperties":false},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocation":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocationAnyOf1"}]},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentModeAnyOf0":{"type":"null"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentModeAnyOf1":{"type":"string","enum":["road","sea","rail","air","warehouse","terminal"]},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentMode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentModeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentModeAnyOf1"}]},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesLastEventAtAnyOf0":{"type":"null"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesLastEventAtAnyOf1OneOf0":{"type":"string","format":"datetime"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesLastEventAtAnyOf1OneOf1":{"type":"string","format":"date-time"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesLastEventAtAnyOf1":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesLastEventAtAnyOf1OneOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesLastEventAtAnyOf1OneOf1"}]},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesLastEventAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesLastEventAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesLastEventAtAnyOf1"}]},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf1"}]},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesSalesShipmentIdAnyOf0":{"type":"null"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesSalesShipmentIdAnyOf1":{"type":"string"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesSalesShipmentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesSalesShipmentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesSalesShipmentIdAnyOf1"}]},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesExecutionReferenceKindAnyOf0":{"type":"null"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesExecutionReferenceKindAnyOf1":{"type":"string","maxLength":64},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesExecutionReferenceKind":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesExecutionReferenceKindAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesExecutionReferenceKindAnyOf1"}]},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesExecutionReferenceIdAnyOf0":{"type":"null"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesExecutionReferenceIdAnyOf1":{"type":"string","maxLength":191},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesExecutionReferenceId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesExecutionReferenceIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesExecutionReferenceIdAnyOf1"}]},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesRelationshipAllOf0":{"type":"string","minLength":1,"maxLength":64},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesRelationship":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesRelationshipAllOf0"}],"default":"primary"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesNotesAnyOf0":{"type":"null"},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesNotesAnyOf1":{"type":"string","maxLength":500},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesNotesAnyOf1"}]},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0Items":{"type":"object","properties":{"salesShipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesSalesShipmentId"},"executionReferenceKind":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesExecutionReferenceKind"},"executionReferenceId":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesExecutionReferenceId"},"relationship":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesRelationship"},"notes":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0ItemsPropertiesNotes"}},"additionalProperties":false},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0Items"},"maxItems":25},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesAssignments":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsAllOf0"}],"default":[]},"DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"cargoType":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCargoType"},"referenceNumber":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesReferenceNumber"},"description":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"containerNumber":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesContainerNumber"},"containerSizeType":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesContainerSizeType"},"sealNumber":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesSealNumber"},"gs1Sscc":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesGs1Sscc"},"palletCount":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesPalletCount"},"palletType":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesPalletType"},"palletStackable":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesPalletStackable"},"bulkMaterial":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesBulkMaterial"},"bulkUnit":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesBulkUnit"},"bulkQuantity":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesBulkQuantity"},"weightKg":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesWeightKg"},"volumeM3":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesVolumeM3"},"packageCount":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesPackageCount"},"isDangerous":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesIsDangerous"},"dangerousGoodsUnNumber":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsUnNumber"},"dangerousGoodsClass":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsClass"},"dangerousGoodsPackingGroup":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsPackingGroup"},"dangerousGoodsNotes":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesDangerousGoodsNotes"},"requiresTempControl":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesRequiresTempControl"},"tempMinC":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesTempMinC"},"tempMaxC":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesTempMaxC"},"currentLocation":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentLocation"},"currentMode":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentMode"},"lastEventAt":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesLastEventAt"},"metadata":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata"},"assignments":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostRequestBodyContentApplicationJsonSchemaPropertiesAssignments"}},"required":["tenantId","organizationId","cargoType","referenceNumber","palletStackable"],"additionalProperties":false},"DocPathsApiFreightCargoPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightCargoPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiFreightCargoPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightCargoPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightCargoPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightCargoPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightCargoPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDocumentsIdGetParameters0Schema":{"type":"string"},"DocPathsApiFreightDocumentsIdGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightDocumentsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDocumentsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDocumentsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDocumentsIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDocumentsIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDocumentsIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDocumentsIdPatchParameters0Schema":{"type":"string"},"DocPathsApiFreightDocumentsIdPatchResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightDocumentsIdPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDocumentsIdPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDocumentsIdPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDocumentsIdPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDocumentsIdPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDocumentsIdPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDocumentsGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightDocumentsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDocumentsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDocumentsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDocumentsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDocumentsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDocumentsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDocumentsPostResponses201ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightDocumentsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDocumentsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDocumentsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDocumentsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDocumentsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDocumentsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDocumentsIdSignPostParameters0Schema":{"type":"string"},"DocPathsApiFreightDocumentsIdSignPostResponses201ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightDocumentsIdSignPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDocumentsIdSignPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDocumentsIdSignPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDocumentsIdSignPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDocumentsIdSignPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDocumentsIdSignPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightTrackingEventsIdGetParameters0Schema":{"type":"string"},"DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesEventType":{"type":"string"},"DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesHappenedAt":{"type":"string"},"DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesSubjectType":{"type":"string"},"DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesSubjectId":{"type":"string"},"DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesSubjectLabelAnyOf0":{"type":"null"},"DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesSubjectLabelAnyOf1":{"type":"string"},"DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesSubjectLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesSubjectLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesSubjectLabelAnyOf1"}]},"DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesSource":{"type":"string"},"DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceEventIdAnyOf0":{"type":"null"},"DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceEventIdAnyOf1":{"type":"string"},"DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceEventId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceEventIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceEventIdAnyOf1"}]},"DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesModeAnyOf0":{"type":"null"},"DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesModeAnyOf1":{"type":"string"},"DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesMode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesModeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesModeAnyOf1"}]},"DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesTransportContextKindAnyOf0":{"type":"null"},"DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesTransportContextKindAnyOf1":{"type":"string"},"DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesTransportContextKind":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesTransportContextKindAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesTransportContextKindAnyOf1"}]},"DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesTransportContextIdAnyOf0":{"type":"null"},"DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesTransportContextIdAnyOf1":{"type":"string"},"DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesTransportContextId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesTransportContextIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesTransportContextIdAnyOf1"}]},"DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoIdAnyOf0":{"type":"null"},"DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoIdAnyOf1"}]},"DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesPayload":{"type":"object","additionalProperties":true},"DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"eventType":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesEventType"},"happenedAt":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesHappenedAt"},"subjectType":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesSubjectType"},"subjectId":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesSubjectId"},"subjectLabel":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesSubjectLabel"},"source":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesSource"},"sourceEventId":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceEventId"},"mode":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesMode"},"transportContextKind":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesTransportContextKind"},"transportContextId":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesTransportContextId"},"cargoId":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoId"},"payload":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesPayload"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","eventType","happenedAt","subjectType","subjectId","subjectLabel","source","sourceEventId","mode","transportContextKind","transportContextId","cargoId","payload","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightTrackingEventsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightTrackingEventsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightTrackingEventsIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightTrackingEventsIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightTrackingEventsIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightTrackingEventsIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsIdGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightTrackingEventsGetParameters0Schema":{"type":"number"},"DocPathsApiFreightTrackingEventsGetParameters1Schema":{"type":"number"},"DocPathsApiFreightTrackingEventsGetParameters2Schema":{"type":"string"},"DocPathsApiFreightTrackingEventsGetParameters3Schema":{"type":"string"},"DocPathsApiFreightTrackingEventsGetParameters4Schema":{"type":"string"},"DocPathsApiFreightTrackingEventsGetParameters5Schema":{"type":"string"},"DocPathsApiFreightTrackingEventsGetParameters6Schema":{"type":"string"},"DocPathsApiFreightTrackingEventsGetParameters7Schema":{"type":"string","format":"uuid"},"DocPathsApiFreightTrackingEventsGetParameters8Schema":{"type":"string","enum":["road","sea","rail","air","warehouse","terminal"]},"DocPathsApiFreightTrackingEventsGetParameters9Schema":{"type":"string"},"DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEventType":{"type":"string"},"DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHappenedAt":{"type":"string"},"DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectType":{"type":"string"},"DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectId":{"type":"string"},"DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectLabelAnyOf0":{"type":"null"},"DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectLabelAnyOf1":{"type":"string"},"DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectLabelAnyOf1"}]},"DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource":{"type":"string"},"DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEventIdAnyOf0":{"type":"null"},"DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEventIdAnyOf1":{"type":"string"},"DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEventId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEventIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEventIdAnyOf1"}]},"DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModeAnyOf0":{"type":"null"},"DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModeAnyOf1":{"type":"string"},"DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModeAnyOf1"}]},"DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTransportContextKindAnyOf0":{"type":"null"},"DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTransportContextKindAnyOf1":{"type":"string"},"DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTransportContextKind":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTransportContextKindAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTransportContextKindAnyOf1"}]},"DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTransportContextIdAnyOf0":{"type":"null"},"DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTransportContextIdAnyOf1":{"type":"string"},"DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTransportContextId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTransportContextIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTransportContextIdAnyOf1"}]},"DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoIdAnyOf0":{"type":"null"},"DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoIdAnyOf1"}]},"DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayload":{"type":"object","additionalProperties":true},"DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"eventType":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEventType"},"happenedAt":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHappenedAt"},"subjectType":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectType"},"subjectId":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectId"},"subjectLabel":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectLabel"},"source":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource"},"sourceEventId":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEventId"},"mode":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMode"},"transportContextKind":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTransportContextKind"},"transportContextId":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTransportContextId"},"cargoId":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoId"},"payload":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayload"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","eventType","happenedAt","subjectType","subjectId","subjectLabel","source","sourceEventId","mode","transportContextKind","transportContextId","cargoId","payload","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiFreightTrackingEventsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightTrackingEventsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightTrackingEventsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightTrackingEventsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesEventType":{"type":"string","minLength":1,"maxLength":128},"DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesHappenedAt":{},"DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesSubjectType":{"type":"string","minLength":1,"maxLength":128},"DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesSubjectId":{"type":"string","minLength":1,"maxLength":191},"DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesSubjectLabelAnyOf0":{"type":"null"},"DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesSubjectLabelAnyOf1":{"type":"string","maxLength":191},"DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesSubjectLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesSubjectLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesSubjectLabelAnyOf1"}]},"DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesSource":{"type":"string","minLength":1,"maxLength":191},"DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceEventIdAnyOf0":{"type":"null"},"DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceEventIdAnyOf1":{"type":"string","maxLength":191},"DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceEventId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceEventIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceEventIdAnyOf1"}]},"DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesModeAnyOf0":{"type":"null"},"DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesModeAnyOf1":{"type":"string","enum":["road","sea","rail","air","warehouse","terminal"]},"DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesMode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesModeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesModeAnyOf1"}]},"DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesTransportContextKindAnyOf0":{"type":"null"},"DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesTransportContextKindAnyOf1":{"type":"string","maxLength":128},"DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesTransportContextKind":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesTransportContextKindAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesTransportContextKindAnyOf1"}]},"DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesTransportContextIdAnyOf0":{"type":"null"},"DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesTransportContextIdAnyOf1":{"type":"string","maxLength":191},"DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesTransportContextId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesTransportContextIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesTransportContextIdAnyOf1"}]},"DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesCargoIdAnyOf0":{"type":"null"},"DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesCargoIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesCargoId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesCargoIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesCargoIdAnyOf1"}]},"DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesPayload":{"type":"object","additionalProperties":true},"DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"eventType":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesEventType"},"happenedAt":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesHappenedAt"},"subjectType":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesSubjectType"},"subjectId":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesSubjectId"},"subjectLabel":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesSubjectLabel"},"source":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesSource"},"sourceEventId":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceEventId"},"mode":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesMode"},"transportContextKind":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesTransportContextKind"},"transportContextId":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesTransportContextId"},"cargoId":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesCargoId"},"payload":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostRequestBodyContentApplicationJsonSchemaPropertiesPayload"}},"required":["eventType","happenedAt","subjectType","subjectId","source","payload"],"additionalProperties":false},"DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesEventType":{"type":"string"},"DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesHappenedAt":{"type":"string"},"DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesSubjectType":{"type":"string"},"DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesSubjectId":{"type":"string"},"DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesSubjectLabelAnyOf0":{"type":"null"},"DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesSubjectLabelAnyOf1":{"type":"string"},"DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesSubjectLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesSubjectLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesSubjectLabelAnyOf1"}]},"DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesSource":{"type":"string"},"DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesSourceEventIdAnyOf0":{"type":"null"},"DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesSourceEventIdAnyOf1":{"type":"string"},"DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesSourceEventId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesSourceEventIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesSourceEventIdAnyOf1"}]},"DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesModeAnyOf0":{"type":"null"},"DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesModeAnyOf1":{"type":"string"},"DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesMode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesModeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesModeAnyOf1"}]},"DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesTransportContextKindAnyOf0":{"type":"null"},"DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesTransportContextKindAnyOf1":{"type":"string"},"DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesTransportContextKind":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesTransportContextKindAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesTransportContextKindAnyOf1"}]},"DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesTransportContextIdAnyOf0":{"type":"null"},"DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesTransportContextIdAnyOf1":{"type":"string"},"DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesTransportContextId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesTransportContextIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesTransportContextIdAnyOf1"}]},"DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesCargoIdAnyOf0":{"type":"null"},"DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesCargoIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesCargoId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesCargoIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesCargoIdAnyOf1"}]},"DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesPayload":{"type":"object","additionalProperties":true},"DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationId"},"eventType":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesEventType"},"happenedAt":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesHappenedAt"},"subjectType":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesSubjectType"},"subjectId":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesSubjectId"},"subjectLabel":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesSubjectLabel"},"source":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesSource"},"sourceEventId":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesSourceEventId"},"mode":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesMode"},"transportContextKind":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesTransportContextKind"},"transportContextId":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesTransportContextId"},"cargoId":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesCargoId"},"payload":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesPayload"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","eventType","happenedAt","subjectType","subjectId","subjectLabel","source","sourceEventId","mode","transportContextKind","transportContextId","cargoId","payload","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightTrackingEventsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightTrackingEventsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightTrackingEventsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightTrackingEventsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightTrackingEventsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightEmissionsIdGetParameters0Schema":{"type":"string"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDispatchIdAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDispatchIdAnyOf1":{"type":"string"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDispatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDispatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDispatchIdAnyOf1"}]},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesLegIdAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesLegIdAnyOf1":{"type":"string"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesLegId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesLegIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesLegIdAnyOf1"}]},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleIdAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleIdAnyOf1":{"type":"string"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleIdAnyOf1"}]},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoIdAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoIdAnyOf1":{"type":"string"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoIdAnyOf1"}]},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRouteIdAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRouteIdAnyOf1":{"type":"string"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRouteId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRouteIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRouteIdAnyOf1"}]},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesTransportDocumentIdAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesTransportDocumentIdAnyOf1":{"type":"string"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesTransportDocumentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesTransportDocumentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesTransportDocumentIdAnyOf1"}]},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeriod":{"type":"string"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesTransportMode":{"type":"string"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCalculationMode":{"type":"string"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRoadKm":{"type":"number"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRailKm":{"type":"number"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesFreightWeightKg":{"type":"number"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesFreightTonneKm":{"type":"number"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRoadCo2Kg":{"type":"number"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRailCo2Kg":{"type":"number"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesTotalCo2Kg":{"type":"number"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesAlternativeRoadOnlyCo2Kg":{"type":"number"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCo2SavedKg":{"type":"number"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCo2SavedPct":{"type":"number"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesMethodology":{"type":"string"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleEuroClassAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleEuroClassAnyOf1":{"type":"string"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleEuroClass":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleEuroClassAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleEuroClassAnyOf1"}]},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesFuelTypeAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesFuelTypeAnyOf1":{"type":"string"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesFuelType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesFuelTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesFuelTypeAnyOf1"}]},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesAppliedFactorKgPerTkm":{"type":"number"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorKey":{"type":"string"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCalculationTraceAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCalculationTraceAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCalculationTrace":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCalculationTraceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCalculationTraceAnyOf1"}]},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesGeneratedAt":{"type":"string"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"dispatchId":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDispatchId"},"legId":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesLegId"},"vehicleId":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleId"},"cargoId":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoId"},"routeId":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRouteId"},"transportDocumentId":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesTransportDocumentId"},"period":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeriod"},"transportMode":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesTransportMode"},"calculationMode":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCalculationMode"},"roadKm":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRoadKm"},"railKm":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRailKm"},"freightWeightKg":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesFreightWeightKg"},"freightTonneKm":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesFreightTonneKm"},"roadCo2Kg":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRoadCo2Kg"},"railCo2Kg":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRailCo2Kg"},"totalCo2Kg":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesTotalCo2Kg"},"alternativeRoadOnlyCo2Kg":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesAlternativeRoadOnlyCo2Kg"},"co2SavedKg":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCo2SavedKg"},"co2SavedPct":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCo2SavedPct"},"methodology":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesMethodology"},"vehicleEuroClass":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleEuroClass"},"fuelType":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesFuelType"},"appliedFactorKgPerTkm":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesAppliedFactorKgPerTkm"},"factorKey":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesFactorKey"},"calculationTrace":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCalculationTrace"},"generatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesGeneratedAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"}},"required":["id","tenantId","organizationId","dispatchId","legId","vehicleId","cargoId","routeId","transportDocumentId","period","transportMode","calculationMode","roadKm","railKm","freightWeightKg","freightTonneKm","roadCo2Kg","railCo2Kg","totalCo2Kg","alternativeRoadOnlyCo2Kg","co2SavedKg","co2SavedPct","methodology","vehicleEuroClass","fuelType","appliedFactorKgPerTkm","factorKey","calculationTrace","generatedAt","createdAt"],"additionalProperties":false},"DocPathsApiFreightEmissionsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightEmissionsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightEmissionsIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightEmissionsIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDispatchIdAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDispatchIdAnyOf1":{"type":"string"},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDispatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDispatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDispatchIdAnyOf1"}]},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesLegIdAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesLegIdAnyOf1":{"type":"string"},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesLegId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesLegIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesLegIdAnyOf1"}]},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleIdAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleIdAnyOf1":{"type":"string"},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleIdAnyOf1"}]},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesCargoIdAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesCargoIdAnyOf1":{"type":"string"},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesCargoId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesCargoIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesCargoIdAnyOf1"}]},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesRouteIdAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesRouteIdAnyOf1":{"type":"string"},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesRouteId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesRouteIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesRouteIdAnyOf1"}]},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesTransportDocumentIdAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesTransportDocumentIdAnyOf1":{"type":"string"},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesTransportDocumentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesTransportDocumentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesTransportDocumentIdAnyOf1"}]},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDistanceKmAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDistanceKmAnyOf1":{"type":"number"},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDistanceKm":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDistanceKmAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDistanceKmAnyOf1"}]},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesFreightWeightKgAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesFreightWeightKgAnyOf1":{"type":"number"},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesFreightWeightKg":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesFreightWeightKgAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesFreightWeightKgAnyOf1"}]},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleEuroClassAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleEuroClassAnyOf1":{"type":"string","enum":["EURO3","EURO4","EURO5","EURO6","EURO6D"]},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleEuroClass":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleEuroClassAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleEuroClassAnyOf1"}]},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesFuelTypeAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesFuelTypeAnyOf1":{"type":"string","enum":["DIESEL","LNG","CNG","ELECTRIC","HYBRID","BIO_LNG"]},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesFuelType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesFuelTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesFuelTypeAnyOf1"}]},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesCalculationModeAllOf0":{"type":"string","enum":["PLANNED","COMPLETED"]},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesCalculationMode":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesCalculationModeAllOf0"}],"default":"PLANNED"},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleSegmentAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleSegmentAnyOf1":{"type":"string","enum":["URBAN_RIGID_12T","REGIONAL_RIGID_18T","LONG_HAUL_TRACTOR_40T"]},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleSegment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleSegmentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleSegmentAnyOf1"}]},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesLoadPctAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesLoadPctAnyOf1":{"type":"number"},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesLoadPct":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesLoadPctAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesLoadPctAnyOf1"}]},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesLoadBucketAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesLoadBucketAnyOf1":{"type":"string","enum":["LIGHT","AVG_MIXED","HEAVY","CONTAINER"]},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesLoadBucket":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesLoadBucketAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesLoadBucketAnyOf1"}]},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesEmptyKmShareAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesEmptyKmShareAnyOf1":{"type":"number"},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesEmptyKmShare":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesEmptyKmShareAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesEmptyKmShareAnyOf1"}]},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesGridMixRegionAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesGridMixRegionAnyOf1":{"type":"string","enum":["PL","EU_AVG","EU_CONSUMPTION"]},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesGridMixRegion":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesGridMixRegionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesGridMixRegionAnyOf1"}]},"DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"dispatchId":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDispatchId"},"legId":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesLegId"},"vehicleId":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleId"},"cargoId":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesCargoId"},"routeId":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesRouteId"},"transportDocumentId":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesTransportDocumentId"},"distanceKm":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDistanceKm"},"freightWeightKg":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesFreightWeightKg"},"vehicleEuroClass":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleEuroClass"},"fuelType":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesFuelType"},"calculationMode":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesCalculationMode"},"vehicleSegment":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleSegment"},"loadPct":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesLoadPct"},"loadBucket":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesLoadBucket"},"emptyKmShare":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesEmptyKmShare"},"gridMixRegion":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesGridMixRegion"}},"additionalProperties":false},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesDispatchIdAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesDispatchIdAnyOf1":{"type":"string"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesDispatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesDispatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesDispatchIdAnyOf1"}]},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesLegIdAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesLegIdAnyOf1":{"type":"string"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesLegId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesLegIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesLegIdAnyOf1"}]},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesVehicleIdAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesVehicleIdAnyOf1":{"type":"string"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesVehicleId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesVehicleIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesVehicleIdAnyOf1"}]},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesCargoIdAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesCargoIdAnyOf1":{"type":"string"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesCargoId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesCargoIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesCargoIdAnyOf1"}]},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRouteIdAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRouteIdAnyOf1":{"type":"string"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRouteId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRouteIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRouteIdAnyOf1"}]},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesTransportDocumentIdAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesTransportDocumentIdAnyOf1":{"type":"string"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesTransportDocumentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesTransportDocumentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesTransportDocumentIdAnyOf1"}]},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesPeriod":{"type":"string"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesTransportMode":{"type":"string"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesCalculationMode":{"type":"string"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoadKm":{"type":"number"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRailKm":{"type":"number"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesFreightWeightKg":{"type":"number"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesFreightTonneKm":{"type":"number"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoadCo2Kg":{"type":"number"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRailCo2Kg":{"type":"number"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesTotalCo2Kg":{"type":"number"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesAlternativeRoadOnlyCo2Kg":{"type":"number"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesCo2SavedKg":{"type":"number"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesCo2SavedPct":{"type":"number"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesMethodology":{"type":"string"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesVehicleEuroClassAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesVehicleEuroClassAnyOf1":{"type":"string"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesVehicleEuroClass":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesVehicleEuroClassAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesVehicleEuroClassAnyOf1"}]},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesFuelTypeAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesFuelTypeAnyOf1":{"type":"string"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesFuelType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesFuelTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesFuelTypeAnyOf1"}]},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesAppliedFactorKgPerTkm":{"type":"number"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesFactorKey":{"type":"string"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesCalculationTraceAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesCalculationTraceAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesCalculationTrace":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesCalculationTraceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesCalculationTraceAnyOf1"}]},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesGeneratedAt":{"type":"string"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesOrganizationId"},"dispatchId":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesDispatchId"},"legId":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesLegId"},"vehicleId":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesVehicleId"},"cargoId":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesCargoId"},"routeId":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRouteId"},"transportDocumentId":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesTransportDocumentId"},"period":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesPeriod"},"transportMode":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesTransportMode"},"calculationMode":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesCalculationMode"},"roadKm":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoadKm"},"railKm":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRailKm"},"freightWeightKg":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesFreightWeightKg"},"freightTonneKm":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesFreightTonneKm"},"roadCo2Kg":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoadCo2Kg"},"railCo2Kg":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRailCo2Kg"},"totalCo2Kg":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesTotalCo2Kg"},"alternativeRoadOnlyCo2Kg":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesAlternativeRoadOnlyCo2Kg"},"co2SavedKg":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesCo2SavedKg"},"co2SavedPct":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesCo2SavedPct"},"methodology":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesMethodology"},"vehicleEuroClass":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesVehicleEuroClass"},"fuelType":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesFuelType"},"appliedFactorKgPerTkm":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesAppliedFactorKgPerTkm"},"factorKey":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesFactorKey"},"calculationTrace":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesCalculationTrace"},"generatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesGeneratedAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses201ContentApplicationJsonSchemaPropertiesCreatedAt"}},"required":["id","tenantId","organizationId","dispatchId","legId","vehicleId","cargoId","routeId","transportDocumentId","period","transportMode","calculationMode","roadKm","railKm","freightWeightKg","freightTonneKm","roadCo2Kg","railCo2Kg","totalCo2Kg","alternativeRoadOnlyCo2Kg","co2SavedKg","co2SavedPct","methodology","vehicleEuroClass","fuelType","appliedFactorKgPerTkm","factorKey","calculationTrace","generatedAt","createdAt"],"additionalProperties":false},"DocPathsApiFreightEmissionsCalculatePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightEmissionsCalculatePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightEmissionsCalculatePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightEmissionsCalculatePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsCalculatePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDispatchIdAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDispatchIdAnyOf1":{"type":"string"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDispatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDispatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDispatchIdAnyOf1"}]},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegIdAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegIdAnyOf1":{"type":"string"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegIdAnyOf1"}]},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleIdAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleIdAnyOf1":{"type":"string"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleIdAnyOf1"}]},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoIdAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoIdAnyOf1":{"type":"string"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoIdAnyOf1"}]},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRouteIdAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRouteIdAnyOf1":{"type":"string"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRouteId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRouteIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRouteIdAnyOf1"}]},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTransportDocumentIdAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTransportDocumentIdAnyOf1":{"type":"string"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTransportDocumentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTransportDocumentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTransportDocumentIdAnyOf1"}]},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriod":{"type":"string"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTransportMode":{"type":"string"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculationMode":{"type":"string"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoadKm":{"type":"number"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRailKm":{"type":"number"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFreightWeightKg":{"type":"number"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFreightTonneKm":{"type":"number"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoadCo2Kg":{"type":"number"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRailCo2Kg":{"type":"number"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalCo2Kg":{"type":"number"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAlternativeRoadOnlyCo2Kg":{"type":"number"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCo2SavedKg":{"type":"number"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCo2SavedPct":{"type":"number"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMethodology":{"type":"string"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleEuroClassAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleEuroClassAnyOf1":{"type":"string"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleEuroClass":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleEuroClassAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleEuroClassAnyOf1"}]},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFuelTypeAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFuelTypeAnyOf1":{"type":"string"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFuelType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFuelTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFuelTypeAnyOf1"}]},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppliedFactorKgPerTkm":{"type":"number"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFactorKey":{"type":"string"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculationTraceAnyOf0":{"type":"null"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculationTraceAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculationTrace":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculationTraceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculationTraceAnyOf1"}]},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGeneratedAt":{"type":"string"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"dispatchId":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDispatchId"},"legId":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegId"},"vehicleId":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleId"},"cargoId":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoId"},"routeId":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRouteId"},"transportDocumentId":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTransportDocumentId"},"period":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriod"},"transportMode":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTransportMode"},"calculationMode":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculationMode"},"roadKm":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoadKm"},"railKm":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRailKm"},"freightWeightKg":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFreightWeightKg"},"freightTonneKm":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFreightTonneKm"},"roadCo2Kg":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoadCo2Kg"},"railCo2Kg":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRailCo2Kg"},"totalCo2Kg":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalCo2Kg"},"alternativeRoadOnlyCo2Kg":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAlternativeRoadOnlyCo2Kg"},"co2SavedKg":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCo2SavedKg"},"co2SavedPct":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCo2SavedPct"},"methodology":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMethodology"},"vehicleEuroClass":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleEuroClass"},"fuelType":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFuelType"},"appliedFactorKgPerTkm":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppliedFactorKgPerTkm"},"factorKey":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFactorKey"},"calculationTrace":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculationTrace"},"generatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGeneratedAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"}},"required":["id","tenantId","organizationId","dispatchId","legId","vehicleId","cargoId","routeId","transportDocumentId","period","transportMode","calculationMode","roadKm","railKm","freightWeightKg","freightTonneKm","roadCo2Kg","railCo2Kg","totalCo2Kg","alternativeRoadOnlyCo2Kg","co2SavedKg","co2SavedPct","methodology","vehicleEuroClass","fuelType","appliedFactorKgPerTkm","factorKey","calculationTrace","generatedAt","createdAt"],"additionalProperties":false},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiFreightEmissionsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightEmissionsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightEmissionsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightEmissionsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightEmissionsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightBillingInvoicesIdFinalizePostParameters0Schema":{"type":"string"},"DocPathsApiFreightBillingInvoicesIdFinalizePostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiFreightBillingInvoicesIdFinalizePostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["ISSUED"]},"DocPathsApiFreightBillingInvoicesIdFinalizePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdFinalizePostResponses200ContentApplicationJsonSchemaPropertiesId"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdFinalizePostResponses200ContentApplicationJsonSchemaPropertiesStatus"}},"required":["id","status"],"additionalProperties":false},"DocPathsApiFreightBillingInvoicesIdFinalizePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightBillingInvoicesIdFinalizePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdFinalizePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightBillingInvoicesIdFinalizePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightBillingInvoicesIdFinalizePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdFinalizePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightBillingInvoicesIdGetParameters0Schema":{"type":"string"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesInvoiceNumber":{"type":"string"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesTransportMode":{"type":"string"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesDispatchIdAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesDispatchIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesDispatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesDispatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesDispatchIdAnyOf1"}]},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegIdAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegIdAnyOf1"}]},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoIdAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoIdAnyOf1"}]},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesTransportDocumentIdAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesTransportDocumentIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesTransportDocumentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesTransportDocumentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesTransportDocumentIdAnyOf1"}]},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesIssuerEntityIdAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesIssuerEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesIssuerEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesIssuerEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesIssuerEntityIdAnyOf1"}]},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientEntityIdAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientEntityIdAnyOf1"}]},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesIssuerName":{"type":"string"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesIssuerNipAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesIssuerNipAnyOf1":{"type":"string"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesIssuerNip":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesIssuerNipAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesIssuerNipAnyOf1"}]},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientName":{"type":"string"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientNipAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientNipAnyOf1":{"type":"string"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientNip":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientNipAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientNipAnyOf1"}]},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesIssueDateAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesIssueDateAnyOf1":{"type":"string"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesIssueDate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesIssueDateAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesIssueDateAnyOf1"}]},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesServiceDateAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesServiceDateAnyOf1":{"type":"string"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesServiceDate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesServiceDateAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesServiceDateAnyOf1"}]},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesDueDate":{"type":"string"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesCurrencyCode":{"type":"string"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesVatRate":{"type":"number"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesNetAmount":{"type":"number"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesVatAmount":{"type":"number"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesGrossAmount":{"type":"number"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesPaymentTermsDays":{"type":"number"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesPaymentReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesPaymentReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesPaymentReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesPaymentReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesPaymentReferenceAnyOf1"}]},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesNotesAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesNotesAnyOf1":{"type":"string"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesNotesAnyOf1"}]},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesKsefPayloadAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesKsefPayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesKsefPayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesKsefPayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesKsefPayloadAnyOf1"}]},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesKsefReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesKsefReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesKsefReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesKsefReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesKsefReferenceAnyOf1"}]},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesKsefSubmittedAtAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesKsefSubmittedAtAnyOf1":{"type":"string"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesKsefSubmittedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesKsefSubmittedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesKsefSubmittedAtAnyOf1"}]},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesMetadataAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesMetadataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesMetadataAnyOf1"}]},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesLineNumber":{"type":"number"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesDescription":{"type":"string"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesQuantity":{"type":"number"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesUnit":{"type":"string"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesCurrencyCode":{"type":"string"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesUnitPriceNet":{"type":"number"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesNetAmount":{"type":"number"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesVatRate":{"type":"number"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesVatAmount":{"type":"number"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesGrossAmount":{"type":"number"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesServiceContextAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesServiceContextAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesServiceContext":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesServiceContextAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesServiceContextAnyOf1"}]},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLineItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesId"},"lineNumber":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesLineNumber"},"description":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesDescription"},"quantity":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesQuantity"},"unit":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesUnit"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesCurrencyCode"},"unitPriceNet":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesUnitPriceNet"},"netAmount":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesNetAmount"},"vatRate":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesVatRate"},"vatAmount":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesVatAmount"},"grossAmount":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesGrossAmount"},"serviceContext":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesServiceContext"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesUpdatedAt"}},"required":["id","lineNumber","description","quantity","unit","currencyCode","unitPriceNet","netAmount","vatRate","vatAmount","grossAmount","serviceContext","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLineItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLineItemsItems"}},"DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantId"},"invoiceNumber":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesInvoiceNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesStatus"},"transportMode":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesTransportMode"},"dispatchId":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesDispatchId"},"legId":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegId"},"cargoId":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoId"},"transportDocumentId":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesTransportDocumentId"},"issuerEntityId":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesIssuerEntityId"},"recipientEntityId":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientEntityId"},"issuerName":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesIssuerName"},"issuerNip":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesIssuerNip"},"recipientName":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientName"},"recipientNip":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientNip"},"issueDate":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesIssueDate"},"serviceDate":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesServiceDate"},"dueDate":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesDueDate"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesCurrencyCode"},"vatRate":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesVatRate"},"netAmount":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesNetAmount"},"vatAmount":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesVatAmount"},"grossAmount":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesGrossAmount"},"paymentTermsDays":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesPaymentTermsDays"},"paymentReference":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesPaymentReference"},"notes":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesNotes"},"ksefPayload":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesKsefPayload"},"ksefReference":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesKsefReference"},"ksefSubmittedAt":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesKsefSubmittedAt"},"metadata":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesMetadata"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"},"lineItems":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses200ContentApplicationJsonSchemaPropertiesLineItems"}},"required":["id","organizationId","tenantId","invoiceNumber","status","transportMode","dispatchId","legId","cargoId","transportDocumentId","issuerEntityId","recipientEntityId","issuerName","issuerNip","recipientName","recipientNip","issueDate","serviceDate","dueDate","currencyCode","vatRate","netAmount","vatAmount","grossAmount","paymentTermsDays","paymentReference","notes","ksefPayload","ksefReference","ksefSubmittedAt","metadata","createdAt","updatedAt","lineItems"],"additionalProperties":false},"DocPathsApiFreightBillingInvoicesIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightBillingInvoicesIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightBillingInvoicesIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightBillingInvoicesIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightBillingInvoicesIdDeleteParameters0Schema":{"type":"string"},"DocPathsApiFreightBillingInvoicesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesSuccess":{"type":"boolean"},"DocPathsApiFreightBillingInvoicesIdDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"success":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesSuccess"}},"required":["success"],"additionalProperties":false},"DocPathsApiFreightBillingInvoicesIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightBillingInvoicesIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightBillingInvoicesIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightBillingInvoicesIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesDispatchId":{"type":"string","format":"uuid"},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesCargoIdAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesCargoIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesCargoId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesCargoIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesCargoIdAnyOf1"}]},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesTransportDocumentIdAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesTransportDocumentIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesTransportDocumentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesTransportDocumentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesTransportDocumentIdAnyOf1"}]},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesTransportModeAllOf0":{"type":"string","enum":["ROAD","RAIL","SEA","AIR","INTERMODAL"]},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesTransportMode":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesTransportModeAllOf0"}],"default":"ROAD"},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesIssuerEntityIdAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesIssuerEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesIssuerEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesIssuerEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesIssuerEntityIdAnyOf1"}]},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientEntityIdAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientEntityIdAnyOf1"}]},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesIssuerName":{"type":"string","minLength":1,"maxLength":500},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesIssuerNip":{},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientName":{"type":"string","minLength":1,"maxLength":500},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientNip":{},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesServiceDateAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesServiceDateAnyOf1":{"type":"string","format":"datetime"},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesServiceDate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesServiceDateAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesServiceDateAnyOf1"}]},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesDueDateAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesDueDateAnyOf1":{"type":"string","format":"datetime"},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesDueDate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesDueDateAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesDueDateAnyOf1"}]},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesVatRateAllOf0":{"type":"number"},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesVatRate":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesVatRateAllOf0"}],"default":23},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesPaymentTermsDaysAllOf0":{"type":"number"},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesPaymentTermsDays":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesPaymentTermsDaysAllOf0"}],"default":30},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesPaymentReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesPaymentReferenceAnyOf1":{"type":"string","maxLength":120},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesPaymentReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesPaymentReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesPaymentReferenceAnyOf1"}]},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1"}]},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesDescription":{"type":"string","minLength":1,"maxLength":500},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesQuantity":{"type":"number"},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesUnit":{"type":"string","minLength":1,"maxLength":50},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesUnitPriceNet":{"type":"number"},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesServiceContextAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesServiceContextAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesServiceContext":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesServiceContextAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesServiceContextAnyOf1"}]},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesLineItemsItems":{"type":"object","properties":{"description":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesDescription"},"quantity":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesQuantity"},"unit":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesUnit"},"unitPriceNet":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesUnitPriceNet"},"serviceContext":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesLineItemsItemsPropertiesServiceContext"}},"required":["description","quantity","unit","unitPriceNet"],"additionalProperties":false},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesLineItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesLineItemsItems"},"minItems":1,"maxItems":100},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf1"}]},"DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"dispatchId":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesDispatchId"},"cargoId":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesCargoId"},"transportDocumentId":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesTransportDocumentId"},"transportMode":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesTransportMode"},"issuerEntityId":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesIssuerEntityId"},"recipientEntityId":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientEntityId"},"issuerName":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesIssuerName"},"issuerNip":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesIssuerNip"},"recipientName":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientName"},"recipientNip":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientNip"},"serviceDate":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesServiceDate"},"dueDate":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesDueDate"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode"},"vatRate":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesVatRate"},"paymentTermsDays":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesPaymentTermsDays"},"paymentReference":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesPaymentReference"},"notes":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesNotes"},"lineItems":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesLineItems"},"metadata":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata"}},"required":["dispatchId","issuerName","issuerNip","recipientName","recipientNip","currencyCode","lineItems"],"additionalProperties":false},"DocPathsApiFreightBillingInvoicesFromDispatchPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiFreightBillingInvoicesFromDispatchPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiFreightBillingInvoicesFromDispatchPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightBillingInvoicesFromDispatchPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightBillingInvoicesFromDispatchPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightBillingInvoicesFromDispatchPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesFromDispatchPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInvoiceNumber":{"type":"string"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTransportMode":{"type":"string"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDispatchIdAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDispatchIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDispatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDispatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDispatchIdAnyOf1"}]},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegIdAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegIdAnyOf1"}]},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoIdAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoIdAnyOf1"}]},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssuerName":{"type":"string"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecipientName":{"type":"string"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssueDateAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssueDateAnyOf1":{"type":"string"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssueDate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssueDateAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssueDateAnyOf1"}]},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesServiceDateAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesServiceDateAnyOf1":{"type":"string"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesServiceDate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesServiceDateAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesServiceDateAnyOf1"}]},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDueDate":{"type":"string"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCode":{"type":"string"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVatRate":{"type":"number"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNetAmount":{"type":"number"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVatAmount":{"type":"number"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrossAmount":{"type":"number"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentTermsDays":{"type":"number"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentReferenceAnyOf1"}]},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf1":{"type":"string"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf1"}]},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKsefReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKsefReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKsefReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKsefReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKsefReferenceAnyOf1"}]},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKsefSubmittedAtAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKsefSubmittedAtAnyOf1":{"type":"string"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKsefSubmittedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKsefSubmittedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKsefSubmittedAtAnyOf1"}]},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1"}]},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLineItems":{"type":"array","items":{}},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTransportDocumentIdAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTransportDocumentIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTransportDocumentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTransportDocumentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTransportDocumentIdAnyOf1"}]},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssuerEntityIdAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssuerEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssuerEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssuerEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssuerEntityIdAnyOf1"}]},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecipientEntityIdAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecipientEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecipientEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecipientEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecipientEntityIdAnyOf1"}]},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssuerNipAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssuerNipAnyOf1":{"type":"string"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssuerNip":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssuerNipAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssuerNipAnyOf1"}]},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecipientNipAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecipientNipAnyOf1":{"type":"string"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecipientNip":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecipientNipAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecipientNipAnyOf1"}]},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKsefPayloadAnyOf0":{"type":"null"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKsefPayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKsefPayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKsefPayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKsefPayloadAnyOf1"}]},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"invoiceNumber":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInvoiceNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"transportMode":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTransportMode"},"dispatchId":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDispatchId"},"legId":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegId"},"cargoId":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoId"},"issuerName":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssuerName"},"recipientName":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecipientName"},"issueDate":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssueDate"},"serviceDate":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesServiceDate"},"dueDate":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDueDate"},"currencyCode":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCode"},"vatRate":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVatRate"},"netAmount":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNetAmount"},"vatAmount":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVatAmount"},"grossAmount":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrossAmount"},"paymentTermsDays":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentTermsDays"},"paymentReference":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentReference"},"notes":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotes"},"ksefReference":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKsefReference"},"ksefSubmittedAt":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKsefSubmittedAt"},"metadata":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"lineItems":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLineItems"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"transportDocumentId":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTransportDocumentId"},"issuerEntityId":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssuerEntityId"},"recipientEntityId":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecipientEntityId"},"issuerNip":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssuerNip"},"recipientNip":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecipientNip"},"ksefPayload":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKsefPayload"}},"required":["id","invoiceNumber","status","transportMode","dispatchId","legId","cargoId","issuerName","recipientName","issueDate","serviceDate","dueDate","currencyCode","vatRate","netAmount","vatAmount","grossAmount","paymentTermsDays","paymentReference","notes","ksefReference","ksefSubmittedAt","metadata","createdAt","updatedAt","lineItems","organizationId","tenantId","transportDocumentId","issuerEntityId","recipientEntityId","issuerNip","recipientNip","ksefPayload"],"additionalProperties":false},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiFreightBillingInvoicesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightBillingInvoicesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightBillingInvoicesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightBillingInvoicesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightBillingInvoicesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPricingChargeCodesGetParameters0Schema":{"type":"number"},"DocPathsApiFreightPricingChargeCodesGetParameters1Schema":{"type":"number"},"DocPathsApiFreightPricingChargeCodesGetParameters2Schema":{"type":"string","maxLength":200},"DocPathsApiFreightPricingChargeCodesGetParameters3Schema":{"type":"string"},"DocPathsApiFreightPricingChargeCodesGetParameters4Schema":{"type":"string","enum":["base_freight","fuel_surcharge","toll","terminal_handling","rail_access","equipment","waiting_time","tax","discount","other"]},"DocPathsApiFreightPricingChargeCodesGetParameters5Schema":{"type":"boolean"},"DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode":{"type":"string"},"DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"type":"string"},"DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategory":{"type":"string","enum":["base_freight","fuel_surcharge","toll","terminal_handling","rail_access","equipment","waiting_time","tax","discount","other"]},"DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultUnitCode":{"type":"string","enum":["shipment","ton","km","ton_km","hour","leg","teu","pallet","vehicle","percent","other"]},"DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultTaxRateAnyOf0":{"type":"null"},"DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultTaxRateAnyOf1":{"type":"string"},"DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultTaxRate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultTaxRateAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultTaxRateAnyOf1"}]},"DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsTaxable":{"type":"boolean"},"DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSortOrder":{"type":"number"},"DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"code":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode"},"label":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"},"category":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategory"},"defaultUnitCode":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultUnitCode"},"defaultTaxRate":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultTaxRate"},"isTaxable":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsTaxable"},"isActive":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"sortOrder":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSortOrder"},"description":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","code","label","category","defaultUnitCode","defaultTaxRate","isTaxable","isActive","sortOrder","description","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiFreightPricingChargeCodesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPricingChargeCodesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPricingChargeCodesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPricingChargeCodesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchemaPropertiesCode":{"type":"string","pattern":"^[A-Z0-9][A-Z0-9_-]*$"},"DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","minLength":1,"maxLength":191},"DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchemaPropertiesCategory":{"type":"string","enum":["base_freight","fuel_surcharge","toll","terminal_handling","rail_access","equipment","waiting_time","tax","discount","other"]},"DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultUnitCode":{"type":"string","enum":["shipment","ton","km","ton_km","hour","leg","teu","pallet","vehicle","percent","other"]},"DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultTaxRateAnyOf0":{"type":"null"},"DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultTaxRateAnyOf1":{"type":"number"},"DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultTaxRate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultTaxRateAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultTaxRateAnyOf1"}]},"DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchemaPropertiesIsTaxableAllOf0":{"type":"boolean"},"DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchemaPropertiesIsTaxable":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchemaPropertiesIsTaxableAllOf0"}],"default":true},"DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActiveAllOf0":{"type":"boolean"},"DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActiveAllOf0"}],"default":true},"DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchemaPropertiesSortOrderAllOf0":{"type":"number"},"DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchemaPropertiesSortOrder":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchemaPropertiesSortOrderAllOf0"}],"default":100},"DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"code":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchemaPropertiesCode"},"label":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"category":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchemaPropertiesCategory"},"defaultUnitCode":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultUnitCode"},"defaultTaxRate":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultTaxRate"},"isTaxable":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchemaPropertiesIsTaxable"},"isActive":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"sortOrder":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchemaPropertiesSortOrder"},"description":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"}},"required":["tenantId","organizationId","code","label","category","defaultUnitCode"],"additionalProperties":false},"DocPathsApiFreightPricingChargeCodesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingChargeCodesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingChargeCodesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiFreightPricingChargeCodesPostResponses201ContentApplicationJsonSchemaPropertiesCodeAnyOf0":{"type":"null"},"DocPathsApiFreightPricingChargeCodesPostResponses201ContentApplicationJsonSchemaPropertiesCodeAnyOf1":{"type":"string"},"DocPathsApiFreightPricingChargeCodesPostResponses201ContentApplicationJsonSchemaPropertiesCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPostResponses201ContentApplicationJsonSchemaPropertiesCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPostResponses201ContentApplicationJsonSchemaPropertiesCodeAnyOf1"}]},"DocPathsApiFreightPricingChargeCodesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPostResponses201ContentApplicationJsonSchemaPropertiesId"},"code":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPostResponses201ContentApplicationJsonSchemaPropertiesCode"}},"required":["id","code"],"additionalProperties":false},"DocPathsApiFreightPricingChargeCodesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPricingChargeCodesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPricingChargeCodesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPricingChargeCodesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesCode":{"type":"string","pattern":"^[A-Z0-9][A-Z0-9_-]*$"},"DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","minLength":1,"maxLength":191},"DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesCategory":{"type":"string","enum":["base_freight","fuel_surcharge","toll","terminal_handling","rail_access","equipment","waiting_time","tax","discount","other"]},"DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultUnitCode":{"type":"string","enum":["shipment","ton","km","ton_km","hour","leg","teu","pallet","vehicle","percent","other"]},"DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultTaxRateAnyOf0":{"type":"null"},"DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultTaxRateAnyOf1":{"type":"number"},"DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultTaxRate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultTaxRateAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultTaxRateAnyOf1"}]},"DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesIsTaxableAllOf0":{"type":"boolean"},"DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesIsTaxable":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesIsTaxableAllOf0"}],"default":true},"DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesIsActiveAllOf0":{"type":"boolean"},"DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesIsActiveAllOf0"}],"default":true},"DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesSortOrderAllOf0":{"type":"number"},"DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesSortOrder":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesSortOrderAllOf0"}],"default":100},"DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"code":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesCode"},"label":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"category":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesCategory"},"defaultUnitCode":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultUnitCode"},"defaultTaxRate":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultTaxRate"},"isTaxable":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesIsTaxable"},"isActive":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"sortOrder":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesSortOrder"},"description":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"id":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPutRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiFreightPricingChargeCodesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightPricingChargeCodesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiFreightPricingChargeCodesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPricingChargeCodesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPricingChargeCodesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPricingChargeCodesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPricingChargeCodesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightPricingChargeCodesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiFreightPricingChargeCodesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightPricingChargeCodesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiFreightPricingChargeCodesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPricingChargeCodesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPricingChargeCodesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPricingChargeCodesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPricingChargeCodesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPricingContractRatesIdActivatePostParameters0Schema":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdActivatePostRequestBodyContentApplicationJsonSchemaPropertiesReasonCodeAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesIdActivatePostRequestBodyContentApplicationJsonSchemaPropertiesReasonCodeAnyOf1":{"type":"string","maxLength":64},"DocPathsApiFreightPricingContractRatesIdActivatePostRequestBodyContentApplicationJsonSchemaPropertiesReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdActivatePostRequestBodyContentApplicationJsonSchemaPropertiesReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdActivatePostRequestBodyContentApplicationJsonSchemaPropertiesReasonCodeAnyOf1"}]},"DocPathsApiFreightPricingContractRatesIdActivatePostRequestBodyContentApplicationJsonSchemaPropertiesReasonTextAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesIdActivatePostRequestBodyContentApplicationJsonSchemaPropertiesReasonTextAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightPricingContractRatesIdActivatePostRequestBodyContentApplicationJsonSchemaPropertiesReasonText":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdActivatePostRequestBodyContentApplicationJsonSchemaPropertiesReasonTextAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdActivatePostRequestBodyContentApplicationJsonSchemaPropertiesReasonTextAnyOf1"}]},"DocPathsApiFreightPricingContractRatesIdActivatePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"reasonCode":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdActivatePostRequestBodyContentApplicationJsonSchemaPropertiesReasonCode"},"reasonText":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdActivatePostRequestBodyContentApplicationJsonSchemaPropertiesReasonText"}},"additionalProperties":false},"DocPathsApiFreightPricingContractRatesIdActivatePostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdActivatePostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["draft","active","suspended","expired"]},"DocPathsApiFreightPricingContractRatesIdActivatePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdActivatePostResponses200ContentApplicationJsonSchemaPropertiesId"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdActivatePostResponses200ContentApplicationJsonSchemaPropertiesStatus"}},"required":["id","status"],"additionalProperties":false},"DocPathsApiFreightPricingContractRatesIdActivatePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdActivatePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdActivatePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPricingContractRatesIdActivatePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdActivatePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdActivatePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPricingContractRatesIdActivatePostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightPricingContractRatesIdActivatePostResponses422ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightPricingContractRatesIdExpirePostParameters0Schema":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdExpirePostRequestBodyContentApplicationJsonSchemaPropertiesReasonCodeAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesIdExpirePostRequestBodyContentApplicationJsonSchemaPropertiesReasonCodeAnyOf1":{"type":"string","maxLength":64},"DocPathsApiFreightPricingContractRatesIdExpirePostRequestBodyContentApplicationJsonSchemaPropertiesReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdExpirePostRequestBodyContentApplicationJsonSchemaPropertiesReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdExpirePostRequestBodyContentApplicationJsonSchemaPropertiesReasonCodeAnyOf1"}]},"DocPathsApiFreightPricingContractRatesIdExpirePostRequestBodyContentApplicationJsonSchemaPropertiesReasonTextAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesIdExpirePostRequestBodyContentApplicationJsonSchemaPropertiesReasonTextAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightPricingContractRatesIdExpirePostRequestBodyContentApplicationJsonSchemaPropertiesReasonText":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdExpirePostRequestBodyContentApplicationJsonSchemaPropertiesReasonTextAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdExpirePostRequestBodyContentApplicationJsonSchemaPropertiesReasonTextAnyOf1"}]},"DocPathsApiFreightPricingContractRatesIdExpirePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"reasonCode":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdExpirePostRequestBodyContentApplicationJsonSchemaPropertiesReasonCode"},"reasonText":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdExpirePostRequestBodyContentApplicationJsonSchemaPropertiesReasonText"}},"additionalProperties":false},"DocPathsApiFreightPricingContractRatesIdExpirePostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdExpirePostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["draft","active","suspended","expired"]},"DocPathsApiFreightPricingContractRatesIdExpirePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdExpirePostResponses200ContentApplicationJsonSchemaPropertiesId"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdExpirePostResponses200ContentApplicationJsonSchemaPropertiesStatus"}},"required":["id","status"],"additionalProperties":false},"DocPathsApiFreightPricingContractRatesIdExpirePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdExpirePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdExpirePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPricingContractRatesIdExpirePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdExpirePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdExpirePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPricingContractRatesIdExpirePostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightPricingContractRatesIdExpirePostResponses422ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightPricingContractRatesIdGetParameters0Schema":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantIdAnyOf1"}]},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesRateNumber":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["draft","active","suspended","expired"]},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceType":{"type":"string","enum":["internal","shipper_contract","carrier_contract","benchmark"]},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesPriority":{"type":"number"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesShipperOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesShipperOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesShipperOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesShipperOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesShipperOrganizationIdAnyOf1"}]},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantIdAnyOf1"}]},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf1"}]},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginRegionIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginRegionIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginRegionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginRegionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginRegionIdAnyOf1"}]},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationRegionIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationRegionIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationRegionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationRegionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationRegionIdAnyOf1"}]},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMode":{"type":"string","enum":["road","rail","drayage","sea","inland_water"]},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf1":{"type":"string","enum":["container_iso","swap_body","semi_trailer","bulk_dry","bulk_liquid","bulk_gas","palletized","general_cargo","parcels","hazmat","reefer","vehicle","oversized","timber","steel"]},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoSegment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf1"}]},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesEquipmentTypeAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesEquipmentTypeAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesEquipmentType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesEquipmentTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesEquipmentTypeAnyOf1"}]},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCurrency":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveFromAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveFromAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveFromAnyOf1"}]},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveToAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveToAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveTo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveToAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveToAnyOf1"}]},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMinWeightTonsAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMinWeightTonsAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMinWeightTons":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMinWeightTonsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMinWeightTonsAnyOf1"}]},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMaxWeightTonsAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMaxWeightTonsAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMaxWeightTons":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMaxWeightTonsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMaxWeightTonsAnyOf1"}]},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMinDistanceKmAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMinDistanceKmAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMinDistanceKm":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMinDistanceKmAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMinDistanceKmAnyOf1"}]},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMaxDistanceKmAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMaxDistanceKmAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMaxDistanceKm":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMaxDistanceKmAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMaxDistanceKmAnyOf1"}]},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMinChargeAmountAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMinChargeAmountAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMinChargeAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMinChargeAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMinChargeAmountAnyOf1"}]},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMaxChargeAmountAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMaxChargeAmountAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMaxChargeAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMaxChargeAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMaxChargeAmountAnyOf1"}]},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedByUserIdAnyOf1"}]},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf1"}]},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesId":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesChargeCodeId":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesSortOrder":{"type":"number"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesLineEffect":{"type":"string","enum":["charge","discount"]},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesCalculationMethod":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitCode":{"type":"string","enum":["shipment","ton","km","ton_km","hour","leg","teu","pallet","vehicle","percent","other"]},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPrice":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesMinAmountAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesMinAmountAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesMinAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesMinAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesMinAmountAnyOf1"}]},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesMaxAmountAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesMaxAmountAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesMaxAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesMaxAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesMaxAmountAnyOf1"}]},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxRateAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxRateAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxRate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxRateAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxRateAnyOf1"}]},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesAppliesWhenJsonAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesAppliesWhenJsonAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesAppliesWhenJson":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesAppliesWhenJsonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesAppliesWhenJsonAnyOf1"}]},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNotesAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNotesAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNotesAnyOf1"}]},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesId"},"chargeCodeId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesChargeCodeId"},"sortOrder":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesSortOrder"},"lineEffect":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesLineEffect"},"calculationMethod":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesCalculationMethod"},"unitCode":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitCode"},"unitPrice":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPrice"},"minAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesMinAmount"},"maxAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesMaxAmount"},"taxRate":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxRate"},"appliesWhenJson":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesAppliesWhenJson"},"notes":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNotes"}},"required":["id","chargeCodeId","sortOrder","lineEffect","calculationMethod","unitCode","unitPrice","minAmount","maxAmount","taxRate","appliesWhenJson","notes"],"additionalProperties":false},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLines":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItems"}},"DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"rateNumber":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesRateNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesStatus"},"sourceType":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceType"},"priority":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesPriority"},"shipperOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesShipperOrganizationId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationId"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantId"},"laneId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneId"},"originRegionId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginRegionId"},"destinationRegionId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationRegionId"},"mode":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMode"},"cargoSegment":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoSegment"},"equipmentType":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesEquipmentType"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCurrency"},"effectiveFrom":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveFrom"},"effectiveTo":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveTo"},"minWeightTons":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMinWeightTons"},"maxWeightTons":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMaxWeightTons"},"minDistanceKm":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMinDistanceKm"},"maxDistanceKm":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMaxDistanceKm"},"minChargeAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMinChargeAmount"},"maxChargeAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMaxChargeAmount"},"createdByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedByUserId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"},"lines":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLines"}},"required":["id","tenantId","organizationId","rateNumber","status","sourceType","priority","shipperOrganizationId","carrierOrganizationId","carrierParticipantId","laneId","originRegionId","destinationRegionId","mode","cargoSegment","equipmentType","currency","effectiveFrom","effectiveTo","minWeightTons","maxWeightTons","minDistanceKm","maxDistanceKm","minChargeAmount","maxChargeAmount","createdByUserId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightPricingContractRatesIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPricingContractRatesIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPricingContractRatesIdGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightPricingContractRatesIdSuspendPostParameters0Schema":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdSuspendPostRequestBodyContentApplicationJsonSchemaPropertiesReasonCodeAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesIdSuspendPostRequestBodyContentApplicationJsonSchemaPropertiesReasonCodeAnyOf1":{"type":"string","maxLength":64},"DocPathsApiFreightPricingContractRatesIdSuspendPostRequestBodyContentApplicationJsonSchemaPropertiesReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdSuspendPostRequestBodyContentApplicationJsonSchemaPropertiesReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdSuspendPostRequestBodyContentApplicationJsonSchemaPropertiesReasonCodeAnyOf1"}]},"DocPathsApiFreightPricingContractRatesIdSuspendPostRequestBodyContentApplicationJsonSchemaPropertiesReasonTextAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesIdSuspendPostRequestBodyContentApplicationJsonSchemaPropertiesReasonTextAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightPricingContractRatesIdSuspendPostRequestBodyContentApplicationJsonSchemaPropertiesReasonText":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdSuspendPostRequestBodyContentApplicationJsonSchemaPropertiesReasonTextAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdSuspendPostRequestBodyContentApplicationJsonSchemaPropertiesReasonTextAnyOf1"}]},"DocPathsApiFreightPricingContractRatesIdSuspendPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"reasonCode":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdSuspendPostRequestBodyContentApplicationJsonSchemaPropertiesReasonCode"},"reasonText":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdSuspendPostRequestBodyContentApplicationJsonSchemaPropertiesReasonText"}},"additionalProperties":false},"DocPathsApiFreightPricingContractRatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["draft","active","suspended","expired"]},"DocPathsApiFreightPricingContractRatesIdSuspendPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesId"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesStatus"}},"required":["id","status"],"additionalProperties":false},"DocPathsApiFreightPricingContractRatesIdSuspendPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdSuspendPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdSuspendPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPricingContractRatesIdSuspendPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPricingContractRatesIdSuspendPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesIdSuspendPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPricingContractRatesIdSuspendPostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightPricingContractRatesIdSuspendPostResponses422ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightPricingContractRatesGetParameters0Schema":{"type":"number"},"DocPathsApiFreightPricingContractRatesGetParameters1Schema":{"type":"number"},"DocPathsApiFreightPricingContractRatesGetParameters2Schema":{"type":"string","maxLength":200},"DocPathsApiFreightPricingContractRatesGetParameters3Schema":{"type":"string"},"DocPathsApiFreightPricingContractRatesGetParameters4Schema":{"type":"string","maxLength":400},"DocPathsApiFreightPricingContractRatesGetParameters5Schema":{"type":"string","enum":["draft","active","suspended","expired"]},"DocPathsApiFreightPricingContractRatesGetParameters6Schema":{"type":"string","enum":["road","rail","drayage","sea","inland_water"]},"DocPathsApiFreightPricingContractRatesGetParameters7Schema":{"type":"string","enum":["container_iso","swap_body","semi_trailer","bulk_dry","bulk_liquid","bulk_gas","palletized","general_cargo","parcels","hazmat","reefer","vehicle","oversized","timber","steel"]},"DocPathsApiFreightPricingContractRatesGetParameters8Schema":{"type":"string"},"DocPathsApiFreightPricingContractRatesGetParameters9Schema":{"type":"string"},"DocPathsApiFreightPricingContractRatesGetParameters10Schema":{"type":"string"},"DocPathsApiFreightPricingContractRatesGetParameters11Schema":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiFreightPricingContractRatesGetParameters12Schema":{"type":"string","format":"datetime"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRateNumber":{"type":"string"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string","enum":["draft","active","suspended","expired"]},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceType":{"type":"string","enum":["internal","shipper_contract","carrier_contract","benchmark"]},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriority":{"type":"number"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShipperOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShipperOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShipperOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShipperOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShipperOrganizationIdAnyOf1"}]},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierParticipantIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierParticipantIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierParticipantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierParticipantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierParticipantIdAnyOf1"}]},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneIdAnyOf1"}]},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginRegionIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginRegionIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginRegionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginRegionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginRegionIdAnyOf1"}]},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationRegionIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationRegionIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationRegionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationRegionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationRegionIdAnyOf1"}]},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMode":{"type":"string","enum":["road","rail","drayage","sea","inland_water"]},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegmentAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegmentAnyOf1":{"type":"string","enum":["container_iso","swap_body","semi_trailer","bulk_dry","bulk_liquid","bulk_gas","palletized","general_cargo","parcels","hazmat","reefer","vehicle","oversized","timber","steel"]},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegmentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegmentAnyOf1"}]},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEquipmentTypeAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEquipmentTypeAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEquipmentType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEquipmentTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEquipmentTypeAnyOf1"}]},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrency":{"type":"string"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEffectiveFromAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEffectiveFromAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEffectiveFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEffectiveFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEffectiveFromAnyOf1"}]},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEffectiveToAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEffectiveToAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEffectiveTo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEffectiveToAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEffectiveToAnyOf1"}]},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinWeightTonsAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinWeightTonsAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinWeightTons":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinWeightTonsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinWeightTonsAnyOf1"}]},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxWeightTonsAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxWeightTonsAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxWeightTons":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxWeightTonsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxWeightTonsAnyOf1"}]},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinDistanceKmAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinDistanceKmAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinDistanceKm":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinDistanceKmAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinDistanceKmAnyOf1"}]},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxDistanceKmAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxDistanceKmAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxDistanceKm":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxDistanceKmAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxDistanceKmAnyOf1"}]},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinChargeAmountAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinChargeAmountAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinChargeAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinChargeAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinChargeAmountAnyOf1"}]},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxChargeAmountAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxChargeAmountAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxChargeAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxChargeAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxChargeAmountAnyOf1"}]},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedByUserIdAnyOf1"}]},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"rateNumber":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRateNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"sourceType":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceType"},"priority":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriority"},"shipperOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShipperOrganizationId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationId"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierParticipantId"},"laneId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneId"},"originRegionId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginRegionId"},"destinationRegionId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationRegionId"},"mode":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMode"},"cargoSegment":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegment"},"equipmentType":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEquipmentType"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrency"},"effectiveFrom":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEffectiveFrom"},"effectiveTo":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEffectiveTo"},"minWeightTons":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinWeightTons"},"maxWeightTons":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxWeightTons"},"minDistanceKm":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinDistanceKm"},"maxDistanceKm":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxDistanceKm"},"minChargeAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinChargeAmount"},"maxChargeAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxChargeAmount"},"createdByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedByUserId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","rateNumber","status","sourceType","priority","shipperOrganizationId","carrierOrganizationId","carrierParticipantId","laneId","originRegionId","destinationRegionId","mode","cargoSegment","equipmentType","currency","effectiveFrom","effectiveTo","minWeightTons","maxWeightTons","minDistanceKm","maxDistanceKm","minChargeAmount","maxChargeAmount","createdByUserId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiFreightPricingContractRatesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPricingContractRatesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPricingContractRatesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPricingContractRatesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesRateNumber":{"type":"string","minLength":1,"maxLength":64},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesStatusAllOf0":{"type":"string","enum":["draft","active","suspended","expired"]},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesStatus":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesStatusAllOf0"}],"default":"draft"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesSourceTypeAllOf0":{"type":"string","enum":["internal","shipper_contract","carrier_contract","benchmark"]},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesSourceType":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesSourceTypeAllOf0"}],"default":"internal"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesPriorityAllOf0":{"type":"number"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesPriority":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesPriorityAllOf0"}],"default":100},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesShipperOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesShipperOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesShipperOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesShipperOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesShipperOrganizationIdAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierParticipantIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierParticipantIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierParticipantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierParticipantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierParticipantIdAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLaneIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLaneIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLaneId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLaneIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLaneIdAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesOriginRegionIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesOriginRegionIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesOriginRegionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesOriginRegionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesOriginRegionIdAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationRegionIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationRegionIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationRegionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationRegionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationRegionIdAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMode":{"type":"string","enum":["road","rail","drayage","sea","inland_water"]},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf1":{"type":"string","enum":["container_iso","swap_body","semi_trailer","bulk_dry","bulk_liquid","bulk_gas","palletized","general_cargo","parcels","hazmat","reefer","vehicle","oversized","timber","steel"]},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesCargoSegment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesEquipmentTypeAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesEquipmentTypeAnyOf1":{"type":"string","maxLength":64},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesEquipmentType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesEquipmentTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesEquipmentTypeAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesCurrency":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFromOneOf0":{"type":"string","format":"datetime"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFromOneOf1":{"type":"string","format":"date-time"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFrom":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFromOneOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFromOneOf1"}]},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveToAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveToAnyOf1OneOf0":{"type":"string","format":"datetime"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveToAnyOf1OneOf1":{"type":"string","format":"date-time"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveToAnyOf1":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveToAnyOf1OneOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveToAnyOf1OneOf1"}]},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveTo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveToAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveToAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMinWeightTonsAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMinWeightTonsAnyOf1":{"type":"number"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMinWeightTons":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMinWeightTonsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMinWeightTonsAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxWeightTonsAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxWeightTonsAnyOf1":{"type":"number"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxWeightTons":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxWeightTonsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxWeightTonsAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMinDistanceKmAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMinDistanceKmAnyOf1":{"type":"number"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMinDistanceKm":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMinDistanceKmAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMinDistanceKmAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxDistanceKmAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxDistanceKmAnyOf1":{"type":"number"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxDistanceKm":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxDistanceKmAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxDistanceKmAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMinChargeAmountAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMinChargeAmountAnyOf1":{"type":"number"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMinChargeAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMinChargeAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMinChargeAmountAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxChargeAmountAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxChargeAmountAnyOf1":{"type":"number"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxChargeAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxChargeAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxChargeAmountAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesTermsTextAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesTermsTextAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesTermsText":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesTermsTextAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesTermsTextAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesInternalNotesAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesInternalNotesAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesInternalNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesInternalNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesInternalNotesAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesExternalReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesExternalReferenceAnyOf1":{"type":"string","maxLength":191},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesExternalReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesExternalReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesExternalReferenceAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesCreatedByUserId":{"type":"string"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesId":{"type":"string"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesChargeCodeId":{"type":"string"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesSortOrder":{"type":"number"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesLineEffectAllOf0":{"type":"string","enum":["charge","discount"]},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesLineEffect":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesLineEffectAllOf0"}],"default":"charge"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesCalculationMethod":{"type":"string","enum":["flat","per_ton","per_km","per_ton_km","per_hour","per_leg","per_unit","percent_of_base"]},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesUnitCode":{"type":"string","enum":["shipment","ton","km","ton_km","hour","leg","teu","pallet","vehicle","percent","other"]},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesUnitPrice":{"type":"number"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesMinAmountAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesMinAmountAnyOf1":{"type":"number"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesMinAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesMinAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesMinAmountAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesMaxAmountAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesMaxAmountAnyOf1":{"type":"number"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesMaxAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesMaxAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesMaxAmountAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesTaxRateAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesTaxRateAnyOf1":{"type":"number"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesTaxRate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesTaxRateAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesTaxRateAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesAppliesWhenJsonAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesAppliesWhenJsonAnyOf1PropertiesRequiresAdr":{"type":"boolean"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesAppliesWhenJsonAnyOf1PropertiesRequiresReefer":{"type":"boolean"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesAppliesWhenJsonAnyOf1PropertiesRequiresOversized":{"type":"boolean"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesAppliesWhenJsonAnyOf1PropertiesMinWeightTons":{"type":"number"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesAppliesWhenJsonAnyOf1PropertiesMaxWeightTons":{"type":"number"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesAppliesWhenJsonAnyOf1PropertiesMode":{"type":"string","enum":["road","rail","drayage","sea","inland_water"]},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesAppliesWhenJsonAnyOf1PropertiesCargoSegment":{"type":"string","enum":["container_iso","swap_body","semi_trailer","bulk_dry","bulk_liquid","bulk_gas","palletized","general_cargo","parcels","hazmat","reefer","vehicle","oversized","timber","steel"]},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesAppliesWhenJsonAnyOf1":{"type":"object","properties":{"requiresAdr":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesAppliesWhenJsonAnyOf1PropertiesRequiresAdr"},"requiresReefer":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesAppliesWhenJsonAnyOf1PropertiesRequiresReefer"},"requiresOversized":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesAppliesWhenJsonAnyOf1PropertiesRequiresOversized"},"minWeightTons":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesAppliesWhenJsonAnyOf1PropertiesMinWeightTons"},"maxWeightTons":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesAppliesWhenJsonAnyOf1PropertiesMaxWeightTons"},"mode":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesAppliesWhenJsonAnyOf1PropertiesMode"},"cargoSegment":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesAppliesWhenJsonAnyOf1PropertiesCargoSegment"}},"additionalProperties":false},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesAppliesWhenJson":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesAppliesWhenJsonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesAppliesWhenJsonAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesNotesAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesNotesAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesNotesAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0Items":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesId"},"chargeCodeId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesChargeCodeId"},"sortOrder":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesSortOrder"},"lineEffect":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesLineEffect"},"calculationMethod":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesCalculationMethod"},"unitCode":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesUnitCode"},"unitPrice":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesUnitPrice"},"minAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesMinAmount"},"maxAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesMaxAmount"},"taxRate":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesTaxRate"},"appliesWhenJson":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesAppliesWhenJson"},"notes":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0ItemsPropertiesNotes"}},"required":["chargeCodeId","sortOrder","calculationMethod","unitCode","unitPrice"],"additionalProperties":false},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0Items"},"maxItems":100},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLines":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLinesAllOf0"}],"default":[]},"DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"rateNumber":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesRateNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesStatus"},"sourceType":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesSourceType"},"priority":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesPriority"},"shipperOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesShipperOrganizationId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierOrganizationId"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierParticipantId"},"laneId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLaneId"},"originRegionId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesOriginRegionId"},"destinationRegionId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationRegionId"},"mode":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMode"},"cargoSegment":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesCargoSegment"},"equipmentType":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesEquipmentType"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesCurrency"},"effectiveFrom":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFrom"},"effectiveTo":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveTo"},"minWeightTons":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMinWeightTons"},"maxWeightTons":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxWeightTons"},"minDistanceKm":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMinDistanceKm"},"maxDistanceKm":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxDistanceKm"},"minChargeAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMinChargeAmount"},"maxChargeAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxChargeAmount"},"termsText":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesTermsText"},"internalNotes":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesInternalNotes"},"externalReference":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesExternalReference"},"createdByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesCreatedByUserId"},"lines":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLines"}},"required":["tenantId","organizationId","rateNumber","mode","currency","effectiveFrom","createdByUserId"],"additionalProperties":false},"DocPathsApiFreightPricingContractRatesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPostResponses201ContentApplicationJsonSchemaPropertiesRateNumberAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPostResponses201ContentApplicationJsonSchemaPropertiesRateNumberAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesPostResponses201ContentApplicationJsonSchemaPropertiesRateNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostResponses201ContentApplicationJsonSchemaPropertiesRateNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostResponses201ContentApplicationJsonSchemaPropertiesRateNumberAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPostResponses201ContentApplicationJsonSchemaPropertiesStatusAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPostResponses201ContentApplicationJsonSchemaPropertiesStatusAnyOf1":{"type":"string","enum":["draft","active","suspended","expired"]},"DocPathsApiFreightPricingContractRatesPostResponses201ContentApplicationJsonSchemaPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostResponses201ContentApplicationJsonSchemaPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostResponses201ContentApplicationJsonSchemaPropertiesStatusAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostResponses201ContentApplicationJsonSchemaPropertiesId"},"rateNumber":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostResponses201ContentApplicationJsonSchemaPropertiesRateNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostResponses201ContentApplicationJsonSchemaPropertiesStatus"}},"required":["id","rateNumber","status"],"additionalProperties":false},"DocPathsApiFreightPricingContractRatesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPricingContractRatesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPricingContractRatesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPricingContractRatesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesRateNumber":{"type":"string","minLength":1,"maxLength":64},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesStatusAllOf0":{"type":"string","enum":["draft","active","suspended","expired"]},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesStatus":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesStatusAllOf0"}],"default":"draft"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesSourceTypeAllOf0":{"type":"string","enum":["internal","shipper_contract","carrier_contract","benchmark"]},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesSourceType":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesSourceTypeAllOf0"}],"default":"internal"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesPriorityAllOf0":{"type":"number"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesPriority":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesPriorityAllOf0"}],"default":100},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesShipperOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesShipperOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesShipperOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesShipperOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesShipperOrganizationIdAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesCarrierParticipantIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesCarrierParticipantIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesCarrierParticipantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesCarrierParticipantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesCarrierParticipantIdAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLaneIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLaneIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLaneId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLaneIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLaneIdAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesOriginRegionIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesOriginRegionIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesOriginRegionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesOriginRegionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesOriginRegionIdAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesDestinationRegionIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesDestinationRegionIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesDestinationRegionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesDestinationRegionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesDestinationRegionIdAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMode":{"type":"string","enum":["road","rail","drayage","sea","inland_water"]},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf1":{"type":"string","enum":["container_iso","swap_body","semi_trailer","bulk_dry","bulk_liquid","bulk_gas","palletized","general_cargo","parcels","hazmat","reefer","vehicle","oversized","timber","steel"]},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesCargoSegment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesEquipmentTypeAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesEquipmentTypeAnyOf1":{"type":"string","maxLength":64},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesEquipmentType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesEquipmentTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesEquipmentTypeAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesCurrency":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFromOneOf0":{"type":"string","format":"datetime"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFromOneOf1":{"type":"string","format":"date-time"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFrom":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFromOneOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFromOneOf1"}]},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveToAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveToAnyOf1OneOf0":{"type":"string","format":"datetime"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveToAnyOf1OneOf1":{"type":"string","format":"date-time"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveToAnyOf1":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveToAnyOf1OneOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveToAnyOf1OneOf1"}]},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveTo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveToAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveToAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMinWeightTonsAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMinWeightTonsAnyOf1":{"type":"number"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMinWeightTons":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMinWeightTonsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMinWeightTonsAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxWeightTonsAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxWeightTonsAnyOf1":{"type":"number"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxWeightTons":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxWeightTonsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxWeightTonsAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMinDistanceKmAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMinDistanceKmAnyOf1":{"type":"number"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMinDistanceKm":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMinDistanceKmAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMinDistanceKmAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxDistanceKmAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxDistanceKmAnyOf1":{"type":"number"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxDistanceKm":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxDistanceKmAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxDistanceKmAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMinChargeAmountAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMinChargeAmountAnyOf1":{"type":"number"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMinChargeAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMinChargeAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMinChargeAmountAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxChargeAmountAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxChargeAmountAnyOf1":{"type":"number"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxChargeAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxChargeAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxChargeAmountAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesTermsTextAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesTermsTextAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesTermsText":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesTermsTextAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesTermsTextAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesInternalNotesAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesInternalNotesAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesInternalNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesInternalNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesInternalNotesAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesExternalReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesExternalReferenceAnyOf1":{"type":"string","maxLength":191},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesExternalReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesExternalReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesExternalReferenceAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesCreatedByUserId":{"type":"string"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesId":{"type":"string"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesChargeCodeId":{"type":"string"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesSortOrder":{"type":"number"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesLineEffectAllOf0":{"type":"string","enum":["charge","discount"]},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesLineEffect":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesLineEffectAllOf0"}],"default":"charge"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesCalculationMethod":{"type":"string","enum":["flat","per_ton","per_km","per_ton_km","per_hour","per_leg","per_unit","percent_of_base"]},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitCode":{"type":"string","enum":["shipment","ton","km","ton_km","hour","leg","teu","pallet","vehicle","percent","other"]},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPrice":{"type":"number"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesMinAmountAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesMinAmountAnyOf1":{"type":"number"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesMinAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesMinAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesMinAmountAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesMaxAmountAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesMaxAmountAnyOf1":{"type":"number"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesMaxAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesMaxAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesMaxAmountAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxRateAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxRateAnyOf1":{"type":"number"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxRate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxRateAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxRateAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesAppliesWhenJsonAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesAppliesWhenJsonAnyOf1PropertiesRequiresAdr":{"type":"boolean"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesAppliesWhenJsonAnyOf1PropertiesRequiresReefer":{"type":"boolean"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesAppliesWhenJsonAnyOf1PropertiesRequiresOversized":{"type":"boolean"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesAppliesWhenJsonAnyOf1PropertiesMinWeightTons":{"type":"number"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesAppliesWhenJsonAnyOf1PropertiesMaxWeightTons":{"type":"number"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesAppliesWhenJsonAnyOf1PropertiesMode":{"type":"string","enum":["road","rail","drayage","sea","inland_water"]},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesAppliesWhenJsonAnyOf1PropertiesCargoSegment":{"type":"string","enum":["container_iso","swap_body","semi_trailer","bulk_dry","bulk_liquid","bulk_gas","palletized","general_cargo","parcels","hazmat","reefer","vehicle","oversized","timber","steel"]},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesAppliesWhenJsonAnyOf1":{"type":"object","properties":{"requiresAdr":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesAppliesWhenJsonAnyOf1PropertiesRequiresAdr"},"requiresReefer":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesAppliesWhenJsonAnyOf1PropertiesRequiresReefer"},"requiresOversized":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesAppliesWhenJsonAnyOf1PropertiesRequiresOversized"},"minWeightTons":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesAppliesWhenJsonAnyOf1PropertiesMinWeightTons"},"maxWeightTons":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesAppliesWhenJsonAnyOf1PropertiesMaxWeightTons"},"mode":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesAppliesWhenJsonAnyOf1PropertiesMode"},"cargoSegment":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesAppliesWhenJsonAnyOf1PropertiesCargoSegment"}},"additionalProperties":false},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesAppliesWhenJson":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesAppliesWhenJsonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesAppliesWhenJsonAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNotesAnyOf0":{"type":"null"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNotesAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNotesAnyOf1"}]},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesId"},"chargeCodeId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesChargeCodeId"},"sortOrder":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesSortOrder"},"lineEffect":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesLineEffect"},"calculationMethod":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesCalculationMethod"},"unitCode":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitCode"},"unitPrice":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPrice"},"minAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesMinAmount"},"maxAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesMaxAmount"},"taxRate":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxRate"},"appliesWhenJson":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesAppliesWhenJson"},"notes":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNotes"}},"required":["chargeCodeId","sortOrder","calculationMethod","unitCode","unitPrice"],"additionalProperties":false},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLines":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLinesItems"},"maxItems":100},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"rateNumber":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesRateNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesStatus"},"sourceType":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesSourceType"},"priority":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesPriority"},"shipperOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesShipperOrganizationId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesCarrierOrganizationId"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesCarrierParticipantId"},"laneId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLaneId"},"originRegionId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesOriginRegionId"},"destinationRegionId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesDestinationRegionId"},"mode":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMode"},"cargoSegment":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesCargoSegment"},"equipmentType":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesEquipmentType"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesCurrency"},"effectiveFrom":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFrom"},"effectiveTo":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveTo"},"minWeightTons":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMinWeightTons"},"maxWeightTons":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxWeightTons"},"minDistanceKm":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMinDistanceKm"},"maxDistanceKm":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxDistanceKm"},"minChargeAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMinChargeAmount"},"maxChargeAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxChargeAmount"},"termsText":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesTermsText"},"internalNotes":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesInternalNotes"},"externalReference":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesExternalReference"},"createdByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesCreatedByUserId"},"lines":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLines"},"id":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiFreightPricingContractRatesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightPricingContractRatesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiFreightPricingContractRatesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPricingContractRatesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPricingContractRatesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPricingContractRatesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPricingContractRatesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightPricingContractRatesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiFreightPricingContractRatesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightPricingContractRatesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiFreightPricingContractRatesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPricingContractRatesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPricingContractRatesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPricingContractRatesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPricingContractRatesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPricingEstimatesIdExpirePostParameters0Schema":{"type":"string"},"DocPathsApiFreightPricingEstimatesIdExpirePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{},"additionalProperties":false},"DocPathsApiFreightPricingEstimatesIdExpirePostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightPricingEstimatesIdExpirePostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsApiFreightPricingEstimatesIdExpirePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdExpirePostResponses200ContentApplicationJsonSchemaPropertiesId"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdExpirePostResponses200ContentApplicationJsonSchemaPropertiesStatus"}},"required":["id","status"],"additionalProperties":false},"DocPathsApiFreightPricingEstimatesIdExpirePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPricingEstimatesIdExpirePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdExpirePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPricingEstimatesIdExpirePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPricingEstimatesIdExpirePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdExpirePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPricingEstimatesIdExpirePostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightPricingEstimatesIdGetParameters0Schema":{"type":"string"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantIdAnyOf1"}]},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesEstimateNumber":{"type":"string"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["calculated","manual_required","expired","superseded","applied"]},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesShipmentIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesShipmentIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesShipmentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesShipmentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesShipmentIdAnyOf1"}]},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesProposalIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesProposalIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesProposalId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesProposalIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesProposalIdAnyOf1"}]},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesContractRateIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesContractRateIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesContractRateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesContractRateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesContractRateIdAnyOf1"}]},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf1"}]},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMode":{"type":"string","enum":["road","rail","drayage","sea","inland_water"]},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoSegment":{"type":"string","enum":["container_iso","swap_body","semi_trailer","bulk_dry","bulk_liquid","bulk_gas","palletized","general_cargo","parcels","hazmat","reefer","vehicle","oversized","timber","steel"]},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCurrency":{"type":"string"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesNetAmount":{"type":"string"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesTaxAmount":{"type":"string"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesTotalAmount":{"type":"string"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesConfidenceScoreAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesConfidenceScoreAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesConfidenceScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesConfidenceScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesConfidenceScoreAnyOf1"}]},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesRateVersionHashAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesRateVersionHashAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesRateVersionHash":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesRateVersionHashAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesRateVersionHashAnyOf1"}]},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesExpiresAtAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesExpiresAtAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesExpiresAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesExpiresAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesExpiresAtAnyOf1"}]},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf1"}]},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesChargeCodeIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesChargeCodeIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesChargeCodeId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesChargeCodeIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesChargeCodeIdAnyOf1"}]},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesChargeCode":{"type":"string"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesSourceType":{"type":"string","enum":["contract_rate","lane_benchmark","manual_fallback"]},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesSourceIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesSourceIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesSourceId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesSourceIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesSourceIdAnyOf1"}]},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantity":{"type":"string"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitCode":{"type":"string"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPrice":{"type":"string"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNetAmount":{"type":"string"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxAmount":{"type":"string"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTotalAmount":{"type":"string"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesExplanationCode":{"type":"string"},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItems":{"type":"object","properties":{"chargeCodeId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesChargeCodeId"},"chargeCode":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesChargeCode"},"sourceType":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesSourceType"},"sourceId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesSourceId"},"quantity":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantity"},"unitCode":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitCode"},"unitPrice":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPrice"},"netAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNetAmount"},"taxAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxAmount"},"totalAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTotalAmount"},"explanationCode":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesExplanationCode"}},"required":["chargeCodeId","chargeCode","sourceType","sourceId","quantity","unitCode","unitPrice","netAmount","taxAmount","totalAmount","explanationCode"],"additionalProperties":false},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLines":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinesItems"}},"DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"estimateNumber":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesEstimateNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesStatus"},"shipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesShipmentId"},"proposalId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesProposalId"},"contractRateId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesContractRateId"},"laneId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneId"},"mode":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesMode"},"cargoSegment":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoSegment"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCurrency"},"netAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesNetAmount"},"taxAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesTaxAmount"},"totalAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesTotalAmount"},"confidenceScore":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesConfidenceScore"},"rateVersionHash":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesRateVersionHash"},"expiresAt":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesExpiresAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"},"lines":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLines"}},"required":["id","tenantId","organizationId","estimateNumber","status","shipmentId","proposalId","contractRateId","laneId","mode","cargoSegment","currency","netAmount","taxAmount","totalAmount","confidenceScore","rateVersionHash","expiresAt","createdAt","updatedAt","lines"],"additionalProperties":false},"DocPathsApiFreightPricingEstimatesIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPricingEstimatesIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPricingEstimatesIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPricingEstimatesIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPricingEstimatesIdGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesActorUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesActorUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesActorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesActorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesActorUserIdAnyOf1"}]},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesShipmentIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesShipmentIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesShipmentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesShipmentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesShipmentIdAnyOf1"}]},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesLaneIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesLaneIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesLaneId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesLaneIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesLaneIdAnyOf1"}]},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesOriginRegionIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesOriginRegionIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesOriginRegionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesOriginRegionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesOriginRegionIdAnyOf1"}]},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesDestinationRegionIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesDestinationRegionIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesDestinationRegionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesDestinationRegionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesDestinationRegionIdAnyOf1"}]},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesMode":{"type":"string","enum":["road","rail","drayage","sea","inland_water"]},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesCargoSegment":{"type":"string","enum":["container_iso","swap_body","semi_trailer","bulk_dry","bulk_liquid","bulk_gas","palletized","general_cargo","parcels","hazmat","reefer","vehicle","oversized","timber","steel"]},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesEquipmentTypeAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesEquipmentTypeAnyOf1":{"type":"string","maxLength":64},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesEquipmentType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesEquipmentTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesEquipmentTypeAnyOf1"}]},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesCarrierParticipantIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesCarrierParticipantIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesCarrierParticipantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesCarrierParticipantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesCarrierParticipantIdAnyOf1"}]},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesShipperOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesShipperOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesShipperOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesShipperOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesShipperOrganizationIdAnyOf1"}]},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesWeightTonsAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesWeightTonsAnyOf1":{"type":"number"},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesWeightTons":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesWeightTonsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesWeightTonsAnyOf1"}]},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesVolumeM3AnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesVolumeM3AnyOf1":{"type":"number"},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesVolumeM3":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesVolumeM3AnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesVolumeM3AnyOf1"}]},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesUnitCountAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesUnitCountAnyOf1":{"type":"number"},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesUnitCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesUnitCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesUnitCountAnyOf1"}]},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesDistanceKmAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesDistanceKmAnyOf1":{"type":"number"},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesDistanceKm":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesDistanceKmAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesDistanceKmAnyOf1"}]},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesDurationMinutesAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesDurationMinutesAnyOf1":{"type":"number"},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesDurationMinutes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesDurationMinutesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesDurationMinutesAnyOf1"}]},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesRequestedPickupAtAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesRequestedPickupAtAnyOf1OneOf0":{"type":"string","format":"datetime"},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesRequestedPickupAtAnyOf1OneOf1":{"type":"string","format":"date-time"},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesRequestedPickupAtAnyOf1":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesRequestedPickupAtAnyOf1OneOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesRequestedPickupAtAnyOf1OneOf1"}]},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesRequestedPickupAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesRequestedPickupAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesRequestedPickupAtAnyOf1"}]},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesCurrency":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesSaveSnapshotAllOf0":{"type":"boolean"},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesSaveSnapshot":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesSaveSnapshotAllOf0"}],"default":true},"DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"actorUserId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesActorUserId"},"shipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesShipmentId"},"laneId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesLaneId"},"originRegionId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesOriginRegionId"},"destinationRegionId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesDestinationRegionId"},"mode":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesMode"},"cargoSegment":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesCargoSegment"},"equipmentType":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesEquipmentType"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesCarrierParticipantId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesCarrierOrganizationId"},"shipperOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesShipperOrganizationId"},"weightTons":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesWeightTons"},"volumeM3":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesVolumeM3"},"unitCount":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesUnitCount"},"distanceKm":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesDistanceKm"},"durationMinutes":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesDurationMinutes"},"requestedPickupAt":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesRequestedPickupAt"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesCurrency"},"saveSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostRequestBodyContentApplicationJsonSchemaPropertiesSaveSnapshot"}},"required":["tenantId","organizationId","mode","cargoSegment","currency"],"additionalProperties":false},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesEstimateIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesEstimateIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesEstimateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesEstimateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesEstimateIdAnyOf1"}]},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["calculated","manual_required"]},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesCurrency":{"type":"string"},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesNetAmount":{"type":"string"},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesTaxAmount":{"type":"string"},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesTotalAmount":{"type":"string"},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesConfidenceScoreAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesConfidenceScoreAnyOf1":{"type":"number"},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesConfidenceScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesConfidenceScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesConfidenceScoreAnyOf1"}]},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesSelectedContractRateIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesSelectedContractRateIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesSelectedContractRateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesSelectedContractRateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesSelectedContractRateIdAnyOf1"}]},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesRateVersionHashAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesRateVersionHashAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesRateVersionHash":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesRateVersionHashAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesRateVersionHashAnyOf1"}]},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesSelectedLaneIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesSelectedLaneIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesSelectedLaneId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesSelectedLaneIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesSelectedLaneIdAnyOf1"}]},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesDistanceKmAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesDistanceKmAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesDistanceKm":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesDistanceKmAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesDistanceKmAnyOf1"}]},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesDurationMinutesAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesDurationMinutesAnyOf1":{"type":"number"},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesDurationMinutes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesDurationMinutesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesDurationMinutesAnyOf1"}]},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesChargeCodeIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesChargeCodeIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesChargeCodeId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesChargeCodeIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesChargeCodeIdAnyOf1"}]},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesChargeCode":{"type":"string"},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesSourceType":{"type":"string","enum":["contract_rate","lane_benchmark","manual_fallback"]},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesSourceIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesSourceIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesSourceId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesSourceIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesSourceIdAnyOf1"}]},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantity":{"type":"string"},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitCode":{"type":"string"},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPrice":{"type":"string"},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNetAmount":{"type":"string"},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxAmount":{"type":"string"},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTotalAmount":{"type":"string"},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesExplanationCode":{"type":"string"},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesLinesItems":{"type":"object","properties":{"chargeCodeId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesChargeCodeId"},"chargeCode":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesChargeCode"},"sourceType":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesSourceType"},"sourceId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesSourceId"},"quantity":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesQuantity"},"unitCode":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitCode"},"unitPrice":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesUnitPrice"},"netAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesNetAmount"},"taxAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTaxAmount"},"totalAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesTotalAmount"},"explanationCode":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesLinesItemsPropertiesExplanationCode"}},"required":["chargeCodeId","chargeCode","sourceType","sourceId","quantity","unitCode","unitPrice","netAmount","taxAmount","totalAmount","explanationCode"],"additionalProperties":false},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesLines":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesLinesItems"}},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesReasonsItemsPropertiesCode":{"type":"string","enum":["contract_rate_matched","contract_rate_not_found","lane_benchmark_used","manual_pricing_required","route_distance_missing","currency_mismatch","participant_not_eligible","rate_expired","rate_suspended"]},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesReasonsItemsPropertiesMessageKey":{"type":"string"},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesReasonsItems":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesReasonsItemsPropertiesCode"},"messageKey":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesReasonsItemsPropertiesMessageKey"}},"required":["code","messageKey"],"additionalProperties":false},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesReasons":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesReasonsItems"}},"DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"estimateId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesEstimateId"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesStatus"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesCurrency"},"netAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesNetAmount"},"taxAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesTaxAmount"},"totalAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesTotalAmount"},"confidenceScore":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesConfidenceScore"},"selectedContractRateId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesSelectedContractRateId"},"rateVersionHash":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesRateVersionHash"},"selectedLaneId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesSelectedLaneId"},"distanceKm":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesDistanceKm"},"durationMinutes":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesDurationMinutes"},"lines":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesLines"},"reasons":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses200ContentApplicationJsonSchemaPropertiesReasons"}},"required":["estimateId","status","currency","netAmount","taxAmount","totalAmount","confidenceScore","selectedContractRateId","rateVersionHash","selectedLaneId","distanceKm","durationMinutes","lines","reasons"],"additionalProperties":false},"DocPathsApiFreightPricingEstimatesQuotePostResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightPricingEstimatesQuotePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPricingEstimatesQuotePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPricingEstimatesQuotePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPricingEstimatesQuotePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesQuotePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPricingEstimatesGetParameters0Schema":{"type":"number"},"DocPathsApiFreightPricingEstimatesGetParameters1Schema":{"type":"string","maxLength":400},"DocPathsApiFreightPricingEstimatesGetParameters2Schema":{"type":"string"},"DocPathsApiFreightPricingEstimatesGetParameters3Schema":{"type":"string"},"DocPathsApiFreightPricingEstimatesGetParameters4Schema":{"type":"string"},"DocPathsApiFreightPricingEstimatesGetParameters5Schema":{"type":"string","enum":["calculated","manual_required","expired","superseded","applied"]},"DocPathsApiFreightPricingEstimatesGetParameters6Schema":{"type":"string","enum":["road","rail","drayage","sea","inland_water"]},"DocPathsApiFreightPricingEstimatesGetParameters7Schema":{"type":"string","enum":["container_iso","swap_body","semi_trailer","bulk_dry","bulk_liquid","bulk_gas","palletized","general_cargo","parcels","hazmat","reefer","vehicle","oversized","timber","steel"]},"DocPathsApiFreightPricingEstimatesGetParameters8Schema":{"type":"string","format":"datetime"},"DocPathsApiFreightPricingEstimatesGetParameters9Schema":{"type":"string","format":"datetime"},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEstimateNumber":{"type":"string"},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string","enum":["calculated","manual_required","expired","superseded","applied"]},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShipmentIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShipmentIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShipmentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShipmentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShipmentIdAnyOf1"}]},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProposalIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProposalIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProposalId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProposalIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProposalIdAnyOf1"}]},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContractRateIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContractRateIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContractRateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContractRateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContractRateIdAnyOf1"}]},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneIdAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneIdAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneIdAnyOf1"}]},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMode":{"type":"string","enum":["road","rail","drayage","sea","inland_water"]},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegment":{"type":"string","enum":["container_iso","swap_body","semi_trailer","bulk_dry","bulk_liquid","bulk_gas","palletized","general_cargo","parcels","hazmat","reefer","vehicle","oversized","timber","steel"]},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrency":{"type":"string"},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNetAmount":{"type":"string"},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxAmount":{"type":"string"},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalAmount":{"type":"string"},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfidenceScoreAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfidenceScoreAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfidenceScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfidenceScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfidenceScoreAnyOf1"}]},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRateVersionHashAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRateVersionHashAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRateVersionHash":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRateVersionHashAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRateVersionHashAnyOf1"}]},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpiresAtAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpiresAtAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpiresAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpiresAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpiresAtAnyOf1"}]},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"estimateNumber":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEstimateNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"shipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShipmentId"},"proposalId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProposalId"},"contractRateId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContractRateId"},"laneId":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneId"},"mode":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMode"},"cargoSegment":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegment"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrency"},"netAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNetAmount"},"taxAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxAmount"},"totalAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalAmount"},"confidenceScore":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfidenceScore"},"rateVersionHash":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRateVersionHash"},"expiresAt":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpiresAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","estimateNumber","status","shipmentId","proposalId","contractRateId","laneId","mode","cargoSegment","currency","netAmount","taxAmount","totalAmount","confidenceScore","rateVersionHash","expiresAt","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiFreightPricingEstimatesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPricingEstimatesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPricingEstimatesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPricingEstimatesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPricingEstimatesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementEntriesIdCancelPostParameters0Schema":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightSettlementEntriesIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision":{"type":"number"},"DocPathsApiFreightSettlementEntriesIdCancelPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"note":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesNote"},"expectedRevision":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision"}},"additionalProperties":false},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesRunId":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPayoutRequestIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPayoutRequestIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPayoutRequestId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPayoutRequestIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPayoutRequestIdAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesEntryNumber":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["eligible","held","payout_prepared","exported","cancelled"]},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesSourceShipmentId":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesMarketplaceShipmentId":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesSourceProposalId":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesMarketplaceProposalId":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesSourcePricingEstimateIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesSourcePricingEstimateIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesSourcePricingEstimateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesSourcePricingEstimateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesSourcePricingEstimateIdAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantId":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCurrency":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesGrossAmount":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesNetAmountAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesNetAmountAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesNetAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesNetAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesNetAmountAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesTaxAmountAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesTaxAmountAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesTaxAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesTaxAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesTaxAmountAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesAmountSource":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesGateFailuresAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesGateFailuresAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesGateFailures":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesGateFailuresAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesGateFailuresAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCodeAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCodeAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCodeAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesHoldNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesHoldNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesHoldNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesHoldNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesHoldNoteAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesReleasedAtAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesReleasedAtAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesReleasedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesReleasedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesReleasedAtAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesReleaseNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesReleaseNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesReleaseNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesReleaseNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesReleaseNoteAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCancelledAtAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCancelledAtAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCancelledAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCancelledAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCancelledAtAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCancelNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCancelNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCancelNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCancelNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCancelNoteAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesSnapshotAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesRevision":{"type":"number"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"runId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesRunId"},"payoutRequestId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPayoutRequestId"},"entryNumber":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesEntryNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesStatus"},"sourceShipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesSourceShipmentId"},"marketplaceShipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesMarketplaceShipmentId"},"sourceProposalId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesSourceProposalId"},"marketplaceProposalId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesMarketplaceProposalId"},"sourcePricingEstimateId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesSourcePricingEstimateId"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationId"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCurrency"},"grossAmount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesGrossAmount"},"netAmount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesNetAmount"},"taxAmount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesTaxAmount"},"amountSource":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesAmountSource"},"gateFailures":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesGateFailures"},"holdReasonCode":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCode"},"holdNote":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesHoldNote"},"releasedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesReleasedAt"},"releaseNote":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesReleaseNote"},"cancelledAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCancelledAt"},"cancelNote":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCancelNote"},"snapshot":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesSnapshot"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","runId","payoutRequestId","entryNumber","status","sourceShipmentId","marketplaceShipmentId","sourceProposalId","marketplaceProposalId","sourcePricingEstimateId","carrierParticipantId","carrierOrganizationId","currency","grossAmount","netAmount","taxAmount","amountSource","gateFailures","holdReasonCode","releasedAt","cancelledAt","snapshot","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdCancelPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdCancelPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementEntriesIdHoldPostParameters0Schema":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdHoldPostRequestBodyContentApplicationJsonSchemaPropertiesReasonCodeAllOf0":{"type":"string","enum":["manual_hold","gate_failure","payout_account_changed","pricing_dispute","compliance_review","duplicate_source_evidence"]},"DocPathsApiFreightSettlementEntriesIdHoldPostRequestBodyContentApplicationJsonSchemaPropertiesReasonCode":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostRequestBodyContentApplicationJsonSchemaPropertiesReasonCodeAllOf0"}],"default":"manual_hold"},"DocPathsApiFreightSettlementEntriesIdHoldPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdHoldPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightSettlementEntriesIdHoldPostRequestBodyContentApplicationJsonSchemaPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdHoldPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision":{"type":"number"},"DocPathsApiFreightSettlementEntriesIdHoldPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"reasonCode":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostRequestBodyContentApplicationJsonSchemaPropertiesReasonCode"},"note":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostRequestBodyContentApplicationJsonSchemaPropertiesNote"},"expectedRevision":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision"}},"additionalProperties":false},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesRunId":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesPayoutRequestIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesPayoutRequestIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesPayoutRequestId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesPayoutRequestIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesPayoutRequestIdAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesEntryNumber":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["eligible","held","payout_prepared","exported","cancelled"]},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesSourceShipmentId":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesMarketplaceShipmentId":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesSourceProposalId":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesMarketplaceProposalId":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesSourcePricingEstimateIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesSourcePricingEstimateIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesSourcePricingEstimateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesSourcePricingEstimateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesSourcePricingEstimateIdAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantId":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCurrency":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesGrossAmount":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesNetAmountAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesNetAmountAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesNetAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesNetAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesNetAmountAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesTaxAmountAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesTaxAmountAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesTaxAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesTaxAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesTaxAmountAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesAmountSource":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesGateFailuresAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesGateFailuresAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesGateFailures":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesGateFailuresAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesGateFailuresAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCodeAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCodeAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCodeAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesHoldNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesHoldNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesHoldNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesHoldNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesHoldNoteAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesReleasedAtAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesReleasedAtAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesReleasedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesReleasedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesReleasedAtAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesReleaseNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesReleaseNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesReleaseNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesReleaseNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesReleaseNoteAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCancelledAtAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCancelledAtAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCancelledAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCancelledAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCancelledAtAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCancelNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCancelNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCancelNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCancelNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCancelNoteAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesSnapshotAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesRevision":{"type":"number"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"runId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesRunId"},"payoutRequestId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesPayoutRequestId"},"entryNumber":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesEntryNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesStatus"},"sourceShipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesSourceShipmentId"},"marketplaceShipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesMarketplaceShipmentId"},"sourceProposalId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesSourceProposalId"},"marketplaceProposalId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesMarketplaceProposalId"},"sourcePricingEstimateId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesSourcePricingEstimateId"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationId"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCurrency"},"grossAmount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesGrossAmount"},"netAmount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesNetAmount"},"taxAmount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesTaxAmount"},"amountSource":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesAmountSource"},"gateFailures":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesGateFailures"},"holdReasonCode":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCode"},"holdNote":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesHoldNote"},"releasedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesReleasedAt"},"releaseNote":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesReleaseNote"},"cancelledAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCancelledAt"},"cancelNote":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCancelNote"},"snapshot":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesSnapshot"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","runId","payoutRequestId","entryNumber","status","sourceShipmentId","marketplaceShipmentId","sourceProposalId","marketplaceProposalId","sourcePricingEstimateId","carrierParticipantId","carrierOrganizationId","currency","grossAmount","netAmount","taxAmount","amountSource","gateFailures","holdReasonCode","releasedAt","cancelledAt","snapshot","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdHoldPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdHoldPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementEntriesIdReleasePostParameters0Schema":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdReleasePostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdReleasePostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightSettlementEntriesIdReleasePostRequestBodyContentApplicationJsonSchemaPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdReleasePostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision":{"type":"number"},"DocPathsApiFreightSettlementEntriesIdReleasePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"note":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostRequestBodyContentApplicationJsonSchemaPropertiesNote"},"expectedRevision":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision"}},"additionalProperties":false},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesRunId":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesPayoutRequestIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesPayoutRequestIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesPayoutRequestId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesPayoutRequestIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesPayoutRequestIdAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesEntryNumber":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["eligible","held","payout_prepared","exported","cancelled"]},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesSourceShipmentId":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesMarketplaceShipmentId":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesSourceProposalId":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesMarketplaceProposalId":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesSourcePricingEstimateIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesSourcePricingEstimateIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesSourcePricingEstimateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesSourcePricingEstimateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesSourcePricingEstimateIdAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantId":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesCurrency":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesGrossAmount":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesNetAmountAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesNetAmountAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesNetAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesNetAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesNetAmountAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesTaxAmountAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesTaxAmountAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesTaxAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesTaxAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesTaxAmountAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesAmountSource":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesGateFailuresAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesGateFailuresAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesGateFailures":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesGateFailuresAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesGateFailuresAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCodeAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCodeAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCodeAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesHoldNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesHoldNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesHoldNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesHoldNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesHoldNoteAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesReleasedAtAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesReleasedAtAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesReleasedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesReleasedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesReleasedAtAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesReleaseNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesReleaseNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesReleaseNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesReleaseNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesReleaseNoteAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesCancelledAtAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesCancelledAtAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesCancelledAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesCancelledAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesCancelledAtAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesCancelNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesCancelNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesCancelNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesCancelNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesCancelNoteAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesSnapshotAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesRevision":{"type":"number"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"runId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesRunId"},"payoutRequestId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesPayoutRequestId"},"entryNumber":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesEntryNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesStatus"},"sourceShipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesSourceShipmentId"},"marketplaceShipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesMarketplaceShipmentId"},"sourceProposalId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesSourceProposalId"},"marketplaceProposalId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesMarketplaceProposalId"},"sourcePricingEstimateId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesSourcePricingEstimateId"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationId"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesCurrency"},"grossAmount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesGrossAmount"},"netAmount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesNetAmount"},"taxAmount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesTaxAmount"},"amountSource":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesAmountSource"},"gateFailures":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesGateFailures"},"holdReasonCode":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCode"},"holdNote":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesHoldNote"},"releasedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesReleasedAt"},"releaseNote":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesReleaseNote"},"cancelledAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesCancelledAt"},"cancelNote":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesCancelNote"},"snapshot":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesSnapshot"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","runId","payoutRequestId","entryNumber","status","sourceShipmentId","marketplaceShipmentId","sourceProposalId","marketplaceProposalId","sourcePricingEstimateId","carrierParticipantId","carrierOrganizationId","currency","grossAmount","netAmount","taxAmount","amountSource","gateFailures","holdReasonCode","releasedAt","cancelledAt","snapshot","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdReleasePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdReleasePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementEntriesIdGetParameters0Schema":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesRunId":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesPayoutRequestIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesPayoutRequestIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesPayoutRequestId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesPayoutRequestIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesPayoutRequestIdAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesEntryNumber":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["eligible","held","payout_prepared","exported","cancelled"]},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceShipmentId":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesMarketplaceShipmentId":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceProposalId":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesMarketplaceProposalId":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourcePricingEstimateIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourcePricingEstimateIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourcePricingEstimateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourcePricingEstimateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourcePricingEstimateIdAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantId":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesCurrency":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesGrossAmount":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesNetAmountAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesNetAmountAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesNetAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesNetAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesNetAmountAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesTaxAmountAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesTaxAmountAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesTaxAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesTaxAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesTaxAmountAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesAmountSource":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesGateFailuresAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesGateFailuresAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesGateFailures":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesGateFailuresAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesGateFailuresAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCodeAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCodeAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCodeAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesHoldNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesHoldNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesHoldNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesHoldNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesHoldNoteAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesReleasedAtAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesReleasedAtAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesReleasedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesReleasedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesReleasedAtAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesReleaseNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesReleaseNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesReleaseNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesReleaseNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesReleaseNoteAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesCancelledAtAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesCancelledAtAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesCancelledAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesCancelledAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesCancelledAtAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesCancelNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesCancelNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesCancelNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesCancelNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesCancelNoteAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesSnapshotAnyOf1"}]},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesRevision":{"type":"number"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"runId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesRunId"},"payoutRequestId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesPayoutRequestId"},"entryNumber":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesEntryNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesStatus"},"sourceShipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceShipmentId"},"marketplaceShipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesMarketplaceShipmentId"},"sourceProposalId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceProposalId"},"marketplaceProposalId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesMarketplaceProposalId"},"sourcePricingEstimateId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourcePricingEstimateId"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationId"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesCurrency"},"grossAmount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesGrossAmount"},"netAmount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesNetAmount"},"taxAmount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesTaxAmount"},"amountSource":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesAmountSource"},"gateFailures":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesGateFailures"},"holdReasonCode":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCode"},"holdNote":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesHoldNote"},"releasedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesReleasedAt"},"releaseNote":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesReleaseNote"},"cancelledAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesCancelledAt"},"cancelNote":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesCancelNote"},"snapshot":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesSnapshot"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","runId","payoutRequestId","entryNumber","status","sourceShipmentId","marketplaceShipmentId","sourceProposalId","marketplaceProposalId","sourcePricingEstimateId","carrierParticipantId","carrierOrganizationId","currency","grossAmount","netAmount","taxAmount","amountSource","gateFailures","holdReasonCode","releasedAt","cancelledAt","snapshot","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightSettlementEntriesIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementEntriesIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementEntriesIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementEntriesIdGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightSettlementEntriesGetParameters0Schema":{"type":"number"},"DocPathsApiFreightSettlementEntriesGetParameters1Schema":{"type":"number"},"DocPathsApiFreightSettlementEntriesGetParameters2Schema":{"type":"string","maxLength":512},"DocPathsApiFreightSettlementEntriesGetParameters3Schema":{"type":"string","maxLength":4000},"DocPathsApiFreightSettlementEntriesGetParameters4Schema":{"type":"string","maxLength":200},"DocPathsApiFreightSettlementEntriesGetParameters5Schema":{"type":"string"},"DocPathsApiFreightSettlementEntriesGetParameters6Schema":{"type":"string"},"DocPathsApiFreightSettlementEntriesGetParameters7Schema":{"type":"string","enum":["eligible","held","payout_prepared","exported","cancelled"]},"DocPathsApiFreightSettlementEntriesGetParameters8Schema":{"type":"string"},"DocPathsApiFreightSettlementEntriesGetParameters9Schema":{"type":"string"},"DocPathsApiFreightSettlementEntriesGetParameters10Schema":{"type":"string"},"DocPathsApiFreightSettlementEntriesGetParameters11Schema":{"type":"string","enum":["shipment_not_delivered","pod_source_unresolved","accepted_proposal_missing","proposal_not_accepted","pricing_snapshot_missing","participant_missing","participant_not_settlement_ready","verified_payout_account_missing","currency_mismatch","amount_mismatch","duplicate_source_evidence","manual_hold"]},"DocPathsApiFreightSettlementEntriesGetParameters12Schema":{"type":"string","format":"datetime"},"DocPathsApiFreightSettlementEntriesGetParameters13Schema":{"type":"string","format":"datetime"},"DocPathsApiFreightSettlementEntriesGetParameters14Schema":{"type":"string"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRunId":{"type":"string"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutRequestIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutRequestIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutRequestId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutRequestIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutRequestIdAnyOf1"}]},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntryNumber":{"type":"string"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string","enum":["eligible","held","payout_prepared","exported","cancelled"]},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceShipmentId":{"type":"string"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMarketplaceShipmentId":{"type":"string"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceProposalId":{"type":"string"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMarketplaceProposalId":{"type":"string"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourcePricingEstimateIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourcePricingEstimateIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourcePricingEstimateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourcePricingEstimateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourcePricingEstimateIdAnyOf1"}]},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierParticipantId":{"type":"string"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrency":{"type":"string"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrossAmount":{"type":"string"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNetAmountAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNetAmountAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNetAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNetAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNetAmountAnyOf1"}]},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxAmountAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxAmountAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxAmountAnyOf1"}]},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAmountSource":{"type":"string"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGateFailuresAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGateFailuresAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGateFailures":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGateFailuresAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGateFailuresAnyOf1"}]},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHoldReasonCodeAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHoldReasonCodeAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHoldReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHoldReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHoldReasonCodeAnyOf1"}]},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHoldNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHoldNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHoldNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHoldNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHoldNoteAnyOf1"}]},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReleasedAtAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReleasedAtAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReleasedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReleasedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReleasedAtAnyOf1"}]},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReleaseNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReleaseNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReleaseNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReleaseNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReleaseNoteAnyOf1"}]},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelledAtAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelledAtAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelledAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelledAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelledAtAnyOf1"}]},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelNoteAnyOf1"}]},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSnapshotAnyOf1"}]},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"runId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRunId"},"payoutRequestId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutRequestId"},"entryNumber":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntryNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"sourceShipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceShipmentId"},"marketplaceShipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMarketplaceShipmentId"},"sourceProposalId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceProposalId"},"marketplaceProposalId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMarketplaceProposalId"},"sourcePricingEstimateId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourcePricingEstimateId"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierParticipantId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationId"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrency"},"grossAmount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrossAmount"},"netAmount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNetAmount"},"taxAmount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxAmount"},"amountSource":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAmountSource"},"gateFailures":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGateFailures"},"holdReasonCode":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHoldReasonCode"},"holdNote":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHoldNote"},"releasedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReleasedAt"},"releaseNote":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReleaseNote"},"cancelledAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelledAt"},"cancelNote":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelNote"},"snapshot":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSnapshot"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","runId","payoutRequestId","entryNumber","status","sourceShipmentId","marketplaceShipmentId","sourceProposalId","marketplaceProposalId","sourcePricingEstimateId","carrierParticipantId","carrierOrganizationId","currency","grossAmount","netAmount","taxAmount","amountSource","gateFailures","holdReasonCode","releasedAt","cancelledAt","snapshot","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesPageInfoPropertiesHasNextPage":{"type":"boolean"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesPageInfoPropertiesEndCursor":{"type":"string"},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesPageInfo":{"type":"object","properties":{"hasNextPage":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesPageInfoPropertiesHasNextPage"},"endCursor":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesPageInfoPropertiesEndCursor"}},"required":["hasNextPage"],"additionalProperties":false},"DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"page":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"total":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"pageInfo":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses200ContentApplicationJsonSchemaPropertiesPageInfo"}},"required":["items","page","pageSize","total","totalPages"],"additionalProperties":false},"DocPathsApiFreightSettlementEntriesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementEntriesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementEntriesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementEntriesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementEntriesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostParameters0Schema":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision":{"type":"number"},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"note":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesNote"},"expectedRevision":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision"}},"additionalProperties":false},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesRunIdAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesRequestNumber":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["prepared","held","exported","cancelled"]},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantId":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPayoutAccountId":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesMaskedAccount":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCurrency":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesTotalAmount":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesEntryIdsItems":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesEntryIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesEntryIdsItems"}},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesAccountSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesAccountSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesAccountSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesAccountSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesAccountSnapshotAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExportBatchIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExportBatchIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExportBatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExportBatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExportBatchIdAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExportedAtAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExportedAtAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExportedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExportedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExportedAtAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExportNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExportNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExportNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExportNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExportNoteAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCodeAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCodeAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCodeAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesHoldNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesHoldNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesHoldNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesHoldNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesHoldNoteAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCancelledAtAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCancelledAtAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCancelledAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCancelledAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCancelledAtAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCancelNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCancelNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCancelNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCancelNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCancelNoteAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesRevision":{"type":"number"},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"runId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesRunId"},"requestNumber":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesRequestNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesStatus"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationId"},"payoutAccountId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPayoutAccountId"},"maskedAccount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesMaskedAccount"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCurrency"},"totalAmount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesTotalAmount"},"entryIds":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesEntryIds"},"accountSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesAccountSnapshot"},"exportBatchId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExportBatchId"},"exportedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExportedAt"},"exportNote":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExportNote"},"holdReasonCode":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCode"},"holdNote":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesHoldNote"},"cancelledAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCancelledAt"},"cancelNote":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCancelNote"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","runId","requestNumber","status","carrierParticipantId","carrierOrganizationId","payoutAccountId","maskedAccount","currency","totalAmount","entryIds","accountSnapshot","exportBatchId","exportedAt","holdReasonCode","cancelledAt","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdCancelPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostParameters0Schema":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostRequestBodyContentApplicationJsonSchemaPropertiesExportBatchId":{"type":"string","minLength":1,"maxLength":120},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostRequestBodyContentApplicationJsonSchemaPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision":{"type":"number"},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"exportBatchId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostRequestBodyContentApplicationJsonSchemaPropertiesExportBatchId"},"note":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostRequestBodyContentApplicationJsonSchemaPropertiesNote"},"expectedRevision":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision"}},"required":["exportBatchId"],"additionalProperties":false},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesRunIdAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesRequestNumber":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["prepared","held","exported","cancelled"]},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantId":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesPayoutAccountId":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesMaskedAccount":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesCurrency":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesTotalAmount":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesEntryIdsItems":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesEntryIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesEntryIdsItems"}},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesAccountSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesAccountSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesAccountSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesAccountSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesAccountSnapshotAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesExportBatchIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesExportBatchIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesExportBatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesExportBatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesExportBatchIdAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesExportedAtAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesExportedAtAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesExportedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesExportedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesExportedAtAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesExportNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesExportNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesExportNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesExportNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesExportNoteAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCodeAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCodeAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCodeAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesHoldNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesHoldNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesHoldNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesHoldNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesHoldNoteAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesCancelledAtAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesCancelledAtAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesCancelledAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesCancelledAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesCancelledAtAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesCancelNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesCancelNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesCancelNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesCancelNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesCancelNoteAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesRevision":{"type":"number"},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"runId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesRunId"},"requestNumber":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesRequestNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesStatus"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationId"},"payoutAccountId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesPayoutAccountId"},"maskedAccount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesMaskedAccount"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesCurrency"},"totalAmount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesTotalAmount"},"entryIds":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesEntryIds"},"accountSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesAccountSnapshot"},"exportBatchId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesExportBatchId"},"exportedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesExportedAt"},"exportNote":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesExportNote"},"holdReasonCode":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCode"},"holdNote":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesHoldNote"},"cancelledAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesCancelledAt"},"cancelNote":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesCancelNote"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","runId","requestNumber","status","carrierParticipantId","carrierOrganizationId","payoutAccountId","maskedAccount","currency","totalAmount","entryIds","accountSnapshot","exportBatchId","exportedAt","holdReasonCode","cancelledAt","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdExportPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostParameters0Schema":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostRequestBodyContentApplicationJsonSchemaPropertiesReasonCodeAllOf0":{"type":"string","enum":["manual_hold","export_review","account_review","currency_review","compliance_review"]},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostRequestBodyContentApplicationJsonSchemaPropertiesReasonCode":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostRequestBodyContentApplicationJsonSchemaPropertiesReasonCodeAllOf0"}],"default":"manual_hold"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostRequestBodyContentApplicationJsonSchemaPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision":{"type":"number"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"reasonCode":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostRequestBodyContentApplicationJsonSchemaPropertiesReasonCode"},"note":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostRequestBodyContentApplicationJsonSchemaPropertiesNote"},"expectedRevision":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision"}},"additionalProperties":false},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesRunIdAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesRequestNumber":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["prepared","held","exported","cancelled"]},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantId":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesPayoutAccountId":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesMaskedAccount":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCurrency":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesTotalAmount":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesEntryIdsItems":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesEntryIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesEntryIdsItems"}},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesAccountSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesAccountSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesAccountSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesAccountSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesAccountSnapshotAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesExportBatchIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesExportBatchIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesExportBatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesExportBatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesExportBatchIdAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesExportedAtAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesExportedAtAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesExportedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesExportedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesExportedAtAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesExportNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesExportNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesExportNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesExportNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesExportNoteAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCodeAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCodeAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCodeAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesHoldNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesHoldNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesHoldNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesHoldNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesHoldNoteAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCancelledAtAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCancelledAtAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCancelledAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCancelledAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCancelledAtAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCancelNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCancelNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCancelNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCancelNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCancelNoteAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesRevision":{"type":"number"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"runId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesRunId"},"requestNumber":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesRequestNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesStatus"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationId"},"payoutAccountId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesPayoutAccountId"},"maskedAccount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesMaskedAccount"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCurrency"},"totalAmount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesTotalAmount"},"entryIds":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesEntryIds"},"accountSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesAccountSnapshot"},"exportBatchId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesExportBatchId"},"exportedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesExportedAt"},"exportNote":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesExportNote"},"holdReasonCode":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCode"},"holdNote":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesHoldNote"},"cancelledAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCancelledAt"},"cancelNote":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCancelNote"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","runId","requestNumber","status","carrierParticipantId","carrierOrganizationId","payoutAccountId","maskedAccount","currency","totalAmount","entryIds","accountSnapshot","exportBatchId","exportedAt","holdReasonCode","cancelledAt","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdHoldPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostParameters0Schema":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostRequestBodyContentApplicationJsonSchemaPropertiesExportBatchId":{"type":"string","minLength":1,"maxLength":120},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostRequestBodyContentApplicationJsonSchemaPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision":{"type":"number"},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"exportBatchId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostRequestBodyContentApplicationJsonSchemaPropertiesExportBatchId"},"note":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostRequestBodyContentApplicationJsonSchemaPropertiesNote"},"expectedRevision":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision"}},"required":["exportBatchId"],"additionalProperties":false},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesRunIdAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesRequestNumber":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["prepared","held","exported","cancelled"]},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantId":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesPayoutAccountId":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesMaskedAccount":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesCurrency":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesTotalAmount":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesEntryIdsItems":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesEntryIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesEntryIdsItems"}},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesAccountSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesAccountSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesAccountSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesAccountSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesAccountSnapshotAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesExportBatchIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesExportBatchIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesExportBatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesExportBatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesExportBatchIdAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesExportedAtAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesExportedAtAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesExportedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesExportedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesExportedAtAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesExportNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesExportNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesExportNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesExportNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesExportNoteAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCodeAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCodeAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCodeAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesHoldNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesHoldNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesHoldNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesHoldNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesHoldNoteAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesCancelledAtAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesCancelledAtAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesCancelledAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesCancelledAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesCancelledAtAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesCancelNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesCancelNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesCancelNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesCancelNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesCancelNoteAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesRevision":{"type":"number"},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"runId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesRunId"},"requestNumber":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesRequestNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesStatus"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationId"},"payoutAccountId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesPayoutAccountId"},"maskedAccount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesMaskedAccount"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesCurrency"},"totalAmount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesTotalAmount"},"entryIds":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesEntryIds"},"accountSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesAccountSnapshot"},"exportBatchId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesExportBatchId"},"exportedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesExportedAt"},"exportNote":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesExportNote"},"holdReasonCode":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCode"},"holdNote":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesHoldNote"},"cancelledAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesCancelledAt"},"cancelNote":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesCancelNote"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","runId","requestNumber","status","carrierParticipantId","carrierOrganizationId","payoutAccountId","maskedAccount","currency","totalAmount","entryIds","accountSnapshot","exportBatchId","exportedAt","holdReasonCode","cancelledAt","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdMarkExportedPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementPayoutRequestsIdGetParameters0Schema":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesRunIdAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesRequestNumber":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["prepared","held","exported","cancelled"]},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantId":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesPayoutAccountId":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesMaskedAccount":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesCurrency":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesTotalAmount":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesEntryIdsItems":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesEntryIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesEntryIdsItems"}},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesAccountSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesAccountSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesAccountSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesAccountSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesAccountSnapshotAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesExportBatchIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesExportBatchIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesExportBatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesExportBatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesExportBatchIdAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesExportedAtAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesExportedAtAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesExportedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesExportedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesExportedAtAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesExportNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesExportNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesExportNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesExportNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesExportNoteAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCodeAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCodeAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCodeAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesHoldNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesHoldNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesHoldNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesHoldNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesHoldNoteAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesCancelledAtAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesCancelledAtAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesCancelledAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesCancelledAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesCancelledAtAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesCancelNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesCancelNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesCancelNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesCancelNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesCancelNoteAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesRevision":{"type":"number"},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"runId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesRunId"},"requestNumber":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesRequestNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesStatus"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationId"},"payoutAccountId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesPayoutAccountId"},"maskedAccount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesMaskedAccount"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesCurrency"},"totalAmount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesTotalAmount"},"entryIds":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesEntryIds"},"accountSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesAccountSnapshot"},"exportBatchId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesExportBatchId"},"exportedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesExportedAt"},"exportNote":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesExportNote"},"holdReasonCode":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesHoldReasonCode"},"holdNote":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesHoldNote"},"cancelledAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesCancelledAt"},"cancelNote":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesCancelNote"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","runId","requestNumber","status","carrierParticipantId","carrierOrganizationId","payoutAccountId","maskedAccount","currency","totalAmount","entryIds","accountSnapshot","exportBatchId","exportedAt","holdReasonCode","cancelledAt","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementPayoutRequestsIdGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightSettlementPayoutRequestsPreparePostRequestBodyContentApplicationJsonSchemaPropertiesRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsPreparePostRequestBodyContentApplicationJsonSchemaPropertiesRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsPreparePostRequestBodyContentApplicationJsonSchemaPropertiesRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsPreparePostRequestBodyContentApplicationJsonSchemaPropertiesRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsPreparePostRequestBodyContentApplicationJsonSchemaPropertiesRunIdAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsPreparePostRequestBodyContentApplicationJsonSchemaPropertiesEntryIdsItems":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsPreparePostRequestBodyContentApplicationJsonSchemaPropertiesEntryIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsPreparePostRequestBodyContentApplicationJsonSchemaPropertiesEntryIdsItems"},"maxItems":1000},"DocPathsApiFreightSettlementPayoutRequestsPreparePostRequestBodyContentApplicationJsonSchemaPropertiesCarrierParticipantIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsPreparePostRequestBodyContentApplicationJsonSchemaPropertiesCarrierParticipantIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsPreparePostRequestBodyContentApplicationJsonSchemaPropertiesCarrierParticipantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsPreparePostRequestBodyContentApplicationJsonSchemaPropertiesCarrierParticipantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsPreparePostRequestBodyContentApplicationJsonSchemaPropertiesCarrierParticipantIdAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsPreparePostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsPreparePostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsPreparePostRequestBodyContentApplicationJsonSchemaPropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsPreparePostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsPreparePostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsPreparePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"runId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsPreparePostRequestBodyContentApplicationJsonSchemaPropertiesRunId"},"entryIds":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsPreparePostRequestBodyContentApplicationJsonSchemaPropertiesEntryIds"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsPreparePostRequestBodyContentApplicationJsonSchemaPropertiesCarrierParticipantId"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsPreparePostRequestBodyContentApplicationJsonSchemaPropertiesCurrency"}},"additionalProperties":false},"DocPathsApiFreightSettlementPayoutRequestsPreparePostResponses200ContentApplicationJsonSchemaPropertiesPayoutRequestIdsItems":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsPreparePostResponses200ContentApplicationJsonSchemaPropertiesPayoutRequestIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsPreparePostResponses200ContentApplicationJsonSchemaPropertiesPayoutRequestIdsItems"}},"DocPathsApiFreightSettlementPayoutRequestsPreparePostResponses200ContentApplicationJsonSchemaPropertiesPreparedCount":{"type":"number"},"DocPathsApiFreightSettlementPayoutRequestsPreparePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"payoutRequestIds":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsPreparePostResponses200ContentApplicationJsonSchemaPropertiesPayoutRequestIds"},"preparedCount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsPreparePostResponses200ContentApplicationJsonSchemaPropertiesPreparedCount"}},"required":["payoutRequestIds","preparedCount"],"additionalProperties":false},"DocPathsApiFreightSettlementPayoutRequestsPreparePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsPreparePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsPreparePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementPayoutRequestsPreparePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsPreparePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsPreparePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementPayoutRequestsGetParameters0Schema":{"type":"number"},"DocPathsApiFreightSettlementPayoutRequestsGetParameters1Schema":{"type":"number"},"DocPathsApiFreightSettlementPayoutRequestsGetParameters2Schema":{"type":"string","maxLength":512},"DocPathsApiFreightSettlementPayoutRequestsGetParameters3Schema":{"type":"string","maxLength":4000},"DocPathsApiFreightSettlementPayoutRequestsGetParameters4Schema":{"type":"string","maxLength":200},"DocPathsApiFreightSettlementPayoutRequestsGetParameters5Schema":{"type":"string","enum":["prepared","held","exported","cancelled"]},"DocPathsApiFreightSettlementPayoutRequestsGetParameters6Schema":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsGetParameters7Schema":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsGetParameters8Schema":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsGetParameters9Schema":{"type":"string","format":"datetime"},"DocPathsApiFreightSettlementPayoutRequestsGetParameters10Schema":{"type":"string","format":"datetime"},"DocPathsApiFreightSettlementPayoutRequestsGetParameters11Schema":{"type":"string","maxLength":120},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRunIdAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequestNumber":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string","enum":["prepared","held","exported","cancelled"]},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierParticipantId":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutAccountId":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaskedAccount":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrency":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalAmount":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntryIdsItems":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntryIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntryIdsItems"}},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccountSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccountSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccountSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccountSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccountSnapshotAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExportBatchIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExportBatchIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExportBatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExportBatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExportBatchIdAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExportedAtAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExportedAtAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExportedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExportedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExportedAtAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExportNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExportNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExportNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExportNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExportNoteAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHoldReasonCodeAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHoldReasonCodeAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHoldReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHoldReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHoldReasonCodeAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHoldNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHoldNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHoldNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHoldNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHoldNoteAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelledAtAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelledAtAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelledAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelledAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelledAtAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelNoteAnyOf1"}]},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"runId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRunId"},"requestNumber":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequestNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierParticipantId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationId"},"payoutAccountId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutAccountId"},"maskedAccount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaskedAccount"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrency"},"totalAmount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalAmount"},"entryIds":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntryIds"},"accountSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccountSnapshot"},"exportBatchId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExportBatchId"},"exportedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExportedAt"},"exportNote":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExportNote"},"holdReasonCode":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHoldReasonCode"},"holdNote":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHoldNote"},"cancelledAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelledAt"},"cancelNote":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelNote"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","runId","requestNumber","status","carrierParticipantId","carrierOrganizationId","payoutAccountId","maskedAccount","currency","totalAmount","entryIds","accountSnapshot","exportBatchId","exportedAt","holdReasonCode","cancelledAt","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesPageInfoPropertiesHasNextPage":{"type":"boolean"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesPageInfoPropertiesEndCursor":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesPageInfo":{"type":"object","properties":{"hasNextPage":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesPageInfoPropertiesHasNextPage"},"endCursor":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesPageInfoPropertiesEndCursor"}},"required":["hasNextPage"],"additionalProperties":false},"DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"page":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"total":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"pageInfo":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses200ContentApplicationJsonSchemaPropertiesPageInfo"}},"required":["items","page","pageSize","total","totalPages"],"additionalProperties":false},"DocPathsApiFreightSettlementPayoutRequestsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementPayoutRequestsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementPayoutRequestsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementPayoutRequestsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementRunsIdCancelPostParameters0Schema":{"type":"string"},"DocPathsApiFreightSettlementRunsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightSettlementRunsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdCancelPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"note":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesNote"}},"additionalProperties":false},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesRunNumber":{"type":"string"},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["queued","running","completed","completed_with_holds","failed","cancelled"]},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesTrigger":{"type":"string","enum":["pod_event","manual","retry","rebuild"]},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesSourceTypeAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesSourceTypeAnyOf1":{"type":"string","enum":["manual_window","marketplace_shipment","freight_document","ecmr_document","cim_waybill"]},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesSourceType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesSourceTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesSourceTypeAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesSourceIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesSourceIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesSourceId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesSourceIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesSourceIdAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesSourceKeyAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesSourceKeyAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesSourceKey":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesSourceKeyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesSourceKeyAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesParentRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesParentRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesParentRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesParentRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesParentRunIdAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPeriodFromAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPeriodFromAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPeriodFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPeriodFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPeriodFromAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPeriodToAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPeriodToAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPeriodTo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPeriodToAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPeriodToAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDryRun":{"type":"boolean"},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesProgressJobIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesProgressJobIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesProgressJobId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesProgressJobIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesProgressJobIdAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesEligibleCount":{"type":"number"},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesHeldCount":{"type":"number"},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPayoutPreparedCount":{"type":"number"},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExportedCount":{"type":"number"},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesGateSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesGateSummaryAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesGateSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesGateSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesGateSummaryAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesFailureDetailsAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesFailureDetailsAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesFailureDetails":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesFailureDetailsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesFailureDetailsAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesMetadataAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesMetadataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesMetadataAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"runNumber":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesRunNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesStatus"},"trigger":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesTrigger"},"sourceType":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesSourceType"},"sourceId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesSourceId"},"sourceKey":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesSourceKey"},"parentRunId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesParentRunId"},"periodFrom":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPeriodFrom"},"periodTo":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPeriodTo"},"dryRun":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesDryRun"},"progressJobId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesProgressJobId"},"completedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCompletedAt"},"eligibleCount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesEligibleCount"},"heldCount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesHeldCount"},"payoutPreparedCount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPayoutPreparedCount"},"exportedCount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExportedCount"},"gateSummary":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesGateSummary"},"failureDetails":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesFailureDetails"},"metadata":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesMetadata"},"requestedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","runNumber","status","trigger","sourceType","sourceId","sourceKey","periodFrom","periodTo","dryRun","progressJobId","completedAt","eligibleCount","heldCount","payoutPreparedCount","exportedCount","gateSummary","requestedByUserId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightSettlementRunsIdCancelPostResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightSettlementRunsIdCancelPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementRunsIdCancelPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementRunsIdCancelPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementRunsIdCancelPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdCancelPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementRunsIdCancelPostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightSettlementRunsIdCancelPostResponses409ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightSettlementRunsIdEntriesGetParameters0Schema":{"type":"string"},"DocPathsApiFreightSettlementRunsIdEntriesGetParameters1Schema":{"type":"number"},"DocPathsApiFreightSettlementRunsIdEntriesGetParameters2Schema":{"type":"number"},"DocPathsApiFreightSettlementRunsIdEntriesGetParameters3Schema":{"type":"string","maxLength":512},"DocPathsApiFreightSettlementRunsIdEntriesGetParameters4Schema":{"type":"string","maxLength":4000},"DocPathsApiFreightSettlementRunsIdEntriesGetParameters5Schema":{"type":"string","maxLength":200},"DocPathsApiFreightSettlementRunsIdEntriesGetParameters6Schema":{"type":"string"},"DocPathsApiFreightSettlementRunsIdEntriesGetParameters7Schema":{"type":"string"},"DocPathsApiFreightSettlementRunsIdEntriesGetParameters8Schema":{"type":"string","enum":["eligible","held","payout_prepared","exported","cancelled"]},"DocPathsApiFreightSettlementRunsIdEntriesGetParameters9Schema":{"type":"string"},"DocPathsApiFreightSettlementRunsIdEntriesGetParameters10Schema":{"type":"string"},"DocPathsApiFreightSettlementRunsIdEntriesGetParameters11Schema":{"type":"string"},"DocPathsApiFreightSettlementRunsIdEntriesGetParameters12Schema":{"type":"string","enum":["shipment_not_delivered","pod_source_unresolved","accepted_proposal_missing","proposal_not_accepted","pricing_snapshot_missing","participant_missing","participant_not_settlement_ready","verified_payout_account_missing","currency_mismatch","amount_mismatch","duplicate_source_evidence","manual_hold"]},"DocPathsApiFreightSettlementRunsIdEntriesGetParameters13Schema":{"type":"string","format":"datetime"},"DocPathsApiFreightSettlementRunsIdEntriesGetParameters14Schema":{"type":"string","format":"datetime"},"DocPathsApiFreightSettlementRunsIdEntriesGetParameters15Schema":{"type":"string"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRunId":{"type":"string"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutRequestIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutRequestIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutRequestId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutRequestIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutRequestIdAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntryNumber":{"type":"string"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string","enum":["eligible","held","payout_prepared","exported","cancelled"]},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceShipmentId":{"type":"string"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMarketplaceShipmentId":{"type":"string"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceProposalId":{"type":"string"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMarketplaceProposalId":{"type":"string"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourcePricingEstimateIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourcePricingEstimateIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourcePricingEstimateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourcePricingEstimateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourcePricingEstimateIdAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierParticipantId":{"type":"string"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrency":{"type":"string"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrossAmount":{"type":"string"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNetAmountAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNetAmountAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNetAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNetAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNetAmountAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxAmountAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxAmountAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxAmountAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAmountSource":{"type":"string"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGateFailuresAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGateFailuresAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGateFailures":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGateFailuresAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGateFailuresAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHoldReasonCodeAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHoldReasonCodeAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHoldReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHoldReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHoldReasonCodeAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHoldNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHoldNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHoldNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHoldNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHoldNoteAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReleasedAtAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReleasedAtAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReleasedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReleasedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReleasedAtAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReleaseNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReleaseNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReleaseNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReleaseNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReleaseNoteAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelledAtAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelledAtAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelledAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelledAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelledAtAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelNoteAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSnapshotAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"runId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRunId"},"payoutRequestId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutRequestId"},"entryNumber":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntryNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"sourceShipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceShipmentId"},"marketplaceShipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMarketplaceShipmentId"},"sourceProposalId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceProposalId"},"marketplaceProposalId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMarketplaceProposalId"},"sourcePricingEstimateId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourcePricingEstimateId"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierParticipantId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationId"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrency"},"grossAmount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrossAmount"},"netAmount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNetAmount"},"taxAmount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaxAmount"},"amountSource":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAmountSource"},"gateFailures":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGateFailures"},"holdReasonCode":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHoldReasonCode"},"holdNote":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHoldNote"},"releasedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReleasedAt"},"releaseNote":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReleaseNote"},"cancelledAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelledAt"},"cancelNote":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancelNote"},"snapshot":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSnapshot"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","runId","payoutRequestId","entryNumber","status","sourceShipmentId","marketplaceShipmentId","sourceProposalId","marketplaceProposalId","sourcePricingEstimateId","carrierParticipantId","carrierOrganizationId","currency","grossAmount","netAmount","taxAmount","amountSource","gateFailures","holdReasonCode","releasedAt","cancelledAt","snapshot","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesPageInfoPropertiesHasNextPage":{"type":"boolean"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesPageInfoPropertiesEndCursor":{"type":"string"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesPageInfo":{"type":"object","properties":{"hasNextPage":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesPageInfoPropertiesHasNextPage"},"endCursor":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesPageInfoPropertiesEndCursor"}},"required":["hasNextPage"],"additionalProperties":false},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"page":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"total":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"pageInfo":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesPageInfo"}},"required":["items","page","pageSize","total","totalPages"],"additionalProperties":false},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementRunsIdEntriesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdEntriesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementRunsIdPreparePayoutsPostParameters0Schema":{"type":"string"},"DocPathsApiFreightSettlementRunsIdPreparePayoutsPostRequestBodyContentApplicationJsonSchemaPropertiesRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdPreparePayoutsPostRequestBodyContentApplicationJsonSchemaPropertiesRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdPreparePayoutsPostRequestBodyContentApplicationJsonSchemaPropertiesRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdPreparePayoutsPostRequestBodyContentApplicationJsonSchemaPropertiesRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdPreparePayoutsPostRequestBodyContentApplicationJsonSchemaPropertiesRunIdAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdPreparePayoutsPostRequestBodyContentApplicationJsonSchemaPropertiesEntryIdsItems":{"type":"string"},"DocPathsApiFreightSettlementRunsIdPreparePayoutsPostRequestBodyContentApplicationJsonSchemaPropertiesEntryIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdPreparePayoutsPostRequestBodyContentApplicationJsonSchemaPropertiesEntryIdsItems"},"maxItems":1000},"DocPathsApiFreightSettlementRunsIdPreparePayoutsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierParticipantIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdPreparePayoutsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierParticipantIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdPreparePayoutsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierParticipantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdPreparePayoutsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierParticipantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdPreparePayoutsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierParticipantIdAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdPreparePayoutsPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdPreparePayoutsPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdPreparePayoutsPostRequestBodyContentApplicationJsonSchemaPropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdPreparePayoutsPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdPreparePayoutsPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdPreparePayoutsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"runId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdPreparePayoutsPostRequestBodyContentApplicationJsonSchemaPropertiesRunId"},"entryIds":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdPreparePayoutsPostRequestBodyContentApplicationJsonSchemaPropertiesEntryIds"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdPreparePayoutsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierParticipantId"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdPreparePayoutsPostRequestBodyContentApplicationJsonSchemaPropertiesCurrency"}},"additionalProperties":false},"DocPathsApiFreightSettlementRunsIdPreparePayoutsPostResponses200ContentApplicationJsonSchemaPropertiesPayoutRequestIdsItems":{"type":"string"},"DocPathsApiFreightSettlementRunsIdPreparePayoutsPostResponses200ContentApplicationJsonSchemaPropertiesPayoutRequestIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdPreparePayoutsPostResponses200ContentApplicationJsonSchemaPropertiesPayoutRequestIdsItems"}},"DocPathsApiFreightSettlementRunsIdPreparePayoutsPostResponses200ContentApplicationJsonSchemaPropertiesPreparedCount":{"type":"number"},"DocPathsApiFreightSettlementRunsIdPreparePayoutsPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"payoutRequestIds":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdPreparePayoutsPostResponses200ContentApplicationJsonSchemaPropertiesPayoutRequestIds"},"preparedCount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdPreparePayoutsPostResponses200ContentApplicationJsonSchemaPropertiesPreparedCount"}},"required":["payoutRequestIds","preparedCount"],"additionalProperties":false},"DocPathsApiFreightSettlementRunsIdPreparePayoutsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementRunsIdPreparePayoutsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdPreparePayoutsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementRunsIdPreparePayoutsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementRunsIdPreparePayoutsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdPreparePayoutsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementRunsIdRetryPostParameters0Schema":{"type":"string"},"DocPathsApiFreightSettlementRunsIdRetryPostRequestBodyContentApplicationJsonSchemaPropertiesModeAllOf0":{"type":"string","enum":["failed_only","held_prerequisites","all_sources"]},"DocPathsApiFreightSettlementRunsIdRetryPostRequestBodyContentApplicationJsonSchemaPropertiesMode":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostRequestBodyContentApplicationJsonSchemaPropertiesModeAllOf0"}],"default":"failed_only"},"DocPathsApiFreightSettlementRunsIdRetryPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"mode":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostRequestBodyContentApplicationJsonSchemaPropertiesMode"}},"additionalProperties":false},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesRunNumber":{"type":"string"},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["queued","running","completed","completed_with_holds","failed","cancelled"]},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesTrigger":{"type":"string","enum":["pod_event","manual","retry","rebuild"]},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesSourceTypeAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesSourceTypeAnyOf1":{"type":"string","enum":["manual_window","marketplace_shipment","freight_document","ecmr_document","cim_waybill"]},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesSourceType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesSourceTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesSourceTypeAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesSourceIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesSourceIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesSourceId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesSourceIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesSourceIdAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesSourceKeyAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesSourceKeyAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesSourceKey":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesSourceKeyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesSourceKeyAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesParentRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesParentRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesParentRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesParentRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesParentRunIdAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesPeriodFromAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesPeriodFromAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesPeriodFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesPeriodFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesPeriodFromAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesPeriodToAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesPeriodToAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesPeriodTo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesPeriodToAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesPeriodToAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesDryRun":{"type":"boolean"},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesProgressJobIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesProgressJobIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesProgressJobId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesProgressJobIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesProgressJobIdAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesEligibleCount":{"type":"number"},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesHeldCount":{"type":"number"},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesPayoutPreparedCount":{"type":"number"},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExportedCount":{"type":"number"},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesGateSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesGateSummaryAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesGateSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesGateSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesGateSummaryAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesFailureDetailsAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesFailureDetailsAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesFailureDetails":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesFailureDetailsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesFailureDetailsAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesMetadataAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesMetadataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesMetadataAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesRequestedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesOrganizationId"},"runNumber":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesRunNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesStatus"},"trigger":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesTrigger"},"sourceType":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesSourceType"},"sourceId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesSourceId"},"sourceKey":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesSourceKey"},"parentRunId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesParentRunId"},"periodFrom":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesPeriodFrom"},"periodTo":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesPeriodTo"},"dryRun":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesDryRun"},"progressJobId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesProgressJobId"},"completedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesCompletedAt"},"eligibleCount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesEligibleCount"},"heldCount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesHeldCount"},"payoutPreparedCount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesPayoutPreparedCount"},"exportedCount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExportedCount"},"gateSummary":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesGateSummary"},"failureDetails":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesFailureDetails"},"metadata":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesMetadata"},"requestedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesRequestedByUserId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","runNumber","status","trigger","sourceType","sourceId","sourceKey","periodFrom","periodTo","dryRun","progressJobId","completedAt","eligibleCount","heldCount","payoutPreparedCount","exportedCount","gateSummary","requestedByUserId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightSettlementRunsIdRetryPostResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightSettlementRunsIdRetryPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementRunsIdRetryPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementRunsIdRetryPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementRunsIdRetryPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdRetryPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementRunsIdRetryPostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightSettlementRunsIdGetParameters0Schema":{"type":"string"},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesRunNumber":{"type":"string"},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["queued","running","completed","completed_with_holds","failed","cancelled"]},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesTrigger":{"type":"string","enum":["pod_event","manual","retry","rebuild"]},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceTypeAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceTypeAnyOf1":{"type":"string","enum":["manual_window","marketplace_shipment","freight_document","ecmr_document","cim_waybill"]},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceTypeAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceIdAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceKeyAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceKeyAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceKey":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceKeyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceKeyAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesParentRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesParentRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesParentRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesParentRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesParentRunIdAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeriodFromAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeriodFromAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeriodFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeriodFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeriodFromAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeriodToAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeriodToAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeriodTo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeriodToAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeriodToAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesDryRun":{"type":"boolean"},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesProgressJobIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesProgressJobIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesProgressJobId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesProgressJobIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesProgressJobIdAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesEligibleCount":{"type":"number"},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesHeldCount":{"type":"number"},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesPayoutPreparedCount":{"type":"number"},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesExportedCount":{"type":"number"},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesGateSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesGateSummaryAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesGateSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesGateSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesGateSummaryAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesFailureDetailsAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesFailureDetailsAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesFailureDetails":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesFailureDetailsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesFailureDetailsAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesMetadataAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesMetadataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesMetadataAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf1"}]},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"runNumber":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesRunNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesStatus"},"trigger":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesTrigger"},"sourceType":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceType"},"sourceId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceId"},"sourceKey":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceKey"},"parentRunId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesParentRunId"},"periodFrom":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeriodFrom"},"periodTo":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeriodTo"},"dryRun":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesDryRun"},"progressJobId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesProgressJobId"},"completedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompletedAt"},"eligibleCount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesEligibleCount"},"heldCount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesHeldCount"},"payoutPreparedCount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesPayoutPreparedCount"},"exportedCount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesExportedCount"},"gateSummary":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesGateSummary"},"failureDetails":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesFailureDetails"},"metadata":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesMetadata"},"requestedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","runNumber","status","trigger","sourceType","sourceId","sourceKey","periodFrom","periodTo","dryRun","progressJobId","completedAt","eligibleCount","heldCount","payoutPreparedCount","exportedCount","gateSummary","requestedByUserId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightSettlementRunsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementRunsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementRunsIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementRunsIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementRunsIdGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightSettlementRunsGetParameters0Schema":{"type":"number"},"DocPathsApiFreightSettlementRunsGetParameters1Schema":{"type":"number"},"DocPathsApiFreightSettlementRunsGetParameters2Schema":{"type":"string","maxLength":512},"DocPathsApiFreightSettlementRunsGetParameters3Schema":{"type":"string","maxLength":4000},"DocPathsApiFreightSettlementRunsGetParameters4Schema":{"type":"string","maxLength":200},"DocPathsApiFreightSettlementRunsGetParameters5Schema":{"type":"string","enum":["queued","running","completed","completed_with_holds","failed","cancelled"]},"DocPathsApiFreightSettlementRunsGetParameters6Schema":{"type":"string","enum":["pod_event","manual","retry","rebuild"]},"DocPathsApiFreightSettlementRunsGetParameters7Schema":{"type":"string","enum":["manual_window","marketplace_shipment","freight_document","ecmr_document","cim_waybill"]},"DocPathsApiFreightSettlementRunsGetParameters8Schema":{"type":"string"},"DocPathsApiFreightSettlementRunsGetParameters9Schema":{"type":"string","format":"datetime"},"DocPathsApiFreightSettlementRunsGetParameters10Schema":{"type":"string","format":"datetime"},"DocPathsApiFreightSettlementRunsGetParameters11Schema":{"type":"boolean"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRunNumber":{"type":"string"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string","enum":["queued","running","completed","completed_with_holds","failed","cancelled"]},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrigger":{"type":"string","enum":["pod_event","manual","retry","rebuild"]},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceTypeAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceTypeAnyOf1":{"type":"string","enum":["manual_window","marketplace_shipment","freight_document","ecmr_document","cim_waybill"]},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceTypeAnyOf1"}]},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceIdAnyOf1"}]},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceKeyAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceKeyAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceKey":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceKeyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceKeyAnyOf1"}]},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentRunIdAnyOf1"}]},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodFromAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodFromAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodFromAnyOf1"}]},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodToAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodToAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodTo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodToAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodToAnyOf1"}]},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDryRun":{"type":"boolean"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProgressJobIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProgressJobIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProgressJobId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProgressJobIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProgressJobIdAnyOf1"}]},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompletedAtAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompletedAtAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompletedAtAnyOf1"}]},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEligibleCount":{"type":"number"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHeldCount":{"type":"number"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutPreparedCount":{"type":"number"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExportedCount":{"type":"number"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGateSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGateSummaryAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGateSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGateSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGateSummaryAnyOf1"}]},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFailureDetailsAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFailureDetailsAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFailureDetails":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFailureDetailsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFailureDetailsAnyOf1"}]},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1"}]},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequestedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequestedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequestedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequestedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequestedByUserIdAnyOf1"}]},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"runNumber":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRunNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"trigger":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrigger"},"sourceType":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceType"},"sourceId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceId"},"sourceKey":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceKey"},"parentRunId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentRunId"},"periodFrom":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodFrom"},"periodTo":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodTo"},"dryRun":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDryRun"},"progressJobId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProgressJobId"},"completedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompletedAt"},"eligibleCount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEligibleCount"},"heldCount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHeldCount"},"payoutPreparedCount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutPreparedCount"},"exportedCount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExportedCount"},"gateSummary":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGateSummary"},"failureDetails":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFailureDetails"},"metadata":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata"},"requestedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequestedByUserId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","runNumber","status","trigger","sourceType","sourceId","sourceKey","periodFrom","periodTo","dryRun","progressJobId","completedAt","eligibleCount","heldCount","payoutPreparedCount","exportedCount","gateSummary","requestedByUserId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesPageInfoPropertiesHasNextPage":{"type":"boolean"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesPageInfoPropertiesEndCursor":{"type":"string"},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesPageInfo":{"type":"object","properties":{"hasNextPage":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesPageInfoPropertiesHasNextPage"},"endCursor":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesPageInfoPropertiesEndCursor"}},"required":["hasNextPage"],"additionalProperties":false},"DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"page":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"total":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"pageInfo":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses200ContentApplicationJsonSchemaPropertiesPageInfo"}},"required":["items","page","pageSize","total","totalPages"],"additionalProperties":false},"DocPathsApiFreightSettlementRunsGetResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightSettlementRunsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementRunsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementRunsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementRunsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementRunsPostRequestBodyContentApplicationJsonSchemaPropertiesTriggerAllOf0":{"type":"string","enum":["pod_event","manual","retry","rebuild"]},"DocPathsApiFreightSettlementRunsPostRequestBodyContentApplicationJsonSchemaPropertiesTrigger":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostRequestBodyContentApplicationJsonSchemaPropertiesTriggerAllOf0"}],"default":"manual"},"DocPathsApiFreightSettlementRunsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceTypeAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceTypeAnyOf1":{"type":"string","enum":["manual_window","marketplace_shipment","freight_document","ecmr_document","cim_waybill"]},"DocPathsApiFreightSettlementRunsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceTypeAnyOf1"}]},"DocPathsApiFreightSettlementRunsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceIdAnyOf1"}]},"DocPathsApiFreightSettlementRunsPostRequestBodyContentApplicationJsonSchemaPropertiesPeriodFromAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsPostRequestBodyContentApplicationJsonSchemaPropertiesPeriodFromAnyOf1":{"type":"string","format":"datetime"},"DocPathsApiFreightSettlementRunsPostRequestBodyContentApplicationJsonSchemaPropertiesPeriodFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostRequestBodyContentApplicationJsonSchemaPropertiesPeriodFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostRequestBodyContentApplicationJsonSchemaPropertiesPeriodFromAnyOf1"}]},"DocPathsApiFreightSettlementRunsPostRequestBodyContentApplicationJsonSchemaPropertiesPeriodToAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsPostRequestBodyContentApplicationJsonSchemaPropertiesPeriodToAnyOf1":{"type":"string","format":"datetime"},"DocPathsApiFreightSettlementRunsPostRequestBodyContentApplicationJsonSchemaPropertiesPeriodTo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostRequestBodyContentApplicationJsonSchemaPropertiesPeriodToAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostRequestBodyContentApplicationJsonSchemaPropertiesPeriodToAnyOf1"}]},"DocPathsApiFreightSettlementRunsPostRequestBodyContentApplicationJsonSchemaPropertiesDryRunAllOf0":{"type":"boolean"},"DocPathsApiFreightSettlementRunsPostRequestBodyContentApplicationJsonSchemaPropertiesDryRun":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostRequestBodyContentApplicationJsonSchemaPropertiesDryRunAllOf0"}],"default":false},"DocPathsApiFreightSettlementRunsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"trigger":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostRequestBodyContentApplicationJsonSchemaPropertiesTrigger"},"sourceType":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceType"},"sourceId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceId"},"periodFrom":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostRequestBodyContentApplicationJsonSchemaPropertiesPeriodFrom"},"periodTo":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostRequestBodyContentApplicationJsonSchemaPropertiesPeriodTo"},"dryRun":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostRequestBodyContentApplicationJsonSchemaPropertiesDryRun"}},"additionalProperties":false},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesRunNumber":{"type":"string"},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["queued","running","completed","completed_with_holds","failed","cancelled"]},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesTrigger":{"type":"string","enum":["pod_event","manual","retry","rebuild"]},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesSourceTypeAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesSourceTypeAnyOf1":{"type":"string","enum":["manual_window","marketplace_shipment","freight_document","ecmr_document","cim_waybill"]},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesSourceType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesSourceTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesSourceTypeAnyOf1"}]},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesSourceIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesSourceIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesSourceId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesSourceIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesSourceIdAnyOf1"}]},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesSourceKeyAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesSourceKeyAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesSourceKey":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesSourceKeyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesSourceKeyAnyOf1"}]},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesParentRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesParentRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesParentRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesParentRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesParentRunIdAnyOf1"}]},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesPeriodFromAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesPeriodFromAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesPeriodFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesPeriodFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesPeriodFromAnyOf1"}]},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesPeriodToAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesPeriodToAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesPeriodTo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesPeriodToAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesPeriodToAnyOf1"}]},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesDryRun":{"type":"boolean"},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesProgressJobIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesProgressJobIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesProgressJobId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesProgressJobIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesProgressJobIdAnyOf1"}]},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf1"}]},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesEligibleCount":{"type":"number"},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesHeldCount":{"type":"number"},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesPayoutPreparedCount":{"type":"number"},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesExportedCount":{"type":"number"},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesGateSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesGateSummaryAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesGateSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesGateSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesGateSummaryAnyOf1"}]},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesFailureDetailsAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesFailureDetailsAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesFailureDetails":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesFailureDetailsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesFailureDetailsAnyOf1"}]},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesMetadataAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesMetadataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesMetadataAnyOf1"}]},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesRequestedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf1"}]},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesOrganizationId"},"runNumber":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesRunNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesStatus"},"trigger":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesTrigger"},"sourceType":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesSourceType"},"sourceId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesSourceId"},"sourceKey":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesSourceKey"},"parentRunId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesParentRunId"},"periodFrom":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesPeriodFrom"},"periodTo":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesPeriodTo"},"dryRun":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesDryRun"},"progressJobId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesProgressJobId"},"completedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesCompletedAt"},"eligibleCount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesEligibleCount"},"heldCount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesHeldCount"},"payoutPreparedCount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesPayoutPreparedCount"},"exportedCount":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesExportedCount"},"gateSummary":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesGateSummary"},"failureDetails":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesFailureDetails"},"metadata":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesMetadata"},"requestedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesRequestedByUserId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses202ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","runNumber","status","trigger","sourceType","sourceId","sourceKey","periodFrom","periodTo","dryRun","progressJobId","completedAt","eligibleCount","heldCount","payoutPreparedCount","exportedCount","gateSummary","requestedByUserId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightSettlementRunsPostResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightSettlementRunsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementRunsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSettlementRunsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSettlementRunsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSettlementRunsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdAssignPostParameters0Schema":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostRequestBodyContentApplicationJsonSchemaPropertiesAssignedUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostRequestBodyContentApplicationJsonSchemaPropertiesAssignedUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostRequestBodyContentApplicationJsonSchemaPropertiesAssignedUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostRequestBodyContentApplicationJsonSchemaPropertiesAssignedUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostRequestBodyContentApplicationJsonSchemaPropertiesAssignedUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdAssignPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"assignedUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostRequestBodyContentApplicationJsonSchemaPropertiesAssignedUserId"},"expectedRevision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision"}},"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCaseNumber":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesStatus":{"type":"string","enum":["draft","open","waiting_for_evidence","under_review","resolved","rejected","cancelled","reopened"]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCategory":{"type":"string","enum":["damage","shortage","delay","documentation","pricing","detention_demurrage","service_failure"]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPriority":{"type":"string","enum":["low","normal","high","urgent"]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementEntryId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTitle":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaStatus":{"type":"string","enum":["not_started","on_track","at_risk","breached","paused","completed"]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldStatus":{"type":"string","enum":["not_started","held","already_held","not_applicable_exported","failed","released","cancelled"]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf1":{"type":"string","enum":["not_started","held","already_held","not_applicable_exported","failed","released","cancelled"]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf1":{"type":"string","enum":["carrier_responsible","shipper_responsible","shared_responsibility","no_fault","insufficient_evidence","duplicate","withdrawn"]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcome":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf1":{"type":"string","enum":["neutral","minor","major","critical"]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf1":{"type":"string","enum":["positive","neutral","negative","none"]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirection":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReputationFeedbackStatus":{"type":"string","enum":["not_applicable","pending_emit","emitted","failed"]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReopenCount":{"type":"number"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesIsActive":{"type":"boolean"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesDisputeCaseId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesEvidenceType":{"type":"string","enum":["pod","photo","pricing_estimate","settlement_evidence","freight_document","ecmr_document","cim_waybill","email","manual_note","other"]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesStatus":{"type":"string","enum":["submitted","accepted","rejected","redacted"]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModule":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIdsItems":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIdsItems"}},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromParty":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesOrganizationId"},"disputeCaseId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesDisputeCaseId"},"evidenceType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesEvidenceType"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesStatus"},"sourceModule":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModule"},"sourceEntityType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityType"},"sourceEntityId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityId"},"attachmentIds":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIds"},"summary":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummary"},"sensitivePayload":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayload"},"submittedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserId"},"receivedFromParty":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromParty"},"observedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAt"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","disputeCaseId","evidenceType","status","sourceModule","sourceEntityType","sourceEntityId","submittedByUserId","observedAt","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidence":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItems"}},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDisputeCaseId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCheckpointType":{"type":"string","enum":["first_action","evidence_due","resolution_due","manager_review"]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesStatus":{"type":"string","enum":["pending","completed","paused","breached","escalated","cancelled"]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDueAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCalculationMode":{"type":"string","enum":["calendar_time"]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReason":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesIdempotencyKey":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOrganizationId"},"disputeCaseId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDisputeCaseId"},"checkpointType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCheckpointType"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesStatus"},"dueAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDueAt"},"completedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAt"},"breachedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAt"},"escalatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAt"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserId"},"escalationUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserId"},"calculationMode":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCalculationMode"},"pauseReason":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReason"},"idempotencyKey":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesIdempotencyKey"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","disputeCaseId","checkpointType","status","dueAt","completedAt","breachedAt","escalatedAt","ownerUserId","escalationUserId","calculationMode","idempotencyKey","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpoints":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItems"}},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDisputeCaseId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOutcome":{"type":"string","enum":["carrier_responsible","shipper_responsible","shared_responsibility","no_fault","insufficient_evidence","duplicate","withdrawn"]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSeverity":{"type":"string","enum":["neutral","minor","major","critical"]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSettlementAction":{"type":"string","enum":["none","keep_held","release_hold","cancel_entry"]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesReputationFeedbackDirection":{"type":"string","enum":["positive","neutral","negative","none"]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOrganizationId"},"disputeCaseId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDisputeCaseId"},"outcome":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOutcome"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSeverity"},"settlementAction":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSettlementAction"},"reputationFeedbackDirection":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesReputationFeedbackDirection"},"claimedAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmount"},"acceptedAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmount"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrency"},"decisionNote":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNote"},"decidedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserId"},"decidedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedAt"},"emittedFeedbackEventId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventId"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","disputeCaseId","outcome","severity","settlementAction","reputationFeedbackDirection","claimedAmount","acceptedAmount","currency","decidedByUserId","decidedAt","emittedFeedbackEventId","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItems"}},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItem":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOrganizationId"},"caseNumber":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCaseNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesStatus"},"category":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCategory"},"priority":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPriority"},"sourceSettlementEntryId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementEntryId"},"sourcePayoutRequestId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestId"},"sourceSettlementRunId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunId"},"sourceMarketplaceShipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentId"},"sourceMarketplaceProposalId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalId"},"sourcePricingEstimateId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateId"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationId"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrency"},"claimedAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmount"},"settlementEntryAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmount"},"title":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTitle"},"assignedUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserId"},"openedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserId"},"openedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAt"},"dueAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAt"},"slaStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaStatus"},"settlementHoldStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldStatus"},"settlementHoldAppliedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAt"},"payoutHoldStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatus"},"payoutHoldAppliedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAt"},"outcome":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcome"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverity"},"feedbackDirection":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirection"},"reputationFeedbackStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReputationFeedbackStatus"},"resolvedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserId"},"resolvedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAt"},"reopenCount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReopenCount"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesRevision"},"isActive":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesIsActive"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAt"},"claimSummary":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummary"},"internalNotes":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotes"},"decisionNote":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNote"},"evidence":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidence"},"slaCheckpoints":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpoints"},"decisions":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisions"}},"required":["id","tenantId","organizationId","caseNumber","status","category","priority","sourceSettlementEntryId","sourcePayoutRequestId","sourceSettlementRunId","sourceMarketplaceShipmentId","sourceMarketplaceProposalId","sourcePricingEstimateId","carrierParticipantId","carrierOrganizationId","currency","claimedAmount","settlementEntryAmount","title","assignedUserId","openedByUserId","openedAt","dueAt","slaStatus","settlementHoldStatus","settlementHoldAppliedAt","payoutHoldStatus","payoutHoldAppliedAt","outcome","severity","feedbackDirection","reputationFeedbackStatus","resolvedByUserId","resolvedAt","reopenCount","revision","isActive","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"item":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses200ContentApplicationJsonSchemaPropertiesItem"}},"required":["ok","item"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdAssignPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdAssignPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDisputesCasesIdAssignPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdAssignPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdCancelPostParameters0Schema":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1":{"type":"string","maxLength":4000},"DocPathsApiFreightDisputesCasesIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdCancelPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"note":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesNote"},"expectedRevision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision"}},"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCaseNumber":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesStatus":{"type":"string","enum":["draft","open","waiting_for_evidence","under_review","resolved","rejected","cancelled","reopened"]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCategory":{"type":"string","enum":["damage","shortage","delay","documentation","pricing","detention_demurrage","service_failure"]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPriority":{"type":"string","enum":["low","normal","high","urgent"]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementEntryId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTitle":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaStatus":{"type":"string","enum":["not_started","on_track","at_risk","breached","paused","completed"]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldStatus":{"type":"string","enum":["not_started","held","already_held","not_applicable_exported","failed","released","cancelled"]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf1":{"type":"string","enum":["not_started","held","already_held","not_applicable_exported","failed","released","cancelled"]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf1":{"type":"string","enum":["carrier_responsible","shipper_responsible","shared_responsibility","no_fault","insufficient_evidence","duplicate","withdrawn"]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcome":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf1":{"type":"string","enum":["neutral","minor","major","critical"]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf1":{"type":"string","enum":["positive","neutral","negative","none"]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirection":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReputationFeedbackStatus":{"type":"string","enum":["not_applicable","pending_emit","emitted","failed"]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReopenCount":{"type":"number"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesIsActive":{"type":"boolean"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesDisputeCaseId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesEvidenceType":{"type":"string","enum":["pod","photo","pricing_estimate","settlement_evidence","freight_document","ecmr_document","cim_waybill","email","manual_note","other"]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesStatus":{"type":"string","enum":["submitted","accepted","rejected","redacted"]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModule":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIdsItems":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIdsItems"}},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromParty":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesOrganizationId"},"disputeCaseId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesDisputeCaseId"},"evidenceType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesEvidenceType"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesStatus"},"sourceModule":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModule"},"sourceEntityType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityType"},"sourceEntityId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityId"},"attachmentIds":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIds"},"summary":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummary"},"sensitivePayload":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayload"},"submittedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserId"},"receivedFromParty":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromParty"},"observedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAt"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","disputeCaseId","evidenceType","status","sourceModule","sourceEntityType","sourceEntityId","submittedByUserId","observedAt","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidence":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItems"}},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDisputeCaseId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCheckpointType":{"type":"string","enum":["first_action","evidence_due","resolution_due","manager_review"]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesStatus":{"type":"string","enum":["pending","completed","paused","breached","escalated","cancelled"]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDueAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCalculationMode":{"type":"string","enum":["calendar_time"]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReason":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesIdempotencyKey":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOrganizationId"},"disputeCaseId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDisputeCaseId"},"checkpointType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCheckpointType"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesStatus"},"dueAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDueAt"},"completedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAt"},"breachedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAt"},"escalatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAt"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserId"},"escalationUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserId"},"calculationMode":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCalculationMode"},"pauseReason":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReason"},"idempotencyKey":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesIdempotencyKey"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","disputeCaseId","checkpointType","status","dueAt","completedAt","breachedAt","escalatedAt","ownerUserId","escalationUserId","calculationMode","idempotencyKey","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpoints":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItems"}},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDisputeCaseId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOutcome":{"type":"string","enum":["carrier_responsible","shipper_responsible","shared_responsibility","no_fault","insufficient_evidence","duplicate","withdrawn"]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSeverity":{"type":"string","enum":["neutral","minor","major","critical"]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSettlementAction":{"type":"string","enum":["none","keep_held","release_hold","cancel_entry"]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesReputationFeedbackDirection":{"type":"string","enum":["positive","neutral","negative","none"]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOrganizationId"},"disputeCaseId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDisputeCaseId"},"outcome":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOutcome"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSeverity"},"settlementAction":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSettlementAction"},"reputationFeedbackDirection":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesReputationFeedbackDirection"},"claimedAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmount"},"acceptedAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmount"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrency"},"decisionNote":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNote"},"decidedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserId"},"decidedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedAt"},"emittedFeedbackEventId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventId"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","disputeCaseId","outcome","severity","settlementAction","reputationFeedbackDirection","claimedAmount","acceptedAmount","currency","decidedByUserId","decidedAt","emittedFeedbackEventId","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItems"}},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItem":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOrganizationId"},"caseNumber":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCaseNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesStatus"},"category":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCategory"},"priority":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPriority"},"sourceSettlementEntryId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementEntryId"},"sourcePayoutRequestId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestId"},"sourceSettlementRunId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunId"},"sourceMarketplaceShipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentId"},"sourceMarketplaceProposalId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalId"},"sourcePricingEstimateId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateId"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationId"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrency"},"claimedAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmount"},"settlementEntryAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmount"},"title":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTitle"},"assignedUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserId"},"openedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserId"},"openedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAt"},"dueAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAt"},"slaStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaStatus"},"settlementHoldStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldStatus"},"settlementHoldAppliedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAt"},"payoutHoldStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatus"},"payoutHoldAppliedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAt"},"outcome":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcome"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverity"},"feedbackDirection":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirection"},"reputationFeedbackStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReputationFeedbackStatus"},"resolvedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserId"},"resolvedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAt"},"reopenCount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReopenCount"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesRevision"},"isActive":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesIsActive"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAt"},"claimSummary":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummary"},"internalNotes":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotes"},"decisionNote":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNote"},"evidence":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidence"},"slaCheckpoints":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpoints"},"decisions":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisions"}},"required":["id","tenantId","organizationId","caseNumber","status","category","priority","sourceSettlementEntryId","sourcePayoutRequestId","sourceSettlementRunId","sourceMarketplaceShipmentId","sourceMarketplaceProposalId","sourcePricingEstimateId","carrierParticipantId","carrierOrganizationId","currency","claimedAmount","settlementEntryAmount","title","assignedUserId","openedByUserId","openedAt","dueAt","slaStatus","settlementHoldStatus","settlementHoldAppliedAt","payoutHoldStatus","payoutHoldAppliedAt","outcome","severity","feedbackDirection","reputationFeedbackStatus","resolvedByUserId","resolvedAt","reopenCount","revision","isActive","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"item":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesItem"}},"required":["ok","item"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdCancelPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdCancelPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDisputesCasesIdCancelPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdCancelPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdEvidencePostParameters0Schema":{"type":"string"},"DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesEvidenceType":{"type":"string","enum":["pod","photo","pricing_estimate","settlement_evidence","freight_document","ecmr_document","cim_waybill","email","manual_note","other"]},"DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesStatusAllOf0":{"type":"string","enum":["submitted","accepted","rejected","redacted"]},"DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesStatus":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesStatusAllOf0"}],"default":"submitted"},"DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesSourceModuleAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesSourceModuleAnyOf1":{"type":"string","maxLength":120},"DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesSourceModule":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesSourceModuleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesSourceModuleAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesSourceEntityTypeAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesSourceEntityTypeAnyOf1":{"type":"string","maxLength":120},"DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesSourceEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesSourceEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesSourceEntityTypeAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesSourceEntityIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesSourceEntityIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesSourceEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesSourceEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesSourceEntityIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdsAllOf0Items":{"type":"string"},"DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdsAllOf0":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdsAllOf0Items"},"maxItems":50},"DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIds":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdsAllOf0"}],"default":[]},"DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesSummaryAnyOf1":{"type":"string","maxLength":4000},"DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesSummaryAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesSensitivePayloadAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesSensitivePayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesSensitivePayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesSensitivePayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesSensitivePayloadAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesReceivedFromPartyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesReceivedFromPartyAnyOf1":{"type":"string","maxLength":500},"DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesReceivedFromParty":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesReceivedFromPartyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesReceivedFromPartyAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesObservedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesObservedAtAnyOf1":{"type":"string","format":"datetime"},"DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesObservedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesObservedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesObservedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"evidenceType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesEvidenceType"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesStatus"},"sourceModule":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesSourceModule"},"sourceEntityType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesSourceEntityType"},"sourceEntityId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesSourceEntityId"},"attachmentIds":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIds"},"summary":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesSummary"},"sensitivePayload":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesSensitivePayload"},"receivedFromParty":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesReceivedFromParty"},"observedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesObservedAt"},"expectedRevision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision"}},"required":["evidenceType"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDisputeCaseId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceType":{"type":"string","enum":["pod","photo","pricing_estimate","settlement_evidence","freight_document","ecmr_document","cim_waybill","email","manual_note","other"]},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesStatus":{"type":"string","enum":["submitted","accepted","rejected","redacted"]},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceModuleAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceModuleAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceModule":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceModuleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceModuleAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceEntityTypeAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceEntityTypeAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceEntityTypeAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceEntityIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceEntityIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceEntityIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAttachmentIdsItems":{"type":"string"},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAttachmentIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAttachmentIdsItems"}},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSummaryAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSummaryAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSensitivePayloadAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSensitivePayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSensitivePayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSensitivePayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSensitivePayloadAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSubmittedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSubmittedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSubmittedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSubmittedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSubmittedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReceivedFromPartyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReceivedFromPartyAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReceivedFromParty":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReceivedFromPartyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReceivedFromPartyAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesObservedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesObservedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesObservedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesObservedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesObservedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItem":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOrganizationId"},"disputeCaseId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDisputeCaseId"},"evidenceType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceType"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesStatus"},"sourceModule":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceModule"},"sourceEntityType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceEntityType"},"sourceEntityId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceEntityId"},"attachmentIds":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAttachmentIds"},"summary":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSummary"},"sensitivePayload":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSensitivePayload"},"submittedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSubmittedByUserId"},"receivedFromParty":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReceivedFromParty"},"observedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesObservedAt"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","disputeCaseId","evidenceType","status","sourceModule","sourceEntityType","sourceEntityId","submittedByUserId","observedAt","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesOk"},"item":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItem"}},"required":["ok","item"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDisputesCasesIdEvidencePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdEvidencePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdOpenPostParameters0Schema":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdOpenPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"expectedRevision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision"}},"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCaseNumber":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesStatus":{"type":"string","enum":["draft","open","waiting_for_evidence","under_review","resolved","rejected","cancelled","reopened"]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCategory":{"type":"string","enum":["damage","shortage","delay","documentation","pricing","detention_demurrage","service_failure"]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPriority":{"type":"string","enum":["low","normal","high","urgent"]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementEntryId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTitle":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaStatus":{"type":"string","enum":["not_started","on_track","at_risk","breached","paused","completed"]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldStatus":{"type":"string","enum":["not_started","held","already_held","not_applicable_exported","failed","released","cancelled"]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf1":{"type":"string","enum":["not_started","held","already_held","not_applicable_exported","failed","released","cancelled"]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf1":{"type":"string","enum":["carrier_responsible","shipper_responsible","shared_responsibility","no_fault","insufficient_evidence","duplicate","withdrawn"]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcome":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf1":{"type":"string","enum":["neutral","minor","major","critical"]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf1":{"type":"string","enum":["positive","neutral","negative","none"]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirection":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReputationFeedbackStatus":{"type":"string","enum":["not_applicable","pending_emit","emitted","failed"]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReopenCount":{"type":"number"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesIsActive":{"type":"boolean"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesDisputeCaseId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesEvidenceType":{"type":"string","enum":["pod","photo","pricing_estimate","settlement_evidence","freight_document","ecmr_document","cim_waybill","email","manual_note","other"]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesStatus":{"type":"string","enum":["submitted","accepted","rejected","redacted"]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModule":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIdsItems":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIdsItems"}},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromParty":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesOrganizationId"},"disputeCaseId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesDisputeCaseId"},"evidenceType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesEvidenceType"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesStatus"},"sourceModule":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModule"},"sourceEntityType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityType"},"sourceEntityId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityId"},"attachmentIds":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIds"},"summary":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummary"},"sensitivePayload":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayload"},"submittedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserId"},"receivedFromParty":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromParty"},"observedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAt"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","disputeCaseId","evidenceType","status","sourceModule","sourceEntityType","sourceEntityId","submittedByUserId","observedAt","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidence":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItems"}},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDisputeCaseId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCheckpointType":{"type":"string","enum":["first_action","evidence_due","resolution_due","manager_review"]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesStatus":{"type":"string","enum":["pending","completed","paused","breached","escalated","cancelled"]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDueAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCalculationMode":{"type":"string","enum":["calendar_time"]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReason":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesIdempotencyKey":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOrganizationId"},"disputeCaseId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDisputeCaseId"},"checkpointType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCheckpointType"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesStatus"},"dueAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDueAt"},"completedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAt"},"breachedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAt"},"escalatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAt"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserId"},"escalationUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserId"},"calculationMode":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCalculationMode"},"pauseReason":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReason"},"idempotencyKey":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesIdempotencyKey"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","disputeCaseId","checkpointType","status","dueAt","completedAt","breachedAt","escalatedAt","ownerUserId","escalationUserId","calculationMode","idempotencyKey","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpoints":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItems"}},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDisputeCaseId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOutcome":{"type":"string","enum":["carrier_responsible","shipper_responsible","shared_responsibility","no_fault","insufficient_evidence","duplicate","withdrawn"]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSeverity":{"type":"string","enum":["neutral","minor","major","critical"]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSettlementAction":{"type":"string","enum":["none","keep_held","release_hold","cancel_entry"]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesReputationFeedbackDirection":{"type":"string","enum":["positive","neutral","negative","none"]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOrganizationId"},"disputeCaseId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDisputeCaseId"},"outcome":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOutcome"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSeverity"},"settlementAction":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSettlementAction"},"reputationFeedbackDirection":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesReputationFeedbackDirection"},"claimedAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmount"},"acceptedAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmount"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrency"},"decisionNote":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNote"},"decidedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserId"},"decidedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedAt"},"emittedFeedbackEventId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventId"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","disputeCaseId","outcome","severity","settlementAction","reputationFeedbackDirection","claimedAmount","acceptedAmount","currency","decidedByUserId","decidedAt","emittedFeedbackEventId","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItems"}},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItem":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOrganizationId"},"caseNumber":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCaseNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesStatus"},"category":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCategory"},"priority":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPriority"},"sourceSettlementEntryId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementEntryId"},"sourcePayoutRequestId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestId"},"sourceSettlementRunId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunId"},"sourceMarketplaceShipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentId"},"sourceMarketplaceProposalId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalId"},"sourcePricingEstimateId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateId"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationId"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrency"},"claimedAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmount"},"settlementEntryAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmount"},"title":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTitle"},"assignedUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserId"},"openedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserId"},"openedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAt"},"dueAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAt"},"slaStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaStatus"},"settlementHoldStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldStatus"},"settlementHoldAppliedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAt"},"payoutHoldStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatus"},"payoutHoldAppliedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAt"},"outcome":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcome"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverity"},"feedbackDirection":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirection"},"reputationFeedbackStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReputationFeedbackStatus"},"resolvedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserId"},"resolvedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAt"},"reopenCount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReopenCount"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesRevision"},"isActive":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesIsActive"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAt"},"claimSummary":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummary"},"internalNotes":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotes"},"decisionNote":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNote"},"evidence":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidence"},"slaCheckpoints":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpoints"},"decisions":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisions"}},"required":["id","tenantId","organizationId","caseNumber","status","category","priority","sourceSettlementEntryId","sourcePayoutRequestId","sourceSettlementRunId","sourceMarketplaceShipmentId","sourceMarketplaceProposalId","sourcePricingEstimateId","carrierParticipantId","carrierOrganizationId","currency","claimedAmount","settlementEntryAmount","title","assignedUserId","openedByUserId","openedAt","dueAt","slaStatus","settlementHoldStatus","settlementHoldAppliedAt","payoutHoldStatus","payoutHoldAppliedAt","outcome","severity","feedbackDirection","reputationFeedbackStatus","resolvedByUserId","resolvedAt","reopenCount","revision","isActive","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"item":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses200ContentApplicationJsonSchemaPropertiesItem"}},"required":["ok","item"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdOpenPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdOpenPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDisputesCasesIdOpenPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdOpenPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdRejectPostParameters0Schema":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesOutcomeAllOf0":{"type":"string","enum":["carrier_responsible","shipper_responsible","shared_responsibility","no_fault","insufficient_evidence","duplicate","withdrawn"]},"DocPathsApiFreightDisputesCasesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesOutcome":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesOutcomeAllOf0"}],"default":"insufficient_evidence"},"DocPathsApiFreightDisputesCasesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesSeverityAllOf0":{"type":"string","enum":["neutral","minor","major","critical"]},"DocPathsApiFreightDisputesCasesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesSeverity":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesSeverityAllOf0"}],"default":"neutral"},"DocPathsApiFreightDisputesCasesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesFeedbackDirectionAllOf0":{"type":"string","enum":["positive","neutral","negative","none"]},"DocPathsApiFreightDisputesCasesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesFeedbackDirection":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesFeedbackDirectionAllOf0"}],"default":"none"},"DocPathsApiFreightDisputesCasesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesDecisionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesDecisionNoteAnyOf1":{"type":"string","maxLength":4000},"DocPathsApiFreightDisputesCasesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesDecisionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesDecisionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesDecisionNoteAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdRejectPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"outcome":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesOutcome"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesSeverity"},"feedbackDirection":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesFeedbackDirection"},"decisionNote":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesDecisionNote"},"expectedRevision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision"}},"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCaseNumber":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesStatus":{"type":"string","enum":["draft","open","waiting_for_evidence","under_review","resolved","rejected","cancelled","reopened"]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCategory":{"type":"string","enum":["damage","shortage","delay","documentation","pricing","detention_demurrage","service_failure"]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPriority":{"type":"string","enum":["low","normal","high","urgent"]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementEntryId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTitle":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaStatus":{"type":"string","enum":["not_started","on_track","at_risk","breached","paused","completed"]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldStatus":{"type":"string","enum":["not_started","held","already_held","not_applicable_exported","failed","released","cancelled"]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf1":{"type":"string","enum":["not_started","held","already_held","not_applicable_exported","failed","released","cancelled"]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf1":{"type":"string","enum":["carrier_responsible","shipper_responsible","shared_responsibility","no_fault","insufficient_evidence","duplicate","withdrawn"]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcome":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf1":{"type":"string","enum":["neutral","minor","major","critical"]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf1":{"type":"string","enum":["positive","neutral","negative","none"]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirection":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReputationFeedbackStatus":{"type":"string","enum":["not_applicable","pending_emit","emitted","failed"]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReopenCount":{"type":"number"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesIsActive":{"type":"boolean"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesDisputeCaseId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesEvidenceType":{"type":"string","enum":["pod","photo","pricing_estimate","settlement_evidence","freight_document","ecmr_document","cim_waybill","email","manual_note","other"]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesStatus":{"type":"string","enum":["submitted","accepted","rejected","redacted"]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModule":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIdsItems":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIdsItems"}},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromParty":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesOrganizationId"},"disputeCaseId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesDisputeCaseId"},"evidenceType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesEvidenceType"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesStatus"},"sourceModule":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModule"},"sourceEntityType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityType"},"sourceEntityId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityId"},"attachmentIds":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIds"},"summary":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummary"},"sensitivePayload":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayload"},"submittedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserId"},"receivedFromParty":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromParty"},"observedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAt"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","disputeCaseId","evidenceType","status","sourceModule","sourceEntityType","sourceEntityId","submittedByUserId","observedAt","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidence":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItems"}},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDisputeCaseId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCheckpointType":{"type":"string","enum":["first_action","evidence_due","resolution_due","manager_review"]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesStatus":{"type":"string","enum":["pending","completed","paused","breached","escalated","cancelled"]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDueAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCalculationMode":{"type":"string","enum":["calendar_time"]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReason":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesIdempotencyKey":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOrganizationId"},"disputeCaseId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDisputeCaseId"},"checkpointType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCheckpointType"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesStatus"},"dueAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDueAt"},"completedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAt"},"breachedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAt"},"escalatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAt"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserId"},"escalationUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserId"},"calculationMode":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCalculationMode"},"pauseReason":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReason"},"idempotencyKey":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesIdempotencyKey"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","disputeCaseId","checkpointType","status","dueAt","completedAt","breachedAt","escalatedAt","ownerUserId","escalationUserId","calculationMode","idempotencyKey","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpoints":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItems"}},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDisputeCaseId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOutcome":{"type":"string","enum":["carrier_responsible","shipper_responsible","shared_responsibility","no_fault","insufficient_evidence","duplicate","withdrawn"]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSeverity":{"type":"string","enum":["neutral","minor","major","critical"]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSettlementAction":{"type":"string","enum":["none","keep_held","release_hold","cancel_entry"]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesReputationFeedbackDirection":{"type":"string","enum":["positive","neutral","negative","none"]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOrganizationId"},"disputeCaseId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDisputeCaseId"},"outcome":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOutcome"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSeverity"},"settlementAction":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSettlementAction"},"reputationFeedbackDirection":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesReputationFeedbackDirection"},"claimedAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmount"},"acceptedAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmount"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrency"},"decisionNote":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNote"},"decidedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserId"},"decidedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedAt"},"emittedFeedbackEventId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventId"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","disputeCaseId","outcome","severity","settlementAction","reputationFeedbackDirection","claimedAmount","acceptedAmount","currency","decidedByUserId","decidedAt","emittedFeedbackEventId","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItems"}},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItem":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOrganizationId"},"caseNumber":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCaseNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesStatus"},"category":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCategory"},"priority":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPriority"},"sourceSettlementEntryId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementEntryId"},"sourcePayoutRequestId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestId"},"sourceSettlementRunId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunId"},"sourceMarketplaceShipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentId"},"sourceMarketplaceProposalId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalId"},"sourcePricingEstimateId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateId"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationId"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrency"},"claimedAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmount"},"settlementEntryAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmount"},"title":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTitle"},"assignedUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserId"},"openedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserId"},"openedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAt"},"dueAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAt"},"slaStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaStatus"},"settlementHoldStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldStatus"},"settlementHoldAppliedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAt"},"payoutHoldStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatus"},"payoutHoldAppliedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAt"},"outcome":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcome"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverity"},"feedbackDirection":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirection"},"reputationFeedbackStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReputationFeedbackStatus"},"resolvedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserId"},"resolvedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAt"},"reopenCount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReopenCount"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesRevision"},"isActive":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesIsActive"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAt"},"claimSummary":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummary"},"internalNotes":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotes"},"decisionNote":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNote"},"evidence":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidence"},"slaCheckpoints":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpoints"},"decisions":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisions"}},"required":["id","tenantId","organizationId","caseNumber","status","category","priority","sourceSettlementEntryId","sourcePayoutRequestId","sourceSettlementRunId","sourceMarketplaceShipmentId","sourceMarketplaceProposalId","sourcePricingEstimateId","carrierParticipantId","carrierOrganizationId","currency","claimedAmount","settlementEntryAmount","title","assignedUserId","openedByUserId","openedAt","dueAt","slaStatus","settlementHoldStatus","settlementHoldAppliedAt","payoutHoldStatus","payoutHoldAppliedAt","outcome","severity","feedbackDirection","reputationFeedbackStatus","resolvedByUserId","resolvedAt","reopenCount","revision","isActive","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"item":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesItem"}},"required":["ok","item"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdRejectPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdRejectPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRejectPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRejectPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdReopenPostParameters0Schema":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1":{"type":"string","maxLength":4000},"DocPathsApiFreightDisputesCasesIdReopenPostRequestBodyContentApplicationJsonSchemaPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdReopenPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"note":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostRequestBodyContentApplicationJsonSchemaPropertiesNote"},"expectedRevision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision"}},"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCaseNumber":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesStatus":{"type":"string","enum":["draft","open","waiting_for_evidence","under_review","resolved","rejected","cancelled","reopened"]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCategory":{"type":"string","enum":["damage","shortage","delay","documentation","pricing","detention_demurrage","service_failure"]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPriority":{"type":"string","enum":["low","normal","high","urgent"]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementEntryId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTitle":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaStatus":{"type":"string","enum":["not_started","on_track","at_risk","breached","paused","completed"]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldStatus":{"type":"string","enum":["not_started","held","already_held","not_applicable_exported","failed","released","cancelled"]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf1":{"type":"string","enum":["not_started","held","already_held","not_applicable_exported","failed","released","cancelled"]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf1":{"type":"string","enum":["carrier_responsible","shipper_responsible","shared_responsibility","no_fault","insufficient_evidence","duplicate","withdrawn"]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcome":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf1":{"type":"string","enum":["neutral","minor","major","critical"]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf1":{"type":"string","enum":["positive","neutral","negative","none"]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirection":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReputationFeedbackStatus":{"type":"string","enum":["not_applicable","pending_emit","emitted","failed"]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReopenCount":{"type":"number"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesIsActive":{"type":"boolean"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesDisputeCaseId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesEvidenceType":{"type":"string","enum":["pod","photo","pricing_estimate","settlement_evidence","freight_document","ecmr_document","cim_waybill","email","manual_note","other"]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesStatus":{"type":"string","enum":["submitted","accepted","rejected","redacted"]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModule":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIdsItems":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIdsItems"}},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromParty":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesOrganizationId"},"disputeCaseId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesDisputeCaseId"},"evidenceType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesEvidenceType"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesStatus"},"sourceModule":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModule"},"sourceEntityType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityType"},"sourceEntityId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityId"},"attachmentIds":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIds"},"summary":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummary"},"sensitivePayload":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayload"},"submittedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserId"},"receivedFromParty":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromParty"},"observedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAt"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","disputeCaseId","evidenceType","status","sourceModule","sourceEntityType","sourceEntityId","submittedByUserId","observedAt","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidence":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItems"}},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDisputeCaseId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCheckpointType":{"type":"string","enum":["first_action","evidence_due","resolution_due","manager_review"]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesStatus":{"type":"string","enum":["pending","completed","paused","breached","escalated","cancelled"]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDueAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCalculationMode":{"type":"string","enum":["calendar_time"]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReason":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesIdempotencyKey":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOrganizationId"},"disputeCaseId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDisputeCaseId"},"checkpointType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCheckpointType"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesStatus"},"dueAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDueAt"},"completedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAt"},"breachedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAt"},"escalatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAt"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserId"},"escalationUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserId"},"calculationMode":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCalculationMode"},"pauseReason":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReason"},"idempotencyKey":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesIdempotencyKey"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","disputeCaseId","checkpointType","status","dueAt","completedAt","breachedAt","escalatedAt","ownerUserId","escalationUserId","calculationMode","idempotencyKey","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpoints":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItems"}},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDisputeCaseId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOutcome":{"type":"string","enum":["carrier_responsible","shipper_responsible","shared_responsibility","no_fault","insufficient_evidence","duplicate","withdrawn"]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSeverity":{"type":"string","enum":["neutral","minor","major","critical"]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSettlementAction":{"type":"string","enum":["none","keep_held","release_hold","cancel_entry"]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesReputationFeedbackDirection":{"type":"string","enum":["positive","neutral","negative","none"]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOrganizationId"},"disputeCaseId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDisputeCaseId"},"outcome":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOutcome"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSeverity"},"settlementAction":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSettlementAction"},"reputationFeedbackDirection":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesReputationFeedbackDirection"},"claimedAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmount"},"acceptedAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmount"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrency"},"decisionNote":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNote"},"decidedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserId"},"decidedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedAt"},"emittedFeedbackEventId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventId"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","disputeCaseId","outcome","severity","settlementAction","reputationFeedbackDirection","claimedAmount","acceptedAmount","currency","decidedByUserId","decidedAt","emittedFeedbackEventId","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItems"}},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItem":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOrganizationId"},"caseNumber":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCaseNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesStatus"},"category":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCategory"},"priority":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPriority"},"sourceSettlementEntryId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementEntryId"},"sourcePayoutRequestId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestId"},"sourceSettlementRunId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunId"},"sourceMarketplaceShipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentId"},"sourceMarketplaceProposalId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalId"},"sourcePricingEstimateId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateId"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationId"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrency"},"claimedAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmount"},"settlementEntryAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmount"},"title":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTitle"},"assignedUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserId"},"openedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserId"},"openedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAt"},"dueAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAt"},"slaStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaStatus"},"settlementHoldStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldStatus"},"settlementHoldAppliedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAt"},"payoutHoldStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatus"},"payoutHoldAppliedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAt"},"outcome":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcome"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverity"},"feedbackDirection":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirection"},"reputationFeedbackStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReputationFeedbackStatus"},"resolvedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserId"},"resolvedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAt"},"reopenCount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReopenCount"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesRevision"},"isActive":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesIsActive"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAt"},"claimSummary":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummary"},"internalNotes":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotes"},"decisionNote":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNote"},"evidence":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidence"},"slaCheckpoints":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpoints"},"decisions":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisions"}},"required":["id","tenantId","organizationId","caseNumber","status","category","priority","sourceSettlementEntryId","sourcePayoutRequestId","sourceSettlementRunId","sourceMarketplaceShipmentId","sourceMarketplaceProposalId","sourcePricingEstimateId","carrierParticipantId","carrierOrganizationId","currency","claimedAmount","settlementEntryAmount","title","assignedUserId","openedByUserId","openedAt","dueAt","slaStatus","settlementHoldStatus","settlementHoldAppliedAt","payoutHoldStatus","payoutHoldAppliedAt","outcome","severity","feedbackDirection","reputationFeedbackStatus","resolvedByUserId","resolvedAt","reopenCount","revision","isActive","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"item":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesItem"}},"required":["ok","item"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdReopenPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdReopenPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDisputesCasesIdReopenPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdReopenPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostParameters0Schema":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1":{"type":"string","maxLength":4000},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesDueAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesDueAtAnyOf1":{"type":"string","format":"datetime"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesDueAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesDueAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesDueAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"note":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesNote"},"dueAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesDueAt"},"expectedRevision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision"}},"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCaseNumber":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesStatus":{"type":"string","enum":["draft","open","waiting_for_evidence","under_review","resolved","rejected","cancelled","reopened"]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCategory":{"type":"string","enum":["damage","shortage","delay","documentation","pricing","detention_demurrage","service_failure"]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPriority":{"type":"string","enum":["low","normal","high","urgent"]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementEntryId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTitle":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaStatus":{"type":"string","enum":["not_started","on_track","at_risk","breached","paused","completed"]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldStatus":{"type":"string","enum":["not_started","held","already_held","not_applicable_exported","failed","released","cancelled"]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf1":{"type":"string","enum":["not_started","held","already_held","not_applicable_exported","failed","released","cancelled"]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf1":{"type":"string","enum":["carrier_responsible","shipper_responsible","shared_responsibility","no_fault","insufficient_evidence","duplicate","withdrawn"]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcome":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf1":{"type":"string","enum":["neutral","minor","major","critical"]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf1":{"type":"string","enum":["positive","neutral","negative","none"]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirection":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReputationFeedbackStatus":{"type":"string","enum":["not_applicable","pending_emit","emitted","failed"]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReopenCount":{"type":"number"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesIsActive":{"type":"boolean"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesDisputeCaseId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesEvidenceType":{"type":"string","enum":["pod","photo","pricing_estimate","settlement_evidence","freight_document","ecmr_document","cim_waybill","email","manual_note","other"]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesStatus":{"type":"string","enum":["submitted","accepted","rejected","redacted"]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModule":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIdsItems":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIdsItems"}},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromParty":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesOrganizationId"},"disputeCaseId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesDisputeCaseId"},"evidenceType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesEvidenceType"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesStatus"},"sourceModule":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModule"},"sourceEntityType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityType"},"sourceEntityId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityId"},"attachmentIds":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIds"},"summary":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummary"},"sensitivePayload":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayload"},"submittedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserId"},"receivedFromParty":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromParty"},"observedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAt"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","disputeCaseId","evidenceType","status","sourceModule","sourceEntityType","sourceEntityId","submittedByUserId","observedAt","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidence":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItems"}},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDisputeCaseId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCheckpointType":{"type":"string","enum":["first_action","evidence_due","resolution_due","manager_review"]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesStatus":{"type":"string","enum":["pending","completed","paused","breached","escalated","cancelled"]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDueAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCalculationMode":{"type":"string","enum":["calendar_time"]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReason":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesIdempotencyKey":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOrganizationId"},"disputeCaseId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDisputeCaseId"},"checkpointType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCheckpointType"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesStatus"},"dueAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDueAt"},"completedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAt"},"breachedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAt"},"escalatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAt"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserId"},"escalationUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserId"},"calculationMode":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCalculationMode"},"pauseReason":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReason"},"idempotencyKey":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesIdempotencyKey"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","disputeCaseId","checkpointType","status","dueAt","completedAt","breachedAt","escalatedAt","ownerUserId","escalationUserId","calculationMode","idempotencyKey","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpoints":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItems"}},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDisputeCaseId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOutcome":{"type":"string","enum":["carrier_responsible","shipper_responsible","shared_responsibility","no_fault","insufficient_evidence","duplicate","withdrawn"]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSeverity":{"type":"string","enum":["neutral","minor","major","critical"]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSettlementAction":{"type":"string","enum":["none","keep_held","release_hold","cancel_entry"]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesReputationFeedbackDirection":{"type":"string","enum":["positive","neutral","negative","none"]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOrganizationId"},"disputeCaseId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDisputeCaseId"},"outcome":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOutcome"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSeverity"},"settlementAction":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSettlementAction"},"reputationFeedbackDirection":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesReputationFeedbackDirection"},"claimedAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmount"},"acceptedAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmount"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrency"},"decisionNote":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNote"},"decidedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserId"},"decidedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedAt"},"emittedFeedbackEventId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventId"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","disputeCaseId","outcome","severity","settlementAction","reputationFeedbackDirection","claimedAmount","acceptedAmount","currency","decidedByUserId","decidedAt","emittedFeedbackEventId","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItems"}},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItem":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOrganizationId"},"caseNumber":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCaseNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesStatus"},"category":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCategory"},"priority":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPriority"},"sourceSettlementEntryId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementEntryId"},"sourcePayoutRequestId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestId"},"sourceSettlementRunId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunId"},"sourceMarketplaceShipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentId"},"sourceMarketplaceProposalId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalId"},"sourcePricingEstimateId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateId"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationId"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrency"},"claimedAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmount"},"settlementEntryAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmount"},"title":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTitle"},"assignedUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserId"},"openedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserId"},"openedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAt"},"dueAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAt"},"slaStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaStatus"},"settlementHoldStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldStatus"},"settlementHoldAppliedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAt"},"payoutHoldStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatus"},"payoutHoldAppliedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAt"},"outcome":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcome"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverity"},"feedbackDirection":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirection"},"reputationFeedbackStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReputationFeedbackStatus"},"resolvedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserId"},"resolvedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAt"},"reopenCount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReopenCount"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesRevision"},"isActive":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesIsActive"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAt"},"claimSummary":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummary"},"internalNotes":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotes"},"decisionNote":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNote"},"evidence":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidence"},"slaCheckpoints":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpoints"},"decisions":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisions"}},"required":["id","tenantId","organizationId","caseNumber","status","category","priority","sourceSettlementEntryId","sourcePayoutRequestId","sourceSettlementRunId","sourceMarketplaceShipmentId","sourceMarketplaceProposalId","sourcePricingEstimateId","carrierParticipantId","carrierOrganizationId","currency","claimedAmount","settlementEntryAmount","title","assignedUserId","openedByUserId","openedAt","dueAt","slaStatus","settlementHoldStatus","settlementHoldAppliedAt","payoutHoldStatus","payoutHoldAppliedAt","outcome","severity","feedbackDirection","reputationFeedbackStatus","resolvedByUserId","resolvedAt","reopenCount","revision","isActive","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesOk"},"item":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses200ContentApplicationJsonSchemaPropertiesItem"}},"required":["ok","item"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdRequestEvidencePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdResolvePostParameters0Schema":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostRequestBodyContentApplicationJsonSchemaPropertiesOutcome":{"type":"string","enum":["carrier_responsible","shipper_responsible","shared_responsibility","no_fault","insufficient_evidence","duplicate","withdrawn"]},"DocPathsApiFreightDisputesCasesIdResolvePostRequestBodyContentApplicationJsonSchemaPropertiesSeverityAllOf0":{"type":"string","enum":["neutral","minor","major","critical"]},"DocPathsApiFreightDisputesCasesIdResolvePostRequestBodyContentApplicationJsonSchemaPropertiesSeverity":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostRequestBodyContentApplicationJsonSchemaPropertiesSeverityAllOf0"}],"default":"neutral"},"DocPathsApiFreightDisputesCasesIdResolvePostRequestBodyContentApplicationJsonSchemaPropertiesSettlementActionAllOf0":{"type":"string","enum":["none","keep_held","release_hold","cancel_entry"]},"DocPathsApiFreightDisputesCasesIdResolvePostRequestBodyContentApplicationJsonSchemaPropertiesSettlementAction":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostRequestBodyContentApplicationJsonSchemaPropertiesSettlementActionAllOf0"}],"default":"keep_held"},"DocPathsApiFreightDisputesCasesIdResolvePostRequestBodyContentApplicationJsonSchemaPropertiesFeedbackDirectionAllOf0":{"type":"string","enum":["positive","neutral","negative","none"]},"DocPathsApiFreightDisputesCasesIdResolvePostRequestBodyContentApplicationJsonSchemaPropertiesFeedbackDirection":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostRequestBodyContentApplicationJsonSchemaPropertiesFeedbackDirectionAllOf0"}],"default":"neutral"},"DocPathsApiFreightDisputesCasesIdResolvePostRequestBodyContentApplicationJsonSchemaPropertiesAcceptedAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostRequestBodyContentApplicationJsonSchemaPropertiesAcceptedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostRequestBodyContentApplicationJsonSchemaPropertiesAcceptedAmountAnyOf0"},{}]},"DocPathsApiFreightDisputesCasesIdResolvePostRequestBodyContentApplicationJsonSchemaPropertiesDecisionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostRequestBodyContentApplicationJsonSchemaPropertiesDecisionNoteAnyOf1":{"type":"string","maxLength":4000},"DocPathsApiFreightDisputesCasesIdResolvePostRequestBodyContentApplicationJsonSchemaPropertiesDecisionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostRequestBodyContentApplicationJsonSchemaPropertiesDecisionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostRequestBodyContentApplicationJsonSchemaPropertiesDecisionNoteAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdResolvePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"outcome":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostRequestBodyContentApplicationJsonSchemaPropertiesOutcome"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostRequestBodyContentApplicationJsonSchemaPropertiesSeverity"},"settlementAction":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostRequestBodyContentApplicationJsonSchemaPropertiesSettlementAction"},"feedbackDirection":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostRequestBodyContentApplicationJsonSchemaPropertiesFeedbackDirection"},"acceptedAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostRequestBodyContentApplicationJsonSchemaPropertiesAcceptedAmount"},"decisionNote":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostRequestBodyContentApplicationJsonSchemaPropertiesDecisionNote"},"expectedRevision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision"}},"required":["outcome"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCaseNumber":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesStatus":{"type":"string","enum":["draft","open","waiting_for_evidence","under_review","resolved","rejected","cancelled","reopened"]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCategory":{"type":"string","enum":["damage","shortage","delay","documentation","pricing","detention_demurrage","service_failure"]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPriority":{"type":"string","enum":["low","normal","high","urgent"]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementEntryId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTitle":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaStatus":{"type":"string","enum":["not_started","on_track","at_risk","breached","paused","completed"]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldStatus":{"type":"string","enum":["not_started","held","already_held","not_applicable_exported","failed","released","cancelled"]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf1":{"type":"string","enum":["not_started","held","already_held","not_applicable_exported","failed","released","cancelled"]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf1":{"type":"string","enum":["carrier_responsible","shipper_responsible","shared_responsibility","no_fault","insufficient_evidence","duplicate","withdrawn"]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcome":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf1":{"type":"string","enum":["neutral","minor","major","critical"]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf1":{"type":"string","enum":["positive","neutral","negative","none"]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirection":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReputationFeedbackStatus":{"type":"string","enum":["not_applicable","pending_emit","emitted","failed"]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReopenCount":{"type":"number"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesIsActive":{"type":"boolean"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesDisputeCaseId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesEvidenceType":{"type":"string","enum":["pod","photo","pricing_estimate","settlement_evidence","freight_document","ecmr_document","cim_waybill","email","manual_note","other"]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesStatus":{"type":"string","enum":["submitted","accepted","rejected","redacted"]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModule":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIdsItems":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIdsItems"}},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromParty":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesOrganizationId"},"disputeCaseId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesDisputeCaseId"},"evidenceType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesEvidenceType"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesStatus"},"sourceModule":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModule"},"sourceEntityType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityType"},"sourceEntityId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityId"},"attachmentIds":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIds"},"summary":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummary"},"sensitivePayload":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayload"},"submittedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserId"},"receivedFromParty":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromParty"},"observedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAt"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","disputeCaseId","evidenceType","status","sourceModule","sourceEntityType","sourceEntityId","submittedByUserId","observedAt","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidence":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItems"}},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDisputeCaseId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCheckpointType":{"type":"string","enum":["first_action","evidence_due","resolution_due","manager_review"]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesStatus":{"type":"string","enum":["pending","completed","paused","breached","escalated","cancelled"]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDueAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCalculationMode":{"type":"string","enum":["calendar_time"]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReason":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesIdempotencyKey":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOrganizationId"},"disputeCaseId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDisputeCaseId"},"checkpointType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCheckpointType"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesStatus"},"dueAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDueAt"},"completedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAt"},"breachedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAt"},"escalatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAt"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserId"},"escalationUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserId"},"calculationMode":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCalculationMode"},"pauseReason":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReason"},"idempotencyKey":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesIdempotencyKey"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","disputeCaseId","checkpointType","status","dueAt","completedAt","breachedAt","escalatedAt","ownerUserId","escalationUserId","calculationMode","idempotencyKey","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpoints":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItems"}},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDisputeCaseId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOutcome":{"type":"string","enum":["carrier_responsible","shipper_responsible","shared_responsibility","no_fault","insufficient_evidence","duplicate","withdrawn"]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSeverity":{"type":"string","enum":["neutral","minor","major","critical"]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSettlementAction":{"type":"string","enum":["none","keep_held","release_hold","cancel_entry"]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesReputationFeedbackDirection":{"type":"string","enum":["positive","neutral","negative","none"]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOrganizationId"},"disputeCaseId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDisputeCaseId"},"outcome":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOutcome"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSeverity"},"settlementAction":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSettlementAction"},"reputationFeedbackDirection":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesReputationFeedbackDirection"},"claimedAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmount"},"acceptedAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmount"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrency"},"decisionNote":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNote"},"decidedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserId"},"decidedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedAt"},"emittedFeedbackEventId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventId"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","disputeCaseId","outcome","severity","settlementAction","reputationFeedbackDirection","claimedAmount","acceptedAmount","currency","decidedByUserId","decidedAt","emittedFeedbackEventId","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItems"}},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItem":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOrganizationId"},"caseNumber":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCaseNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesStatus"},"category":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCategory"},"priority":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPriority"},"sourceSettlementEntryId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementEntryId"},"sourcePayoutRequestId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestId"},"sourceSettlementRunId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunId"},"sourceMarketplaceShipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentId"},"sourceMarketplaceProposalId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalId"},"sourcePricingEstimateId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateId"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationId"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrency"},"claimedAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmount"},"settlementEntryAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmount"},"title":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTitle"},"assignedUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserId"},"openedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserId"},"openedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAt"},"dueAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAt"},"slaStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaStatus"},"settlementHoldStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldStatus"},"settlementHoldAppliedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAt"},"payoutHoldStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatus"},"payoutHoldAppliedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAt"},"outcome":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcome"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverity"},"feedbackDirection":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirection"},"reputationFeedbackStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReputationFeedbackStatus"},"resolvedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserId"},"resolvedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAt"},"reopenCount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReopenCount"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesRevision"},"isActive":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesIsActive"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAt"},"claimSummary":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummary"},"internalNotes":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotes"},"decisionNote":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNote"},"evidence":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidence"},"slaCheckpoints":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpoints"},"decisions":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisions"}},"required":["id","tenantId","organizationId","caseNumber","status","category","priority","sourceSettlementEntryId","sourcePayoutRequestId","sourceSettlementRunId","sourceMarketplaceShipmentId","sourceMarketplaceProposalId","sourcePricingEstimateId","carrierParticipantId","carrierOrganizationId","currency","claimedAmount","settlementEntryAmount","title","assignedUserId","openedByUserId","openedAt","dueAt","slaStatus","settlementHoldStatus","settlementHoldAppliedAt","payoutHoldStatus","payoutHoldAppliedAt","outcome","severity","feedbackDirection","reputationFeedbackStatus","resolvedByUserId","resolvedAt","reopenCount","revision","isActive","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesOk"},"item":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItem"}},"required":["ok","item"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdResolvePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdResolvePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDisputesCasesIdResolvePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdResolvePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdGetParameters0Schema":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesCaseNumber":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["draft","open","waiting_for_evidence","under_review","resolved","rejected","cancelled","reopened"]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesCategory":{"type":"string","enum":["damage","shortage","delay","documentation","pricing","detention_demurrage","service_failure"]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesPriority":{"type":"string","enum":["low","normal","high","urgent"]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceSettlementEntryId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourcePayoutRequestIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourcePayoutRequestIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourcePayoutRequestId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourcePayoutRequestIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourcePayoutRequestIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceSettlementRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceSettlementRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceSettlementRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceSettlementRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceSettlementRunIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceMarketplaceShipmentIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceMarketplaceShipmentIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceMarketplaceShipmentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceMarketplaceShipmentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceMarketplaceShipmentIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceMarketplaceProposalIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceMarketplaceProposalIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceMarketplaceProposalId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceMarketplaceProposalIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceMarketplaceProposalIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourcePricingEstimateIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourcePricingEstimateIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourcePricingEstimateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourcePricingEstimateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourcePricingEstimateIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesCurrencyAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesClaimedAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesClaimedAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesClaimedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesClaimedAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesClaimedAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSettlementEntryAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSettlementEntryAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSettlementEntryAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSettlementEntryAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSettlementEntryAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesTitle":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesAssignedUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesAssignedUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesAssignedUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesAssignedUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesAssignedUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesOpenedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesOpenedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesOpenedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesOpenedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesOpenedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesOpenedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesOpenedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesOpenedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesOpenedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesOpenedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDueAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDueAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDueAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDueAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDueAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaStatus":{"type":"string","enum":["not_started","on_track","at_risk","breached","paused","completed"]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSettlementHoldStatus":{"type":"string","enum":["not_started","held","already_held","not_applicable_exported","failed","released","cancelled"]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSettlementHoldAppliedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSettlementHoldAppliedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSettlementHoldAppliedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSettlementHoldAppliedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSettlementHoldAppliedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesPayoutHoldStatusAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesPayoutHoldStatusAnyOf1":{"type":"string","enum":["not_started","held","already_held","not_applicable_exported","failed","released","cancelled"]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesPayoutHoldStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesPayoutHoldStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesPayoutHoldStatusAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesPayoutHoldAppliedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesPayoutHoldAppliedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesPayoutHoldAppliedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesPayoutHoldAppliedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesPayoutHoldAppliedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesOutcomeAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesOutcomeAnyOf1":{"type":"string","enum":["carrier_responsible","shipper_responsible","shared_responsibility","no_fault","insufficient_evidence","duplicate","withdrawn"]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesOutcome":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesOutcomeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesOutcomeAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSeverityAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSeverityAnyOf1":{"type":"string","enum":["neutral","minor","major","critical"]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSeverity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSeverityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSeverityAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesFeedbackDirectionAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesFeedbackDirectionAnyOf1":{"type":"string","enum":["positive","neutral","negative","none"]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesFeedbackDirection":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesFeedbackDirectionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesFeedbackDirectionAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesReputationFeedbackStatus":{"type":"string","enum":["not_applicable","pending_emit","emitted","failed"]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesResolvedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesResolvedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesResolvedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesResolvedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesResolvedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesResolvedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesResolvedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesResolvedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesResolvedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesResolvedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesReopenCount":{"type":"number"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesClaimSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesClaimSummaryAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesClaimSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesClaimSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesClaimSummaryAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesInternalNotesAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesInternalNotesAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesInternalNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesInternalNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesInternalNotesAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionNoteAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesDisputeCaseId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesEvidenceType":{"type":"string","enum":["pod","photo","pricing_estimate","settlement_evidence","freight_document","ecmr_document","cim_waybill","email","manual_note","other"]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesStatus":{"type":"string","enum":["submitted","accepted","rejected","redacted"]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesSourceModuleAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesSourceModuleAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesSourceModule":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesSourceModuleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesSourceModuleAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesSourceEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesSourceEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesAttachmentIdsItems":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesAttachmentIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesAttachmentIdsItems"}},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesSummaryAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesSummaryAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesSensitivePayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesSubmittedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesReceivedFromParty":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesObservedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesObservedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesObservedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesObservedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesObservedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesOrganizationId"},"disputeCaseId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesDisputeCaseId"},"evidenceType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesEvidenceType"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesStatus"},"sourceModule":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesSourceModule"},"sourceEntityType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesSourceEntityType"},"sourceEntityId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesSourceEntityId"},"attachmentIds":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesAttachmentIds"},"summary":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesSummary"},"sensitivePayload":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesSensitivePayload"},"submittedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesSubmittedByUserId"},"receivedFromParty":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesReceivedFromParty"},"observedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesObservedAt"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","disputeCaseId","evidenceType","status","sourceModule","sourceEntityType","sourceEntityId","submittedByUserId","observedAt","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidence":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidenceItems"}},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesDisputeCaseId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesCheckpointType":{"type":"string","enum":["first_action","evidence_due","resolution_due","manager_review"]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesStatus":{"type":"string","enum":["pending","completed","paused","breached","escalated","cancelled"]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesDueAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesBreachedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesEscalatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesEscalationUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesCalculationMode":{"type":"string","enum":["calendar_time"]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesPauseReason":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesIdempotencyKey":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesOrganizationId"},"disputeCaseId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesDisputeCaseId"},"checkpointType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesCheckpointType"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesStatus"},"dueAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesDueAt"},"completedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesCompletedAt"},"breachedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesBreachedAt"},"escalatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesEscalatedAt"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesOwnerUserId"},"escalationUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesEscalationUserId"},"calculationMode":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesCalculationMode"},"pauseReason":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesPauseReason"},"idempotencyKey":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesIdempotencyKey"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","disputeCaseId","checkpointType","status","dueAt","completedAt","breachedAt","escalatedAt","ownerUserId","escalationUserId","calculationMode","idempotencyKey","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpoints":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpointsItems"}},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesDisputeCaseId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesOutcome":{"type":"string","enum":["carrier_responsible","shipper_responsible","shared_responsibility","no_fault","insufficient_evidence","duplicate","withdrawn"]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesSeverity":{"type":"string","enum":["neutral","minor","major","critical"]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesSettlementAction":{"type":"string","enum":["none","keep_held","release_hold","cancel_entry"]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesReputationFeedbackDirection":{"type":"string","enum":["positive","neutral","negative","none"]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesClaimedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesAcceptedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesCurrencyAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesDecisionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesDecidedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesDecidedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesEmittedFeedbackEventId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesOrganizationId"},"disputeCaseId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesDisputeCaseId"},"outcome":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesOutcome"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesSeverity"},"settlementAction":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesSettlementAction"},"reputationFeedbackDirection":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesReputationFeedbackDirection"},"claimedAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesClaimedAmount"},"acceptedAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesAcceptedAmount"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesCurrency"},"decisionNote":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesDecisionNote"},"decidedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesDecidedByUserId"},"decidedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesDecidedAt"},"emittedFeedbackEventId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesEmittedFeedbackEventId"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","disputeCaseId","outcome","severity","settlementAction","reputationFeedbackDirection","claimedAmount","acceptedAmount","currency","decidedByUserId","decidedAt","emittedFeedbackEventId","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItems"}},"DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"caseNumber":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesCaseNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesStatus"},"category":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesCategory"},"priority":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesPriority"},"sourceSettlementEntryId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceSettlementEntryId"},"sourcePayoutRequestId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourcePayoutRequestId"},"sourceSettlementRunId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceSettlementRunId"},"sourceMarketplaceShipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceMarketplaceShipmentId"},"sourceMarketplaceProposalId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceMarketplaceProposalId"},"sourcePricingEstimateId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourcePricingEstimateId"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationId"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesCurrency"},"claimedAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesClaimedAmount"},"settlementEntryAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSettlementEntryAmount"},"title":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesTitle"},"assignedUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesAssignedUserId"},"openedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesOpenedByUserId"},"openedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesOpenedAt"},"dueAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDueAt"},"slaStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaStatus"},"settlementHoldStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSettlementHoldStatus"},"settlementHoldAppliedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSettlementHoldAppliedAt"},"payoutHoldStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesPayoutHoldStatus"},"payoutHoldAppliedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesPayoutHoldAppliedAt"},"outcome":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesOutcome"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSeverity"},"feedbackDirection":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesFeedbackDirection"},"reputationFeedbackStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesReputationFeedbackStatus"},"resolvedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesResolvedByUserId"},"resolvedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesResolvedAt"},"reopenCount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesReopenCount"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesRevision"},"isActive":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesIsActive"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"},"claimSummary":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesClaimSummary"},"internalNotes":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesInternalNotes"},"decisionNote":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionNote"},"evidence":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesEvidence"},"slaCheckpoints":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesSlaCheckpoints"},"decisions":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisions"}},"required":["id","tenantId","organizationId","caseNumber","status","category","priority","sourceSettlementEntryId","sourcePayoutRequestId","sourceSettlementRunId","sourceMarketplaceShipmentId","sourceMarketplaceProposalId","sourcePricingEstimateId","carrierParticipantId","carrierOrganizationId","currency","claimedAmount","settlementEntryAmount","title","assignedUserId","openedByUserId","openedAt","dueAt","slaStatus","settlementHoldStatus","settlementHoldAppliedAt","payoutHoldStatus","payoutHoldAppliedAt","outcome","severity","feedbackDirection","reputationFeedbackStatus","resolvedByUserId","resolvedAt","reopenCount","revision","isActive","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDisputesCasesIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightDisputesCasesIdPatchParameters0Schema":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesTitle":{"type":"string","minLength":1,"maxLength":500},"DocPathsApiFreightDisputesCasesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPriority":{"type":"string","enum":["low","normal","high","urgent"]},"DocPathsApiFreightDisputesCasesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignedUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignedUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignedUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignedUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignedUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesInternalNotesAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesInternalNotesAnyOf1":{"type":"string","maxLength":4000},"DocPathsApiFreightDisputesCasesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesInternalNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesInternalNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesInternalNotesAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdPatchRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"title":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesTitle"},"priority":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPriority"},"assignedUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignedUserId"},"internalNotes":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesInternalNotes"},"expectedRevision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision"}},"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCaseNumber":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesStatus":{"type":"string","enum":["draft","open","waiting_for_evidence","under_review","resolved","rejected","cancelled","reopened"]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCategory":{"type":"string","enum":["damage","shortage","delay","documentation","pricing","detention_demurrage","service_failure"]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPriority":{"type":"string","enum":["low","normal","high","urgent"]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementEntryId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTitle":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaStatus":{"type":"string","enum":["not_started","on_track","at_risk","breached","paused","completed"]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldStatus":{"type":"string","enum":["not_started","held","already_held","not_applicable_exported","failed","released","cancelled"]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf1":{"type":"string","enum":["not_started","held","already_held","not_applicable_exported","failed","released","cancelled"]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf1":{"type":"string","enum":["carrier_responsible","shipper_responsible","shared_responsibility","no_fault","insufficient_evidence","duplicate","withdrawn"]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcome":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf1":{"type":"string","enum":["neutral","minor","major","critical"]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf1":{"type":"string","enum":["positive","neutral","negative","none"]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirection":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReputationFeedbackStatus":{"type":"string","enum":["not_applicable","pending_emit","emitted","failed"]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReopenCount":{"type":"number"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesIsActive":{"type":"boolean"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesDisputeCaseId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesEvidenceType":{"type":"string","enum":["pod","photo","pricing_estimate","settlement_evidence","freight_document","ecmr_document","cim_waybill","email","manual_note","other"]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesStatus":{"type":"string","enum":["submitted","accepted","rejected","redacted"]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModule":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIdsItems":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIdsItems"}},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromParty":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesOrganizationId"},"disputeCaseId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesDisputeCaseId"},"evidenceType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesEvidenceType"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesStatus"},"sourceModule":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModule"},"sourceEntityType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityType"},"sourceEntityId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityId"},"attachmentIds":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIds"},"summary":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummary"},"sensitivePayload":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayload"},"submittedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserId"},"receivedFromParty":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromParty"},"observedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAt"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","disputeCaseId","evidenceType","status","sourceModule","sourceEntityType","sourceEntityId","submittedByUserId","observedAt","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidence":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItems"}},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDisputeCaseId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCheckpointType":{"type":"string","enum":["first_action","evidence_due","resolution_due","manager_review"]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesStatus":{"type":"string","enum":["pending","completed","paused","breached","escalated","cancelled"]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDueAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCalculationMode":{"type":"string","enum":["calendar_time"]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReason":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesIdempotencyKey":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOrganizationId"},"disputeCaseId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDisputeCaseId"},"checkpointType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCheckpointType"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesStatus"},"dueAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDueAt"},"completedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAt"},"breachedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAt"},"escalatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAt"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserId"},"escalationUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserId"},"calculationMode":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCalculationMode"},"pauseReason":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReason"},"idempotencyKey":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesIdempotencyKey"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","disputeCaseId","checkpointType","status","dueAt","completedAt","breachedAt","escalatedAt","ownerUserId","escalationUserId","calculationMode","idempotencyKey","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpoints":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItems"}},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDisputeCaseId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOutcome":{"type":"string","enum":["carrier_responsible","shipper_responsible","shared_responsibility","no_fault","insufficient_evidence","duplicate","withdrawn"]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSeverity":{"type":"string","enum":["neutral","minor","major","critical"]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSettlementAction":{"type":"string","enum":["none","keep_held","release_hold","cancel_entry"]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesReputationFeedbackDirection":{"type":"string","enum":["positive","neutral","negative","none"]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOrganizationId"},"disputeCaseId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDisputeCaseId"},"outcome":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOutcome"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSeverity"},"settlementAction":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSettlementAction"},"reputationFeedbackDirection":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesReputationFeedbackDirection"},"claimedAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmount"},"acceptedAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmount"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrency"},"decisionNote":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNote"},"decidedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserId"},"decidedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedAt"},"emittedFeedbackEventId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventId"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","disputeCaseId","outcome","severity","settlementAction","reputationFeedbackDirection","claimedAmount","acceptedAmount","currency","decidedByUserId","decidedAt","emittedFeedbackEventId","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItems"}},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItem":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOrganizationId"},"caseNumber":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCaseNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesStatus"},"category":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCategory"},"priority":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPriority"},"sourceSettlementEntryId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementEntryId"},"sourcePayoutRequestId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestId"},"sourceSettlementRunId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunId"},"sourceMarketplaceShipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentId"},"sourceMarketplaceProposalId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalId"},"sourcePricingEstimateId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateId"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationId"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrency"},"claimedAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmount"},"settlementEntryAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmount"},"title":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTitle"},"assignedUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserId"},"openedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserId"},"openedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAt"},"dueAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAt"},"slaStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaStatus"},"settlementHoldStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldStatus"},"settlementHoldAppliedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAt"},"payoutHoldStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatus"},"payoutHoldAppliedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAt"},"outcome":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcome"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverity"},"feedbackDirection":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirection"},"reputationFeedbackStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReputationFeedbackStatus"},"resolvedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserId"},"resolvedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAt"},"reopenCount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReopenCount"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesRevision"},"isActive":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesIsActive"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAt"},"claimSummary":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummary"},"internalNotes":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotes"},"decisionNote":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNote"},"evidence":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidence"},"slaCheckpoints":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpoints"},"decisions":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisions"}},"required":["id","tenantId","organizationId","caseNumber","status","category","priority","sourceSettlementEntryId","sourcePayoutRequestId","sourceSettlementRunId","sourceMarketplaceShipmentId","sourceMarketplaceProposalId","sourcePricingEstimateId","carrierParticipantId","carrierOrganizationId","currency","claimedAmount","settlementEntryAmount","title","assignedUserId","openedByUserId","openedAt","dueAt","slaStatus","settlementHoldStatus","settlementHoldAppliedAt","payoutHoldStatus","payoutHoldAppliedAt","outcome","severity","feedbackDirection","reputationFeedbackStatus","resolvedByUserId","resolvedAt","reopenCount","revision","isActive","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesOk"},"item":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses200ContentApplicationJsonSchemaPropertiesItem"}},"required":["ok","item"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDisputesCasesIdPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdPatchResponses409ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightDisputesCasesIdDeleteParameters0Schema":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"expectedRevision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision"}},"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCaseNumber":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesStatus":{"type":"string","enum":["draft","open","waiting_for_evidence","under_review","resolved","rejected","cancelled","reopened"]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCategory":{"type":"string","enum":["damage","shortage","delay","documentation","pricing","detention_demurrage","service_failure"]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPriority":{"type":"string","enum":["low","normal","high","urgent"]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementEntryId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTitle":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaStatus":{"type":"string","enum":["not_started","on_track","at_risk","breached","paused","completed"]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldStatus":{"type":"string","enum":["not_started","held","already_held","not_applicable_exported","failed","released","cancelled"]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf1":{"type":"string","enum":["not_started","held","already_held","not_applicable_exported","failed","released","cancelled"]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf1":{"type":"string","enum":["carrier_responsible","shipper_responsible","shared_responsibility","no_fault","insufficient_evidence","duplicate","withdrawn"]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcome":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf1":{"type":"string","enum":["neutral","minor","major","critical"]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf1":{"type":"string","enum":["positive","neutral","negative","none"]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirection":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReputationFeedbackStatus":{"type":"string","enum":["not_applicable","pending_emit","emitted","failed"]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReopenCount":{"type":"number"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesIsActive":{"type":"boolean"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesDisputeCaseId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesEvidenceType":{"type":"string","enum":["pod","photo","pricing_estimate","settlement_evidence","freight_document","ecmr_document","cim_waybill","email","manual_note","other"]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesStatus":{"type":"string","enum":["submitted","accepted","rejected","redacted"]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModule":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIdsItems":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIdsItems"}},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromParty":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesOrganizationId"},"disputeCaseId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesDisputeCaseId"},"evidenceType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesEvidenceType"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesStatus"},"sourceModule":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModule"},"sourceEntityType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityType"},"sourceEntityId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityId"},"attachmentIds":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIds"},"summary":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummary"},"sensitivePayload":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayload"},"submittedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserId"},"receivedFromParty":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromParty"},"observedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAt"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","disputeCaseId","evidenceType","status","sourceModule","sourceEntityType","sourceEntityId","submittedByUserId","observedAt","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidence":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItems"}},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDisputeCaseId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCheckpointType":{"type":"string","enum":["first_action","evidence_due","resolution_due","manager_review"]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesStatus":{"type":"string","enum":["pending","completed","paused","breached","escalated","cancelled"]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDueAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCalculationMode":{"type":"string","enum":["calendar_time"]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReason":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesIdempotencyKey":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOrganizationId"},"disputeCaseId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDisputeCaseId"},"checkpointType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCheckpointType"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesStatus"},"dueAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDueAt"},"completedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAt"},"breachedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAt"},"escalatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAt"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserId"},"escalationUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserId"},"calculationMode":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCalculationMode"},"pauseReason":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReason"},"idempotencyKey":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesIdempotencyKey"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","disputeCaseId","checkpointType","status","dueAt","completedAt","breachedAt","escalatedAt","ownerUserId","escalationUserId","calculationMode","idempotencyKey","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpoints":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItems"}},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDisputeCaseId":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOutcome":{"type":"string","enum":["carrier_responsible","shipper_responsible","shared_responsibility","no_fault","insufficient_evidence","duplicate","withdrawn"]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSeverity":{"type":"string","enum":["neutral","minor","major","critical"]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSettlementAction":{"type":"string","enum":["none","keep_held","release_hold","cancel_entry"]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesReputationFeedbackDirection":{"type":"string","enum":["positive","neutral","negative","none"]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOrganizationId"},"disputeCaseId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDisputeCaseId"},"outcome":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOutcome"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSeverity"},"settlementAction":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSettlementAction"},"reputationFeedbackDirection":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesReputationFeedbackDirection"},"claimedAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmount"},"acceptedAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmount"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrency"},"decisionNote":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNote"},"decidedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserId"},"decidedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedAt"},"emittedFeedbackEventId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventId"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","disputeCaseId","outcome","severity","settlementAction","reputationFeedbackDirection","claimedAmount","acceptedAmount","currency","decidedByUserId","decidedAt","emittedFeedbackEventId","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItems"}},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItem":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOrganizationId"},"caseNumber":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCaseNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesStatus"},"category":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCategory"},"priority":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPriority"},"sourceSettlementEntryId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementEntryId"},"sourcePayoutRequestId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestId"},"sourceSettlementRunId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunId"},"sourceMarketplaceShipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentId"},"sourceMarketplaceProposalId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalId"},"sourcePricingEstimateId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateId"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationId"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrency"},"claimedAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmount"},"settlementEntryAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmount"},"title":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTitle"},"assignedUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserId"},"openedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserId"},"openedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAt"},"dueAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDueAt"},"slaStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaStatus"},"settlementHoldStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldStatus"},"settlementHoldAppliedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAt"},"payoutHoldStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatus"},"payoutHoldAppliedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAt"},"outcome":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOutcome"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSeverity"},"feedbackDirection":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirection"},"reputationFeedbackStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReputationFeedbackStatus"},"resolvedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserId"},"resolvedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAt"},"reopenCount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesReopenCount"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesRevision"},"isActive":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesIsActive"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAt"},"claimSummary":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummary"},"internalNotes":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotes"},"decisionNote":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNote"},"evidence":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEvidence"},"slaCheckpoints":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpoints"},"decisions":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDecisions"}},"required":["id","tenantId","organizationId","caseNumber","status","category","priority","sourceSettlementEntryId","sourcePayoutRequestId","sourceSettlementRunId","sourceMarketplaceShipmentId","sourceMarketplaceProposalId","sourcePricingEstimateId","carrierParticipantId","carrierOrganizationId","currency","claimedAmount","settlementEntryAmount","title","assignedUserId","openedByUserId","openedAt","dueAt","slaStatus","settlementHoldStatus","settlementHoldAppliedAt","payoutHoldStatus","payoutHoldAppliedAt","outcome","severity","feedbackDirection","reputationFeedbackStatus","resolvedByUserId","resolvedAt","reopenCount","revision","isActive","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"},"item":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesItem"}},"required":["ok","item"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDisputesCasesIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesGetParameters0Schema":{"type":"number"},"DocPathsApiFreightDisputesCasesGetParameters1Schema":{"type":"number"},"DocPathsApiFreightDisputesCasesGetParameters2Schema":{"type":"string","maxLength":512},"DocPathsApiFreightDisputesCasesGetParameters3Schema":{"type":"string","maxLength":4000},"DocPathsApiFreightDisputesCasesGetParameters4Schema":{"type":"string","maxLength":200},"DocPathsApiFreightDisputesCasesGetParameters5Schema":{"type":"string","enum":["draft","open","waiting_for_evidence","under_review","resolved","rejected","cancelled","reopened"]},"DocPathsApiFreightDisputesCasesGetParameters6Schema":{"type":"string","enum":["damage","shortage","delay","documentation","pricing","detention_demurrage","service_failure"]},"DocPathsApiFreightDisputesCasesGetParameters7Schema":{"type":"string","enum":["low","normal","high","urgent"]},"DocPathsApiFreightDisputesCasesGetParameters8Schema":{"type":"string","enum":["not_started","on_track","at_risk","breached","paused","completed"]},"DocPathsApiFreightDisputesCasesGetParameters9Schema":{"type":"string","enum":["not_started","held","already_held","not_applicable_exported","failed","released","cancelled"]},"DocPathsApiFreightDisputesCasesGetParameters10Schema":{"type":"string"},"DocPathsApiFreightDisputesCasesGetParameters11Schema":{"type":"string"},"DocPathsApiFreightDisputesCasesGetParameters12Schema":{"type":"string"},"DocPathsApiFreightDisputesCasesGetParameters13Schema":{"type":"string","format":"datetime"},"DocPathsApiFreightDisputesCasesGetParameters14Schema":{"type":"string","format":"datetime"},"DocPathsApiFreightDisputesCasesGetParameters15Schema":{"type":"boolean"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCaseNumber":{"type":"string"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string","enum":["draft","open","waiting_for_evidence","under_review","resolved","rejected","cancelled","reopened"]},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategory":{"type":"string","enum":["damage","shortage","delay","documentation","pricing","detention_demurrage","service_failure"]},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriority":{"type":"string","enum":["low","normal","high","urgent"]},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceSettlementEntryId":{"type":"string"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourcePayoutRequestIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourcePayoutRequestIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourcePayoutRequestId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourcePayoutRequestIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourcePayoutRequestIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceSettlementRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceSettlementRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceSettlementRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceSettlementRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceSettlementRunIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceMarketplaceShipmentIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceMarketplaceShipmentIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceMarketplaceShipmentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceMarketplaceShipmentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceMarketplaceShipmentIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceMarketplaceProposalIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceMarketplaceProposalIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceMarketplaceProposalId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceMarketplaceProposalIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceMarketplaceProposalIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourcePricingEstimateIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourcePricingEstimateIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourcePricingEstimateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourcePricingEstimateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourcePricingEstimateIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierParticipantIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierParticipantIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierParticipantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierParticipantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierParticipantIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyAnyOf1"}]},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClaimedAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClaimedAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClaimedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClaimedAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClaimedAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSettlementEntryAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSettlementEntryAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSettlementEntryAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSettlementEntryAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSettlementEntryAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle":{"type":"string"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignedUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignedUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignedUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignedUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignedUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOpenedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOpenedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOpenedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOpenedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOpenedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOpenedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOpenedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOpenedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOpenedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOpenedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDueAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDueAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDueAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDueAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDueAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlaStatus":{"type":"string","enum":["not_started","on_track","at_risk","breached","paused","completed"]},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSettlementHoldStatus":{"type":"string","enum":["not_started","held","already_held","not_applicable_exported","failed","released","cancelled"]},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSettlementHoldAppliedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSettlementHoldAppliedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSettlementHoldAppliedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSettlementHoldAppliedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSettlementHoldAppliedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutHoldStatusAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutHoldStatusAnyOf1":{"type":"string","enum":["not_started","held","already_held","not_applicable_exported","failed","released","cancelled"]},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutHoldStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutHoldStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutHoldStatusAnyOf1"}]},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutHoldAppliedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutHoldAppliedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutHoldAppliedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutHoldAppliedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutHoldAppliedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOutcomeAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOutcomeAnyOf1":{"type":"string","enum":["carrier_responsible","shipper_responsible","shared_responsibility","no_fault","insufficient_evidence","duplicate","withdrawn"]},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOutcome":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOutcomeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOutcomeAnyOf1"}]},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSeverityAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSeverityAnyOf1":{"type":"string","enum":["neutral","minor","major","critical"]},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSeverity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSeverityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSeverityAnyOf1"}]},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFeedbackDirectionAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFeedbackDirectionAnyOf1":{"type":"string","enum":["positive","neutral","negative","none"]},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFeedbackDirection":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFeedbackDirectionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFeedbackDirectionAnyOf1"}]},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReputationFeedbackStatus":{"type":"string","enum":["not_applicable","pending_emit","emitted","failed"]},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResolvedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResolvedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResolvedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResolvedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResolvedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResolvedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResolvedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResolvedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResolvedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResolvedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReopenCount":{"type":"number"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClaimSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClaimSummaryAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClaimSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClaimSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClaimSummaryAnyOf1"}]},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInternalNotesAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInternalNotesAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInternalNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInternalNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInternalNotesAnyOf1"}]},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecisionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecisionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecisionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecisionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecisionNoteAnyOf1"}]},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"caseNumber":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCaseNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"category":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategory"},"priority":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriority"},"sourceSettlementEntryId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceSettlementEntryId"},"sourcePayoutRequestId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourcePayoutRequestId"},"sourceSettlementRunId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceSettlementRunId"},"sourceMarketplaceShipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceMarketplaceShipmentId"},"sourceMarketplaceProposalId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceMarketplaceProposalId"},"sourcePricingEstimateId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourcePricingEstimateId"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierParticipantId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationId"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrency"},"claimedAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClaimedAmount"},"settlementEntryAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSettlementEntryAmount"},"title":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle"},"assignedUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignedUserId"},"openedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOpenedByUserId"},"openedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOpenedAt"},"dueAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDueAt"},"slaStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlaStatus"},"settlementHoldStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSettlementHoldStatus"},"settlementHoldAppliedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSettlementHoldAppliedAt"},"payoutHoldStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutHoldStatus"},"payoutHoldAppliedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutHoldAppliedAt"},"outcome":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOutcome"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSeverity"},"feedbackDirection":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFeedbackDirection"},"reputationFeedbackStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReputationFeedbackStatus"},"resolvedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResolvedByUserId"},"resolvedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResolvedAt"},"reopenCount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReopenCount"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRevision"},"isActive":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"claimSummary":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClaimSummary"},"internalNotes":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInternalNotes"},"decisionNote":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecisionNote"}},"required":["id","tenantId","organizationId","caseNumber","status","category","priority","sourceSettlementEntryId","sourcePayoutRequestId","sourceSettlementRunId","sourceMarketplaceShipmentId","sourceMarketplaceProposalId","sourcePricingEstimateId","carrierParticipantId","carrierOrganizationId","currency","claimedAmount","settlementEntryAmount","title","assignedUserId","openedByUserId","openedAt","dueAt","slaStatus","settlementHoldStatus","settlementHoldAppliedAt","payoutHoldStatus","payoutHoldAppliedAt","outcome","severity","feedbackDirection","reputationFeedbackStatus","resolvedByUserId","resolvedAt","reopenCount","revision","isActive","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesNextCursorAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesNextCursorAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesNextCursor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesNextCursorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesNextCursorAnyOf1"}]},"DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"page":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"total":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"nextCursor":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses200ContentApplicationJsonSchemaPropertiesNextCursor"}},"required":["items","page","pageSize","total","totalPages","nextCursor"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesGetResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightDisputesCasesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDisputesCasesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDisputesCasesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesSettlementEntryId":{"type":"string"},"DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesCategory":{"type":"string","enum":["damage","shortage","delay","documentation","pricing","detention_demurrage","service_failure"]},"DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesPriorityAllOf0":{"type":"string","enum":["low","normal","high","urgent"]},"DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesPriority":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesPriorityAllOf0"}],"default":"normal"},"DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesTitle":{"type":"string","minLength":1,"maxLength":500},"DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesClaimSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesClaimSummaryAnyOf1":{"type":"string","maxLength":4000},"DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesClaimSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesClaimSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesClaimSummaryAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesInternalNotesAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesInternalNotesAnyOf1":{"type":"string","maxLength":4000},"DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesInternalNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesInternalNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesInternalNotesAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesClaimedAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesClaimedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesClaimedAmountAnyOf0"},{}]},"DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesAssignedUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesAssignedUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesAssignedUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesAssignedUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesAssignedUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"settlementEntryId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesSettlementEntryId"},"category":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesCategory"},"priority":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesPriority"},"title":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesTitle"},"claimSummary":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesClaimSummary"},"internalNotes":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesInternalNotes"},"claimedAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesClaimedAmount"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesCurrency"},"assignedUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostRequestBodyContentApplicationJsonSchemaPropertiesAssignedUserId"}},"required":["settlementEntryId","category","title"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCaseNumber":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesStatus":{"type":"string","enum":["draft","open","waiting_for_evidence","under_review","resolved","rejected","cancelled","reopened"]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCategory":{"type":"string","enum":["damage","shortage","delay","documentation","pricing","detention_demurrage","service_failure"]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesPriority":{"type":"string","enum":["low","normal","high","urgent"]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementEntryId":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesTitle":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDueAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDueAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaStatus":{"type":"string","enum":["not_started","on_track","at_risk","breached","paused","completed"]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldStatus":{"type":"string","enum":["not_started","held","already_held","not_applicable_exported","failed","released","cancelled"]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf1":{"type":"string","enum":["not_started","held","already_held","not_applicable_exported","failed","released","cancelled"]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatusAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf1":{"type":"string","enum":["carrier_responsible","shipper_responsible","shared_responsibility","no_fault","insufficient_evidence","duplicate","withdrawn"]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesOutcome":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesOutcomeAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf1":{"type":"string","enum":["neutral","minor","major","critical"]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSeverity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSeverityAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf1":{"type":"string","enum":["positive","neutral","negative","none"]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirection":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirectionAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesReputationFeedbackStatus":{"type":"string","enum":["not_applicable","pending_emit","emitted","failed"]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesReopenCount":{"type":"number"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesIsActive":{"type":"boolean"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummaryAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotesAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNoteAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesDisputeCaseId":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesEvidenceType":{"type":"string","enum":["pod","photo","pricing_estimate","settlement_evidence","freight_document","ecmr_document","cim_waybill","email","manual_note","other"]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesStatus":{"type":"string","enum":["submitted","accepted","rejected","redacted"]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModule":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModuleAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityTypeAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIdsItems":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIdsItems"}},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummaryAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayloadAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromParty":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromPartyAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesOrganizationId"},"disputeCaseId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesDisputeCaseId"},"evidenceType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesEvidenceType"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesStatus"},"sourceModule":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceModule"},"sourceEntityType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityType"},"sourceEntityId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSourceEntityId"},"attachmentIds":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesAttachmentIds"},"summary":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSummary"},"sensitivePayload":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSensitivePayload"},"submittedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesSubmittedByUserId"},"receivedFromParty":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesReceivedFromParty"},"observedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesObservedAt"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","disputeCaseId","evidenceType","status","sourceModule","sourceEntityType","sourceEntityId","submittedByUserId","observedAt","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidence":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidenceItems"}},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDisputeCaseId":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCheckpointType":{"type":"string","enum":["first_action","evidence_due","resolution_due","manager_review"]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesStatus":{"type":"string","enum":["pending","completed","paused","breached","escalated","cancelled"]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDueAt":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAtAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCalculationMode":{"type":"string","enum":["calendar_time"]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReason":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReasonAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesIdempotencyKey":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOrganizationId"},"disputeCaseId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDisputeCaseId"},"checkpointType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCheckpointType"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesStatus"},"dueAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesDueAt"},"completedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCompletedAt"},"breachedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesBreachedAt"},"escalatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalatedAt"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesOwnerUserId"},"escalationUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesEscalationUserId"},"calculationMode":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCalculationMode"},"pauseReason":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesPauseReason"},"idempotencyKey":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesIdempotencyKey"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","disputeCaseId","checkpointType","status","dueAt","completedAt","breachedAt","escalatedAt","ownerUserId","escalationUserId","calculationMode","idempotencyKey","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpoints":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpointsItems"}},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDisputeCaseId":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOutcome":{"type":"string","enum":["carrier_responsible","shipper_responsible","shared_responsibility","no_fault","insufficient_evidence","duplicate","withdrawn"]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSeverity":{"type":"string","enum":["neutral","minor","major","critical"]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSettlementAction":{"type":"string","enum":["none","keep_held","release_hold","cancel_entry"]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesReputationFeedbackDirection":{"type":"string","enum":["positive","neutral","negative","none"]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmountAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrencyAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNoteAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventIdAnyOf1"}]},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOrganizationId"},"disputeCaseId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDisputeCaseId"},"outcome":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesOutcome"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSeverity"},"settlementAction":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesSettlementAction"},"reputationFeedbackDirection":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesReputationFeedbackDirection"},"claimedAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesClaimedAmount"},"acceptedAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesAcceptedAmount"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCurrency"},"decisionNote":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecisionNote"},"decidedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedByUserId"},"decidedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesDecidedAt"},"emittedFeedbackEventId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesEmittedFeedbackEventId"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","disputeCaseId","outcome","severity","settlementAction","reputationFeedbackDirection","claimedAmount","acceptedAmount","currency","decidedByUserId","decidedAt","emittedFeedbackEventId","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionsItems"}},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItem":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesOrganizationId"},"caseNumber":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCaseNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesStatus"},"category":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCategory"},"priority":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesPriority"},"sourceSettlementEntryId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementEntryId"},"sourcePayoutRequestId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePayoutRequestId"},"sourceSettlementRunId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSourceSettlementRunId"},"sourceMarketplaceShipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceShipmentId"},"sourceMarketplaceProposalId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSourceMarketplaceProposalId"},"sourcePricingEstimateId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSourcePricingEstimateId"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierParticipantId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCarrierOrganizationId"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCurrency"},"claimedAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesClaimedAmount"},"settlementEntryAmount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementEntryAmount"},"title":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesTitle"},"assignedUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesAssignedUserId"},"openedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedByUserId"},"openedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesOpenedAt"},"dueAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDueAt"},"slaStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaStatus"},"settlementHoldStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldStatus"},"settlementHoldAppliedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSettlementHoldAppliedAt"},"payoutHoldStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldStatus"},"payoutHoldAppliedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutHoldAppliedAt"},"outcome":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesOutcome"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSeverity"},"feedbackDirection":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesFeedbackDirection"},"reputationFeedbackStatus":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesReputationFeedbackStatus"},"resolvedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedByUserId"},"resolvedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAt"},"reopenCount":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesReopenCount"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesRevision"},"isActive":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesIsActive"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAt"},"claimSummary":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesClaimSummary"},"internalNotes":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesInternalNotes"},"decisionNote":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisionNote"},"evidence":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEvidence"},"slaCheckpoints":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesSlaCheckpoints"},"decisions":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDecisions"}},"required":["id","tenantId","organizationId","caseNumber","status","category","priority","sourceSettlementEntryId","sourcePayoutRequestId","sourceSettlementRunId","sourceMarketplaceShipmentId","sourceMarketplaceProposalId","sourcePricingEstimateId","carrierParticipantId","carrierOrganizationId","currency","claimedAmount","settlementEntryAmount","title","assignedUserId","openedByUserId","openedAt","dueAt","slaStatus","settlementHoldStatus","settlementHoldAppliedAt","payoutHoldStatus","payoutHoldAppliedAt","outcome","severity","feedbackDirection","reputationFeedbackStatus","resolvedByUserId","resolvedAt","reopenCount","revision","isActive","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesOk"},"item":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses201ContentApplicationJsonSchemaPropertiesItem"}},"required":["ok","item"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesPostResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightDisputesCasesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDisputesCasesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesCasesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDisputesCasesPostResponses409ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightDisputesEvidenceGetParameters0Schema":{"type":"number"},"DocPathsApiFreightDisputesEvidenceGetParameters1Schema":{"type":"number"},"DocPathsApiFreightDisputesEvidenceGetParameters2Schema":{"type":"string","maxLength":512},"DocPathsApiFreightDisputesEvidenceGetParameters3Schema":{"type":"string","maxLength":4000},"DocPathsApiFreightDisputesEvidenceGetParameters4Schema":{"type":"string"},"DocPathsApiFreightDisputesEvidenceGetParameters5Schema":{"type":"string","enum":["pod","photo","pricing_estimate","settlement_evidence","freight_document","ecmr_document","cim_waybill","email","manual_note","other"]},"DocPathsApiFreightDisputesEvidenceGetParameters6Schema":{"type":"string","enum":["submitted","accepted","rejected","redacted"]},"DocPathsApiFreightDisputesEvidenceGetParameters7Schema":{"type":"boolean"},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisputeCaseId":{"type":"string"},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEvidenceType":{"type":"string","enum":["pod","photo","pricing_estimate","settlement_evidence","freight_document","ecmr_document","cim_waybill","email","manual_note","other"]},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string","enum":["submitted","accepted","rejected","redacted"]},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceModuleAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceModuleAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceModule":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceModuleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceModuleAnyOf1"}]},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityTypeAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityTypeAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityTypeAnyOf1"}]},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityIdAnyOf1"}]},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAttachmentIdsItems":{"type":"string"},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAttachmentIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAttachmentIdsItems"}},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSummaryAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSummaryAnyOf1"}]},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSensitivePayloadAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSensitivePayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSensitivePayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSensitivePayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSensitivePayloadAnyOf1"}]},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubmittedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubmittedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubmittedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubmittedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubmittedByUserIdAnyOf1"}]},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReceivedFromPartyAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReceivedFromPartyAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReceivedFromParty":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReceivedFromPartyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReceivedFromPartyAnyOf1"}]},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesObservedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesObservedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesObservedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesObservedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesObservedAtAnyOf1"}]},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"disputeCaseId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisputeCaseId"},"evidenceType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEvidenceType"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"sourceModule":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceModule"},"sourceEntityType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityType"},"sourceEntityId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityId"},"attachmentIds":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAttachmentIds"},"summary":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSummary"},"sensitivePayload":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSensitivePayload"},"submittedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubmittedByUserId"},"receivedFromParty":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReceivedFromParty"},"observedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesObservedAt"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","disputeCaseId","evidenceType","status","sourceModule","sourceEntityType","sourceEntityId","submittedByUserId","observedAt","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesNextCursorAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesNextCursorAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesNextCursor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesNextCursorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesNextCursorAnyOf1"}]},"DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"page":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"total":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"nextCursor":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses200ContentApplicationJsonSchemaPropertiesNextCursor"}},"required":["items","page","pageSize","total","totalPages","nextCursor"],"additionalProperties":false},"DocPathsApiFreightDisputesEvidenceGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDisputesEvidenceGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDisputesEvidenceGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDisputesEvidenceGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesEvidenceGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDisputesSlaGetParameters0Schema":{"type":"number"},"DocPathsApiFreightDisputesSlaGetParameters1Schema":{"type":"number"},"DocPathsApiFreightDisputesSlaGetParameters2Schema":{"type":"string","maxLength":512},"DocPathsApiFreightDisputesSlaGetParameters3Schema":{"type":"string","maxLength":4000},"DocPathsApiFreightDisputesSlaGetParameters4Schema":{"type":"string"},"DocPathsApiFreightDisputesSlaGetParameters5Schema":{"type":"string","enum":["pending","completed","paused","breached","escalated","cancelled"]},"DocPathsApiFreightDisputesSlaGetParameters6Schema":{"type":"string","enum":["first_action","evidence_due","resolution_due","manager_review"]},"DocPathsApiFreightDisputesSlaGetParameters7Schema":{"type":"boolean"},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisputeCaseId":{"type":"string"},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCheckpointType":{"type":"string","enum":["first_action","evidence_due","resolution_due","manager_review"]},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string","enum":["pending","completed","paused","breached","escalated","cancelled"]},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDueAt":{"type":"string"},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompletedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompletedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompletedAtAnyOf1"}]},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBreachedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBreachedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBreachedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBreachedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBreachedAtAnyOf1"}]},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEscalatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEscalatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEscalatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEscalatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEscalatedAtAnyOf1"}]},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf1"}]},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEscalationUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEscalationUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEscalationUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEscalationUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEscalationUserIdAnyOf1"}]},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculationMode":{"type":"string","enum":["calendar_time"]},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPauseReasonAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPauseReasonAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPauseReason":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPauseReasonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPauseReasonAnyOf1"}]},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdempotencyKey":{"type":"string"},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"disputeCaseId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisputeCaseId"},"checkpointType":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCheckpointType"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"dueAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDueAt"},"completedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompletedAt"},"breachedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBreachedAt"},"escalatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEscalatedAt"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserId"},"escalationUserId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEscalationUserId"},"calculationMode":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculationMode"},"pauseReason":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPauseReason"},"idempotencyKey":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdempotencyKey"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","disputeCaseId","checkpointType","status","dueAt","completedAt","breachedAt","escalatedAt","ownerUserId","escalationUserId","calculationMode","idempotencyKey","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesNextCursorAnyOf0":{"type":"null"},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesNextCursorAnyOf1":{"type":"string"},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesNextCursor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesNextCursorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesNextCursorAnyOf1"}]},"DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"page":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"total":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"nextCursor":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses200ContentApplicationJsonSchemaPropertiesNextCursor"}},"required":["items","page","pageSize","total","totalPages","nextCursor"],"additionalProperties":false},"DocPathsApiFreightDisputesSlaGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDisputesSlaGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDisputesSlaGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDisputesSlaGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDisputesSlaScanPostRequestBodyContentApplicationJsonSchemaPropertiesCaseIdsItems":{"type":"string"},"DocPathsApiFreightDisputesSlaScanPostRequestBodyContentApplicationJsonSchemaPropertiesCaseIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaScanPostRequestBodyContentApplicationJsonSchemaPropertiesCaseIdsItems"},"maxItems":1000},"DocPathsApiFreightDisputesSlaScanPostRequestBodyContentApplicationJsonSchemaPropertiesDryRunAllOf0":{"type":"boolean"},"DocPathsApiFreightDisputesSlaScanPostRequestBodyContentApplicationJsonSchemaPropertiesDryRun":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaScanPostRequestBodyContentApplicationJsonSchemaPropertiesDryRunAllOf0"}],"default":false},"DocPathsApiFreightDisputesSlaScanPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"caseIds":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaScanPostRequestBodyContentApplicationJsonSchemaPropertiesCaseIds"},"dryRun":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaScanPostRequestBodyContentApplicationJsonSchemaPropertiesDryRun"}},"additionalProperties":false},"DocPathsApiFreightDisputesSlaScanPostResponses202ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightDisputesSlaScanPostResponses202ContentApplicationJsonSchemaPropertiesProgressJobId":{"type":"string"},"DocPathsApiFreightDisputesSlaScanPostResponses202ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaScanPostResponses202ContentApplicationJsonSchemaPropertiesOk"},"progressJobId":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaScanPostResponses202ContentApplicationJsonSchemaPropertiesProgressJobId"}},"required":["ok","progressJobId"],"additionalProperties":false},"DocPathsApiFreightDisputesSlaScanPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDisputesSlaScanPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaScanPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightDisputesSlaScanPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightDisputesSlaScanPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightDisputesSlaScanPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsIdCancelPostParameters0Schema":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesReasonAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesReasonAnyOf1":{"type":"string","maxLength":240},"DocPathsApiFreightPayoutsExecutionsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesReason":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesReasonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesReasonAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightPayoutsExecutionsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision":{"type":"number"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"reason":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesReason"},"note":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesNote"},"expectedRevision":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision"}},"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesTenantId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesOrganizationId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesExecutionNumber":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementPayoutRequestId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementEntryIdsItems":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementEntryIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementEntryIdsItems"}},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierParticipantId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutAccountId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesMaskedAccount":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderKey":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesExecutionMode":{"type":"string","enum":["manual","mock","sandbox","live"]},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateStatus":{"type":"string","enum":["not_required","blocked","waived_for_sandbox","approved","expired"]},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshotAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesStatus":{"type":"string","enum":["draft","blocked_legal_review","ready","queued","processing","provider_pending","failed","cancelled","succeeded","reconciled","manual_review"]},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCurrency":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesTotalAmount":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationStatus":{"type":"string","enum":["not_required","pending","matched","mismatch","resolved"]},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptCount":{"type":"number"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAtAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAtAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAtAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshotAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesIdempotencyKey":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetailsAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetailsAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetails":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetailsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetailsAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNoteAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAtAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAtAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAtAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRevision":{"type":"number"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCreatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesUpdatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecution":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesOrganizationId"},"executionNumber":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesExecutionNumber"},"settlementPayoutRequestId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementPayoutRequestId"},"settlementRunId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunId"},"settlementEntryIds":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementEntryIds"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierParticipantId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationId"},"payoutAccountId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutAccountId"},"maskedAccount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesMaskedAccount"},"providerKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderKey"},"executionMode":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesExecutionMode"},"legalGateStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateStatus"},"payoutLegalGateId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateId"},"legalGateSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshot"},"approvalReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReference"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesStatus"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCurrency"},"totalAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesTotalAmount"},"providerBatchId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchId"},"providerPayoutId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutId"},"reconciliationStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationStatus"},"attemptCount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptCount"},"nextRetryAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAt"},"progressJobId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobId"},"partnerIntentId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentId"},"requestSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshot"},"idempotencyKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesIdempotencyKey"},"legalReviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNote"},"failureDetails":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetails"},"manualNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNote"},"approvedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserId"},"approvedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAt"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","executionNumber","settlementPayoutRequestId","settlementRunId","settlementEntryIds","carrierParticipantId","carrierOrganizationId","payoutAccountId","maskedAccount","providerKey","executionMode","legalGateStatus","payoutLegalGateId","status","currency","totalAmount","providerBatchId","providerPayoutId","reconciliationStatus","attemptCount","nextRetryAt","progressJobId","partnerIntentId","approvedByUserId","approvedAt","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"execution":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesExecution"}},"required":["ok","execution"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdCancelPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostParameters0Schema":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostRequestBodyContentApplicationJsonSchemaPropertiesProviderPayoutIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostRequestBodyContentApplicationJsonSchemaPropertiesProviderPayoutIdAnyOf1":{"type":"string","maxLength":200},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostRequestBodyContentApplicationJsonSchemaPropertiesProviderPayoutId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostRequestBodyContentApplicationJsonSchemaPropertiesProviderPayoutIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostRequestBodyContentApplicationJsonSchemaPropertiesProviderPayoutIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostRequestBodyContentApplicationJsonSchemaPropertiesProviderBatchIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostRequestBodyContentApplicationJsonSchemaPropertiesProviderBatchIdAnyOf1":{"type":"string","maxLength":200},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostRequestBodyContentApplicationJsonSchemaPropertiesProviderBatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostRequestBodyContentApplicationJsonSchemaPropertiesProviderBatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostRequestBodyContentApplicationJsonSchemaPropertiesProviderBatchIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostRequestBodyContentApplicationJsonSchemaPropertiesAmountAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostRequestBodyContentApplicationJsonSchemaPropertiesAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostRequestBodyContentApplicationJsonSchemaPropertiesAmountAnyOf0"},{}]},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyAnyOf1":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostRequestBodyContentApplicationJsonSchemaPropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostRequestBodyContentApplicationJsonSchemaPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision":{"type":"number"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"providerPayoutId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostRequestBodyContentApplicationJsonSchemaPropertiesProviderPayoutId"},"providerBatchId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostRequestBodyContentApplicationJsonSchemaPropertiesProviderBatchId"},"amount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostRequestBodyContentApplicationJsonSchemaPropertiesAmount"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostRequestBodyContentApplicationJsonSchemaPropertiesCurrency"},"note":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostRequestBodyContentApplicationJsonSchemaPropertiesNote"},"expectedRevision":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision"}},"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesTenantId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesOrganizationId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesExecutionNumber":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementPayoutRequestId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementEntryIdsItems":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementEntryIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementEntryIdsItems"}},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierParticipantId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutAccountId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesMaskedAccount":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderKey":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesExecutionMode":{"type":"string","enum":["manual","mock","sandbox","live"]},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateStatus":{"type":"string","enum":["not_required","blocked","waived_for_sandbox","approved","expired"]},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshotAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesStatus":{"type":"string","enum":["draft","blocked_legal_review","ready","queued","processing","provider_pending","failed","cancelled","succeeded","reconciled","manual_review"]},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCurrency":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesTotalAmount":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationStatus":{"type":"string","enum":["not_required","pending","matched","mismatch","resolved"]},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptCount":{"type":"number"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAtAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAtAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAtAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshotAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesIdempotencyKey":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetailsAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetailsAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetails":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetailsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetailsAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNoteAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAtAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAtAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAtAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRevision":{"type":"number"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCreatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesUpdatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecution":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesOrganizationId"},"executionNumber":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesExecutionNumber"},"settlementPayoutRequestId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementPayoutRequestId"},"settlementRunId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunId"},"settlementEntryIds":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementEntryIds"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierParticipantId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationId"},"payoutAccountId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutAccountId"},"maskedAccount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesMaskedAccount"},"providerKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderKey"},"executionMode":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesExecutionMode"},"legalGateStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateStatus"},"payoutLegalGateId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateId"},"legalGateSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshot"},"approvalReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReference"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesStatus"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCurrency"},"totalAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesTotalAmount"},"providerBatchId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchId"},"providerPayoutId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutId"},"reconciliationStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationStatus"},"attemptCount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptCount"},"nextRetryAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAt"},"progressJobId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobId"},"partnerIntentId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentId"},"requestSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshot"},"idempotencyKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesIdempotencyKey"},"legalReviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNote"},"failureDetails":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetails"},"manualNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNote"},"approvedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserId"},"approvedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAt"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","executionNumber","settlementPayoutRequestId","settlementRunId","settlementEntryIds","carrierParticipantId","carrierOrganizationId","payoutAccountId","maskedAccount","providerKey","executionMode","legalGateStatus","payoutLegalGateId","status","currency","totalAmount","providerBatchId","providerPayoutId","reconciliationStatus","attemptCount","nextRetryAt","progressJobId","partnerIntentId","approvedByUserId","approvedAt","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"execution":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses200ContentApplicationJsonSchemaPropertiesExecution"}},"required":["ok","execution"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdManualSuccessPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostParameters0Schema":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision":{"type":"number"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostRequestBodyContentApplicationJsonSchemaPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"expectedRevision":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision"},"note":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostRequestBodyContentApplicationJsonSchemaPropertiesNote"}},"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesTenantId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesOrganizationId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesExecutionNumber":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementPayoutRequestId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementEntryIdsItems":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementEntryIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementEntryIdsItems"}},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierParticipantId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutAccountId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesMaskedAccount":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderKey":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesExecutionMode":{"type":"string","enum":["manual","mock","sandbox","live"]},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateStatus":{"type":"string","enum":["not_required","blocked","waived_for_sandbox","approved","expired"]},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshotAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesStatus":{"type":"string","enum":["draft","blocked_legal_review","ready","queued","processing","provider_pending","failed","cancelled","succeeded","reconciled","manual_review"]},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCurrency":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesTotalAmount":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationStatus":{"type":"string","enum":["not_required","pending","matched","mismatch","resolved"]},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptCount":{"type":"number"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAtAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAtAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAtAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshotAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesIdempotencyKey":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetailsAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetailsAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetails":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetailsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetailsAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNoteAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAtAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAtAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAtAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRevision":{"type":"number"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCreatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesUpdatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecution":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesOrganizationId"},"executionNumber":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesExecutionNumber"},"settlementPayoutRequestId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementPayoutRequestId"},"settlementRunId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunId"},"settlementEntryIds":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementEntryIds"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierParticipantId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationId"},"payoutAccountId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutAccountId"},"maskedAccount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesMaskedAccount"},"providerKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderKey"},"executionMode":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesExecutionMode"},"legalGateStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateStatus"},"payoutLegalGateId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateId"},"legalGateSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshot"},"approvalReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReference"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesStatus"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCurrency"},"totalAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesTotalAmount"},"providerBatchId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchId"},"providerPayoutId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutId"},"reconciliationStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationStatus"},"attemptCount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptCount"},"nextRetryAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAt"},"progressJobId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobId"},"partnerIntentId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentId"},"requestSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshot"},"idempotencyKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesIdempotencyKey"},"legalReviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNote"},"failureDetails":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetails"},"manualNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNote"},"approvedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserId"},"approvedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAt"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","executionNumber","settlementPayoutRequestId","settlementRunId","settlementEntryIds","carrierParticipantId","carrierOrganizationId","payoutAccountId","maskedAccount","providerKey","executionMode","legalGateStatus","payoutLegalGateId","status","currency","totalAmount","providerBatchId","providerPayoutId","reconciliationStatus","attemptCount","nextRetryAt","progressJobId","partnerIntentId","approvedByUserId","approvedAt","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"execution":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses200ContentApplicationJsonSchemaPropertiesExecution"}},"required":["ok","execution"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdMarkReadyPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostParameters0Schema":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesIntentType":{"type":"string","enum":["quickpay","factoring"]},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesPartnerKey":{"type":"string","minLength":1,"maxLength":80},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesAdvanceAmountAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesAdvanceAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesAdvanceAmountAnyOf0"},{}]},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesFeeAmountAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesFeeAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesFeeAmountAnyOf0"},{}]},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesFeeCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesFeeCurrencyAnyOf1":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesFeeCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesFeeCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesFeeCurrencyAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesPartnerReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesPartnerReferenceAnyOf1":{"type":"string","maxLength":200},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesPartnerReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesPartnerReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesPartnerReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesTermsSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesTermsSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesTermsSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesTermsSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesTermsSnapshotAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesSensitiveTermsPayloadAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesSensitiveTermsPayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesSensitiveTermsPayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesSensitiveTermsPayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesSensitiveTermsPayloadAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesReviewNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"intentType":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesIntentType"},"partnerKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesPartnerKey"},"advanceAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesAdvanceAmount"},"feeAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesFeeAmount"},"feeCurrency":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesFeeCurrency"},"partnerReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesPartnerReference"},"termsSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesTermsSnapshot"},"sensitiveTermsPayload":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesSensitiveTermsPayload"},"reviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostRequestBodyContentApplicationJsonSchemaPropertiesReviewNote"}},"required":["intentType","partnerKey"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesTenantId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesOrganizationId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesPayoutExecutionId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesIntentType":{"type":"string","enum":["quickpay","factoring"]},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesPartnerKey":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesStatus":{"type":"string","enum":["intent_recorded","partner_reviewing","partner_approved","partner_rejected","exported","cancelled"]},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesAdvanceAmountAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesAdvanceAmountAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesAdvanceAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesAdvanceAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesAdvanceAmountAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesFeeAmountAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesFeeAmountAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesFeeAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesFeeAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesFeeAmountAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesFeeCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesFeeCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesFeeCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesFeeCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesFeeCurrencyAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesPartnerReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesPartnerReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesPartnerReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesPartnerReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesPartnerReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesTermsSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesTermsSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesTermsSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesTermsSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesTermsSnapshotAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesSensitiveTermsPayloadAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesSensitiveTermsPayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesSensitiveTermsPayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesSensitiveTermsPayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesSensitiveTermsPayloadAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesReviewNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesCreatedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesCreatedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesCreatedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesCreatedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesCreatedByUserIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesCreatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesUpdatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntent":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesOrganizationId"},"payoutExecutionId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesPayoutExecutionId"},"intentType":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesIntentType"},"partnerKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesPartnerKey"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesStatus"},"advanceAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesAdvanceAmount"},"feeAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesFeeAmount"},"feeCurrency":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesFeeCurrency"},"partnerReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesPartnerReference"},"termsSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesTermsSnapshot"},"sensitiveTermsPayload":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesSensitiveTermsPayload"},"reviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesReviewNote"},"createdByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesCreatedByUserId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","payoutExecutionId","intentType","partnerKey","status","advanceAmount","feeAmount","feeCurrency","partnerReference","createdByUserId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesOk"},"partnerIntent":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses201ContentApplicationJsonSchemaPropertiesPartnerIntent"}},"required":["ok","partnerIntent"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdPartnerIntentsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsIdQueuePostParameters0Schema":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision":{"type":"number"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"expectedRevision":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision"}},"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesTenantId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesOrganizationId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesExecutionNumber":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementPayoutRequestId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementEntryIdsItems":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementEntryIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementEntryIdsItems"}},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierParticipantId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutAccountId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesMaskedAccount":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderKey":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesExecutionMode":{"type":"string","enum":["manual","mock","sandbox","live"]},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateStatus":{"type":"string","enum":["not_required","blocked","waived_for_sandbox","approved","expired"]},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshotAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesStatus":{"type":"string","enum":["draft","blocked_legal_review","ready","queued","processing","provider_pending","failed","cancelled","succeeded","reconciled","manual_review"]},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesCurrency":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesTotalAmount":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationStatus":{"type":"string","enum":["not_required","pending","matched","mismatch","resolved"]},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptCount":{"type":"number"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAtAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAtAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAtAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshotAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesIdempotencyKey":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetailsAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetailsAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetails":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetailsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetailsAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNoteAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAtAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAtAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAtAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesRevision":{"type":"number"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesCreatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesUpdatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecution":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesOrganizationId"},"executionNumber":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesExecutionNumber"},"settlementPayoutRequestId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementPayoutRequestId"},"settlementRunId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunId"},"settlementEntryIds":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementEntryIds"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierParticipantId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationId"},"payoutAccountId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutAccountId"},"maskedAccount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesMaskedAccount"},"providerKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderKey"},"executionMode":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesExecutionMode"},"legalGateStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateStatus"},"payoutLegalGateId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateId"},"legalGateSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshot"},"approvalReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReference"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesStatus"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesCurrency"},"totalAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesTotalAmount"},"providerBatchId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchId"},"providerPayoutId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutId"},"reconciliationStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationStatus"},"attemptCount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptCount"},"nextRetryAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAt"},"progressJobId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobId"},"partnerIntentId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentId"},"requestSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshot"},"idempotencyKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesIdempotencyKey"},"legalReviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNote"},"failureDetails":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetails"},"manualNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNote"},"approvedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserId"},"approvedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAt"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","executionNumber","settlementPayoutRequestId","settlementRunId","settlementEntryIds","carrierParticipantId","carrierOrganizationId","payoutAccountId","maskedAccount","providerKey","executionMode","legalGateStatus","payoutLegalGateId","status","currency","totalAmount","providerBatchId","providerPayoutId","reconciliationStatus","attemptCount","nextRetryAt","progressJobId","partnerIntentId","approvedByUserId","approvedAt","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesProgressJobId":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesOk"},"execution":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesExecution"},"progressJobId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses202ContentApplicationJsonSchemaPropertiesProgressJobId"}},"required":["ok","execution","progressJobId"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdQueuePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsIdRetryPostParameters0Schema":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision":{"type":"number"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"expectedRevision":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision"}},"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesTenantId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesOrganizationId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesExecutionNumber":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementPayoutRequestId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementEntryIdsItems":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementEntryIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementEntryIdsItems"}},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierParticipantId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutAccountId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesMaskedAccount":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderKey":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesExecutionMode":{"type":"string","enum":["manual","mock","sandbox","live"]},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateStatus":{"type":"string","enum":["not_required","blocked","waived_for_sandbox","approved","expired"]},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshotAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesStatus":{"type":"string","enum":["draft","blocked_legal_review","ready","queued","processing","provider_pending","failed","cancelled","succeeded","reconciled","manual_review"]},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesCurrency":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesTotalAmount":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationStatus":{"type":"string","enum":["not_required","pending","matched","mismatch","resolved"]},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptCount":{"type":"number"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAtAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAtAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAtAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshotAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesIdempotencyKey":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetailsAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetailsAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetails":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetailsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetailsAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNoteAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAtAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAtAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAtAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesRevision":{"type":"number"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesCreatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesUpdatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecution":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesOrganizationId"},"executionNumber":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesExecutionNumber"},"settlementPayoutRequestId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementPayoutRequestId"},"settlementRunId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunId"},"settlementEntryIds":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementEntryIds"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierParticipantId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationId"},"payoutAccountId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutAccountId"},"maskedAccount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesMaskedAccount"},"providerKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderKey"},"executionMode":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesExecutionMode"},"legalGateStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateStatus"},"payoutLegalGateId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateId"},"legalGateSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshot"},"approvalReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReference"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesStatus"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesCurrency"},"totalAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesTotalAmount"},"providerBatchId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchId"},"providerPayoutId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutId"},"reconciliationStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationStatus"},"attemptCount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptCount"},"nextRetryAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAt"},"progressJobId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobId"},"partnerIntentId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentId"},"requestSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshot"},"idempotencyKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesIdempotencyKey"},"legalReviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNote"},"failureDetails":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetails"},"manualNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNote"},"approvedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserId"},"approvedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAt"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecutionPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","executionNumber","settlementPayoutRequestId","settlementRunId","settlementEntryIds","carrierParticipantId","carrierOrganizationId","payoutAccountId","maskedAccount","providerKey","executionMode","legalGateStatus","payoutLegalGateId","status","currency","totalAmount","providerBatchId","providerPayoutId","reconciliationStatus","attemptCount","nextRetryAt","progressJobId","partnerIntentId","approvedByUserId","approvedAt","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesProgressJobId":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesOk"},"execution":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesExecution"},"progressJobId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses202ContentApplicationJsonSchemaPropertiesProgressJobId"}},"required":["ok","execution","progressJobId"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdRetryPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsIdGetParameters0Schema":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetParameters1Schema":{"type":"boolean"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesTenantId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesOrganizationId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesExecutionNumber":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementPayoutRequestId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementEntryIdsItems":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementEntryIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementEntryIdsItems"}},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierParticipantId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutAccountId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesMaskedAccount":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderKey":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesExecutionMode":{"type":"string","enum":["manual","mock","sandbox","live"]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateStatus":{"type":"string","enum":["not_required","blocked","waived_for_sandbox","approved","expired"]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshotAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesStatus":{"type":"string","enum":["draft","blocked_legal_review","ready","queued","processing","provider_pending","failed","cancelled","succeeded","reconciled","manual_review"]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCurrency":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesTotalAmount":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationStatus":{"type":"string","enum":["not_required","pending","matched","mismatch","resolved"]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptCount":{"type":"number"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAtAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAtAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAtAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshotAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesIdempotencyKey":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetailsAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetailsAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetails":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetailsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetailsAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNoteAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAtAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAtAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAtAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRevision":{"type":"number"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCreatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesUpdatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesTenantId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesOrganizationId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesPayoutExecutionId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesAttemptNumber":{"type":"number"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesProviderKey":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesStatus":{"type":"string","enum":["queued","sent","accepted","rejected","timeout","provider_failed","cancelled","duplicate_ignored"]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesFailureClassificationAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesFailureClassificationAnyOf1":{"type":"string","enum":["temporary_provider_failure","permanent_provider_rejection","credential_error","legal_gate_blocked","network_timeout","validation_error","unknown"]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesFailureClassification":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesFailureClassificationAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesFailureClassificationAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesFailureCodeAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesFailureCodeAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesFailureCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesFailureCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesFailureCodeAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesProviderStatusAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesProviderStatusAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesProviderStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesProviderStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesProviderStatusAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesProviderPayoutIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesProviderPayoutIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesProviderPayoutId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesProviderPayoutIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesProviderPayoutIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesProviderBatchIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesProviderBatchIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesProviderBatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesProviderBatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesProviderBatchIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesRequestSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesRequestSummaryAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesRequestSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesRequestSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesRequestSummaryAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesResponseSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesResponseSummaryAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesResponseSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesResponseSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesResponseSummaryAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesIdempotencyKey":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesSensitivePayloadAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesSensitivePayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesSensitivePayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesSensitivePayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesSensitivePayloadAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesRetryable":{"type":"boolean"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesStartedAtAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesStartedAtAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesStartedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesStartedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesStartedAtAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesFinishedAtAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesFinishedAtAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesFinishedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesFinishedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesFinishedAtAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesCreatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesUpdatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesOrganizationId"},"payoutExecutionId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesPayoutExecutionId"},"attemptNumber":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesAttemptNumber"},"providerKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesProviderKey"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesStatus"},"failureClassification":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesFailureClassification"},"failureCode":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesFailureCode"},"providerStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesProviderStatus"},"providerPayoutId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesProviderPayoutId"},"providerBatchId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesProviderBatchId"},"requestSummary":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesRequestSummary"},"responseSummary":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesResponseSummary"},"idempotencyKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesIdempotencyKey"},"sensitivePayload":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesSensitivePayload"},"retryable":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesRetryable"},"startedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesStartedAt"},"finishedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesFinishedAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","payoutExecutionId","attemptNumber","providerKey","status","failureClassification","failureCode","providerStatus","providerPayoutId","providerBatchId","requestSummary","responseSummary","retryable","startedAt","finishedAt","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttempts":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptsItems"}},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesTenantId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesOrganizationId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesPayoutExecutionIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesPayoutExecutionIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesPayoutExecutionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesPayoutExecutionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesPayoutExecutionIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesPayoutAttemptIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesPayoutAttemptIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesPayoutAttemptId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesPayoutAttemptIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesPayoutAttemptIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesSourceType":{"type":"string","enum":["provider_webhook","provider_poller","manual_import","api_correction"]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesProviderKey":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesProviderPayoutIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesProviderPayoutIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesProviderPayoutId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesProviderPayoutIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesProviderPayoutIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesProviderBatchIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesProviderBatchIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesProviderBatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesProviderBatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesProviderBatchIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesAmountAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesAmountAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesAmountAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesCurrencyAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesStatus":{"type":"string","enum":["unmatched","matched","amount_mismatch","currency_mismatch","provider_reference_mismatch","manual_review","resolved"]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesRawPayloadHashAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesRawPayloadHashAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesRawPayloadHash":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesRawPayloadHashAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesRawPayloadHashAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesSummaryAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesSummaryAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesIdempotencyKey":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesSensitivePayloadAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesSensitivePayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesSensitivePayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesSensitivePayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesSensitivePayloadAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesResolutionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesResolutionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesResolutionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesResolutionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesResolutionNoteAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesImportedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesImportedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesImportedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesImportedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesImportedByUserIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesMatchedAtAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesMatchedAtAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesMatchedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesMatchedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesMatchedAtAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesResolvedAtAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesResolvedAtAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesResolvedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesResolvedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesResolvedAtAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesCreatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesUpdatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesOrganizationId"},"payoutExecutionId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesPayoutExecutionId"},"payoutAttemptId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesPayoutAttemptId"},"sourceType":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesSourceType"},"providerKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesProviderKey"},"providerPayoutId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesProviderPayoutId"},"providerBatchId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesProviderBatchId"},"amount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesAmount"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesCurrency"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesStatus"},"rawPayloadHash":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesRawPayloadHash"},"summary":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesSummary"},"idempotencyKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesIdempotencyKey"},"sensitivePayload":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesSensitivePayload"},"resolutionNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesResolutionNote"},"importedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesImportedByUserId"},"matchedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesMatchedAt"},"resolvedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesResolvedAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","payoutExecutionId","payoutAttemptId","sourceType","providerKey","providerPayoutId","providerBatchId","amount","currency","status","summary","importedByUserId","matchedAt","resolvedAt","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItemsItems"}},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesTenantId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesOrganizationId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesPayoutExecutionId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesIntentType":{"type":"string","enum":["quickpay","factoring"]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesPartnerKey":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesStatus":{"type":"string","enum":["intent_recorded","partner_reviewing","partner_approved","partner_rejected","exported","cancelled"]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesAdvanceAmountAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesAdvanceAmountAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesAdvanceAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesAdvanceAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesAdvanceAmountAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesFeeAmountAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesFeeAmountAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesFeeAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesFeeAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesFeeAmountAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesFeeCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesFeeCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesFeeCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesFeeCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesFeeCurrencyAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesPartnerReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesPartnerReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesPartnerReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesPartnerReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesPartnerReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesTermsSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesTermsSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesTermsSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesTermsSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesTermsSnapshotAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesSensitiveTermsPayloadAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesSensitiveTermsPayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesSensitiveTermsPayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesSensitiveTermsPayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesSensitiveTermsPayloadAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesReviewNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesCreatedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesCreatedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesCreatedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesCreatedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesCreatedByUserIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesCreatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesUpdatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesOrganizationId"},"payoutExecutionId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesPayoutExecutionId"},"intentType":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesIntentType"},"partnerKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesPartnerKey"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesStatus"},"advanceAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesAdvanceAmount"},"feeAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesFeeAmount"},"feeCurrency":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesFeeCurrency"},"partnerReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesPartnerReference"},"termsSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesTermsSnapshot"},"sensitiveTermsPayload":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesSensitiveTermsPayload"},"reviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesReviewNote"},"createdByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesCreatedByUserId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","payoutExecutionId","intentType","partnerKey","status","advanceAmount","feeAmount","feeCurrency","partnerReference","createdByUserId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntents":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentsItems"}},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecution":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesOrganizationId"},"executionNumber":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesExecutionNumber"},"settlementPayoutRequestId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementPayoutRequestId"},"settlementRunId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunId"},"settlementEntryIds":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementEntryIds"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierParticipantId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationId"},"payoutAccountId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutAccountId"},"maskedAccount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesMaskedAccount"},"providerKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderKey"},"executionMode":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesExecutionMode"},"legalGateStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateStatus"},"payoutLegalGateId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateId"},"legalGateSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshot"},"approvalReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReference"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesStatus"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCurrency"},"totalAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesTotalAmount"},"providerBatchId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchId"},"providerPayoutId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutId"},"reconciliationStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationStatus"},"attemptCount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptCount"},"nextRetryAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAt"},"progressJobId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobId"},"partnerIntentId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentId"},"requestSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshot"},"idempotencyKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesIdempotencyKey"},"legalReviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNote"},"failureDetails":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetails"},"manualNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNote"},"approvedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserId"},"approvedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAt"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesUpdatedAt"},"attempts":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttempts"},"reconciliationItems":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationItems"},"partnerIntents":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntents"}},"required":["id","tenantId","organizationId","executionNumber","settlementPayoutRequestId","settlementRunId","settlementEntryIds","carrierParticipantId","carrierOrganizationId","payoutAccountId","maskedAccount","providerKey","executionMode","legalGateStatus","payoutLegalGateId","status","currency","totalAmount","providerBatchId","providerPayoutId","reconciliationStatus","attemptCount","nextRetryAt","progressJobId","partnerIntentId","approvedByUserId","approvedAt","revision","createdAt","updatedAt","attempts","reconciliationItems","partnerIntents"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesOk"},"execution":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses200ContentApplicationJsonSchemaPropertiesExecution"}},"required":["ok","execution"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsGetParameters0Schema":{"type":"number"},"DocPathsApiFreightPayoutsExecutionsGetParameters1Schema":{"type":"number"},"DocPathsApiFreightPayoutsExecutionsGetParameters2Schema":{"type":"string","maxLength":512},"DocPathsApiFreightPayoutsExecutionsGetParameters3Schema":{"type":"string","maxLength":4000},"DocPathsApiFreightPayoutsExecutionsGetParameters4Schema":{"type":"string","maxLength":200},"DocPathsApiFreightPayoutsExecutionsGetParameters5Schema":{"type":"string","enum":["draft","blocked_legal_review","ready","queued","processing","provider_pending","failed","cancelled","succeeded","reconciled","manual_review"]},"DocPathsApiFreightPayoutsExecutionsGetParameters6Schema":{"type":"string","enum":["not_required","pending","matched","mismatch","resolved"]},"DocPathsApiFreightPayoutsExecutionsGetParameters7Schema":{"type":"string","enum":["not_required","blocked","waived_for_sandbox","approved","expired"]},"DocPathsApiFreightPayoutsExecutionsGetParameters8Schema":{"type":"string","enum":["manual","mock","sandbox","live"]},"DocPathsApiFreightPayoutsExecutionsGetParameters9Schema":{"type":"string","minLength":1,"maxLength":80},"DocPathsApiFreightPayoutsExecutionsGetParameters10Schema":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsGetParameters11Schema":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsGetParameters12Schema":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiFreightPayoutsExecutionsGetParameters13Schema":{"type":"boolean"},"DocPathsApiFreightPayoutsExecutionsGetParameters14Schema":{"type":"string","format":"datetime"},"DocPathsApiFreightPayoutsExecutionsGetParameters15Schema":{"type":"string","format":"datetime"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExecutionNumber":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSettlementPayoutRequestId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSettlementRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSettlementRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSettlementRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSettlementRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSettlementRunIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSettlementEntryIdsItems":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSettlementEntryIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSettlementEntryIdsItems"}},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierParticipantId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutAccountId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaskedAccount":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderKey":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExecutionMode":{"type":"string","enum":["manual","mock","sandbox","live"]},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegalGateStatus":{"type":"string","enum":["not_required","blocked","waived_for_sandbox","approved","expired"]},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutLegalGateIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutLegalGateIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutLegalGateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutLegalGateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutLegalGateIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegalGateSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegalGateSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegalGateSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegalGateSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegalGateSnapshotAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesApprovalReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesApprovalReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesApprovalReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesApprovalReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesApprovalReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string","enum":["draft","blocked_legal_review","ready","queued","processing","provider_pending","failed","cancelled","succeeded","reconciled","manual_review"]},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrency":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalAmount":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderBatchIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderBatchIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderBatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderBatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderBatchIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderPayoutIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderPayoutIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderPayoutId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderPayoutIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderPayoutIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReconciliationStatus":{"type":"string","enum":["not_required","pending","matched","mismatch","resolved"]},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAttemptCount":{"type":"number"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextRetryAtAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextRetryAtAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextRetryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextRetryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextRetryAtAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProgressJobIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProgressJobIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProgressJobId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProgressJobIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProgressJobIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPartnerIntentIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPartnerIntentIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPartnerIntentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPartnerIntentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPartnerIntentIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequestSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequestSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequestSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequestSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequestSnapshotAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdempotencyKey":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegalReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegalReviewNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegalReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegalReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegalReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFailureDetailsAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFailureDetailsAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFailureDetails":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFailureDetailsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFailureDetailsAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesManualNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesManualNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesManualNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesManualNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesManualNoteAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesApprovedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesApprovedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesApprovedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesApprovedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesApprovedByUserIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesApprovedAtAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesApprovedAtAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesApprovedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesApprovedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesApprovedAtAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"executionNumber":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExecutionNumber"},"settlementPayoutRequestId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSettlementPayoutRequestId"},"settlementRunId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSettlementRunId"},"settlementEntryIds":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSettlementEntryIds"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierParticipantId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationId"},"payoutAccountId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutAccountId"},"maskedAccount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaskedAccount"},"providerKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderKey"},"executionMode":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExecutionMode"},"legalGateStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegalGateStatus"},"payoutLegalGateId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutLegalGateId"},"legalGateSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegalGateSnapshot"},"approvalReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesApprovalReference"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrency"},"totalAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalAmount"},"providerBatchId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderBatchId"},"providerPayoutId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderPayoutId"},"reconciliationStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReconciliationStatus"},"attemptCount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAttemptCount"},"nextRetryAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextRetryAt"},"progressJobId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProgressJobId"},"partnerIntentId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPartnerIntentId"},"requestSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequestSnapshot"},"idempotencyKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdempotencyKey"},"legalReviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegalReviewNote"},"failureDetails":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFailureDetails"},"manualNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesManualNote"},"approvedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesApprovedByUserId"},"approvedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesApprovedAt"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","executionNumber","settlementPayoutRequestId","settlementRunId","settlementEntryIds","carrierParticipantId","carrierOrganizationId","payoutAccountId","maskedAccount","providerKey","executionMode","legalGateStatus","payoutLegalGateId","status","currency","totalAmount","providerBatchId","providerPayoutId","reconciliationStatus","attemptCount","nextRetryAt","progressJobId","partnerIntentId","approvedByUserId","approvedAt","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesPageInfoPropertiesHasNextPage":{"type":"boolean"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesPageInfoPropertiesEndCursor":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesPageInfo":{"type":"object","properties":{"hasNextPage":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesPageInfoPropertiesHasNextPage"},"endCursor":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesPageInfoPropertiesEndCursor"}},"required":["hasNextPage"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"page":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"total":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"pageInfo":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses200ContentApplicationJsonSchemaPropertiesPageInfo"}},"required":["items","page","pageSize","total","totalPages","pageInfo"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsPostRequestBodyContentApplicationJsonSchemaPropertiesSettlementPayoutRequestId":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsPostRequestBodyContentApplicationJsonSchemaPropertiesProviderKeyAllOf0":{"type":"string","minLength":1,"maxLength":80},"DocPathsApiFreightPayoutsExecutionsPostRequestBodyContentApplicationJsonSchemaPropertiesProviderKey":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostRequestBodyContentApplicationJsonSchemaPropertiesProviderKeyAllOf0"}],"default":"manual"},"DocPathsApiFreightPayoutsExecutionsPostRequestBodyContentApplicationJsonSchemaPropertiesExecutionModeAllOf0":{"type":"string","enum":["manual","mock","sandbox","live"]},"DocPathsApiFreightPayoutsExecutionsPostRequestBodyContentApplicationJsonSchemaPropertiesExecutionMode":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostRequestBodyContentApplicationJsonSchemaPropertiesExecutionModeAllOf0"}],"default":"manual"},"DocPathsApiFreightPayoutsExecutionsPostRequestBodyContentApplicationJsonSchemaPropertiesLegalReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsPostRequestBodyContentApplicationJsonSchemaPropertiesLegalReviewNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightPayoutsExecutionsPostRequestBodyContentApplicationJsonSchemaPropertiesLegalReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostRequestBodyContentApplicationJsonSchemaPropertiesLegalReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostRequestBodyContentApplicationJsonSchemaPropertiesLegalReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsPostRequestBodyContentApplicationJsonSchemaPropertiesManualNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsPostRequestBodyContentApplicationJsonSchemaPropertiesManualNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightPayoutsExecutionsPostRequestBodyContentApplicationJsonSchemaPropertiesManualNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostRequestBodyContentApplicationJsonSchemaPropertiesManualNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostRequestBodyContentApplicationJsonSchemaPropertiesManualNoteAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"settlementPayoutRequestId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostRequestBodyContentApplicationJsonSchemaPropertiesSettlementPayoutRequestId"},"providerKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostRequestBodyContentApplicationJsonSchemaPropertiesProviderKey"},"executionMode":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostRequestBodyContentApplicationJsonSchemaPropertiesExecutionMode"},"legalReviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostRequestBodyContentApplicationJsonSchemaPropertiesLegalReviewNote"},"manualNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostRequestBodyContentApplicationJsonSchemaPropertiesManualNote"}},"required":["settlementPayoutRequestId"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesTenantId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesOrganizationId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesExecutionNumber":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementPayoutRequestId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementEntryIdsItems":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementEntryIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementEntryIdsItems"}},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierParticipantId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutAccountId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesMaskedAccount":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderKey":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesExecutionMode":{"type":"string","enum":["manual","mock","sandbox","live"]},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateStatus":{"type":"string","enum":["not_required","blocked","waived_for_sandbox","approved","expired"]},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshotAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesStatus":{"type":"string","enum":["draft","blocked_legal_review","ready","queued","processing","provider_pending","failed","cancelled","succeeded","reconciled","manual_review"]},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesCurrency":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesTotalAmount":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationStatus":{"type":"string","enum":["not_required","pending","matched","mismatch","resolved"]},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptCount":{"type":"number"},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAtAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAtAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAtAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshotAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesIdempotencyKey":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetailsAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetailsAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetails":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetailsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetailsAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNoteAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserIdAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAtAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAtAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAtAnyOf1"}]},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesRevision":{"type":"number"},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesCreatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesUpdatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecution":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesOrganizationId"},"executionNumber":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesExecutionNumber"},"settlementPayoutRequestId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementPayoutRequestId"},"settlementRunId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunId"},"settlementEntryIds":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementEntryIds"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierParticipantId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationId"},"payoutAccountId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutAccountId"},"maskedAccount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesMaskedAccount"},"providerKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderKey"},"executionMode":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesExecutionMode"},"legalGateStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateStatus"},"payoutLegalGateId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateId"},"legalGateSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshot"},"approvalReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReference"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesStatus"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesCurrency"},"totalAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesTotalAmount"},"providerBatchId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchId"},"providerPayoutId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutId"},"reconciliationStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationStatus"},"attemptCount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptCount"},"nextRetryAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAt"},"progressJobId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobId"},"partnerIntentId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentId"},"requestSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshot"},"idempotencyKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesIdempotencyKey"},"legalReviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNote"},"failureDetails":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetails"},"manualNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNote"},"approvedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserId"},"approvedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAt"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecutionPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","executionNumber","settlementPayoutRequestId","settlementRunId","settlementEntryIds","carrierParticipantId","carrierOrganizationId","payoutAccountId","maskedAccount","providerKey","executionMode","legalGateStatus","payoutLegalGateId","status","currency","totalAmount","providerBatchId","providerPayoutId","reconciliationStatus","attemptCount","nextRetryAt","progressJobId","partnerIntentId","approvedByUserId","approvedAt","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesOk"},"execution":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses201ContentApplicationJsonSchemaPropertiesExecution"}},"required":["ok","execution"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsExecutionsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsExecutionsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsExecutionsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostParameters0Schema":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesLegalApprovalReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesLegalApprovalReferenceAnyOf1":{"type":"string","maxLength":200},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesLegalApprovalReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesLegalApprovalReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesLegalApprovalReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesFinancialApprovalReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesFinancialApprovalReferenceAnyOf1":{"type":"string","maxLength":200},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesFinancialApprovalReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesFinancialApprovalReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesFinancialApprovalReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesProviderApprovalReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesProviderApprovalReferenceAnyOf1":{"type":"string","maxLength":200},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesProviderApprovalReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesProviderApprovalReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesProviderApprovalReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesLegalReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesLegalReviewNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesLegalReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesLegalReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesLegalReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesFinancialReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesFinancialReviewNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesFinancialReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesFinancialReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesFinancialReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesProviderReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesProviderReviewNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesProviderReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesProviderReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesProviderReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesValidFromAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesValidFromAnyOf1":{"type":"string","format":"datetime"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesValidFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesValidFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesValidFromAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesValidUntilAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesValidUntilAnyOf1":{"type":"string","format":"datetime"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesValidUntil":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesValidUntilAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesValidUntilAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision":{"type":"number"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"legalApprovalReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesLegalApprovalReference"},"financialApprovalReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesFinancialApprovalReference"},"providerApprovalReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesProviderApprovalReference"},"legalReviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesLegalReviewNote"},"financialReviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesFinancialReviewNote"},"providerReviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesProviderReviewNote"},"validFrom":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesValidFrom"},"validUntil":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesValidUntil"},"expectedRevision":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision"}},"additionalProperties":false},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesTenantId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesOrganizationId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesGateNumber":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderKey":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationIdAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesCurrency":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesStatus":{"type":"string","enum":["blocked","sandbox_allowed","approved","suspended","expired"]},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewStatus":{"type":"string","enum":["pending","approved","rejected","waived"]},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewStatus":{"type":"string","enum":["pending","approved","rejected","waived"]},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewStatus":{"type":"string","enum":["pending","approved","rejected","waived"]},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalApprovalReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalApprovalReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalApprovalReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalApprovalReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalApprovalReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialApprovalReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialApprovalReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialApprovalReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialApprovalReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialApprovalReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderApprovalReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderApprovalReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderApprovalReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderApprovalReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderApprovalReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesSuspensionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesSuspensionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesSuspensionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesSuspensionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesSuspensionNoteAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedByUserIdAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedAtAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedAtAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedAtAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidFromAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidFromAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidFromAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidUntilAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidUntilAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidUntil":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidUntilAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidUntilAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationStateSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationStateSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationStateSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationStateSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationStateSnapshotAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIsActive":{"type":"boolean"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesRevision":{"type":"number"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesCreatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesUpdatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGate":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesOrganizationId"},"gateNumber":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesGateNumber"},"providerKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderKey"},"integrationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationId"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesCurrency"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesStatus"},"legalReviewStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewStatus"},"financialReviewStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewStatus"},"providerReviewStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewStatus"},"legalApprovalReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalApprovalReference"},"financialApprovalReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialApprovalReference"},"providerApprovalReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderApprovalReference"},"legalReviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewNote"},"financialReviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewNote"},"providerReviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewNote"},"suspensionNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesSuspensionNote"},"approvedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedByUserId"},"approvedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedAt"},"validFrom":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidFrom"},"validUntil":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidUntil"},"integrationStateSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationStateSnapshot"},"isActive":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIsActive"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","gateNumber","providerKey","integrationId","currency","status","legalReviewStatus","financialReviewStatus","providerReviewStatus","approvedByUserId","approvedAt","validFrom","validUntil","isActive","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesOk"},"legalGate":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses200ContentApplicationJsonSchemaPropertiesLegalGate"}},"required":["ok","legalGate"],"additionalProperties":false},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdApprovePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostParameters0Schema":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostRequestBodyContentApplicationJsonSchemaPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision":{"type":"number"},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"note":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostRequestBodyContentApplicationJsonSchemaPropertiesNote"},"expectedRevision":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision"}},"additionalProperties":false},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesTenantId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesOrganizationId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesGateNumber":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderKey":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationIdAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesCurrency":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesStatus":{"type":"string","enum":["blocked","sandbox_allowed","approved","suspended","expired"]},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewStatus":{"type":"string","enum":["pending","approved","rejected","waived"]},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewStatus":{"type":"string","enum":["pending","approved","rejected","waived"]},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewStatus":{"type":"string","enum":["pending","approved","rejected","waived"]},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalApprovalReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalApprovalReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalApprovalReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalApprovalReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalApprovalReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialApprovalReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialApprovalReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialApprovalReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialApprovalReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialApprovalReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderApprovalReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderApprovalReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderApprovalReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderApprovalReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderApprovalReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesSuspensionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesSuspensionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesSuspensionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesSuspensionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesSuspensionNoteAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedByUserIdAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedAtAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedAtAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedAtAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidFromAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidFromAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidFromAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidUntilAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidUntilAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidUntil":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidUntilAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidUntilAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationStateSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationStateSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationStateSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationStateSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationStateSnapshotAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIsActive":{"type":"boolean"},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesRevision":{"type":"number"},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesCreatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesUpdatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGate":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesOrganizationId"},"gateNumber":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesGateNumber"},"providerKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderKey"},"integrationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationId"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesCurrency"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesStatus"},"legalReviewStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewStatus"},"financialReviewStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewStatus"},"providerReviewStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewStatus"},"legalApprovalReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalApprovalReference"},"financialApprovalReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialApprovalReference"},"providerApprovalReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderApprovalReference"},"legalReviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewNote"},"financialReviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewNote"},"providerReviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewNote"},"suspensionNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesSuspensionNote"},"approvedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedByUserId"},"approvedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedAt"},"validFrom":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidFrom"},"validUntil":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidUntil"},"integrationStateSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationStateSnapshot"},"isActive":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIsActive"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","gateNumber","providerKey","integrationId","currency","status","legalReviewStatus","financialReviewStatus","providerReviewStatus","approvedByUserId","approvedAt","validFrom","validUntil","isActive","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"legalGate":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses200ContentApplicationJsonSchemaPropertiesLegalGate"}},"required":["ok","legalGate"],"additionalProperties":false},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdReopenPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsLegalGatesIdGetParameters0Schema":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdGetParameters1Schema":{"type":"boolean"},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesTenantId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesOrganizationId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesGateNumber":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderKey":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationIdAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesCurrency":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesStatus":{"type":"string","enum":["blocked","sandbox_allowed","approved","suspended","expired"]},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewStatus":{"type":"string","enum":["pending","approved","rejected","waived"]},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewStatus":{"type":"string","enum":["pending","approved","rejected","waived"]},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewStatus":{"type":"string","enum":["pending","approved","rejected","waived"]},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalApprovalReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalApprovalReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalApprovalReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalApprovalReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalApprovalReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialApprovalReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialApprovalReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialApprovalReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialApprovalReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialApprovalReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderApprovalReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderApprovalReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderApprovalReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderApprovalReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderApprovalReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesSuspensionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesSuspensionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesSuspensionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesSuspensionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesSuspensionNoteAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedByUserIdAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedAtAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedAtAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedAtAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidFromAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidFromAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidFromAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidUntilAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidUntilAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidUntil":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidUntilAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidUntilAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationStateSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationStateSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationStateSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationStateSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationStateSnapshotAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIsActive":{"type":"boolean"},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesRevision":{"type":"number"},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesCreatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesUpdatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGate":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesOrganizationId"},"gateNumber":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesGateNumber"},"providerKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderKey"},"integrationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationId"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesCurrency"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesStatus"},"legalReviewStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewStatus"},"financialReviewStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewStatus"},"providerReviewStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewStatus"},"legalApprovalReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalApprovalReference"},"financialApprovalReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialApprovalReference"},"providerApprovalReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderApprovalReference"},"legalReviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewNote"},"financialReviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewNote"},"providerReviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewNote"},"suspensionNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesSuspensionNote"},"approvedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedByUserId"},"approvedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedAt"},"validFrom":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidFrom"},"validUntil":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidUntil"},"integrationStateSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationStateSnapshot"},"isActive":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIsActive"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","gateNumber","providerKey","integrationId","currency","status","legalReviewStatus","financialReviewStatus","providerReviewStatus","approvedByUserId","approvedAt","validFrom","validUntil","isActive","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesOk"},"legalGate":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegalGate"}},"required":["ok","legalGate"],"additionalProperties":false},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostParameters0Schema":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostRequestBodyContentApplicationJsonSchemaPropertiesNote":{"type":"string","minLength":1,"maxLength":2000},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision":{"type":"number"},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"note":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostRequestBodyContentApplicationJsonSchemaPropertiesNote"},"expectedRevision":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision"}},"required":["note"],"additionalProperties":false},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesTenantId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesOrganizationId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesGateNumber":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderKey":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationIdAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesCurrency":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesStatus":{"type":"string","enum":["blocked","sandbox_allowed","approved","suspended","expired"]},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewStatus":{"type":"string","enum":["pending","approved","rejected","waived"]},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewStatus":{"type":"string","enum":["pending","approved","rejected","waived"]},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewStatus":{"type":"string","enum":["pending","approved","rejected","waived"]},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalApprovalReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalApprovalReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalApprovalReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalApprovalReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalApprovalReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialApprovalReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialApprovalReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialApprovalReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialApprovalReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialApprovalReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderApprovalReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderApprovalReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderApprovalReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderApprovalReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderApprovalReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesSuspensionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesSuspensionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesSuspensionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesSuspensionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesSuspensionNoteAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedByUserIdAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedAtAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedAtAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedAtAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidFromAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidFromAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidFromAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidUntilAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidUntilAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidUntil":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidUntilAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidUntilAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationStateSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationStateSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationStateSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationStateSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationStateSnapshotAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIsActive":{"type":"boolean"},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesRevision":{"type":"number"},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesCreatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesUpdatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGate":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesOrganizationId"},"gateNumber":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesGateNumber"},"providerKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderKey"},"integrationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationId"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesCurrency"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesStatus"},"legalReviewStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewStatus"},"financialReviewStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewStatus"},"providerReviewStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewStatus"},"legalApprovalReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalApprovalReference"},"financialApprovalReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialApprovalReference"},"providerApprovalReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderApprovalReference"},"legalReviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewNote"},"financialReviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewNote"},"providerReviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewNote"},"suspensionNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesSuspensionNote"},"approvedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedByUserId"},"approvedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedAt"},"validFrom":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidFrom"},"validUntil":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidUntil"},"integrationStateSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationStateSnapshot"},"isActive":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIsActive"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","gateNumber","providerKey","integrationId","currency","status","legalReviewStatus","financialReviewStatus","providerReviewStatus","approvedByUserId","approvedAt","validFrom","validUntil","isActive","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"legalGate":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses200ContentApplicationJsonSchemaPropertiesLegalGate"}},"required":["ok","legalGate"],"additionalProperties":false},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesIdSuspendPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsLegalGatesGetParameters0Schema":{"type":"number"},"DocPathsApiFreightPayoutsLegalGatesGetParameters1Schema":{"type":"number"},"DocPathsApiFreightPayoutsLegalGatesGetParameters2Schema":{"type":"string","maxLength":512},"DocPathsApiFreightPayoutsLegalGatesGetParameters3Schema":{"type":"string","maxLength":4000},"DocPathsApiFreightPayoutsLegalGatesGetParameters4Schema":{"type":"string","maxLength":200},"DocPathsApiFreightPayoutsLegalGatesGetParameters5Schema":{"type":"string","minLength":1,"maxLength":80},"DocPathsApiFreightPayoutsLegalGatesGetParameters6Schema":{"type":"string","pattern":"^([A-Z]{3}|\\*)$"},"DocPathsApiFreightPayoutsLegalGatesGetParameters7Schema":{"type":"string","enum":["blocked","sandbox_allowed","approved","suspended","expired"]},"DocPathsApiFreightPayoutsLegalGatesGetParameters8Schema":{"type":"boolean"},"DocPathsApiFreightPayoutsLegalGatesGetParameters9Schema":{"type":"boolean"},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGateNumber":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderKey":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntegrationIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntegrationIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntegrationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntegrationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntegrationIdAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrency":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string","enum":["blocked","sandbox_allowed","approved","suspended","expired"]},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegalReviewStatus":{"type":"string","enum":["pending","approved","rejected","waived"]},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFinancialReviewStatus":{"type":"string","enum":["pending","approved","rejected","waived"]},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderReviewStatus":{"type":"string","enum":["pending","approved","rejected","waived"]},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegalApprovalReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegalApprovalReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegalApprovalReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegalApprovalReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegalApprovalReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFinancialApprovalReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFinancialApprovalReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFinancialApprovalReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFinancialApprovalReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFinancialApprovalReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderApprovalReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderApprovalReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderApprovalReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderApprovalReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderApprovalReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegalReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegalReviewNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegalReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegalReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegalReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFinancialReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFinancialReviewNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFinancialReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFinancialReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFinancialReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderReviewNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSuspensionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSuspensionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSuspensionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSuspensionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSuspensionNoteAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesApprovedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesApprovedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesApprovedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesApprovedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesApprovedByUserIdAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesApprovedAtAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesApprovedAtAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesApprovedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesApprovedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesApprovedAtAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFromAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFromAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFromAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidUntilAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidUntilAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidUntil":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidUntilAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidUntilAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntegrationStateSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntegrationStateSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntegrationStateSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntegrationStateSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntegrationStateSnapshotAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRevision":{"type":"number"},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"gateNumber":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGateNumber"},"providerKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderKey"},"integrationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntegrationId"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrency"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"legalReviewStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegalReviewStatus"},"financialReviewStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFinancialReviewStatus"},"providerReviewStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderReviewStatus"},"legalApprovalReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegalApprovalReference"},"financialApprovalReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFinancialApprovalReference"},"providerApprovalReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderApprovalReference"},"legalReviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegalReviewNote"},"financialReviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFinancialReviewNote"},"providerReviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderReviewNote"},"suspensionNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSuspensionNote"},"approvedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesApprovedByUserId"},"approvedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesApprovedAt"},"validFrom":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFrom"},"validUntil":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidUntil"},"integrationStateSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntegrationStateSnapshot"},"isActive":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","gateNumber","providerKey","integrationId","currency","status","legalReviewStatus","financialReviewStatus","providerReviewStatus","approvedByUserId","approvedAt","validFrom","validUntil","isActive","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesPageInfoPropertiesHasNextPage":{"type":"boolean"},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesPageInfoPropertiesEndCursor":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesPageInfo":{"type":"object","properties":{"hasNextPage":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesPageInfoPropertiesHasNextPage"},"endCursor":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesPageInfoPropertiesEndCursor"}},"required":["hasNextPage"],"additionalProperties":false},"DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"page":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"total":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"pageInfo":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses200ContentApplicationJsonSchemaPropertiesPageInfo"}},"required":["items","page","pageSize","total","totalPages","pageInfo"],"additionalProperties":false},"DocPathsApiFreightPayoutsLegalGatesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsLegalGatesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesProviderKey":{"type":"string","minLength":1,"maxLength":80},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf1":{"type":"string","maxLength":120},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesIntegrationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesIntegrationIdAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesCurrencyAllOf0":{"type":"string","pattern":"^([A-Z]{3}|\\*)$"},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesCurrency":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesCurrencyAllOf0"}],"default":"*"},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesStatusAllOf0":{"type":"string","enum":["blocked","sandbox_allowed","approved","suspended","expired"]},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesStatus":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesStatusAllOf0"}],"default":"blocked"},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesLegalReviewStatusAllOf0":{"type":"string","enum":["pending","approved","rejected","waived"]},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesLegalReviewStatus":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesLegalReviewStatusAllOf0"}],"default":"pending"},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesFinancialReviewStatusAllOf0":{"type":"string","enum":["pending","approved","rejected","waived"]},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesFinancialReviewStatus":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesFinancialReviewStatusAllOf0"}],"default":"pending"},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesProviderReviewStatusAllOf0":{"type":"string","enum":["pending","approved","rejected","waived"]},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesProviderReviewStatus":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesProviderReviewStatusAllOf0"}],"default":"pending"},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesLegalApprovalReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesLegalApprovalReferenceAnyOf1":{"type":"string","maxLength":200},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesLegalApprovalReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesLegalApprovalReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesLegalApprovalReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesFinancialApprovalReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesFinancialApprovalReferenceAnyOf1":{"type":"string","maxLength":200},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesFinancialApprovalReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesFinancialApprovalReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesFinancialApprovalReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesProviderApprovalReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesProviderApprovalReferenceAnyOf1":{"type":"string","maxLength":200},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesProviderApprovalReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesProviderApprovalReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesProviderApprovalReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesLegalReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesLegalReviewNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesLegalReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesLegalReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesLegalReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesFinancialReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesFinancialReviewNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesFinancialReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesFinancialReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesFinancialReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesProviderReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesProviderReviewNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesProviderReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesProviderReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesProviderReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesSuspensionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesSuspensionNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesSuspensionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesSuspensionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesSuspensionNoteAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesValidFromAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesValidFromAnyOf1":{"type":"string","format":"datetime"},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesValidFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesValidFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesValidFromAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesValidUntilAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesValidUntilAnyOf1":{"type":"string","format":"datetime"},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesValidUntil":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesValidUntilAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesValidUntilAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesIntegrationStateSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesIntegrationStateSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesIntegrationStateSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesIntegrationStateSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesIntegrationStateSnapshotAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision":{"type":"number"},"DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"providerKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesProviderKey"},"integrationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesIntegrationId"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesCurrency"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesStatus"},"legalReviewStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesLegalReviewStatus"},"financialReviewStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesFinancialReviewStatus"},"providerReviewStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesProviderReviewStatus"},"legalApprovalReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesLegalApprovalReference"},"financialApprovalReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesFinancialApprovalReference"},"providerApprovalReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesProviderApprovalReference"},"legalReviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesLegalReviewNote"},"financialReviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesFinancialReviewNote"},"providerReviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesProviderReviewNote"},"suspensionNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesSuspensionNote"},"validFrom":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesValidFrom"},"validUntil":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesValidUntil"},"integrationStateSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesIntegrationStateSnapshot"},"expectedRevision":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutRequestBodyContentApplicationJsonSchemaPropertiesExpectedRevision"}},"required":["providerKey"],"additionalProperties":false},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesTenantId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesOrganizationId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesGateNumber":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderKey":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationIdAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesCurrency":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesStatus":{"type":"string","enum":["blocked","sandbox_allowed","approved","suspended","expired"]},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewStatus":{"type":"string","enum":["pending","approved","rejected","waived"]},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewStatus":{"type":"string","enum":["pending","approved","rejected","waived"]},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewStatus":{"type":"string","enum":["pending","approved","rejected","waived"]},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalApprovalReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalApprovalReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalApprovalReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalApprovalReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalApprovalReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialApprovalReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialApprovalReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialApprovalReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialApprovalReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialApprovalReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderApprovalReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderApprovalReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderApprovalReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderApprovalReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderApprovalReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesSuspensionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesSuspensionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesSuspensionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesSuspensionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesSuspensionNoteAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedByUserIdAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedAtAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedAtAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedAtAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidFromAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidFromAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidFromAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidUntilAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidUntilAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidUntil":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidUntilAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidUntilAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationStateSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationStateSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationStateSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationStateSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationStateSnapshotAnyOf1"}]},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIsActive":{"type":"boolean"},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesRevision":{"type":"number"},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesCreatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesUpdatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGate":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesOrganizationId"},"gateNumber":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesGateNumber"},"providerKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderKey"},"integrationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationId"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesCurrency"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesStatus"},"legalReviewStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewStatus"},"financialReviewStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewStatus"},"providerReviewStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewStatus"},"legalApprovalReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalApprovalReference"},"financialApprovalReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialApprovalReference"},"providerApprovalReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderApprovalReference"},"legalReviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesLegalReviewNote"},"financialReviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesFinancialReviewNote"},"providerReviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesProviderReviewNote"},"suspensionNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesSuspensionNote"},"approvedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedByUserId"},"approvedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesApprovedAt"},"validFrom":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidFrom"},"validUntil":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesValidUntil"},"integrationStateSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIntegrationStateSnapshot"},"isActive":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesIsActive"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGatePropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","gateNumber","providerKey","integrationId","currency","status","legalReviewStatus","financialReviewStatus","providerReviewStatus","approvedByUserId","approvedAt","validFrom","validUntil","isActive","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesOk"},"legalGate":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses200ContentApplicationJsonSchemaPropertiesLegalGate"}},"required":["ok","legalGate"],"additionalProperties":false},"DocPathsApiFreightPayoutsLegalGatesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsLegalGatesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsLegalGatesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsLegalGatesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostParameters0Schema":{"type":"string"},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1"}]},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"note":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesNote"}},"additionalProperties":false},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesTenantId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesOrganizationId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesPayoutExecutionId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesIntentType":{"type":"string","enum":["quickpay","factoring"]},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesPartnerKey":{"type":"string"},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesStatus":{"type":"string","enum":["intent_recorded","partner_reviewing","partner_approved","partner_rejected","exported","cancelled"]},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesAdvanceAmountAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesAdvanceAmountAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesAdvanceAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesAdvanceAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesAdvanceAmountAnyOf1"}]},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesFeeAmountAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesFeeAmountAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesFeeAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesFeeAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesFeeAmountAnyOf1"}]},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesFeeCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesFeeCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesFeeCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesFeeCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesFeeCurrencyAnyOf1"}]},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesPartnerReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesPartnerReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesPartnerReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesPartnerReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesPartnerReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesTermsSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesTermsSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesTermsSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesTermsSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesTermsSnapshotAnyOf1"}]},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesSensitiveTermsPayloadAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesSensitiveTermsPayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesSensitiveTermsPayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesSensitiveTermsPayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesSensitiveTermsPayloadAnyOf1"}]},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesReviewNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesCreatedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesCreatedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesCreatedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesCreatedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesCreatedByUserIdAnyOf1"}]},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesCreatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesUpdatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntent":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesOrganizationId"},"payoutExecutionId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesPayoutExecutionId"},"intentType":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesIntentType"},"partnerKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesPartnerKey"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesStatus"},"advanceAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesAdvanceAmount"},"feeAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesFeeAmount"},"feeCurrency":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesFeeCurrency"},"partnerReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesPartnerReference"},"termsSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesTermsSnapshot"},"sensitiveTermsPayload":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesSensitiveTermsPayload"},"reviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesReviewNote"},"createdByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesCreatedByUserId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntentPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","payoutExecutionId","intentType","partnerKey","status","advanceAmount","feeAmount","feeCurrency","partnerReference","createdByUserId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"partnerIntent":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesPartnerIntent"}},"required":["ok","partnerIntent"],"additionalProperties":false},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsIdCancelPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsPartnerIntentsGetParameters0Schema":{"type":"number"},"DocPathsApiFreightPayoutsPartnerIntentsGetParameters1Schema":{"type":"number"},"DocPathsApiFreightPayoutsPartnerIntentsGetParameters2Schema":{"type":"string","maxLength":512},"DocPathsApiFreightPayoutsPartnerIntentsGetParameters3Schema":{"type":"string","maxLength":4000},"DocPathsApiFreightPayoutsPartnerIntentsGetParameters4Schema":{"type":"string","maxLength":200},"DocPathsApiFreightPayoutsPartnerIntentsGetParameters5Schema":{"type":"string"},"DocPathsApiFreightPayoutsPartnerIntentsGetParameters6Schema":{"type":"string","enum":["quickpay","factoring"]},"DocPathsApiFreightPayoutsPartnerIntentsGetParameters7Schema":{"type":"string","enum":["intent_recorded","partner_reviewing","partner_approved","partner_rejected","exported","cancelled"]},"DocPathsApiFreightPayoutsPartnerIntentsGetParameters8Schema":{"type":"string","minLength":1,"maxLength":80},"DocPathsApiFreightPayoutsPartnerIntentsGetParameters9Schema":{"type":"boolean"},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutExecutionId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntentType":{"type":"string","enum":["quickpay","factoring"]},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPartnerKey":{"type":"string"},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string","enum":["intent_recorded","partner_reviewing","partner_approved","partner_rejected","exported","cancelled"]},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAdvanceAmountAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAdvanceAmountAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAdvanceAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAdvanceAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAdvanceAmountAnyOf1"}]},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFeeAmountAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFeeAmountAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFeeAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFeeAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFeeAmountAnyOf1"}]},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFeeCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFeeCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFeeCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFeeCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFeeCurrencyAnyOf1"}]},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPartnerReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPartnerReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPartnerReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPartnerReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPartnerReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTermsSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTermsSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTermsSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTermsSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTermsSnapshotAnyOf1"}]},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSensitiveTermsPayloadAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSensitiveTermsPayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSensitiveTermsPayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSensitiveTermsPayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSensitiveTermsPayloadAnyOf1"}]},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReviewNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedByUserIdAnyOf1"}]},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"payoutExecutionId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutExecutionId"},"intentType":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntentType"},"partnerKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPartnerKey"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"advanceAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAdvanceAmount"},"feeAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFeeAmount"},"feeCurrency":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFeeCurrency"},"partnerReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPartnerReference"},"termsSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTermsSnapshot"},"sensitiveTermsPayload":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSensitiveTermsPayload"},"reviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReviewNote"},"createdByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedByUserId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","payoutExecutionId","intentType","partnerKey","status","advanceAmount","feeAmount","feeCurrency","partnerReference","createdByUserId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesPageInfoPropertiesHasNextPage":{"type":"boolean"},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesPageInfoPropertiesEndCursor":{"type":"string"},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesPageInfo":{"type":"object","properties":{"hasNextPage":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesPageInfoPropertiesHasNextPage"},"endCursor":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesPageInfoPropertiesEndCursor"}},"required":["hasNextPage"],"additionalProperties":false},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"page":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"total":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"pageInfo":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses200ContentApplicationJsonSchemaPropertiesPageInfo"}},"required":["items","page","pageSize","total","totalPages","pageInfo"],"additionalProperties":false},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsPartnerIntentsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsPartnerIntentsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsProvidersGetParameters0Schema":{"type":"string","minLength":1,"maxLength":80},"DocPathsApiFreightPayoutsProvidersGetParameters1Schema":{"type":"string","enum":["manual","mock","sandbox","live"]},"DocPathsApiFreightPayoutsProvidersGetParameters2Schema":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesProviderKey":{"type":"string"},"DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesLabel":{"type":"string"},"DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesConfiguredAdapter":{"type":"boolean"},"DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesFieldsItemsPropertiesKey":{"type":"string"},"DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesFieldsItemsPropertiesLabel":{"type":"string"},"DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesFieldsItemsPropertiesType":{"type":"string","enum":["text","number","select","multiselect","boolean","textarea","secret","url"]},"DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesFieldsItemsPropertiesDescription":{"type":"string"},"DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesFieldsItemsPropertiesRequired":{"type":"boolean"},"DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesFieldsItemsPropertiesOptionsItemsPropertiesValue":{"type":"string"},"DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesFieldsItemsPropertiesOptionsItemsPropertiesLabel":{"type":"string"},"DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesFieldsItemsPropertiesOptionsItems":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesFieldsItemsPropertiesOptionsItemsPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesFieldsItemsPropertiesOptionsItemsPropertiesLabel"}},"required":["value","label"],"additionalProperties":false},"DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesFieldsItemsPropertiesOptions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesFieldsItemsPropertiesOptionsItems"}},"DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesFieldsItems":{"type":"object","properties":{"key":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesFieldsItemsPropertiesKey"},"label":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesFieldsItemsPropertiesLabel"},"type":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesFieldsItemsPropertiesType"},"description":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesFieldsItemsPropertiesDescription"},"required":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesFieldsItemsPropertiesRequired"},"options":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesFieldsItemsPropertiesOptions"}},"required":["key","label","type"],"additionalProperties":false},"DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesFields":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesFieldsItems"}},"DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesSupportedCurrenciesOneOf0":{"type":"string","enum":["*"]},"DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesSupportedCurrenciesOneOf1Items":{"type":"string"},"DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesSupportedCurrenciesOneOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesSupportedCurrenciesOneOf1Items"}},"DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesSupportedCurrencies":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesSupportedCurrenciesOneOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesSupportedCurrenciesOneOf1"}]},"DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesSupportedExecutionModesItemsPropertiesValue":{"type":"string"},"DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesSupportedExecutionModesItemsPropertiesLabel":{"type":"string"},"DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesSupportedExecutionModesItems":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesSupportedExecutionModesItemsPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesSupportedExecutionModesItemsPropertiesLabel"}},"required":["value","label"],"additionalProperties":false},"DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesSupportedExecutionModes":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesSupportedExecutionModesItems"}},"DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesApiVersionsItemsPropertiesValue":{"type":"string"},"DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesApiVersionsItemsPropertiesLabel":{"type":"string"},"DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesApiVersionsItemsPropertiesSupportsPayouts":{"type":"boolean"},"DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesApiVersionsItems":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesApiVersionsItemsPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesApiVersionsItemsPropertiesLabel"},"supportsPayouts":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesApiVersionsItemsPropertiesSupportsPayouts"}},"required":["value","label"],"additionalProperties":false},"DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesApiVersions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesApiVersionsItems"}},"DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1":{"type":"object","properties":{"fields":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesFields"},"supportedCurrencies":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesSupportedCurrencies"},"supportedExecutionModes":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesSupportedExecutionModes"},"apiVersions":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1PropertiesApiVersions"}},"additionalProperties":false},"DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfig":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfigAnyOf1"}]},"DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItems":{"type":"object","properties":{"providerKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesProviderKey"},"label":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesLabel"},"configuredAdapter":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesConfiguredAdapter"},"payoutConfig":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayoutConfig"}},"required":["providerKey","label","configuredAdapter","payoutConfig"],"additionalProperties":false},"DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesData":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesDataItems"}},"DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetResponses200ContentApplicationJsonSchemaPropertiesData"}},"required":["data"],"additionalProperties":false},"DocPathsApiFreightPayoutsProvidersGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsProvidersGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsProvidersGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsProvidersGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsProvidersGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsReconciliationIdResolvePostParameters0Schema":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostRequestBodyContentApplicationJsonSchemaPropertiesResolution":{"type":"string","enum":["matched","accepted_mismatch","ignored","manual_correction"]},"DocPathsApiFreightPayoutsReconciliationIdResolvePostRequestBodyContentApplicationJsonSchemaPropertiesNote":{"type":"string","minLength":1,"maxLength":2000},"DocPathsApiFreightPayoutsReconciliationIdResolvePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"resolution":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostRequestBodyContentApplicationJsonSchemaPropertiesResolution"},"note":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostRequestBodyContentApplicationJsonSchemaPropertiesNote"}},"required":["resolution","note"],"additionalProperties":false},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTenantId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOrganizationId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutExecutionIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutExecutionIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutExecutionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutExecutionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutExecutionIdAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutAttemptIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutAttemptIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutAttemptId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutAttemptIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutAttemptIdAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceType":{"type":"string","enum":["provider_webhook","provider_poller","manual_import","api_correction"]},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesProviderKey":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesProviderPayoutIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesProviderPayoutIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesProviderPayoutId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesProviderPayoutIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesProviderPayoutIdAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesProviderBatchIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesProviderBatchIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesProviderBatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesProviderBatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesProviderBatchIdAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAmountAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAmountAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAmountAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrencyAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesStatus":{"type":"string","enum":["unmatched","matched","amount_mismatch","currency_mismatch","provider_reference_mismatch","manual_review","resolved"]},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesRawPayloadHashAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesRawPayloadHashAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesRawPayloadHash":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesRawPayloadHashAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesRawPayloadHashAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSummaryAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSummaryAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesIdempotencyKey":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSensitivePayloadAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSensitivePayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSensitivePayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSensitivePayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSensitivePayloadAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolutionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolutionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolutionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolutionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolutionNoteAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesImportedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesImportedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesImportedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesImportedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesImportedByUserIdAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesMatchedAtAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesMatchedAtAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesMatchedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesMatchedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesMatchedAtAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAtAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItem":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOrganizationId"},"payoutExecutionId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutExecutionId"},"payoutAttemptId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPayoutAttemptId"},"sourceType":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSourceType"},"providerKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesProviderKey"},"providerPayoutId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesProviderPayoutId"},"providerBatchId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesProviderBatchId"},"amount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAmount"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrency"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesStatus"},"rawPayloadHash":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesRawPayloadHash"},"summary":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSummary"},"idempotencyKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesIdempotencyKey"},"sensitivePayload":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSensitivePayload"},"resolutionNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolutionNote"},"importedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesImportedByUserId"},"matchedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesMatchedAt"},"resolvedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesResolvedAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","payoutExecutionId","payoutAttemptId","sourceType","providerKey","providerPayoutId","providerBatchId","amount","currency","status","summary","importedByUserId","matchedAt","resolvedAt","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesTenantId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesOrganizationId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesExecutionNumber":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementPayoutRequestId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunIdAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementEntryIdsItems":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementEntryIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementEntryIdsItems"}},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierParticipantId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutAccountId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesMaskedAccount":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderKey":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesExecutionMode":{"type":"string","enum":["manual","mock","sandbox","live"]},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateStatus":{"type":"string","enum":["not_required","blocked","waived_for_sandbox","approved","expired"]},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateIdAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshotAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReferenceAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesStatus":{"type":"string","enum":["draft","blocked_legal_review","ready","queued","processing","provider_pending","failed","cancelled","succeeded","reconciled","manual_review"]},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCurrency":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesTotalAmount":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchIdAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutIdAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationStatus":{"type":"string","enum":["not_required","pending","matched","mismatch","resolved"]},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptCount":{"type":"number"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAtAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAtAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAtAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobIdAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentIdAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshotAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesIdempotencyKey":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNoteAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetailsAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetailsAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetails":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetailsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetailsAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNoteAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserIdAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAtAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAtAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAtAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRevision":{"type":"number"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCreatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesUpdatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecution":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesOrganizationId"},"executionNumber":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesExecutionNumber"},"settlementPayoutRequestId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementPayoutRequestId"},"settlementRunId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementRunId"},"settlementEntryIds":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesSettlementEntryIds"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierParticipantId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCarrierOrganizationId"},"payoutAccountId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutAccountId"},"maskedAccount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesMaskedAccount"},"providerKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderKey"},"executionMode":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesExecutionMode"},"legalGateStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateStatus"},"payoutLegalGateId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPayoutLegalGateId"},"legalGateSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalGateSnapshot"},"approvalReference":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovalReference"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesStatus"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCurrency"},"totalAmount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesTotalAmount"},"providerBatchId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderBatchId"},"providerPayoutId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProviderPayoutId"},"reconciliationStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesReconciliationStatus"},"attemptCount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesAttemptCount"},"nextRetryAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesNextRetryAt"},"progressJobId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesProgressJobId"},"partnerIntentId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesPartnerIntentId"},"requestSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRequestSnapshot"},"idempotencyKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesIdempotencyKey"},"legalReviewNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesLegalReviewNote"},"failureDetails":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesFailureDetails"},"manualNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesManualNote"},"approvedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedByUserId"},"approvedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesApprovedAt"},"revision":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesRevision"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecutionPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","executionNumber","settlementPayoutRequestId","settlementRunId","settlementEntryIds","carrierParticipantId","carrierOrganizationId","payoutAccountId","maskedAccount","providerKey","executionMode","legalGateStatus","payoutLegalGateId","status","currency","totalAmount","providerBatchId","providerPayoutId","reconciliationStatus","attemptCount","nextRetryAt","progressJobId","partnerIntentId","approvedByUserId","approvedAt","revision","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesOk"},"item":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesItem"},"execution":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses200ContentApplicationJsonSchemaPropertiesExecution"}},"required":["ok","item"],"additionalProperties":false},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationIdResolvePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesSourceTypeAllOf0":{"type":"string","enum":["manual_import","api_correction"]},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesSourceType":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesSourceTypeAllOf0"}],"default":"manual_import"},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesProviderKeyAllOf0":{"type":"string","minLength":1,"maxLength":80},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesProviderKey":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesProviderKeyAllOf0"}],"default":"manual"},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesCorrectionKeyAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesCorrectionKeyAnyOf1":{"type":"string","minLength":1,"maxLength":160},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesCorrectionKey":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesCorrectionKeyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesCorrectionKeyAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesSourceDocumentHashAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesSourceDocumentHashAnyOf1":{"type":"string","maxLength":160},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesSourceDocumentHash":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesSourceDocumentHashAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesSourceDocumentHashAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesImportBatchIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesImportBatchIdAnyOf1":{"type":"string","maxLength":120},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesImportBatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesImportBatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesImportBatchIdAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRowOrdinal":{"type":"number"},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutExecutionIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutExecutionIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutExecutionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutExecutionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutExecutionIdAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderPayoutIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderPayoutIdAnyOf1":{"type":"string","maxLength":200},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderPayoutId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderPayoutIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderPayoutIdAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderBatchIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderBatchIdAnyOf1":{"type":"string","maxLength":200},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderBatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderBatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderBatchIdAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAmountAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAmountAnyOf0"},{}]},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyAnyOf1":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesObservedStatusAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesObservedStatusAnyOf1":{"type":"string","maxLength":120},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesObservedStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesObservedStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesObservedStatusAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesObservedAtAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesObservedAtAnyOf1":{"type":"string","format":"datetime"},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesObservedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesObservedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesObservedAtAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNoteAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAllOf0":{"type":"string","enum":["unmatched","matched","amount_mismatch","currency_mismatch","provider_reference_mismatch","manual_review","resolved"]},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAllOf0"}],"default":"unmatched"},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSummaryAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSummaryAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSensitivePayloadAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSensitivePayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSensitivePayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSensitivePayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSensitivePayloadAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRawPayloadHashAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRawPayloadHashAnyOf1":{"type":"string","maxLength":160},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRawPayloadHash":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRawPayloadHashAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRawPayloadHashAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"rowOrdinal":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRowOrdinal"},"payoutExecutionId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutExecutionId"},"providerPayoutId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderPayoutId"},"providerBatchId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderBatchId"},"amount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAmount"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrency"},"observedStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesObservedStatus"},"observedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesObservedAt"},"note":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNote"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"summary":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSummary"},"sensitivePayload":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSensitivePayload"},"rawPayloadHash":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRawPayloadHash"}},"additionalProperties":false},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItemsItems"},"minItems":1,"maxItems":1000},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesRowOrdinal":{"type":"number"},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesPayoutExecutionIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesPayoutExecutionIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesPayoutExecutionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesPayoutExecutionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesPayoutExecutionIdAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesProviderPayoutIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesProviderPayoutIdAnyOf1":{"type":"string","maxLength":200},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesProviderPayoutId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesProviderPayoutIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesProviderPayoutIdAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesProviderBatchIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesProviderBatchIdAnyOf1":{"type":"string","maxLength":200},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesProviderBatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesProviderBatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesProviderBatchIdAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesAmountAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesAmountAnyOf0"},{}]},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesCurrencyAnyOf1":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesCurrencyAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesObservedStatusAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesObservedStatusAnyOf1":{"type":"string","maxLength":120},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesObservedStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesObservedStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesObservedStatusAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesObservedAtAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesObservedAtAnyOf1":{"type":"string","format":"datetime"},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesObservedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesObservedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesObservedAtAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesNoteAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesStatusAllOf0":{"type":"string","enum":["unmatched","matched","amount_mismatch","currency_mismatch","provider_reference_mismatch","manual_review","resolved"]},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesStatus":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesStatusAllOf0"}],"default":"unmatched"},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesSummaryAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesSummaryAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesSensitivePayloadAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesSensitivePayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesSensitivePayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesSensitivePayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesSensitivePayloadAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesRawPayloadHashAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesRawPayloadHashAnyOf1":{"type":"string","maxLength":160},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesRawPayloadHash":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesRawPayloadHashAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesRawPayloadHashAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItems":{"type":"object","properties":{"rowOrdinal":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesRowOrdinal"},"payoutExecutionId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesPayoutExecutionId"},"providerPayoutId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesProviderPayoutId"},"providerBatchId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesProviderBatchId"},"amount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesAmount"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesCurrency"},"observedStatus":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesObservedStatus"},"observedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesObservedAt"},"note":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesNote"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesStatus"},"summary":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesSummary"},"sensitivePayload":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesSensitivePayload"},"rawPayloadHash":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItemsPropertiesRawPayloadHash"}},"additionalProperties":false},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRows":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRowsItems"},"minItems":1,"maxItems":1000},"DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"sourceType":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesSourceType"},"providerKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesProviderKey"},"correctionKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesCorrectionKey"},"sourceDocumentHash":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesSourceDocumentHash"},"importBatchId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesImportBatchId"},"items":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesItems"},"rows":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostRequestBodyContentApplicationJsonSchemaPropertiesRows"}},"additionalProperties":false},"DocPathsApiFreightPayoutsReconciliationImportPostResponses202ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightPayoutsReconciliationImportPostResponses202ContentApplicationJsonSchemaPropertiesProgressJobId":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationImportPostResponses202ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostResponses202ContentApplicationJsonSchemaPropertiesOk"},"progressJobId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostResponses202ContentApplicationJsonSchemaPropertiesProgressJobId"}},"required":["ok","progressJobId"],"additionalProperties":false},"DocPathsApiFreightPayoutsReconciliationImportPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationImportPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsReconciliationImportPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationImportPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationImportPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsReconciliationPollPostRequestBodyContentApplicationJsonSchemaPropertiesProviderKeyAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationPollPostRequestBodyContentApplicationJsonSchemaPropertiesProviderKeyAnyOf1":{"type":"string","minLength":1,"maxLength":80},"DocPathsApiFreightPayoutsReconciliationPollPostRequestBodyContentApplicationJsonSchemaPropertiesProviderKey":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationPollPostRequestBodyContentApplicationJsonSchemaPropertiesProviderKeyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationPollPostRequestBodyContentApplicationJsonSchemaPropertiesProviderKeyAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationPollPostRequestBodyContentApplicationJsonSchemaPropertiesExecutionIdsItems":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationPollPostRequestBodyContentApplicationJsonSchemaPropertiesExecutionIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationPollPostRequestBodyContentApplicationJsonSchemaPropertiesExecutionIdsItems"},"maxItems":200},"DocPathsApiFreightPayoutsReconciliationPollPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"providerKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationPollPostRequestBodyContentApplicationJsonSchemaPropertiesProviderKey"},"executionIds":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationPollPostRequestBodyContentApplicationJsonSchemaPropertiesExecutionIds"}},"additionalProperties":false},"DocPathsApiFreightPayoutsReconciliationPollPostResponses202ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightPayoutsReconciliationPollPostResponses202ContentApplicationJsonSchemaPropertiesProgressJobId":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationPollPostResponses202ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationPollPostResponses202ContentApplicationJsonSchemaPropertiesOk"},"progressJobId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationPollPostResponses202ContentApplicationJsonSchemaPropertiesProgressJobId"}},"required":["ok","progressJobId"],"additionalProperties":false},"DocPathsApiFreightPayoutsReconciliationPollPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationPollPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationPollPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsReconciliationPollPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationPollPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationPollPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsReconciliationGetParameters0Schema":{"type":"number"},"DocPathsApiFreightPayoutsReconciliationGetParameters1Schema":{"type":"number"},"DocPathsApiFreightPayoutsReconciliationGetParameters2Schema":{"type":"string","maxLength":512},"DocPathsApiFreightPayoutsReconciliationGetParameters3Schema":{"type":"string","maxLength":4000},"DocPathsApiFreightPayoutsReconciliationGetParameters4Schema":{"type":"string","maxLength":200},"DocPathsApiFreightPayoutsReconciliationGetParameters5Schema":{"type":"string","enum":["unmatched","matched","amount_mismatch","currency_mismatch","provider_reference_mismatch","manual_review","resolved"]},"DocPathsApiFreightPayoutsReconciliationGetParameters6Schema":{"type":"string","enum":["provider_webhook","provider_poller","manual_import","api_correction"]},"DocPathsApiFreightPayoutsReconciliationGetParameters7Schema":{"type":"string","minLength":1,"maxLength":80},"DocPathsApiFreightPayoutsReconciliationGetParameters8Schema":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationGetParameters9Schema":{"type":"boolean"},"DocPathsApiFreightPayoutsReconciliationGetParameters10Schema":{"type":"string","format":"datetime"},"DocPathsApiFreightPayoutsReconciliationGetParameters11Schema":{"type":"string","format":"datetime"},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutExecutionIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutExecutionIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutExecutionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutExecutionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutExecutionIdAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutAttemptIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutAttemptIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutAttemptId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutAttemptIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutAttemptIdAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceType":{"type":"string","enum":["provider_webhook","provider_poller","manual_import","api_correction"]},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderKey":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderPayoutIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderPayoutIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderPayoutId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderPayoutIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderPayoutIdAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderBatchIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderBatchIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderBatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderBatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderBatchIdAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAmountAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAmountAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAmountAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string","enum":["unmatched","matched","amount_mismatch","currency_mismatch","provider_reference_mismatch","manual_review","resolved"]},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRawPayloadHashAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRawPayloadHashAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRawPayloadHash":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRawPayloadHashAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRawPayloadHashAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSummaryAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSummaryAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdempotencyKey":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSensitivePayloadAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSensitivePayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSensitivePayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSensitivePayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSensitivePayloadAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResolutionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResolutionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResolutionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResolutionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResolutionNoteAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesImportedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesImportedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesImportedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesImportedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesImportedByUserIdAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMatchedAtAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMatchedAtAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMatchedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMatchedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMatchedAtAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResolvedAtAnyOf0":{"type":"null"},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResolvedAtAnyOf1":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResolvedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResolvedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResolvedAtAnyOf1"}]},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string","minLength":1},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"payoutExecutionId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutExecutionId"},"payoutAttemptId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutAttemptId"},"sourceType":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceType"},"providerKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderKey"},"providerPayoutId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderPayoutId"},"providerBatchId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderBatchId"},"amount":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAmount"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrency"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"rawPayloadHash":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRawPayloadHash"},"summary":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSummary"},"idempotencyKey":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdempotencyKey"},"sensitivePayload":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSensitivePayload"},"resolutionNote":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResolutionNote"},"importedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesImportedByUserId"},"matchedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMatchedAt"},"resolvedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResolvedAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","payoutExecutionId","payoutAttemptId","sourceType","providerKey","providerPayoutId","providerBatchId","amount","currency","status","summary","importedByUserId","matchedAt","resolvedAt","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesPageInfoPropertiesHasNextPage":{"type":"boolean"},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesPageInfoPropertiesEndCursor":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesPageInfo":{"type":"object","properties":{"hasNextPage":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesPageInfoPropertiesHasNextPage"},"endCursor":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesPageInfoPropertiesEndCursor"}},"required":["hasNextPage"],"additionalProperties":false},"DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"page":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"total":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"pageInfo":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses200ContentApplicationJsonSchemaPropertiesPageInfo"}},"required":["items","page","pageSize","total","totalPages","pageInfo"],"additionalProperties":false},"DocPathsApiFreightPayoutsReconciliationGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsReconciliationGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightPayoutsReconciliationGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsReconciliationGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightPayoutsWebhookProviderPostParameters0Schema":{"type":"string"},"DocPathsApiFreightPayoutsWebhookProviderPostResponses202ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiFreightPayoutsWebhookProviderPostResponses202ContentApplicationJsonSchemaPropertiesAccepted":{"type":"boolean"},"DocPathsApiFreightPayoutsWebhookProviderPostResponses202ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsWebhookProviderPostResponses202ContentApplicationJsonSchemaPropertiesOk"},"accepted":{"$ref":"#/components/schemas/DocPathsApiFreightPayoutsWebhookProviderPostResponses202ContentApplicationJsonSchemaPropertiesAccepted"}},"required":["ok","accepted"],"additionalProperties":false},"DocPathsApiFreightSlotsIdCancelPatchParameters0Schema":{"type":"string"},"DocPathsApiFreightSlotsIdCancelPatchResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightSlotsIdCancelPatchResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["CANCELLED"]},"DocPathsApiFreightSlotsIdCancelPatchResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdCancelPatchResponses200ContentApplicationJsonSchemaPropertiesId"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdCancelPatchResponses200ContentApplicationJsonSchemaPropertiesStatus"}},"required":["id","status"],"additionalProperties":false},"DocPathsApiFreightSlotsIdCancelPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSlotsIdCancelPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdCancelPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSlotsIdCancelPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSlotsIdCancelPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdCancelPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSlotsIdGetParameters0Schema":{"type":"string"},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesLocationId":{"type":"string"},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesLocationAnyOf0":{"type":"null"},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesLocationAnyOf1PropertiesId":{"type":"string"},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesLocationAnyOf1PropertiesName":{"type":"string"},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesLocationAnyOf1PropertiesCodeAnyOf0":{"type":"null"},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesLocationAnyOf1PropertiesCodeAnyOf1":{"type":"string"},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesLocationAnyOf1PropertiesCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesLocationAnyOf1PropertiesCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesLocationAnyOf1PropertiesCodeAnyOf1"}]},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesLocationAnyOf1":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesLocationAnyOf1PropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesLocationAnyOf1PropertiesName"},"code":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesLocationAnyOf1PropertiesCode"}},"required":["id","name","code"],"additionalProperties":false},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesLocation":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesLocationAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesLocationAnyOf1"}]},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesSlotType":{"type":"string","enum":["LOADING","UNLOADING","STORAGE","TRANSIT"]},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesStartTimeAnyOf0":{"type":"null"},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesStartTimeAnyOf1":{"type":"string","format":"datetime"},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesStartTime":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesStartTimeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesStartTimeAnyOf1"}]},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesEndTimeAnyOf0":{"type":"null"},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesEndTimeAnyOf1":{"type":"string","format":"datetime"},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesEndTime":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesEndTimeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesEndTimeAnyOf1"}]},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoIdAnyOf0":{"type":"null"},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoIdAnyOf1":{"type":"string"},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoIdAnyOf1"}]},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAnyOf0":{"type":"null"},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAnyOf1PropertiesId":{"type":"string"},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAnyOf1PropertiesReferenceNumber":{"type":"string"},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAnyOf1":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAnyOf1PropertiesId"},"referenceNumber":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAnyOf1PropertiesReferenceNumber"}},"required":["id","referenceNumber"],"additionalProperties":false},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAnyOf1"}]},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesBookedByTenantIdAnyOf0":{"type":"null"},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesBookedByTenantIdAnyOf1":{"type":"string"},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesBookedByTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesBookedByTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesBookedByTenantIdAnyOf1"}]},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrderIdAnyOf0":{"type":"null"},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrderIdAnyOf1":{"type":"string"},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrderId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrderIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrderIdAnyOf1"}]},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["AVAILABLE","BOOKED","IN_USE","COMPLETED","CANCELLED"]},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesModeDataAnyOf0":{"type":"null"},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesModeDataAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesModeData":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesModeDataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesModeDataAnyOf1"}]},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf1":{"type":"string","format":"datetime"},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf1"}]},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string","format":"datetime"},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"locationId":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesLocationId"},"location":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesLocation"},"slotType":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesSlotType"},"startTime":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesStartTime"},"endTime":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesEndTime"},"cargoId":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoId"},"cargo":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargo"},"bookedByTenantId":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesBookedByTenantId"},"orderId":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesOrderId"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesStatus"},"modeData":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesModeData"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","locationId","location","slotType","startTime","endTime","cargoId","cargo","bookedByTenantId","orderId","status","modeData","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightSlotsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSlotsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSlotsIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSlotsIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSlotsBookPostRequestBodyContentApplicationJsonSchemaPropertiesLocationId":{"type":"string"},"DocPathsApiFreightSlotsBookPostRequestBodyContentApplicationJsonSchemaPropertiesSlotType":{"type":"string","enum":["LOADING","UNLOADING","STORAGE","TRANSIT"]},"DocPathsApiFreightSlotsBookPostRequestBodyContentApplicationJsonSchemaPropertiesStartTimeOneOf0":{"type":"string","format":"datetime"},"DocPathsApiFreightSlotsBookPostRequestBodyContentApplicationJsonSchemaPropertiesStartTimeOneOf1":{"type":"string","format":"date-time"},"DocPathsApiFreightSlotsBookPostRequestBodyContentApplicationJsonSchemaPropertiesStartTime":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSlotsBookPostRequestBodyContentApplicationJsonSchemaPropertiesStartTimeOneOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSlotsBookPostRequestBodyContentApplicationJsonSchemaPropertiesStartTimeOneOf1"}]},"DocPathsApiFreightSlotsBookPostRequestBodyContentApplicationJsonSchemaPropertiesEndTimeOneOf0":{"type":"string","format":"datetime"},"DocPathsApiFreightSlotsBookPostRequestBodyContentApplicationJsonSchemaPropertiesEndTimeOneOf1":{"type":"string","format":"date-time"},"DocPathsApiFreightSlotsBookPostRequestBodyContentApplicationJsonSchemaPropertiesEndTime":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSlotsBookPostRequestBodyContentApplicationJsonSchemaPropertiesEndTimeOneOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSlotsBookPostRequestBodyContentApplicationJsonSchemaPropertiesEndTimeOneOf1"}]},"DocPathsApiFreightSlotsBookPostRequestBodyContentApplicationJsonSchemaPropertiesCargoIdAnyOf0":{"type":"null"},"DocPathsApiFreightSlotsBookPostRequestBodyContentApplicationJsonSchemaPropertiesCargoIdAnyOf1":{"type":"string"},"DocPathsApiFreightSlotsBookPostRequestBodyContentApplicationJsonSchemaPropertiesCargoId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSlotsBookPostRequestBodyContentApplicationJsonSchemaPropertiesCargoIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSlotsBookPostRequestBodyContentApplicationJsonSchemaPropertiesCargoIdAnyOf1"}]},"DocPathsApiFreightSlotsBookPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"locationId":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsBookPostRequestBodyContentApplicationJsonSchemaPropertiesLocationId"},"slotType":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsBookPostRequestBodyContentApplicationJsonSchemaPropertiesSlotType"},"startTime":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsBookPostRequestBodyContentApplicationJsonSchemaPropertiesStartTime"},"endTime":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsBookPostRequestBodyContentApplicationJsonSchemaPropertiesEndTime"},"cargoId":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsBookPostRequestBodyContentApplicationJsonSchemaPropertiesCargoId"}},"required":["locationId","slotType","startTime","endTime"],"additionalProperties":false},"DocPathsApiFreightSlotsBookPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightSlotsBookPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsBookPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiFreightSlotsBookPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSlotsBookPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsBookPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSlotsBookPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSlotsBookPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsBookPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"type":"string"},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationId":{"type":"string"},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf0":{"type":"null"},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesId":{"type":"string"},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesName":{"type":"string"},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesCodeAnyOf0":{"type":"null"},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesCodeAnyOf1":{"type":"string"},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesCodeAnyOf1"}]},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesName"},"code":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesCode"}},"required":["id","name","code"],"additionalProperties":false},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocation":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1"}]},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlotType":{"type":"string","enum":["LOADING","UNLOADING","STORAGE","TRANSIT"]},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartTimeAnyOf0":{"type":"null"},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartTimeAnyOf1":{"type":"string","format":"datetime"},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartTime":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartTimeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartTimeAnyOf1"}]},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndTimeAnyOf0":{"type":"null"},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndTimeAnyOf1":{"type":"string","format":"datetime"},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndTime":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndTimeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndTimeAnyOf1"}]},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoIdAnyOf0":{"type":"null"},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoIdAnyOf1":{"type":"string"},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoIdAnyOf1"}]},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoAnyOf0":{"type":"null"},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoAnyOf1PropertiesId":{"type":"string"},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoAnyOf1PropertiesReferenceNumber":{"type":"string"},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoAnyOf1":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoAnyOf1PropertiesId"},"referenceNumber":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoAnyOf1PropertiesReferenceNumber"}},"required":["id","referenceNumber"],"additionalProperties":false},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoAnyOf1"}]},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBookedByTenantIdAnyOf0":{"type":"null"},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBookedByTenantIdAnyOf1":{"type":"string"},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBookedByTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBookedByTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBookedByTenantIdAnyOf1"}]},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderIdAnyOf0":{"type":"null"},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderIdAnyOf1":{"type":"string"},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderIdAnyOf1"}]},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string","enum":["AVAILABLE","BOOKED","IN_USE","COMPLETED","CANCELLED"]},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModeDataAnyOf0":{"type":"null"},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModeDataAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModeData":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModeDataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModeDataAnyOf1"}]},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string","format":"datetime"},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string","format":"datetime"},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"locationId":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationId"},"location":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocation"},"slotType":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlotType"},"startTime":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartTime"},"endTime":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndTime"},"cargoId":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoId"},"cargo":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargo"},"bookedByTenantId":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBookedByTenantId"},"orderId":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderId"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"modeData":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModeData"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","locationId","location","slotType","startTime","endTime","cargoId","cargo","bookedByTenantId","orderId","status","modeData","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiFreightSlotsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSlotsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSlotsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSlotsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSlotsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostParameters0Schema":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostRequestBodyContentApplicationJsonSchemaPropertiesPricingEstimateId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"pricingEstimateId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostRequestBodyContentApplicationJsonSchemaPropertiesPricingEstimateId"}},"required":["pricingEstimateId"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostResponses200ContentApplicationJsonSchemaPropertiesPricingEstimateIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostResponses200ContentApplicationJsonSchemaPropertiesPricingEstimateIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostResponses200ContentApplicationJsonSchemaPropertiesPricingEstimateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostResponses200ContentApplicationJsonSchemaPropertiesPricingEstimateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostResponses200ContentApplicationJsonSchemaPropertiesPricingEstimateIdAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostResponses200ContentApplicationJsonSchemaPropertiesPricingEstimatedTotalAmountAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostResponses200ContentApplicationJsonSchemaPropertiesPricingEstimatedTotalAmountAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostResponses200ContentApplicationJsonSchemaPropertiesPricingEstimatedTotalAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostResponses200ContentApplicationJsonSchemaPropertiesPricingEstimatedTotalAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostResponses200ContentApplicationJsonSchemaPropertiesPricingEstimatedTotalAmountAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostResponses200ContentApplicationJsonSchemaPropertiesPricingEstimatedCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostResponses200ContentApplicationJsonSchemaPropertiesPricingEstimatedCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostResponses200ContentApplicationJsonSchemaPropertiesPricingEstimatedCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostResponses200ContentApplicationJsonSchemaPropertiesPricingEstimatedCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostResponses200ContentApplicationJsonSchemaPropertiesPricingEstimatedCurrencyAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostResponses200ContentApplicationJsonSchemaPropertiesId"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostResponses200ContentApplicationJsonSchemaPropertiesStatus"},"pricingEstimateId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostResponses200ContentApplicationJsonSchemaPropertiesPricingEstimateId"},"pricingEstimatedTotalAmount":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostResponses200ContentApplicationJsonSchemaPropertiesPricingEstimatedTotalAmount"},"pricingEstimatedCurrency":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostResponses200ContentApplicationJsonSchemaPropertiesPricingEstimatedCurrency"}},"required":["id","status","pricingEstimateId","pricingEstimatedTotalAmount","pricingEstimatedCurrency"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightMarketplaceShipmentsIdApplyPricingEstimatePostResponses422ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightMarketplaceShipmentsIdBookPostParameters0Schema":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdBookPostRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdBookPostRequestBodyContentApplicationJsonSchemaPropertiesProposalId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdBookPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdBookPostRequestBodyContentApplicationJsonSchemaPropertiesId"},"proposalId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdBookPostRequestBodyContentApplicationJsonSchemaPropertiesProposalId"}},"required":["id"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdBookPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdBookPostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdBookPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdBookPostResponses200ContentApplicationJsonSchemaPropertiesId"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdBookPostResponses200ContentApplicationJsonSchemaPropertiesStatus"}},"required":["id","status"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdBookPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdBookPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdBookPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdBookPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdBookPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdBookPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdBookPostResponses422ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightMarketplaceShipmentsIdCancelPostParameters0Schema":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesReason":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdCancelPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesId"},"reason":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdCancelPostRequestBodyContentApplicationJsonSchemaPropertiesReason"}},"required":["id"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdCancelPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesId"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdCancelPostResponses200ContentApplicationJsonSchemaPropertiesStatus"}},"required":["id","status"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdCancelPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdCancelPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdCancelPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdCancelPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdCancelPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdCancelPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdCancelPostResponses422ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightMarketplaceShipmentsIdDeliverPostParameters0Schema":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdDeliverPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdDeliverPostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdDeliverPostResponses200ContentApplicationJsonSchemaPropertiesAlreadyDelivered":{"type":"boolean"},"DocPathsApiFreightMarketplaceShipmentsIdDeliverPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdDeliverPostResponses200ContentApplicationJsonSchemaPropertiesId"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdDeliverPostResponses200ContentApplicationJsonSchemaPropertiesStatus"},"alreadyDelivered":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdDeliverPostResponses200ContentApplicationJsonSchemaPropertiesAlreadyDelivered"}},"required":["id","status"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdDeliverPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdDeliverPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdDeliverPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdDeliverPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdDeliverPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdDeliverPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdDeliverPostResponses422ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightMarketplaceShipmentsIdLegsLegIdStatusPatchParameters0Schema":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdLegsLegIdStatusPatchParameters1Schema":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdLegsLegIdStatusPatchRequestBodyContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdLegsLegIdStatusPatchRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"status":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsLegIdStatusPatchRequestBodyContentApplicationJsonSchemaPropertiesStatus"}},"required":["status"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdLegsLegIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdLegsLegIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdLegsLegIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesShipmentId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdLegsLegIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesShipmentStatus":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdLegsLegIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesLegStatusChanged":{"type":"boolean"},"DocPathsApiFreightMarketplaceShipmentsIdLegsLegIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesShipmentStatusChanged":{"type":"boolean"},"DocPathsApiFreightMarketplaceShipmentsIdLegsLegIdStatusPatchResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsLegIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesId"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsLegIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesStatus"},"shipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsLegIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesShipmentId"},"shipmentStatus":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsLegIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesShipmentStatus"},"legStatusChanged":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsLegIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesLegStatusChanged"},"shipmentStatusChanged":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsLegIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesShipmentStatusChanged"}},"required":["id","status","shipmentId","shipmentStatus","legStatusChanged","shipmentStatusChanged"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdLegsLegIdStatusPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdLegsLegIdStatusPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsLegIdStatusPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdLegsLegIdStatusPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdLegsLegIdStatusPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsLegIdStatusPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdLegsLegIdStatusPatchResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightMarketplaceShipmentsIdLegsGetParameters0Schema":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdLegsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightMarketplaceShipmentsIdLegsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdLegsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdLegsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdLegsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdLegsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostParameters0Schema":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesShipmentId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesMode":{"type":"string","enum":["road","rail","drayage","sea","inland_water"]},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesTransportTypeAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesTransportTypeAnyOf1":{"type":"string","maxLength":64},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesTransportType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesTransportTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesTransportTypeAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesOriginLocationId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationLocationId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesDistanceKmAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesDistanceKmAnyOf1":{"type":"number"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesDistanceKm":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesDistanceKmAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesDistanceKmAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesEstimatedDurationMinutesAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesEstimatedDurationMinutesAnyOf1":{"type":"number"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesEstimatedDurationMinutes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesEstimatedDurationMinutesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesEstimatedDurationMinutesAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierIdAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesProposalIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesProposalIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesProposalId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesProposalIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesProposalIdAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesCapacityOfferIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesCapacityOfferIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesCapacityOfferId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesCapacityOfferIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesCapacityOfferIdAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesPriceAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesPriceAnyOf1":{"type":"number"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesPrice":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesPriceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesPriceAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyAllOf0":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesCurrency":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyAllOf0"}],"default":"PLN"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesPriceBreakdownAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesPriceBreakdownAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesPriceBreakdown":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesPriceBreakdownAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesPriceBreakdownAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesEstimatedDepartureAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesEstimatedDepartureAnyOf1OneOf0":{"type":"string","format":"datetime"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesEstimatedDepartureAnyOf1OneOf1":{"type":"string","format":"date-time"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesEstimatedDepartureAnyOf1":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesEstimatedDepartureAnyOf1OneOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesEstimatedDepartureAnyOf1OneOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesEstimatedDeparture":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesEstimatedDepartureAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesEstimatedDepartureAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesEstimatedArrivalAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesEstimatedArrivalAnyOf1OneOf0":{"type":"string","format":"datetime"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesEstimatedArrivalAnyOf1OneOf1":{"type":"string","format":"date-time"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesEstimatedArrivalAnyOf1":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesEstimatedArrivalAnyOf1OneOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesEstimatedArrivalAnyOf1OneOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesEstimatedArrival":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesEstimatedArrivalAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesEstimatedArrivalAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRoadDispatchIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRoadDispatchIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRoadDispatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRoadDispatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRoadDispatchIdAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRailTrainPlanIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRailTrainPlanIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRailTrainPlanId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRailTrainPlanIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRailTrainPlanIdAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRailCimIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRailCimIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRailCimId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRailCimIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRailCimIdAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRoadEcmrIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRoadEcmrIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRoadEcmrId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRoadEcmrIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRoadEcmrIdAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"shipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesShipmentId"},"mode":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesMode"},"transportType":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesTransportType"},"originLocationId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesOriginLocationId"},"destinationLocationId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationLocationId"},"distanceKm":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesDistanceKm"},"estimatedDurationMinutes":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesEstimatedDurationMinutes"},"carrierId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierId"},"proposalId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesProposalId"},"capacityOfferId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesCapacityOfferId"},"price":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesPrice"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesCurrency"},"priceBreakdown":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesPriceBreakdown"},"estimatedDeparture":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesEstimatedDeparture"},"estimatedArrival":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesEstimatedArrival"},"roadDispatchId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRoadDispatchId"},"railTrainPlanId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRailTrainPlanId"},"railCimId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRailCimId"},"roadEcmrId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRoadEcmrId"}},"required":["tenantId","organizationId","shipmentId","mode","originLocationId","destinationLocationId"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostResponses201ContentApplicationJsonSchemaPropertiesSequenceNumber":{"type":"number"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostResponses201ContentApplicationJsonSchemaPropertiesId"},"sequenceNumber":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostResponses201ContentApplicationJsonSchemaPropertiesSequenceNumber"}},"required":["id","sequenceNumber"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdLegsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdLegsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetParameters0Schema":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesCanSubmit":{"type":"boolean"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesReasonAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesReasonAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesReason":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesReasonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesReasonAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationLabelAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationLabelAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationLabelAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantIdAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantLabelAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantLabelAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantLabelAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesCurrency":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesWeightTons":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesDefaultTaxRate":{"type":"number"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"canSubmit":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesCanSubmit"},"reason":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesReason"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationId"},"carrierOrganizationLabel":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationLabel"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantId"},"carrierParticipantLabel":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantLabel"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesCurrency"},"weightTons":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesWeightTons"},"defaultTaxRate":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses200ContentApplicationJsonSchemaPropertiesDefaultTaxRate"}},"required":["canSubmit","reason","carrierOrganizationId","carrierOrganizationLabel","carrierParticipantId","carrierParticipantLabel","currency","weightTons","defaultTaxRate"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsContextGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdProposalsGetParameters0Schema":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsGetParameters1Schema":{"type":"number"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsGetParameters2Schema":{"type":"number"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsGetParameters3Schema":{"type":"string","enum":["draft","submitted","countered","accepted","rejected","withdrawn","expired","superseded"]},"DocPathsApiFreightMarketplaceShipmentsIdProposalsGetParameters4Schema":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsGetParameters5Schema":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsGetParameters6Schema":{"type":"string","enum":["shipper","carrier"]},"DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProposalNumber":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShipmentId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityOfferIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityOfferIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityOfferId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityOfferIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityOfferIdAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityReservationIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityReservationIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityReservationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityReservationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityReservationIdAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityReservationStatusAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityReservationStatusAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityReservationStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityReservationStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityReservationStatusAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalAmount":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrency":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"proposalNumber":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProposalNumber"},"shipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShipmentId"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"capacityOfferId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityOfferId"},"capacityReservationId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityReservationId"},"capacityReservationStatus":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityReservationStatus"},"totalAmount":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalAmount"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrency"}},"required":["id","proposalNumber","shipmentId","status","capacityOfferId","capacityReservationId","capacityReservationStatus","totalAmount","currency"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostParameters0Schema":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierOrganizationId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierParticipantId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCapacityOfferIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCapacityOfferIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCapacityOfferId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCapacityOfferIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCapacityOfferIdAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesValidFromAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesValidFromAnyOf1OneOf0":{"type":"string","format":"datetime"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesValidFromAnyOf1OneOf1":{"type":"string","format":"date-time"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesValidFromAnyOf1":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesValidFromAnyOf1OneOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesValidFromAnyOf1OneOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesValidFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesValidFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesValidFromAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesExpiresAtAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesExpiresAtAnyOf1OneOf0":{"type":"string","format":"datetime"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesExpiresAtAnyOf1OneOf1":{"type":"string","format":"date-time"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesExpiresAtAnyOf1":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesExpiresAtAnyOf1OneOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesExpiresAtAnyOf1OneOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesExpiresAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesExpiresAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesExpiresAtAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesTermsTextAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesTermsTextAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesTermsText":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesTermsTextAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesTermsTextAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierNotesAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierNotesAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierNotesAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesShipperNotesAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesShipperNotesAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesShipperNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesShipperNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesShipperNotesAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataJsonAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataJsonAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataJson":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataJsonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataJsonAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesKind":{"type":"string","enum":["base_freight","fuel_surcharge","toll","terminal_handling","rail_access","equipment","waiting_time","discount","other"]},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesEffectAllOf0":{"type":"string","enum":["charge","discount"]},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesEffect":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesEffectAllOf0"}],"default":"charge"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesDescriptionAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesShipmentLegIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesShipmentLegIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesShipmentLegId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesShipmentLegIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesShipmentLegIdAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesQuantityAllOf0":{"type":"number"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesQuantity":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesQuantityAllOf0"}],"default":1},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesUnitCodeAllOf0":{"type":"string","enum":["shipment","ton","km","hour","leg","teu","pallet","vehicle","other"]},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesUnitCode":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesUnitCodeAllOf0"}],"default":"shipment"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesUnitPrice":{"type":"number"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesAmount":{"type":"number"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesTaxRateAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesTaxRateAnyOf1":{"type":"number"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesTaxRate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesTaxRateAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesTaxRateAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesTaxAmountAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesTaxAmountAnyOf1":{"type":"number"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesTaxAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesTaxAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesTaxAmountAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesCurrency":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItems":{"type":"object","properties":{"kind":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesKind"},"effect":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesEffect"},"description":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesDescription"},"shipmentLegId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesShipmentLegId"},"quantity":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesQuantity"},"unitCode":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesUnitCode"},"unitPrice":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesUnitPrice"},"amount":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesAmount"},"taxRate":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesTaxRate"},"taxAmount":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesTaxAmount"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesCurrency"}},"required":["kind","unitPrice"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLines":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItems"},"minItems":1,"maxItems":50},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesPricingEstimateIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesPricingEstimateIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesPricingEstimateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesPricingEstimateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesPricingEstimateIdAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierOrganizationId"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierParticipantId"},"capacityOfferId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCapacityOfferId"},"validFrom":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesValidFrom"},"expiresAt":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesExpiresAt"},"termsText":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesTermsText"},"carrierNotes":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierNotes"},"shipperNotes":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesShipperNotes"},"metadataJson":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataJson"},"costLines":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesCostLines"},"pricingEstimateId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostRequestBodyContentApplicationJsonSchemaPropertiesPricingEstimateId"}},"required":["carrierOrganizationId","carrierParticipantId","costLines"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostResponses201ContentApplicationJsonSchemaPropertiesProposalNumber":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostResponses201ContentApplicationJsonSchemaPropertiesShipmentId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostResponses201ContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostResponses201ContentApplicationJsonSchemaPropertiesTotalAmount":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostResponses201ContentApplicationJsonSchemaPropertiesCurrency":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostResponses201ContentApplicationJsonSchemaPropertiesId"},"proposalNumber":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostResponses201ContentApplicationJsonSchemaPropertiesProposalNumber"},"shipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostResponses201ContentApplicationJsonSchemaPropertiesShipmentId"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostResponses201ContentApplicationJsonSchemaPropertiesStatus"},"totalAmount":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostResponses201ContentApplicationJsonSchemaPropertiesTotalAmount"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostResponses201ContentApplicationJsonSchemaPropertiesCurrency"}},"required":["id","proposalNumber","shipmentId","status","totalAmount","currency"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdProposalsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdProposalsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdPublishPostParameters0Schema":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdPublishPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdPublishPostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdPublishPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdPublishPostResponses200ContentApplicationJsonSchemaPropertiesId"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdPublishPostResponses200ContentApplicationJsonSchemaPropertiesStatus"}},"required":["id","status"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdPublishPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdPublishPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdPublishPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdPublishPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdPublishPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdPublishPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdPublishPostResponses422ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightMarketplaceShipmentsIdGetParameters0Schema":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesShipmentNumber":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesLegacyOrderIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesLegacyOrderIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesLegacyOrderId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesLegacyOrderIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesLegacyOrderIdAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesLegacySalesShipmentIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesLegacySalesShipmentIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesLegacySalesShipmentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesLegacySalesShipmentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesLegacySalesShipmentIdAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesAcceptedProposalIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesAcceptedProposalIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesAcceptedProposalId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesAcceptedProposalIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesAcceptedProposalIdAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesBookedCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesBookedCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesBookedCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesBookedCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesBookedCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesBookedCarrierParticipantIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesBookedCarrierParticipantIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesBookedCarrierParticipantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesBookedCarrierParticipantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesBookedCarrierParticipantIdAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesBookedTotalAmountAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesBookedTotalAmountAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesBookedTotalAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesBookedTotalAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesBookedTotalAmountAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesBookedCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesBookedCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesBookedCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesBookedCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesBookedCurrencyAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesPricingEstimateSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesPricingEstimateSummaryAnyOf1PropertiesPricingEstimateId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesPricingEstimateSummaryAnyOf1PropertiesTotalAmountAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesPricingEstimateSummaryAnyOf1PropertiesTotalAmountAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesPricingEstimateSummaryAnyOf1PropertiesTotalAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesPricingEstimateSummaryAnyOf1PropertiesTotalAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesPricingEstimateSummaryAnyOf1PropertiesTotalAmountAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesPricingEstimateSummaryAnyOf1PropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesPricingEstimateSummaryAnyOf1PropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesPricingEstimateSummaryAnyOf1PropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesPricingEstimateSummaryAnyOf1PropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesPricingEstimateSummaryAnyOf1PropertiesCurrencyAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesPricingEstimateSummaryAnyOf1":{"type":"object","properties":{"pricingEstimateId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesPricingEstimateSummaryAnyOf1PropertiesPricingEstimateId"},"totalAmount":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesPricingEstimateSummaryAnyOf1PropertiesTotalAmount"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesPricingEstimateSummaryAnyOf1PropertiesCurrency"}},"required":["pricingEstimateId","totalAmount","currency"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesPricingEstimateSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesPricingEstimateSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesPricingEstimateSummaryAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesAcceptedProposalSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesAcceptedProposalSummaryAnyOf1PropertiesProposalNumber":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesAcceptedProposalSummaryAnyOf1PropertiesStatus":{"type":"string","enum":["accepted"]},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesAcceptedProposalSummaryAnyOf1PropertiesTotalAmount":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesAcceptedProposalSummaryAnyOf1PropertiesCurrency":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesAcceptedProposalSummaryAnyOf1PropertiesAcceptedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesAcceptedProposalSummaryAnyOf1PropertiesAcceptedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesAcceptedProposalSummaryAnyOf1PropertiesAcceptedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesAcceptedProposalSummaryAnyOf1PropertiesAcceptedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesAcceptedProposalSummaryAnyOf1PropertiesAcceptedAtAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesAcceptedProposalSummaryAnyOf1":{"type":"object","properties":{"proposalNumber":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesAcceptedProposalSummaryAnyOf1PropertiesProposalNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesAcceptedProposalSummaryAnyOf1PropertiesStatus"},"totalAmount":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesAcceptedProposalSummaryAnyOf1PropertiesTotalAmount"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesAcceptedProposalSummaryAnyOf1PropertiesCurrency"},"acceptedAt":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesAcceptedProposalSummaryAnyOf1PropertiesAcceptedAt"}},"required":["proposalNumber","status","totalAmount","currency","acceptedAt"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesAcceptedProposalSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesAcceptedProposalSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesAcceptedProposalSummaryAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAssignmentBridgeAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAssignmentBridgeAnyOf1OneOf0PropertiesStatus":{"type":"string","enum":["redacted"]},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAssignmentBridgeAnyOf1OneOf0PropertiesSalesShipmentId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAssignmentBridgeAnyOf1OneOf0PropertiesReason":{"type":"string","enum":["missing_cargo_view"]},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAssignmentBridgeAnyOf1OneOf0":{"type":"object","properties":{"status":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAssignmentBridgeAnyOf1OneOf0PropertiesStatus"},"salesShipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAssignmentBridgeAnyOf1OneOf0PropertiesSalesShipmentId"},"reason":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAssignmentBridgeAnyOf1OneOf0PropertiesReason"}},"required":["status","salesShipmentId","reason"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAssignmentBridgeAnyOf1OneOf1PropertiesStatus":{"type":"string","enum":["visible"]},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAssignmentBridgeAnyOf1OneOf1PropertiesSalesShipmentId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAssignmentBridgeAnyOf1OneOf1PropertiesTotal":{"type":"number"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAssignmentBridgeAnyOf1OneOf1PropertiesCargoAssignmentIdsItems":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAssignmentBridgeAnyOf1OneOf1PropertiesCargoAssignmentIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAssignmentBridgeAnyOf1OneOf1PropertiesCargoAssignmentIdsItems"}},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAssignmentBridgeAnyOf1OneOf1PropertiesCargoIdsItems":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAssignmentBridgeAnyOf1OneOf1PropertiesCargoIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAssignmentBridgeAnyOf1OneOf1PropertiesCargoIdsItems"}},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAssignmentBridgeAnyOf1OneOf1":{"type":"object","properties":{"status":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAssignmentBridgeAnyOf1OneOf1PropertiesStatus"},"salesShipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAssignmentBridgeAnyOf1OneOf1PropertiesSalesShipmentId"},"total":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAssignmentBridgeAnyOf1OneOf1PropertiesTotal"},"cargoAssignmentIds":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAssignmentBridgeAnyOf1OneOf1PropertiesCargoAssignmentIds"},"cargoIds":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAssignmentBridgeAnyOf1OneOf1PropertiesCargoIds"}},"required":["status","salesShipmentId","total","cargoAssignmentIds","cargoIds"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAssignmentBridgeAnyOf1":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAssignmentBridgeAnyOf1OneOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAssignmentBridgeAnyOf1OneOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAssignmentBridge":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAssignmentBridgeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAssignmentBridgeAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesLegsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesLegsItemsPropertiesStatus":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesLegsItemsPropertiesSequenceNumber":{"type":"number"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesLegsItemsPropertiesProposalIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesLegsItemsPropertiesProposalIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesLegsItemsPropertiesProposalId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesLegsItemsPropertiesProposalIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesLegsItemsPropertiesProposalIdAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesLegsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesLegsItemsPropertiesId"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesLegsItemsPropertiesStatus"},"sequenceNumber":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesLegsItemsPropertiesSequenceNumber"},"proposalId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesLegsItemsPropertiesProposalId"}},"required":["id","status","sequenceNumber"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesLegs":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesLegsItems"}},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"shipmentNumber":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesShipmentNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesStatus"},"legacyOrderId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesLegacyOrderId"},"legacySalesShipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesLegacySalesShipmentId"},"acceptedProposalId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesAcceptedProposalId"},"bookedCarrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesBookedCarrierOrganizationId"},"bookedCarrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesBookedCarrierParticipantId"},"bookedTotalAmount":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesBookedTotalAmount"},"bookedCurrency":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesBookedCurrency"},"pricingEstimateSummary":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesPricingEstimateSummary"},"acceptedProposalSummary":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesAcceptedProposalSummary"},"cargoAssignmentBridge":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoAssignmentBridge"},"legs":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesLegs"}},"required":["id","shipmentNumber","status","legacyOrderId","legacySalesShipmentId","acceptedProposalId","bookedCarrierOrganizationId","bookedCarrierParticipantId","bookedTotalAmount","bookedCurrency","pricingEstimateSummary","acceptedProposalSummary","cargoAssignmentBridge","legs"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightMarketplaceShipmentsIdPutParameters0Schema":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdPutResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdPutResponses200ContentApplicationJsonSchemaPropertiesShipmentNumber":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdPutResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdPutResponses200ContentApplicationJsonSchemaPropertiesId"},"shipmentNumber":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdPutResponses200ContentApplicationJsonSchemaPropertiesShipmentNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdPutResponses200ContentApplicationJsonSchemaPropertiesStatus"}},"required":["id","shipmentNumber","status"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdPutResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightMarketplaceShipmentsIdPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdPutResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightMarketplaceShipmentsIdPutResponses422ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightMarketplaceShipmentsIdDeleteParameters0Schema":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdDeleteResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdDeleteResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdDeleteResponses200ContentApplicationJsonSchemaPropertiesId"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdDeleteResponses200ContentApplicationJsonSchemaPropertiesStatus"}},"required":["id","status"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsIdDeleteResponses422ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightMarketplaceCapacityOffersIdDeactivatePostParameters0Schema":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdDeactivatePostRequestBodyContentApplicationJsonSchemaPropertiesReasonTextAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceCapacityOffersIdDeactivatePostRequestBodyContentApplicationJsonSchemaPropertiesReasonTextAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightMarketplaceCapacityOffersIdDeactivatePostRequestBodyContentApplicationJsonSchemaPropertiesReasonText":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdDeactivatePostRequestBodyContentApplicationJsonSchemaPropertiesReasonTextAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdDeactivatePostRequestBodyContentApplicationJsonSchemaPropertiesReasonTextAnyOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersIdDeactivatePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"reasonText":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdDeactivatePostRequestBodyContentApplicationJsonSchemaPropertiesReasonText"}},"additionalProperties":false},"DocPathsApiFreightMarketplaceCapacityOffersIdDeactivatePostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdDeactivatePostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdDeactivatePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdDeactivatePostResponses200ContentApplicationJsonSchemaPropertiesId"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdDeactivatePostResponses200ContentApplicationJsonSchemaPropertiesStatus"}},"required":["id","status"],"additionalProperties":false},"DocPathsApiFreightMarketplaceCapacityOffersIdDeactivatePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdDeactivatePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdDeactivatePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceCapacityOffersIdDeactivatePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdDeactivatePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdDeactivatePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceCapacityOffersIdExpirePostParameters0Schema":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdExpirePostRequestBodyContentApplicationJsonSchemaPropertiesNowAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceCapacityOffersIdExpirePostRequestBodyContentApplicationJsonSchemaPropertiesNowAnyOf1OneOf0":{"type":"string","format":"datetime"},"DocPathsApiFreightMarketplaceCapacityOffersIdExpirePostRequestBodyContentApplicationJsonSchemaPropertiesNowAnyOf1OneOf1":{"type":"string","format":"date-time"},"DocPathsApiFreightMarketplaceCapacityOffersIdExpirePostRequestBodyContentApplicationJsonSchemaPropertiesNowAnyOf1":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdExpirePostRequestBodyContentApplicationJsonSchemaPropertiesNowAnyOf1OneOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdExpirePostRequestBodyContentApplicationJsonSchemaPropertiesNowAnyOf1OneOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersIdExpirePostRequestBodyContentApplicationJsonSchemaPropertiesNow":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdExpirePostRequestBodyContentApplicationJsonSchemaPropertiesNowAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdExpirePostRequestBodyContentApplicationJsonSchemaPropertiesNowAnyOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersIdExpirePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"now":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdExpirePostRequestBodyContentApplicationJsonSchemaPropertiesNow"}},"additionalProperties":false},"DocPathsApiFreightMarketplaceCapacityOffersIdExpirePostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdExpirePostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdExpirePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdExpirePostResponses200ContentApplicationJsonSchemaPropertiesId"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdExpirePostResponses200ContentApplicationJsonSchemaPropertiesStatus"}},"required":["id","status"],"additionalProperties":false},"DocPathsApiFreightMarketplaceCapacityOffersIdExpirePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdExpirePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdExpirePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceCapacityOffersIdExpirePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdExpirePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdExpirePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceCapacityOffersIdPublishPostParameters0Schema":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdPublishPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdPublishPostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdPublishPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPublishPostResponses200ContentApplicationJsonSchemaPropertiesId"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPublishPostResponses200ContentApplicationJsonSchemaPropertiesStatus"}},"required":["id","status"],"additionalProperties":false},"DocPathsApiFreightMarketplaceCapacityOffersIdPublishPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdPublishPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPublishPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceCapacityOffersIdPublishPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdPublishPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPublishPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceCapacityOffersIdGetParameters0Schema":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesOfferNumber":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantId":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipantCapabilityIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipantCapabilityIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipantCapabilityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipantCapabilityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipantCapabilityIdAnyOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginRegionIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginRegionIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginRegionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginRegionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginRegionIdAnyOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationRegionIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationRegionIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationRegionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationRegionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationRegionIdAnyOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesMode":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoSegment":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesEquipmentType":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesEquipmentSubtypeAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesEquipmentSubtypeAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesEquipmentSubtype":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesEquipmentSubtypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesEquipmentSubtypeAnyOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesTotalCapacityUnits":{"type":"number"},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesAvailableCapacityUnits":{"type":"number"},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesHeldCapacityUnits":{"type":"number"},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesConfirmedCapacityUnits":{"type":"number"},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesAvailableFrom":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesAvailableTo":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesValidFromAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesValidFromAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesValidFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesValidFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesValidFromAnyOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesValidToAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesValidToAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesValidTo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesValidToAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesValidToAnyOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"offerNumber":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesOfferNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesStatus"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantId"},"participantCapabilityId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipantCapabilityId"},"laneId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneId"},"originRegionId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginRegionId"},"destinationRegionId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationRegionId"},"mode":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesMode"},"cargoSegment":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoSegment"},"equipmentType":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesEquipmentType"},"equipmentSubtype":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesEquipmentSubtype"},"totalCapacityUnits":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesTotalCapacityUnits"},"availableCapacityUnits":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesAvailableCapacityUnits"},"heldCapacityUnits":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesHeldCapacityUnits"},"confirmedCapacityUnits":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesConfirmedCapacityUnits"},"availableFrom":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesAvailableFrom"},"availableTo":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesAvailableTo"},"validFrom":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesValidFrom"},"validTo":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesValidTo"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","offerNumber","status","carrierParticipantId","participantCapabilityId","laneId","originRegionId","destinationRegionId","mode","cargoSegment","equipmentType","equipmentSubtype","totalCapacityUnits","availableCapacityUnits","heldCapacityUnits","confirmedCapacityUnits","availableFrom","availableTo","validFrom","validTo","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchParameters0Schema":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesCarrierParticipantId":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesParticipantCapabilityIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesParticipantCapabilityIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesParticipantCapabilityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesParticipantCapabilityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesParticipantCapabilityIdAnyOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesLaneIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesLaneIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesLaneId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesLaneIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesLaneIdAnyOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesOriginRegionIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesOriginRegionIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesOriginRegionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesOriginRegionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesOriginRegionIdAnyOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDestinationRegionIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDestinationRegionIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDestinationRegionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDestinationRegionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDestinationRegionIdAnyOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesMode":{"type":"string","enum":["ROAD","RAIL","SEA","AIR"]},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesCargoSegment":{"type":"string","enum":["FTL","LTL","BULK","CONTAINER","INTERMODAL","HAZMAT","OVERSIZED","TEMPERATURE_CONTROLLED"]},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesEquipmentType":{"type":"string","minLength":1,"maxLength":80},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesEquipmentSubtypeAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesEquipmentSubtypeAnyOf1":{"type":"string","maxLength":80},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesEquipmentSubtype":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesEquipmentSubtypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesEquipmentSubtypeAnyOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesTotalCapacityUnits":{"type":"number"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAvailableCapacityUnits":{"type":"number"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesHeldCapacityUnitsAllOf0":{"type":"number"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesHeldCapacityUnits":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesHeldCapacityUnitsAllOf0"}],"default":0},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesConfirmedCapacityUnitsAllOf0":{"type":"number"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesConfirmedCapacityUnits":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesConfirmedCapacityUnitsAllOf0"}],"default":0},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesMaxPayloadTonsAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesMaxPayloadTonsAnyOf1":{"type":"number"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesMaxPayloadTons":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesMaxPayloadTonsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesMaxPayloadTonsAnyOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesMaxWeightPerUnitTonsAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesMaxWeightPerUnitTonsAnyOf1":{"type":"number"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesMaxWeightPerUnitTons":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesMaxWeightPerUnitTonsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesMaxWeightPerUnitTonsAnyOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRequiresAdrAllOf0":{"type":"boolean"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRequiresAdr":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRequiresAdrAllOf0"}],"default":false},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRequiresReeferAllOf0":{"type":"boolean"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRequiresReefer":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRequiresReeferAllOf0"}],"default":false},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRequiresOversizedAllOf0":{"type":"boolean"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRequiresOversized":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRequiresOversizedAllOf0"}],"default":false},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesTempMinCAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesTempMinCAnyOf1":{"type":"number"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesTempMinC":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesTempMinCAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesTempMinCAnyOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesTempMaxCAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesTempMaxCAnyOf1":{"type":"number"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesTempMaxC":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesTempMaxCAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesTempMaxCAnyOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAvailableFromOneOf0":{"type":"string","format":"datetime"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAvailableFromOneOf1":{"type":"string","format":"date-time"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAvailableFrom":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAvailableFromOneOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAvailableFromOneOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAvailableToOneOf0":{"type":"string","format":"datetime"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAvailableToOneOf1":{"type":"string","format":"date-time"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAvailableTo":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAvailableToOneOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAvailableToOneOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesValidFromAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesValidFromAnyOf1OneOf0":{"type":"string","format":"datetime"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesValidFromAnyOf1OneOf1":{"type":"string","format":"date-time"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesValidFromAnyOf1":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesValidFromAnyOf1OneOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesValidFromAnyOf1OneOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesValidFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesValidFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesValidFromAnyOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesValidToAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesValidToAnyOf1OneOf0":{"type":"string","format":"datetime"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesValidToAnyOf1OneOf1":{"type":"string","format":"date-time"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesValidToAnyOf1":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesValidToAnyOf1OneOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesValidToAnyOf1OneOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesValidTo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesValidToAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesValidToAnyOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPriceHintAmountAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPriceHintAmountAnyOf1":{"type":"number"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPriceHintAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPriceHintAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPriceHintAmountAnyOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPriceHintCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPriceHintCurrencyAnyOf1":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPriceHintCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPriceHintCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPriceHintCurrencyAnyOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPriceHintUnitAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPriceHintUnitAnyOf1":{"type":"string","enum":["per_ton","per_teu","per_vehicle","per_pallet","lump_sum"]},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPriceHintUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPriceHintUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPriceHintUnitAnyOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesTermsTextAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesTermsTextAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesTermsText":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesTermsTextAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesTermsTextAnyOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesCarrierNotesAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesCarrierNotesAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesCarrierNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesCarrierNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesCarrierNotesAnyOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesInternalNotesAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesInternalNotesAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesInternalNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesInternalNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesInternalNotesAnyOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesMetadataJsonAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesMetadataJsonAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesMetadataJson":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesMetadataJsonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesMetadataJsonAnyOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesCarrierParticipantId"},"participantCapabilityId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesParticipantCapabilityId"},"laneId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesLaneId"},"originRegionId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesOriginRegionId"},"destinationRegionId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDestinationRegionId"},"mode":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesMode"},"cargoSegment":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesCargoSegment"},"equipmentType":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesEquipmentType"},"equipmentSubtype":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesEquipmentSubtype"},"totalCapacityUnits":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesTotalCapacityUnits"},"availableCapacityUnits":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAvailableCapacityUnits"},"heldCapacityUnits":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesHeldCapacityUnits"},"confirmedCapacityUnits":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesConfirmedCapacityUnits"},"maxPayloadTons":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesMaxPayloadTons"},"maxWeightPerUnitTons":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesMaxWeightPerUnitTons"},"requiresAdr":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRequiresAdr"},"requiresReefer":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRequiresReefer"},"requiresOversized":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRequiresOversized"},"tempMinC":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesTempMinC"},"tempMaxC":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesTempMaxC"},"availableFrom":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAvailableFrom"},"availableTo":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAvailableTo"},"validFrom":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesValidFrom"},"validTo":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesValidTo"},"priceHintAmount":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPriceHintAmount"},"priceHintCurrency":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPriceHintCurrency"},"priceHintUnit":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPriceHintUnit"},"termsText":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesTermsText"},"carrierNotes":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesCarrierNotes"},"internalNotes":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesInternalNotes"},"metadataJson":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchRequestBodyContentApplicationJsonSchemaPropertiesMetadataJson"}},"required":["id"],"additionalProperties":false},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchResponses200ContentApplicationJsonSchemaPropertiesOfferNumber":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchResponses200ContentApplicationJsonSchemaPropertiesId"},"offerNumber":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchResponses200ContentApplicationJsonSchemaPropertiesOfferNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchResponses200ContentApplicationJsonSchemaPropertiesStatus"}},"required":["id","offerNumber","status"],"additionalProperties":false},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceCapacityOffersIdWithdrawPostParameters0Schema":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdWithdrawPostRequestBodyContentApplicationJsonSchemaPropertiesReasonTextAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceCapacityOffersIdWithdrawPostRequestBodyContentApplicationJsonSchemaPropertiesReasonTextAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightMarketplaceCapacityOffersIdWithdrawPostRequestBodyContentApplicationJsonSchemaPropertiesReasonText":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdWithdrawPostRequestBodyContentApplicationJsonSchemaPropertiesReasonTextAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdWithdrawPostRequestBodyContentApplicationJsonSchemaPropertiesReasonTextAnyOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersIdWithdrawPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"reasonText":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdWithdrawPostRequestBodyContentApplicationJsonSchemaPropertiesReasonText"}},"additionalProperties":false},"DocPathsApiFreightMarketplaceCapacityOffersIdWithdrawPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdWithdrawPostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdWithdrawPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdWithdrawPostResponses200ContentApplicationJsonSchemaPropertiesId"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdWithdrawPostResponses200ContentApplicationJsonSchemaPropertiesStatus"}},"required":["id","status"],"additionalProperties":false},"DocPathsApiFreightMarketplaceCapacityOffersIdWithdrawPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdWithdrawPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdWithdrawPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceCapacityOffersIdWithdrawPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersIdWithdrawPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersIdWithdrawPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceCapacityOffersExpireDuePostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersExpireDuePostRequestBodyContentApplicationJsonSchemaPropertiesBefore":{"type":"string","format":"datetime"},"DocPathsApiFreightMarketplaceCapacityOffersExpireDuePostRequestBodyContentApplicationJsonSchemaPropertiesLimitAllOf0":{"type":"number"},"DocPathsApiFreightMarketplaceCapacityOffersExpireDuePostRequestBodyContentApplicationJsonSchemaPropertiesLimit":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersExpireDuePostRequestBodyContentApplicationJsonSchemaPropertiesLimitAllOf0"}],"default":100},"DocPathsApiFreightMarketplaceCapacityOffersExpireDuePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersExpireDuePostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"before":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersExpireDuePostRequestBodyContentApplicationJsonSchemaPropertiesBefore"},"limit":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersExpireDuePostRequestBodyContentApplicationJsonSchemaPropertiesLimit"}},"additionalProperties":false},"DocPathsApiFreightMarketplaceCapacityOffersExpireDuePostResponses202ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiFreightMarketplaceCapacityOffersExpireDuePostResponses202ContentApplicationJsonSchemaPropertiesProgressJobId":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersExpireDuePostResponses202ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersExpireDuePostResponses202ContentApplicationJsonSchemaPropertiesOk"},"progressJobId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersExpireDuePostResponses202ContentApplicationJsonSchemaPropertiesProgressJobId"}},"required":["ok","progressJobId"],"additionalProperties":false},"DocPathsApiFreightMarketplaceCapacityOffersExpireDuePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersExpireDuePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersExpireDuePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceCapacityOffersExpireDuePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersExpireDuePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersExpireDuePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOfferNumber":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierParticipantId":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantCapabilityIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantCapabilityIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantCapabilityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantCapabilityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantCapabilityIdAnyOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneIdAnyOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginRegionIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginRegionIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginRegionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginRegionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginRegionIdAnyOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationRegionIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationRegionIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationRegionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationRegionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationRegionIdAnyOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMode":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegment":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEquipmentType":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEquipmentSubtypeAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEquipmentSubtypeAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEquipmentSubtype":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEquipmentSubtypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEquipmentSubtypeAnyOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalCapacityUnits":{"type":"number"},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvailableCapacityUnits":{"type":"number"},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHeldCapacityUnits":{"type":"number"},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfirmedCapacityUnits":{"type":"number"},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvailableFrom":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvailableTo":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFromAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFromAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFromAnyOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidToAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidToAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidTo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidToAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidToAnyOf1"}]},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"offerNumber":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOfferNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierParticipantId"},"participantCapabilityId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantCapabilityId"},"laneId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneId"},"originRegionId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginRegionId"},"destinationRegionId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationRegionId"},"mode":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMode"},"cargoSegment":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegment"},"equipmentType":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEquipmentType"},"equipmentSubtype":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEquipmentSubtype"},"totalCapacityUnits":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalCapacityUnits"},"availableCapacityUnits":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvailableCapacityUnits"},"heldCapacityUnits":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHeldCapacityUnits"},"confirmedCapacityUnits":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfirmedCapacityUnits"},"availableFrom":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvailableFrom"},"availableTo":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvailableTo"},"validFrom":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFrom"},"validTo":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidTo"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","offerNumber","status","carrierParticipantId","participantCapabilityId","laneId","originRegionId","destinationRegionId","mode","cargoSegment","equipmentType","equipmentSubtype","totalCapacityUnits","availableCapacityUnits","heldCapacityUnits","confirmedCapacityUnits","availableFrom","availableTo","validFrom","validTo","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceCapacityOffersPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersPostResponses201ContentApplicationJsonSchemaPropertiesOfferNumber":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersPostResponses201ContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersPostResponses201ContentApplicationJsonSchemaPropertiesId"},"offerNumber":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersPostResponses201ContentApplicationJsonSchemaPropertiesOfferNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersPostResponses201ContentApplicationJsonSchemaPropertiesStatus"}},"required":["id","offerNumber","status"],"additionalProperties":false},"DocPathsApiFreightMarketplaceCapacityOffersPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceCapacityOffersPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceCapacityOffersPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceCapacityOffersPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetParameters0Schema":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDiscoveryReference":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesStatus":{"type":"string","enum":["published","matching"]},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesVisibility":{"type":"string","enum":["tenant","invited","exchange"]},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesMarketType":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCargoSegment":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesModeConstraint":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesWeightTons":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesVolumeM3AnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesVolumeM3AnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesVolumeM3":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesVolumeM3AnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesVolumeM3AnyOf1"}]},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUnitCountAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUnitCountAnyOf1":{"type":"number"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUnitCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUnitCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUnitCountAnyOf1"}]},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesIsDangerous":{"type":"boolean"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesRequiresTempControl":{"type":"boolean"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPickupEarliest":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPickupLatest":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDeliveryDeadlineAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDeliveryDeadlineAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDeliveryDeadline":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDeliveryDeadlineAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDeliveryDeadlineAnyOf1"}]},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesLaneIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesLaneIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesLaneId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesLaneIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesLaneIdAnyOf1"}]},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOriginSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOriginSummaryAnyOf1PropertiesCountryCodeAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOriginSummaryAnyOf1PropertiesCountryCodeAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOriginSummaryAnyOf1PropertiesCountryCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOriginSummaryAnyOf1PropertiesCountryCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOriginSummaryAnyOf1PropertiesCountryCodeAnyOf1"}]},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOriginSummaryAnyOf1PropertiesRegionIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOriginSummaryAnyOf1PropertiesRegionIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOriginSummaryAnyOf1PropertiesRegionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOriginSummaryAnyOf1PropertiesRegionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOriginSummaryAnyOf1PropertiesRegionIdAnyOf1"}]},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOriginSummaryAnyOf1PropertiesRegionNameAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOriginSummaryAnyOf1PropertiesRegionNameAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOriginSummaryAnyOf1PropertiesRegionName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOriginSummaryAnyOf1PropertiesRegionNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOriginSummaryAnyOf1PropertiesRegionNameAnyOf1"}]},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOriginSummaryAnyOf1":{"type":"object","properties":{"countryCode":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOriginSummaryAnyOf1PropertiesCountryCode"},"regionId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOriginSummaryAnyOf1PropertiesRegionId"},"regionName":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOriginSummaryAnyOf1PropertiesRegionName"}},"additionalProperties":false},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOriginSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOriginSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOriginSummaryAnyOf1"}]},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDestinationSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDestinationSummaryAnyOf1PropertiesCountryCodeAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDestinationSummaryAnyOf1PropertiesCountryCodeAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDestinationSummaryAnyOf1PropertiesCountryCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDestinationSummaryAnyOf1PropertiesCountryCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDestinationSummaryAnyOf1PropertiesCountryCodeAnyOf1"}]},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDestinationSummaryAnyOf1PropertiesRegionIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDestinationSummaryAnyOf1PropertiesRegionIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDestinationSummaryAnyOf1PropertiesRegionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDestinationSummaryAnyOf1PropertiesRegionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDestinationSummaryAnyOf1PropertiesRegionIdAnyOf1"}]},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDestinationSummaryAnyOf1PropertiesRegionNameAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDestinationSummaryAnyOf1PropertiesRegionNameAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDestinationSummaryAnyOf1PropertiesRegionName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDestinationSummaryAnyOf1PropertiesRegionNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDestinationSummaryAnyOf1PropertiesRegionNameAnyOf1"}]},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDestinationSummaryAnyOf1":{"type":"object","properties":{"countryCode":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDestinationSummaryAnyOf1PropertiesCountryCode"},"regionId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDestinationSummaryAnyOf1PropertiesRegionId"},"regionName":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDestinationSummaryAnyOf1PropertiesRegionName"}},"additionalProperties":false},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDestinationSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDestinationSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDestinationSummaryAnyOf1"}]},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrency":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPricingAvailable":{"type":"boolean"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCanSubmitProposal":{"type":"boolean"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesVisibilityReason":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEligibilityReasonsItems":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEligibilityReasons":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEligibilityReasonsItems"}},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItem":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId"},"discoveryReference":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDiscoveryReference"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesStatus"},"visibility":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesVisibility"},"marketType":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesMarketType"},"cargoSegment":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCargoSegment"},"modeConstraint":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesModeConstraint"},"weightTons":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesWeightTons"},"volumeM3":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesVolumeM3"},"unitCount":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUnitCount"},"isDangerous":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesIsDangerous"},"requiresTempControl":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesRequiresTempControl"},"pickupEarliest":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPickupEarliest"},"pickupLatest":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPickupLatest"},"deliveryDeadline":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDeliveryDeadline"},"laneId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesLaneId"},"originSummary":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOriginSummary"},"destinationSummary":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDestinationSummary"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCurrency"},"pricingAvailable":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPricingAvailable"},"canSubmitProposal":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCanSubmitProposal"},"visibilityReason":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesVisibilityReason"},"eligibilityReasons":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEligibilityReasons"}},"required":["id","discoveryReference","status","visibility","marketType","cargoSegment","modeConstraint","weightTons","volumeM3","unitCount","isDangerous","requiresTempControl","pickupEarliest","pickupLatest","deliveryDeadline","laneId","originSummary","destinationSummary","currency","pricingAvailable","canSubmitProposal","visibilityReason","eligibilityReasons"],"additionalProperties":false},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposalSubmitPropertiesCanSubmit":{"type":"boolean"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposalSubmitPropertiesParticipantIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposalSubmitPropertiesParticipantIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposalSubmitPropertiesParticipantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposalSubmitPropertiesParticipantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposalSubmitPropertiesParticipantIdAnyOf1"}]},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposalSubmitPropertiesReasonsItems":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposalSubmitPropertiesReasons":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposalSubmitPropertiesReasonsItems"}},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposalSubmit":{"type":"object","properties":{"canSubmit":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposalSubmitPropertiesCanSubmit"},"participantId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposalSubmitPropertiesParticipantId"},"reasons":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposalSubmitPropertiesReasons"}},"required":["canSubmit","participantId","reasons"],"additionalProperties":false},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"item":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesItem"},"proposalSubmit":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposalSubmit"}},"required":["item","proposalSubmit"],"additionalProperties":false},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string","enum":["INVALID_DISCOVERY_QUERY","SHIPMENT_NOT_FOUND","MARKETPLACE_ORGANIZATION_SCOPE_EMPTY","MARKETPLACE_ORGANIZATION_SCOPE_INVALID","MARKETPLACE_CARRIER_SCOPE_REQUIRED","MARKETPLACE_DISCOVERY_DENIED","PARTICIPANT_ELIGIBILITY_UNAVAILABLE","MARKETPLACE_DISCOVERY_FAILED"]},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses404ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses404ContentApplicationJsonSchemaPropertiesError"},"code":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses404ContentApplicationJsonSchemaPropertiesCode"},"issues":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses404ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error","code"],"additionalProperties":false},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses500ContentApplicationJsonSchemaPropertiesCode":{"type":"string","enum":["INVALID_DISCOVERY_QUERY","SHIPMENT_NOT_FOUND","MARKETPLACE_ORGANIZATION_SCOPE_EMPTY","MARKETPLACE_ORGANIZATION_SCOPE_INVALID","MARKETPLACE_CARRIER_SCOPE_REQUIRED","MARKETPLACE_DISCOVERY_DENIED","PARTICIPANT_ELIGIBILITY_UNAVAILABLE","MARKETPLACE_DISCOVERY_FAILED"]},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses500ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses500ContentApplicationJsonSchemaPropertiesError"},"code":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses500ContentApplicationJsonSchemaPropertiesCode"},"issues":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses500ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error","code"],"additionalProperties":false},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses503ContentApplicationJsonSchemaPropertiesCode":{"type":"string","enum":["INVALID_DISCOVERY_QUERY","SHIPMENT_NOT_FOUND","MARKETPLACE_ORGANIZATION_SCOPE_EMPTY","MARKETPLACE_ORGANIZATION_SCOPE_INVALID","MARKETPLACE_CARRIER_SCOPE_REQUIRED","MARKETPLACE_DISCOVERY_DENIED","PARTICIPANT_ELIGIBILITY_UNAVAILABLE","MARKETPLACE_DISCOVERY_FAILED"]},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses503ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses503ContentApplicationJsonSchemaPropertiesError"},"code":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses503ContentApplicationJsonSchemaPropertiesCode"},"issues":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsIdGetResponses503ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error","code"],"additionalProperties":false},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDiscoveryReference":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string","enum":["published","matching"]},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVisibility":{"type":"string","enum":["tenant","invited","exchange"]},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMarketType":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegment":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModeConstraint":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightTons":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVolumeM3AnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVolumeM3AnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVolumeM3":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVolumeM3AnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVolumeM3AnyOf1"}]},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitCountAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitCountAnyOf1":{"type":"number"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitCountAnyOf1"}]},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsDangerous":{"type":"boolean"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequiresTempControl":{"type":"boolean"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPickupEarliest":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPickupLatest":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeliveryDeadlineAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeliveryDeadlineAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeliveryDeadline":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeliveryDeadlineAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeliveryDeadlineAnyOf1"}]},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneIdAnyOf1"}]},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginSummaryAnyOf1PropertiesCountryCodeAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginSummaryAnyOf1PropertiesCountryCodeAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginSummaryAnyOf1PropertiesCountryCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginSummaryAnyOf1PropertiesCountryCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginSummaryAnyOf1PropertiesCountryCodeAnyOf1"}]},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginSummaryAnyOf1PropertiesRegionIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginSummaryAnyOf1PropertiesRegionIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginSummaryAnyOf1PropertiesRegionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginSummaryAnyOf1PropertiesRegionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginSummaryAnyOf1PropertiesRegionIdAnyOf1"}]},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginSummaryAnyOf1PropertiesRegionNameAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginSummaryAnyOf1PropertiesRegionNameAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginSummaryAnyOf1PropertiesRegionName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginSummaryAnyOf1PropertiesRegionNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginSummaryAnyOf1PropertiesRegionNameAnyOf1"}]},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginSummaryAnyOf1":{"type":"object","properties":{"countryCode":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginSummaryAnyOf1PropertiesCountryCode"},"regionId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginSummaryAnyOf1PropertiesRegionId"},"regionName":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginSummaryAnyOf1PropertiesRegionName"}},"additionalProperties":false},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginSummaryAnyOf1"}]},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationSummaryAnyOf1PropertiesCountryCodeAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationSummaryAnyOf1PropertiesCountryCodeAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationSummaryAnyOf1PropertiesCountryCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationSummaryAnyOf1PropertiesCountryCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationSummaryAnyOf1PropertiesCountryCodeAnyOf1"}]},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationSummaryAnyOf1PropertiesRegionIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationSummaryAnyOf1PropertiesRegionIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationSummaryAnyOf1PropertiesRegionId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationSummaryAnyOf1PropertiesRegionIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationSummaryAnyOf1PropertiesRegionIdAnyOf1"}]},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationSummaryAnyOf1PropertiesRegionNameAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationSummaryAnyOf1PropertiesRegionNameAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationSummaryAnyOf1PropertiesRegionName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationSummaryAnyOf1PropertiesRegionNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationSummaryAnyOf1PropertiesRegionNameAnyOf1"}]},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationSummaryAnyOf1":{"type":"object","properties":{"countryCode":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationSummaryAnyOf1PropertiesCountryCode"},"regionId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationSummaryAnyOf1PropertiesRegionId"},"regionName":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationSummaryAnyOf1PropertiesRegionName"}},"additionalProperties":false},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationSummaryAnyOf1"}]},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrency":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPricingAvailable":{"type":"boolean"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCanSubmitProposal":{"type":"boolean"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVisibilityReason":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEligibilityReasonsItems":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEligibilityReasons":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEligibilityReasonsItems"}},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"discoveryReference":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDiscoveryReference"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"visibility":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVisibility"},"marketType":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMarketType"},"cargoSegment":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegment"},"modeConstraint":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModeConstraint"},"weightTons":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightTons"},"volumeM3":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVolumeM3"},"unitCount":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnitCount"},"isDangerous":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsDangerous"},"requiresTempControl":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequiresTempControl"},"pickupEarliest":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPickupEarliest"},"pickupLatest":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPickupLatest"},"deliveryDeadline":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeliveryDeadline"},"laneId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneId"},"originSummary":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginSummary"},"destinationSummary":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationSummary"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrency"},"pricingAvailable":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPricingAvailable"},"canSubmitProposal":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCanSubmitProposal"},"visibilityReason":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVisibilityReason"},"eligibilityReasons":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEligibilityReasons"}},"required":["id","discoveryReference","status","visibility","marketType","cargoSegment","modeConstraint","weightTons","volumeM3","unitCount","isDangerous","requiresTempControl","pickupEarliest","pickupLatest","deliveryDeadline","laneId","originSummary","destinationSummary","currency","pricingAvailable","canSubmitProposal","visibilityReason","eligibilityReasons"],"additionalProperties":false},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesNextCursorAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesNextCursorAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesNextCursor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesNextCursorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesNextCursorAnyOf1"}]},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"nextCursor":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesNextCursor"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"}},"required":["items","nextCursor","pageSize"],"additionalProperties":false},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses400ContentApplicationJsonSchemaPropertiesCode":{"type":"string","enum":["INVALID_DISCOVERY_QUERY","SHIPMENT_NOT_FOUND","MARKETPLACE_ORGANIZATION_SCOPE_EMPTY","MARKETPLACE_ORGANIZATION_SCOPE_INVALID","MARKETPLACE_CARRIER_SCOPE_REQUIRED","MARKETPLACE_DISCOVERY_DENIED","PARTICIPANT_ELIGIBILITY_UNAVAILABLE","MARKETPLACE_DISCOVERY_FAILED"]},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses400ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses400ContentApplicationJsonSchemaPropertiesError"},"code":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses400ContentApplicationJsonSchemaPropertiesCode"},"issues":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses400ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error","code"],"additionalProperties":false},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string","enum":["INVALID_DISCOVERY_QUERY","SHIPMENT_NOT_FOUND","MARKETPLACE_ORGANIZATION_SCOPE_EMPTY","MARKETPLACE_ORGANIZATION_SCOPE_INVALID","MARKETPLACE_CARRIER_SCOPE_REQUIRED","MARKETPLACE_DISCOVERY_DENIED","PARTICIPANT_ELIGIBILITY_UNAVAILABLE","MARKETPLACE_DISCOVERY_FAILED"]},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses404ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses404ContentApplicationJsonSchemaPropertiesError"},"code":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses404ContentApplicationJsonSchemaPropertiesCode"},"issues":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses404ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error","code"],"additionalProperties":false},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses500ContentApplicationJsonSchemaPropertiesCode":{"type":"string","enum":["INVALID_DISCOVERY_QUERY","SHIPMENT_NOT_FOUND","MARKETPLACE_ORGANIZATION_SCOPE_EMPTY","MARKETPLACE_ORGANIZATION_SCOPE_INVALID","MARKETPLACE_CARRIER_SCOPE_REQUIRED","MARKETPLACE_DISCOVERY_DENIED","PARTICIPANT_ELIGIBILITY_UNAVAILABLE","MARKETPLACE_DISCOVERY_FAILED"]},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses500ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses500ContentApplicationJsonSchemaPropertiesError"},"code":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses500ContentApplicationJsonSchemaPropertiesCode"},"issues":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses500ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error","code"],"additionalProperties":false},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses503ContentApplicationJsonSchemaPropertiesCode":{"type":"string","enum":["INVALID_DISCOVERY_QUERY","SHIPMENT_NOT_FOUND","MARKETPLACE_ORGANIZATION_SCOPE_EMPTY","MARKETPLACE_ORGANIZATION_SCOPE_INVALID","MARKETPLACE_CARRIER_SCOPE_REQUIRED","MARKETPLACE_DISCOVERY_DENIED","PARTICIPANT_ELIGIBILITY_UNAVAILABLE","MARKETPLACE_DISCOVERY_FAILED"]},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses503ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses503ContentApplicationJsonSchemaPropertiesError"},"code":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses503ContentApplicationJsonSchemaPropertiesCode"},"issues":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceDiscoveryShipmentsGetResponses503ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error","code"],"additionalProperties":false},"DocPathsApiFreightMarketplaceProposalsIdAcceptPostParameters0Schema":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdAcceptPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesProposalId":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesShipmentId":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesShipmentStatus":{"type":"string","enum":["booked"]},"DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesRejectedCompetingProposalIdsItems":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesRejectedCompetingProposalIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesRejectedCompetingProposalIdsItems"}},"DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesAffectedLegIdsItems":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesAffectedLegIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesAffectedLegIdsItems"}},"DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesCapacityOfferIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesCapacityOfferIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesCapacityOfferId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesCapacityOfferIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesCapacityOfferIdAnyOf1"}]},"DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesCapacityReservationIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesCapacityReservationIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesCapacityReservationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesCapacityReservationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesCapacityReservationIdAnyOf1"}]},"DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesCapacityReservationStatusAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesCapacityReservationStatusAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesCapacityReservationStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesCapacityReservationStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesCapacityReservationStatusAnyOf1"}]},"DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesId"},"proposalId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesProposalId"},"shipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesShipmentId"},"shipmentStatus":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesShipmentStatus"},"rejectedCompetingProposalIds":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesRejectedCompetingProposalIds"},"affectedLegIds":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesAffectedLegIds"},"capacityOfferId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesCapacityOfferId"},"capacityReservationId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesCapacityReservationId"},"capacityReservationStatus":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesCapacityReservationStatus"}},"required":["id","proposalId","shipmentId","shipmentStatus","rejectedCompetingProposalIds","affectedLegIds","capacityOfferId","capacityReservationId","capacityReservationStatus"],"additionalProperties":false},"DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdAcceptPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceProposalsIdCounterPostParameters0Schema":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesValidFromAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesValidFromAnyOf1OneOf0":{"type":"string","format":"datetime"},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesValidFromAnyOf1OneOf1":{"type":"string","format":"date-time"},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesValidFromAnyOf1":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesValidFromAnyOf1OneOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesValidFromAnyOf1OneOf1"}]},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesValidFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesValidFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesValidFromAnyOf1"}]},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesExpiresAtAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesExpiresAtAnyOf1OneOf0":{"type":"string","format":"datetime"},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesExpiresAtAnyOf1OneOf1":{"type":"string","format":"date-time"},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesExpiresAtAnyOf1":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesExpiresAtAnyOf1OneOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesExpiresAtAnyOf1OneOf1"}]},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesExpiresAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesExpiresAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesExpiresAtAnyOf1"}]},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesTermsTextAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesTermsTextAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesTermsText":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesTermsTextAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesTermsTextAnyOf1"}]},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierNotesAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierNotesAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierNotesAnyOf1"}]},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesShipperNotesAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesShipperNotesAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesShipperNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesShipperNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesShipperNotesAnyOf1"}]},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataJsonAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataJsonAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataJson":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataJsonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataJsonAnyOf1"}]},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesKind":{"type":"string","enum":["base_freight","fuel_surcharge","toll","terminal_handling","rail_access","equipment","waiting_time","discount","other"]},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesEffectAllOf0":{"type":"string","enum":["charge","discount"]},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesEffect":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesEffectAllOf0"}],"default":"charge"},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesDescriptionAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesShipmentLegIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesShipmentLegIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesShipmentLegId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesShipmentLegIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesShipmentLegIdAnyOf1"}]},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesQuantityAllOf0":{"type":"number"},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesQuantity":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesQuantityAllOf0"}],"default":1},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesUnitCodeAllOf0":{"type":"string","enum":["shipment","ton","km","hour","leg","teu","pallet","vehicle","other"]},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesUnitCode":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesUnitCodeAllOf0"}],"default":"shipment"},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesUnitPrice":{"type":"number"},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesAmount":{"type":"number"},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesTaxRateAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesTaxRateAnyOf1":{"type":"number"},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesTaxRate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesTaxRateAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesTaxRateAnyOf1"}]},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesTaxAmountAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesTaxAmountAnyOf1":{"type":"number"},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesTaxAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesTaxAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesTaxAmountAnyOf1"}]},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesCurrency":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItems":{"type":"object","properties":{"kind":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesKind"},"effect":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesEffect"},"description":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesDescription"},"shipmentLegId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesShipmentLegId"},"quantity":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesQuantity"},"unitCode":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesUnitCode"},"unitPrice":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesUnitPrice"},"amount":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesAmount"},"taxRate":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesTaxRate"},"taxAmount":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesTaxAmount"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesCurrency"}},"required":["kind","unitPrice"],"additionalProperties":false},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLines":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLinesItems"},"minItems":1,"maxItems":50},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesPricingEstimateIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesPricingEstimateIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesPricingEstimateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesPricingEstimateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesPricingEstimateIdAnyOf1"}]},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCapacityOfferIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCapacityOfferIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCapacityOfferId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCapacityOfferIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCapacityOfferIdAnyOf1"}]},"DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"validFrom":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesValidFrom"},"expiresAt":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesExpiresAt"},"termsText":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesTermsText"},"carrierNotes":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierNotes"},"shipperNotes":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesShipperNotes"},"metadataJson":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataJson"},"costLines":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCostLines"},"pricingEstimateId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesPricingEstimateId"},"capacityOfferId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostRequestBodyContentApplicationJsonSchemaPropertiesCapacityOfferId"}},"required":["costLines"],"additionalProperties":false},"DocPathsApiFreightMarketplaceProposalsIdCounterPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdCounterPostResponses201ContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdCounterPostResponses201ContentApplicationJsonSchemaPropertiesTotalAmount":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdCounterPostResponses201ContentApplicationJsonSchemaPropertiesCurrency":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdCounterPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostResponses201ContentApplicationJsonSchemaPropertiesId"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostResponses201ContentApplicationJsonSchemaPropertiesStatus"},"totalAmount":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostResponses201ContentApplicationJsonSchemaPropertiesTotalAmount"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostResponses201ContentApplicationJsonSchemaPropertiesCurrency"}},"required":["id","status","totalAmount","currency"],"additionalProperties":false},"DocPathsApiFreightMarketplaceProposalsIdCounterPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdCounterPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceProposalsIdCounterPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdCounterPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdCounterPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceProposalsIdRejectPostParameters0Schema":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesReasonCodeAllOf0":{"type":"string","enum":["price_too_high","capacity_mismatch","terms_unacceptable","accepted_competing_proposal","other"]},"DocPathsApiFreightMarketplaceProposalsIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesReasonCode":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesReasonCodeAllOf0"}],"default":"other"},"DocPathsApiFreightMarketplaceProposalsIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesReasonTextAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceProposalsIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesReasonTextAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightMarketplaceProposalsIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesReasonText":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesReasonTextAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesReasonTextAnyOf1"}]},"DocPathsApiFreightMarketplaceProposalsIdRejectPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesId"},"reasonCode":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesReasonCode"},"reasonText":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesReasonText"}},"required":["id"],"additionalProperties":false},"DocPathsApiFreightMarketplaceProposalsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdRejectPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesId"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesStatus"}},"required":["id","status"],"additionalProperties":false},"DocPathsApiFreightMarketplaceProposalsIdRejectPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdRejectPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdRejectPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceProposalsIdRejectPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdRejectPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdRejectPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceProposalsIdGetParameters0Schema":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposalNumber":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesShipmentId":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationId":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantId":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesCapacityOfferIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesCapacityOfferIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesCapacityOfferId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesCapacityOfferIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesCapacityOfferIdAnyOf1"}]},"DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesCapacityReservationIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesCapacityReservationIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesCapacityReservationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesCapacityReservationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesCapacityReservationIdAnyOf1"}]},"DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesCapacityReservationStatusAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesCapacityReservationStatusAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesCapacityReservationStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesCapacityReservationStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesCapacityReservationStatusAnyOf1"}]},"DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesTotalAmount":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesCurrency":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesAmount":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesCurrency":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesCostLinesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesId"},"amount":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesAmount"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesCostLinesItemsPropertiesCurrency"}},"required":["id","amount","currency"],"additionalProperties":false},"DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesCostLines":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesCostLinesItems"}},"DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"proposalNumber":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposalNumber"},"shipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesShipmentId"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesStatus"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationId"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesCarrierParticipantId"},"capacityOfferId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesCapacityOfferId"},"capacityReservationId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesCapacityReservationId"},"capacityReservationStatus":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesCapacityReservationStatus"},"totalAmount":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesTotalAmount"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesCurrency"},"costLines":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdGetResponses200ContentApplicationJsonSchemaPropertiesCostLines"}},"required":["id","proposalNumber","shipmentId","status","carrierOrganizationId","carrierParticipantId","capacityOfferId","capacityReservationId","capacityReservationStatus","totalAmount","currency","costLines"],"additionalProperties":false},"DocPathsApiFreightMarketplaceProposalsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceProposalsIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceProposalsIdGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightMarketplaceProposalsIdWithdrawPostParameters0Schema":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdWithdrawPostRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdWithdrawPostRequestBodyContentApplicationJsonSchemaPropertiesReasonTextAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceProposalsIdWithdrawPostRequestBodyContentApplicationJsonSchemaPropertiesReasonTextAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightMarketplaceProposalsIdWithdrawPostRequestBodyContentApplicationJsonSchemaPropertiesReasonText":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdWithdrawPostRequestBodyContentApplicationJsonSchemaPropertiesReasonTextAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdWithdrawPostRequestBodyContentApplicationJsonSchemaPropertiesReasonTextAnyOf1"}]},"DocPathsApiFreightMarketplaceProposalsIdWithdrawPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdWithdrawPostRequestBodyContentApplicationJsonSchemaPropertiesId"},"reasonText":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdWithdrawPostRequestBodyContentApplicationJsonSchemaPropertiesReasonText"}},"required":["id"],"additionalProperties":false},"DocPathsApiFreightMarketplaceProposalsIdWithdrawPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdWithdrawPostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdWithdrawPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdWithdrawPostResponses200ContentApplicationJsonSchemaPropertiesId"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdWithdrawPostResponses200ContentApplicationJsonSchemaPropertiesStatus"}},"required":["id","status"],"additionalProperties":false},"DocPathsApiFreightMarketplaceProposalsIdWithdrawPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdWithdrawPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdWithdrawPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceProposalsIdWithdrawPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsIdWithdrawPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsIdWithdrawPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceProposalsExpireDuePostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsExpireDuePostRequestBodyContentApplicationJsonSchemaPropertiesBefore":{"type":"string","format":"datetime"},"DocPathsApiFreightMarketplaceProposalsExpireDuePostRequestBodyContentApplicationJsonSchemaPropertiesLimitAllOf0":{"type":"number"},"DocPathsApiFreightMarketplaceProposalsExpireDuePostRequestBodyContentApplicationJsonSchemaPropertiesLimit":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsExpireDuePostRequestBodyContentApplicationJsonSchemaPropertiesLimitAllOf0"}],"default":100},"DocPathsApiFreightMarketplaceProposalsExpireDuePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsExpireDuePostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"before":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsExpireDuePostRequestBodyContentApplicationJsonSchemaPropertiesBefore"},"limit":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsExpireDuePostRequestBodyContentApplicationJsonSchemaPropertiesLimit"}},"additionalProperties":false},"DocPathsApiFreightMarketplaceProposalsExpireDuePostResponses202ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiFreightMarketplaceProposalsExpireDuePostResponses202ContentApplicationJsonSchemaPropertiesProgressJobId":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsExpireDuePostResponses202ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsExpireDuePostResponses202ContentApplicationJsonSchemaPropertiesOk"},"progressJobId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsExpireDuePostResponses202ContentApplicationJsonSchemaPropertiesProgressJobId"}},"required":["ok","progressJobId"],"additionalProperties":false},"DocPathsApiFreightMarketplaceProposalsExpireDuePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsExpireDuePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsExpireDuePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceProposalsExpireDuePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsExpireDuePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsExpireDuePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceProposalsGetParameters0Schema":{"type":"number"},"DocPathsApiFreightMarketplaceProposalsGetParameters1Schema":{"type":"number"},"DocPathsApiFreightMarketplaceProposalsGetParameters2Schema":{"type":"string","enum":["draft","submitted","countered","accepted","rejected","withdrawn","expired","superseded"]},"DocPathsApiFreightMarketplaceProposalsGetParameters3Schema":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsGetParameters4Schema":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsGetParameters5Schema":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsGetParameters6Schema":{"type":"string","enum":["shipper","carrier"]},"DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProposalNumber":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShipmentId":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDirection":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierParticipantId":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationId":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityOfferIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityOfferIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityOfferId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityOfferIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityOfferIdAnyOf1"}]},"DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityReservationIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityReservationIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityReservationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityReservationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityReservationIdAnyOf1"}]},"DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityReservationStatusAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityReservationStatusAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityReservationStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityReservationStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityReservationStatusAnyOf1"}]},"DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalAmount":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrency":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpiresAtAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpiresAtAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpiresAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpiresAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpiresAtAnyOf1"}]},"DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubmittedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubmittedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubmittedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubmittedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubmittedAtAnyOf1"}]},"DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAcceptedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAcceptedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAcceptedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAcceptedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAcceptedAtAnyOf1"}]},"DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"proposalNumber":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProposalNumber"},"shipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShipmentId"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"direction":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDirection"},"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierParticipantId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierOrganizationId"},"capacityOfferId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityOfferId"},"capacityReservationId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityReservationId"},"capacityReservationStatus":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityReservationStatus"},"totalAmount":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalAmount"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrency"},"expiresAt":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpiresAt"},"submittedAt":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubmittedAt"},"acceptedAt":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAcceptedAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"}},"required":["id","proposalNumber","shipmentId","status","direction","carrierParticipantId","carrierOrganizationId","capacityOfferId","capacityReservationId","capacityReservationStatus","totalAmount","currency","expiresAt","submittedAt","acceptedAt","createdAt"],"additionalProperties":false},"DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiFreightMarketplaceProposalsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceProposalsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceProposalsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceProposalsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShipmentNumber":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegment":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMarketType":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginLocationId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationLocationId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightTons":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPickupEarliest":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegacyOrderIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegacyOrderIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegacyOrderId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegacyOrderIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegacyOrderIdAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegacySalesShipmentIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegacySalesShipmentIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegacySalesShipmentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegacySalesShipmentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegacySalesShipmentIdAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"shipmentNumber":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShipmentNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"cargoSegment":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegment"},"marketType":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMarketType"},"originLocationId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginLocationId"},"destinationLocationId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationLocationId"},"weightTons":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightTons"},"pickupEarliest":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPickupEarliest"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"legacyOrderId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegacyOrderId"},"legacySalesShipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegacySalesShipmentId"}},"required":["id","shipmentNumber","status","cargoSegment","marketType","originLocationId","destinationLocationId","weightTons","pickupEarliest","createdAt","legacyOrderId","legacySalesShipmentId"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesShipperId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesConsigneeIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesConsigneeIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesConsigneeId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesConsigneeIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesConsigneeIdAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCargoSegment":{"type":"string","enum":["container_iso","swap_body","semi_trailer","bulk_dry","bulk_liquid","bulk_gas","palletized","general_cargo","parcels","hazmat","reefer","vehicle","oversized","timber","steel"]},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCargoIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCargoIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCargoId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCargoIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCargoIdAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesWeightTons":{"type":"number"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesVolumeM3AnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesVolumeM3AnyOf1":{"type":"number"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesVolumeM3":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesVolumeM3AnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesVolumeM3AnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesUnitCountAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesUnitCountAnyOf1":{"type":"number"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesUnitCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesUnitCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesUnitCountAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCommodityDescriptionAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCommodityDescriptionAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCommodityDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCommodityDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCommodityDescriptionAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCommodityNhmAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCommodityNhmAnyOf1":{"type":"string","maxLength":10},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCommodityNhm":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCommodityNhmAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCommodityNhmAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesIsDangerousAllOf0":{"type":"boolean"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesIsDangerous":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesIsDangerousAllOf0"}],"default":false},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesAdrRidClassAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesAdrRidClassAnyOf1":{"type":"string","maxLength":32},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesAdrRidClass":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesAdrRidClassAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesAdrRidClassAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesUnNumberAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesUnNumberAnyOf1":{"type":"string","maxLength":32},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesUnNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesUnNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesUnNumberAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesRequiresTempControlAllOf0":{"type":"boolean"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesRequiresTempControl":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesRequiresTempControlAllOf0"}],"default":false},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTempMinCAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTempMinCAnyOf1":{"type":"number"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTempMinC":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTempMinCAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTempMinCAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTempMaxCAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTempMaxCAnyOf1":{"type":"number"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTempMaxC":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTempMaxCAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTempMaxCAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesOriginLocationId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationLocationId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesLaneIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesLaneIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesLaneId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesLaneIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesLaneIdAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPickupEarliestOneOf0":{"type":"string","format":"datetime"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPickupEarliestOneOf1":{"type":"string","format":"date-time"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPickupEarliest":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPickupEarliestOneOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPickupEarliestOneOf1"}]},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPickupLatestOneOf0":{"type":"string","format":"datetime"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPickupLatestOneOf1":{"type":"string","format":"date-time"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPickupLatest":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPickupLatestOneOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPickupLatestOneOf1"}]},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesDeliveryDeadlineAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesDeliveryDeadlineAnyOf1OneOf0":{"type":"string","format":"datetime"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesDeliveryDeadlineAnyOf1OneOf1":{"type":"string","format":"date-time"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesDeliveryDeadlineAnyOf1":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesDeliveryDeadlineAnyOf1OneOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesDeliveryDeadlineAnyOf1OneOf1"}]},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesDeliveryDeadline":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesDeliveryDeadlineAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesDeliveryDeadlineAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesIsRecurringAllOf0":{"type":"boolean"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesIsRecurring":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesIsRecurringAllOf0"}],"default":false},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesRecurrencePatternAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesRecurrencePatternAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesRecurrencePattern":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesRecurrencePatternAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesRecurrencePatternAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesModeConstraintAllOf0":{"type":"string","enum":["auto","road_only","rail_only","intermodal_only","sea_required"]},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesModeConstraint":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesModeConstraintAllOf0"}],"default":"auto"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesModePreferenceAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesModePreferenceAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesModePreference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesModePreferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesModePreferenceAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesMarketType":{"type":"string","enum":["contract","spot","programmatic"]},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesContractRateIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesContractRateIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesContractRateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesContractRateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesContractRateIdAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesMaxPricePerUnitAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesMaxPricePerUnitAnyOf1":{"type":"number"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesMaxPricePerUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesMaxPricePerUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesMaxPricePerUnitAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPriceUnitAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPriceUnitAnyOf1":{"type":"string","enum":["per_ton","per_teu","per_vehicle","per_pallet","lump_sum"]},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPriceUnit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPriceUnitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPriceUnitAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyAllOf0":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCurrency":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyAllOf0"}],"default":"PLN"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesVisibilityAllOf0":{"type":"string","enum":["private","tenant","invited","exchange"]},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesVisibility":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesVisibilityAllOf0"}],"default":"private"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesInvitedCarrierIdsAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesInvitedCarrierIdsAnyOf1Items":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesInvitedCarrierIdsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesInvitedCarrierIdsAnyOf1Items"}},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesInvitedCarrierIds":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesInvitedCarrierIdsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesInvitedCarrierIdsAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesLegacyOrderIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesLegacyOrderIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesLegacyOrderId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesLegacyOrderIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesLegacyOrderIdAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesLegacySalesShipmentIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesLegacySalesShipmentIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesLegacySalesShipmentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesLegacySalesShipmentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesLegacySalesShipmentIdAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTagsAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTagsAnyOf1Items":{"type":"string","maxLength":64},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTagsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTagsAnyOf1Items"}},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTags":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTagsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTagsAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCreatedByUserId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"shipperId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesShipperId"},"consigneeId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesConsigneeId"},"cargoSegment":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCargoSegment"},"cargoId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCargoId"},"weightTons":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesWeightTons"},"volumeM3":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesVolumeM3"},"unitCount":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesUnitCount"},"commodityDescription":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCommodityDescription"},"commodityNhm":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCommodityNhm"},"isDangerous":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesIsDangerous"},"adrRidClass":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesAdrRidClass"},"unNumber":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesUnNumber"},"requiresTempControl":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesRequiresTempControl"},"tempMinC":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTempMinC"},"tempMaxC":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTempMaxC"},"originLocationId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesOriginLocationId"},"destinationLocationId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationLocationId"},"laneId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesLaneId"},"pickupEarliest":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPickupEarliest"},"pickupLatest":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPickupLatest"},"deliveryDeadline":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesDeliveryDeadline"},"isRecurring":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesIsRecurring"},"recurrencePattern":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesRecurrencePattern"},"modeConstraint":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesModeConstraint"},"modePreference":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesModePreference"},"marketType":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesMarketType"},"contractRateId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesContractRateId"},"maxPricePerUnit":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesMaxPricePerUnit"},"priceUnit":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPriceUnit"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCurrency"},"visibility":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesVisibility"},"invitedCarrierIds":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesInvitedCarrierIds"},"legacyOrderId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesLegacyOrderId"},"legacySalesShipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesLegacySalesShipmentId"},"notes":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesNotes"},"tags":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTags"},"createdByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostRequestBodyContentApplicationJsonSchemaPropertiesCreatedByUserId"}},"required":["tenantId","organizationId","shipperId","cargoSegment","weightTons","originLocationId","destinationLocationId","pickupEarliest","pickupLatest","marketType","createdByUserId"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsPostResponses201ContentApplicationJsonSchemaPropertiesShipmentNumber":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsPostResponses201ContentApplicationJsonSchemaPropertiesLegacySalesShipmentIdAnyOf0":{"type":"null"},"DocPathsApiFreightMarketplaceShipmentsPostResponses201ContentApplicationJsonSchemaPropertiesLegacySalesShipmentIdAnyOf1":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsPostResponses201ContentApplicationJsonSchemaPropertiesLegacySalesShipmentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostResponses201ContentApplicationJsonSchemaPropertiesLegacySalesShipmentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostResponses201ContentApplicationJsonSchemaPropertiesLegacySalesShipmentIdAnyOf1"}]},"DocPathsApiFreightMarketplaceShipmentsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostResponses201ContentApplicationJsonSchemaPropertiesId"},"shipmentNumber":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostResponses201ContentApplicationJsonSchemaPropertiesShipmentNumber"},"legacySalesShipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostResponses201ContentApplicationJsonSchemaPropertiesLegacySalesShipmentId"}},"required":["id","shipmentNumber"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMarketplaceShipmentsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMarketplaceShipmentsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMarketplaceShipmentsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMatchersCandidatesIdRejectPostParameters0Schema":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightMatchersCandidatesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesActorUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesActorUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesActorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesActorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesActorUserIdAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdRejectPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"note":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesNote"},"actorUserId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesActorUserId"}},"additionalProperties":false},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesMatchRunId":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesShipmentId":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesParticipantProfileId":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesCarrierDisplayNameAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesCarrierDisplayNameAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesCarrierDisplayName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesCarrierDisplayNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesCarrierDisplayNameAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDecisionStatus":{"type":"string","enum":["candidate","shortlisted","rejected","excluded"]},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesRecommendation":{"type":"string","enum":["recommended","backup","manual_review","not_recommended"]},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesScore":{"type":"number"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesConfidenceScore":{"type":"number"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesRank":{"type":"number"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesEligibilityScoreAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesEligibilityScoreAnyOf1":{"type":"number"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesEligibilityScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesEligibilityScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesEligibilityScoreAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesLanePreferenceScoreAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesLanePreferenceScoreAnyOf1":{"type":"number"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesLanePreferenceScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesLanePreferenceScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesLanePreferenceScoreAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesLaneHistoryScoreAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesLaneHistoryScoreAnyOf1":{"type":"number"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesLaneHistoryScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesLaneHistoryScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesLaneHistoryScoreAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesPricingScoreAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesPricingScoreAnyOf1":{"type":"number"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesPricingScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesPricingScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesPricingScoreAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesReputationScoreAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesReputationScoreAnyOf1":{"type":"number"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesReputationScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesReputationScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesReputationScoreAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesEstimatedTotalAmountAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesEstimatedTotalAmountAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesEstimatedTotalAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesEstimatedTotalAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesEstimatedTotalAmountAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesEstimatedCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesEstimatedCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesEstimatedCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesEstimatedCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesEstimatedCurrencyAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesPricingStatusAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesPricingStatusAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesPricingStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesPricingStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesPricingStatusAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesAccessTierAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesAccessTierAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesAccessTier":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesAccessTierAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesAccessTierAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExcludedReasonCodeAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExcludedReasonCodeAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExcludedReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExcludedReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExcludedReasonCodeAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDecisionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDecisionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDecisionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDecisionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDecisionNoteAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDecidedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDecidedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDecidedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDecidedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDecidedAtAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDecidedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDecidedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDecidedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDecidedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDecidedByUserIdAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesCode":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesSeverity":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesMessageKey":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesGroup":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf0":{"type":"number"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf1":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf2":{"type":"boolean"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf3":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValue":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf1"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf2"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf3"}]},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItems":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesCode"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesSeverity"},"messageKey":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesMessageKey"},"group":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesGroup"},"value":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValue"}},"required":["code","severity","messageKey","group"],"additionalProperties":false},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasons":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItems"}},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesGroupsItems":{"type":"object","additionalProperties":true},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesGroups":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesGroupsItems"}},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1":{"type":"object","properties":{"reasons":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasons"},"groups":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesGroups"}},"additionalProperties":true},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExplanation":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesSourceSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesSourceSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesSourceSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesSourceSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesSourceSnapshotAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesId"},"matchRunId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesMatchRunId"},"shipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesShipmentId"},"participantProfileId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesParticipantProfileId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationId"},"carrierDisplayName":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesCarrierDisplayName"},"decisionStatus":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDecisionStatus"},"recommendation":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesRecommendation"},"score":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesScore"},"confidenceScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesConfidenceScore"},"rank":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesRank"},"eligibilityScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesEligibilityScore"},"lanePreferenceScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesLanePreferenceScore"},"laneHistoryScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesLaneHistoryScore"},"pricingScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesPricingScore"},"reputationScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesReputationScore"},"estimatedTotalAmount":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesEstimatedTotalAmount"},"estimatedCurrency":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesEstimatedCurrency"},"pricingStatus":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesPricingStatus"},"accessTier":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesAccessTier"},"excludedReasonCode":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExcludedReasonCode"},"decisionNote":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDecisionNote"},"decidedAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDecidedAt"},"decidedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDecidedByUserId"},"explanation":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesExplanation"},"sourceSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesSourceSnapshot"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","matchRunId","shipmentId","participantProfileId","carrierOrganizationId","carrierDisplayName","decisionStatus","recommendation","score","confidenceScore","rank","eligibilityScore","lanePreferenceScore","laneHistoryScore","pricingScore","reputationScore","estimatedTotalAmount","estimatedCurrency","pricingStatus","accessTier","excludedReasonCode","decisionNote","decidedAt","decidedByUserId","explanation","sourceSnapshot","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdRejectPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMatchersCandidatesIdRejectPostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostParameters0Schema":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightMatchersCandidatesIdShortlistPostRequestBodyContentApplicationJsonSchemaPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdShortlistPostRequestBodyContentApplicationJsonSchemaPropertiesActorUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostRequestBodyContentApplicationJsonSchemaPropertiesActorUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostRequestBodyContentApplicationJsonSchemaPropertiesActorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostRequestBodyContentApplicationJsonSchemaPropertiesActorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostRequestBodyContentApplicationJsonSchemaPropertiesActorUserIdAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdShortlistPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"note":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostRequestBodyContentApplicationJsonSchemaPropertiesNote"},"actorUserId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostRequestBodyContentApplicationJsonSchemaPropertiesActorUserId"}},"additionalProperties":false},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesMatchRunId":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesShipmentId":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesParticipantProfileId":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCarrierDisplayNameAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCarrierDisplayNameAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCarrierDisplayName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCarrierDisplayNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCarrierDisplayNameAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesDecisionStatus":{"type":"string","enum":["candidate","shortlisted","rejected","excluded"]},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesRecommendation":{"type":"string","enum":["recommended","backup","manual_review","not_recommended"]},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesScore":{"type":"number"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesConfidenceScore":{"type":"number"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesRank":{"type":"number"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesEligibilityScoreAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesEligibilityScoreAnyOf1":{"type":"number"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesEligibilityScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesEligibilityScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesEligibilityScoreAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesLanePreferenceScoreAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesLanePreferenceScoreAnyOf1":{"type":"number"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesLanePreferenceScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesLanePreferenceScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesLanePreferenceScoreAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesLaneHistoryScoreAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesLaneHistoryScoreAnyOf1":{"type":"number"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesLaneHistoryScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesLaneHistoryScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesLaneHistoryScoreAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesPricingScoreAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesPricingScoreAnyOf1":{"type":"number"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesPricingScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesPricingScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesPricingScoreAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesReputationScoreAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesReputationScoreAnyOf1":{"type":"number"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesReputationScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesReputationScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesReputationScoreAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesEstimatedTotalAmountAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesEstimatedTotalAmountAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesEstimatedTotalAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesEstimatedTotalAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesEstimatedTotalAmountAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesEstimatedCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesEstimatedCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesEstimatedCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesEstimatedCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesEstimatedCurrencyAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesPricingStatusAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesPricingStatusAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesPricingStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesPricingStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesPricingStatusAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesAccessTierAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesAccessTierAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesAccessTier":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesAccessTierAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesAccessTierAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExcludedReasonCodeAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExcludedReasonCodeAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExcludedReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExcludedReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExcludedReasonCodeAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesDecisionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesDecisionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesDecisionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesDecisionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesDecisionNoteAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesDecidedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesDecidedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesDecidedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesDecidedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesDecidedAtAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesDecidedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesDecidedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesDecidedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesDecidedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesDecidedByUserIdAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesCode":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesSeverity":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesMessageKey":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesGroup":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf0":{"type":"number"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf1":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf2":{"type":"boolean"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf3":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValue":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf1"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf2"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf3"}]},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItems":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesCode"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesSeverity"},"messageKey":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesMessageKey"},"group":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesGroup"},"value":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValue"}},"required":["code","severity","messageKey","group"],"additionalProperties":false},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasons":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasonsItems"}},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesGroupsItems":{"type":"object","additionalProperties":true},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesGroups":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesGroupsItems"}},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1":{"type":"object","properties":{"reasons":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesReasons"},"groups":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1PropertiesGroups"}},"additionalProperties":true},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExplanation":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExplanationAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesSourceSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesSourceSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesSourceSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesSourceSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesSourceSnapshotAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesId"},"matchRunId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesMatchRunId"},"shipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesShipmentId"},"participantProfileId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesParticipantProfileId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCarrierOrganizationId"},"carrierDisplayName":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCarrierDisplayName"},"decisionStatus":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesDecisionStatus"},"recommendation":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesRecommendation"},"score":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesScore"},"confidenceScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesConfidenceScore"},"rank":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesRank"},"eligibilityScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesEligibilityScore"},"lanePreferenceScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesLanePreferenceScore"},"laneHistoryScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesLaneHistoryScore"},"pricingScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesPricingScore"},"reputationScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesReputationScore"},"estimatedTotalAmount":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesEstimatedTotalAmount"},"estimatedCurrency":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesEstimatedCurrency"},"pricingStatus":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesPricingStatus"},"accessTier":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesAccessTier"},"excludedReasonCode":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExcludedReasonCode"},"decisionNote":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesDecisionNote"},"decidedAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesDecidedAt"},"decidedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesDecidedByUserId"},"explanation":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExplanation"},"sourceSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesSourceSnapshot"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","matchRunId","shipmentId","participantProfileId","carrierOrganizationId","carrierDisplayName","decisionStatus","recommendation","score","confidenceScore","rank","eligibilityScore","lanePreferenceScore","laneHistoryScore","pricingScore","reputationScore","estimatedTotalAmount","estimatedCurrency","pricingStatus","accessTier","excludedReasonCode","decisionNote","decidedAt","decidedByUserId","explanation","sourceSnapshot","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMatchersCandidatesIdShortlistPostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightMatchersRunsIdRefreshPostParameters0Schema":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostRequestBodyContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdRefreshPostRequestBodyContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostRequestBodyContentApplicationJsonSchemaPropertiesRequestedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostRequestBodyContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostRequestBodyContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdRefreshPostRequestBodyContentApplicationJsonSchemaPropertiesScoreThreshold":{"type":"number"},"DocPathsApiFreightMatchersRunsIdRefreshPostRequestBodyContentApplicationJsonSchemaPropertiesCandidateLimit":{"type":"number"},"DocPathsApiFreightMatchersRunsIdRefreshPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"requestedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostRequestBodyContentApplicationJsonSchemaPropertiesRequestedByUserId"},"scoreThreshold":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostRequestBodyContentApplicationJsonSchemaPropertiesScoreThreshold"},"candidateLimit":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostRequestBodyContentApplicationJsonSchemaPropertiesCandidateLimit"}},"additionalProperties":false},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesShipmentId":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesShipmentNumberAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesShipmentNumberAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesShipmentNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesShipmentNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesShipmentNumberAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesDiscoveryReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesDiscoveryReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesDiscoveryReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesDiscoveryReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesDiscoveryReferenceAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["running","completed","failed","superseded","shortlisted"]},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesAlgorithmVersion":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesMatcherModeAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesMatcherModeAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesMatcherMode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesMatcherModeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesMatcherModeAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCargoSegment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesLaneId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprintAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprintAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprint":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprintAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprintAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidateCount":{"type":"number"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesShortlistedCount":{"type":"number"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesExcludedCount":{"type":"number"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesScoreThreshold":{"type":"number"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSummaryAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSummaryAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesFailureMessageAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesFailureMessageAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesFailureMessage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesFailureMessageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesFailureMessageAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesInputSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesInputSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesInputSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesInputSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesInputSnapshotAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesStartedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesStartedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesStartedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesStartedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesStartedAtAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesIsCurrent":{"type":"boolean"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesId":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchRunId":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesShipmentId":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesParticipantProfileId":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierDisplayNameAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierDisplayNameAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierDisplayName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierDisplayNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierDisplayNameAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionStatus":{"type":"string","enum":["candidate","shortlisted","rejected","excluded"]},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRecommendation":{"type":"string","enum":["recommended","backup","manual_review","not_recommended"]},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScore":{"type":"number"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesConfidenceScore":{"type":"number"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRank":{"type":"number"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEligibilityScoreAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEligibilityScoreAnyOf1":{"type":"number"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEligibilityScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEligibilityScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEligibilityScoreAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLanePreferenceScoreAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLanePreferenceScoreAnyOf1":{"type":"number"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLanePreferenceScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLanePreferenceScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLanePreferenceScoreAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLaneHistoryScoreAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLaneHistoryScoreAnyOf1":{"type":"number"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLaneHistoryScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLaneHistoryScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLaneHistoryScoreAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingScoreAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingScoreAnyOf1":{"type":"number"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingScoreAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesReputationScoreAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesReputationScoreAnyOf1":{"type":"number"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesReputationScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesReputationScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesReputationScoreAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedTotalAmountAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedTotalAmountAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedTotalAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedTotalAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedTotalAmountAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedCurrencyAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingStatusAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingStatusAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingStatusAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesAccessTierAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesAccessTierAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesAccessTier":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesAccessTierAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesAccessTierAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExcludedReasonCodeAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExcludedReasonCodeAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExcludedReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExcludedReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExcludedReasonCodeAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionNoteAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAtAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserIdAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesCode":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesSeverity":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesMessageKey":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesGroup":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf0":{"type":"number"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf2":{"type":"boolean"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf3":{"type":"null"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValue":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf1"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf2"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf3"}]},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItems":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesCode"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesSeverity"},"messageKey":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesMessageKey"},"group":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesGroup"},"value":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValue"}},"required":["code","severity","messageKey","group"],"additionalProperties":false},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasons":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItems"}},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesGroupsItems":{"type":"object","additionalProperties":true},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesGroups":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesGroupsItems"}},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1":{"type":"object","properties":{"reasons":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasons"},"groups":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesGroups"}},"additionalProperties":true},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanation":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesSourceSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesSourceSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesSourceSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesSourceSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesSourceSnapshotAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesId"},"matchRunId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchRunId"},"shipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesShipmentId"},"participantProfileId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesParticipantProfileId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationId"},"carrierDisplayName":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierDisplayName"},"decisionStatus":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionStatus"},"recommendation":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRecommendation"},"score":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScore"},"confidenceScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesConfidenceScore"},"rank":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRank"},"eligibilityScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEligibilityScore"},"lanePreferenceScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLanePreferenceScore"},"laneHistoryScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLaneHistoryScore"},"pricingScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingScore"},"reputationScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesReputationScore"},"estimatedTotalAmount":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedTotalAmount"},"estimatedCurrency":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedCurrency"},"pricingStatus":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingStatus"},"accessTier":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesAccessTier"},"excludedReasonCode":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExcludedReasonCode"},"decisionNote":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionNote"},"decidedAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAt"},"decidedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserId"},"explanation":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanation"},"sourceSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesSourceSnapshot"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesUpdatedAt"}},"required":["id","matchRunId","shipmentId","participantProfileId","carrierOrganizationId","carrierDisplayName","decisionStatus","recommendation","score","confidenceScore","rank","eligibilityScore","lanePreferenceScore","laneHistoryScore","pricingScore","reputationScore","estimatedTotalAmount","estimatedCurrency","pricingStatus","accessTier","excludedReasonCode","decisionNote","decidedAt","decidedByUserId","explanation","sourceSnapshot","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItems"}},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesId"},"shipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesShipmentId"},"shipmentNumber":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesShipmentNumber"},"discoveryReference":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesDiscoveryReference"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesStatus"},"algorithmVersion":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesAlgorithmVersion"},"matcherMode":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesMatcherMode"},"cargoSegment":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCargoSegment"},"laneId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesLaneId"},"laneFingerprint":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprint"},"candidateCount":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidateCount"},"shortlistedCount":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesShortlistedCount"},"excludedCount":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesExcludedCount"},"scoreThreshold":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesScoreThreshold"},"summary":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSummary"},"failureMessage":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesFailureMessage"},"inputSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesInputSnapshot"},"requestedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserId"},"startedAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesStartedAt"},"completedAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCompletedAt"},"isCurrent":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesIsCurrent"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"},"candidates":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidates"}},"required":["id","shipmentId","shipmentNumber","discoveryReference","status","algorithmVersion","matcherMode","cargoSegment","laneId","laneFingerprint","candidateCount","shortlistedCount","excludedCount","scoreThreshold","summary","failureMessage","inputSnapshot","requestedByUserId","startedAt","completedAt","isCurrent","createdAt","updatedAt","candidates"],"additionalProperties":false},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdRefreshPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMatchersRunsIdRefreshPostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightMatchersRunsIdGetParameters0Schema":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesShipmentId":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesShipmentNumberAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesShipmentNumberAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesShipmentNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesShipmentNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesShipmentNumberAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesDiscoveryReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesDiscoveryReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesDiscoveryReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesDiscoveryReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesDiscoveryReferenceAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["running","completed","failed","superseded","shortlisted"]},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesAlgorithmVersion":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesMatcherModeAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesMatcherModeAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesMatcherMode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesMatcherModeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesMatcherModeAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoSegment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprintAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprintAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprint":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprintAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprintAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidateCount":{"type":"number"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesShortlistedCount":{"type":"number"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesExcludedCount":{"type":"number"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesScoreThreshold":{"type":"number"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSummaryAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSummaryAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesFailureMessageAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesFailureMessageAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesFailureMessage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesFailureMessageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesFailureMessageAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesInputSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesInputSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesInputSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesInputSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesInputSnapshotAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesStartedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesStartedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesStartedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesStartedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesStartedAtAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesIsCurrent":{"type":"boolean"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesId":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchRunId":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesShipmentId":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesParticipantProfileId":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierDisplayNameAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierDisplayNameAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierDisplayName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierDisplayNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierDisplayNameAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionStatus":{"type":"string","enum":["candidate","shortlisted","rejected","excluded"]},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRecommendation":{"type":"string","enum":["recommended","backup","manual_review","not_recommended"]},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScore":{"type":"number"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesConfidenceScore":{"type":"number"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRank":{"type":"number"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEligibilityScoreAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEligibilityScoreAnyOf1":{"type":"number"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEligibilityScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEligibilityScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEligibilityScoreAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLanePreferenceScoreAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLanePreferenceScoreAnyOf1":{"type":"number"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLanePreferenceScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLanePreferenceScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLanePreferenceScoreAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLaneHistoryScoreAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLaneHistoryScoreAnyOf1":{"type":"number"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLaneHistoryScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLaneHistoryScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLaneHistoryScoreAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingScoreAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingScoreAnyOf1":{"type":"number"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingScoreAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesReputationScoreAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesReputationScoreAnyOf1":{"type":"number"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesReputationScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesReputationScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesReputationScoreAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedTotalAmountAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedTotalAmountAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedTotalAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedTotalAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedTotalAmountAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedCurrencyAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingStatusAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingStatusAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingStatusAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesAccessTierAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesAccessTierAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesAccessTier":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesAccessTierAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesAccessTierAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExcludedReasonCodeAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExcludedReasonCodeAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExcludedReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExcludedReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExcludedReasonCodeAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionNoteAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAtAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserIdAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesCode":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesSeverity":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesMessageKey":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesGroup":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf0":{"type":"number"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf2":{"type":"boolean"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf3":{"type":"null"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValue":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf1"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf2"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf3"}]},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItems":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesCode"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesSeverity"},"messageKey":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesMessageKey"},"group":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesGroup"},"value":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValue"}},"required":["code","severity","messageKey","group"],"additionalProperties":false},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasons":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItems"}},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesGroupsItems":{"type":"object","additionalProperties":true},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesGroups":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesGroupsItems"}},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1":{"type":"object","properties":{"reasons":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasons"},"groups":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesGroups"}},"additionalProperties":true},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanation":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesSourceSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesSourceSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesSourceSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesSourceSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesSourceSnapshotAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesId"},"matchRunId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchRunId"},"shipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesShipmentId"},"participantProfileId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesParticipantProfileId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationId"},"carrierDisplayName":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierDisplayName"},"decisionStatus":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionStatus"},"recommendation":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRecommendation"},"score":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScore"},"confidenceScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesConfidenceScore"},"rank":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRank"},"eligibilityScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEligibilityScore"},"lanePreferenceScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLanePreferenceScore"},"laneHistoryScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLaneHistoryScore"},"pricingScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingScore"},"reputationScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesReputationScore"},"estimatedTotalAmount":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedTotalAmount"},"estimatedCurrency":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedCurrency"},"pricingStatus":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingStatus"},"accessTier":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesAccessTier"},"excludedReasonCode":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExcludedReasonCode"},"decisionNote":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionNote"},"decidedAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAt"},"decidedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserId"},"explanation":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanation"},"sourceSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesSourceSnapshot"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesUpdatedAt"}},"required":["id","matchRunId","shipmentId","participantProfileId","carrierOrganizationId","carrierDisplayName","decisionStatus","recommendation","score","confidenceScore","rank","eligibilityScore","lanePreferenceScore","laneHistoryScore","pricingScore","reputationScore","estimatedTotalAmount","estimatedCurrency","pricingStatus","accessTier","excludedReasonCode","decisionNote","decidedAt","decidedByUserId","explanation","sourceSnapshot","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItems"}},"DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"shipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesShipmentId"},"shipmentNumber":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesShipmentNumber"},"discoveryReference":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesDiscoveryReference"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesStatus"},"algorithmVersion":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesAlgorithmVersion"},"matcherMode":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesMatcherMode"},"cargoSegment":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoSegment"},"laneId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneId"},"laneFingerprint":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprint"},"candidateCount":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidateCount"},"shortlistedCount":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesShortlistedCount"},"excludedCount":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesExcludedCount"},"scoreThreshold":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesScoreThreshold"},"summary":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSummary"},"failureMessage":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesFailureMessage"},"inputSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesInputSnapshot"},"requestedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserId"},"startedAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesStartedAt"},"completedAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompletedAt"},"isCurrent":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesIsCurrent"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"},"candidates":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidates"}},"required":["id","shipmentId","shipmentNumber","discoveryReference","status","algorithmVersion","matcherMode","cargoSegment","laneId","laneFingerprint","candidateCount","shortlistedCount","excludedCount","scoreThreshold","summary","failureMessage","inputSnapshot","requestedByUserId","startedAt","completedAt","isCurrent","createdAt","updatedAt","candidates"],"additionalProperties":false},"DocPathsApiFreightMatchersRunsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMatchersRunsIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMatchersRunsIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMatchersRunsIdGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightMatchersRunsIdShortlistPostParameters0Schema":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostRequestBodyContentApplicationJsonSchemaPropertiesCandidateIdsItems":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostRequestBodyContentApplicationJsonSchemaPropertiesCandidateIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostRequestBodyContentApplicationJsonSchemaPropertiesCandidateIdsItems"},"minItems":1,"maxItems":50},"DocPathsApiFreightMatchersRunsIdShortlistPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdShortlistPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightMatchersRunsIdShortlistPostRequestBodyContentApplicationJsonSchemaPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdShortlistPostRequestBodyContentApplicationJsonSchemaPropertiesActorUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdShortlistPostRequestBodyContentApplicationJsonSchemaPropertiesActorUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostRequestBodyContentApplicationJsonSchemaPropertiesActorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostRequestBodyContentApplicationJsonSchemaPropertiesActorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostRequestBodyContentApplicationJsonSchemaPropertiesActorUserIdAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdShortlistPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"candidateIds":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostRequestBodyContentApplicationJsonSchemaPropertiesCandidateIds"},"note":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostRequestBodyContentApplicationJsonSchemaPropertiesNote"},"actorUserId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostRequestBodyContentApplicationJsonSchemaPropertiesActorUserId"}},"additionalProperties":false},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesShipmentId":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesShipmentNumberAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesShipmentNumberAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesShipmentNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesShipmentNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesShipmentNumberAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesDiscoveryReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesDiscoveryReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesDiscoveryReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesDiscoveryReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesDiscoveryReferenceAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["running","completed","failed","superseded","shortlisted"]},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesAlgorithmVersion":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesMatcherModeAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesMatcherModeAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesMatcherMode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesMatcherModeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesMatcherModeAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCargoSegment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesLaneId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprintAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprintAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprint":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprintAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprintAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidateCount":{"type":"number"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesShortlistedCount":{"type":"number"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExcludedCount":{"type":"number"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesScoreThreshold":{"type":"number"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesSummaryAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesSummaryAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesFailureMessageAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesFailureMessageAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesFailureMessage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesFailureMessageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesFailureMessageAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesInputSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesInputSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesInputSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesInputSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesInputSnapshotAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesStartedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesStartedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesStartedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesStartedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesStartedAtAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesIsCurrent":{"type":"boolean"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesId":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchRunId":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesShipmentId":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesParticipantProfileId":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierDisplayNameAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierDisplayNameAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierDisplayName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierDisplayNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierDisplayNameAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionStatus":{"type":"string","enum":["candidate","shortlisted","rejected","excluded"]},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRecommendation":{"type":"string","enum":["recommended","backup","manual_review","not_recommended"]},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScore":{"type":"number"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesConfidenceScore":{"type":"number"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRank":{"type":"number"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEligibilityScoreAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEligibilityScoreAnyOf1":{"type":"number"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEligibilityScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEligibilityScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEligibilityScoreAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLanePreferenceScoreAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLanePreferenceScoreAnyOf1":{"type":"number"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLanePreferenceScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLanePreferenceScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLanePreferenceScoreAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLaneHistoryScoreAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLaneHistoryScoreAnyOf1":{"type":"number"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLaneHistoryScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLaneHistoryScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLaneHistoryScoreAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingScoreAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingScoreAnyOf1":{"type":"number"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingScoreAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesReputationScoreAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesReputationScoreAnyOf1":{"type":"number"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesReputationScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesReputationScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesReputationScoreAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedTotalAmountAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedTotalAmountAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedTotalAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedTotalAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedTotalAmountAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedCurrencyAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingStatusAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingStatusAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingStatusAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesAccessTierAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesAccessTierAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesAccessTier":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesAccessTierAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesAccessTierAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExcludedReasonCodeAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExcludedReasonCodeAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExcludedReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExcludedReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExcludedReasonCodeAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionNoteAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAtAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserIdAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesCode":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesSeverity":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesMessageKey":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesGroup":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf0":{"type":"number"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf2":{"type":"boolean"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf3":{"type":"null"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValue":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf1"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf2"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf3"}]},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItems":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesCode"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesSeverity"},"messageKey":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesMessageKey"},"group":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesGroup"},"value":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValue"}},"required":["code","severity","messageKey","group"],"additionalProperties":false},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasons":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItems"}},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesGroupsItems":{"type":"object","additionalProperties":true},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesGroups":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesGroupsItems"}},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1":{"type":"object","properties":{"reasons":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasons"},"groups":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesGroups"}},"additionalProperties":true},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanation":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesSourceSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesSourceSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesSourceSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesSourceSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesSourceSnapshotAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesId"},"matchRunId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchRunId"},"shipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesShipmentId"},"participantProfileId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesParticipantProfileId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationId"},"carrierDisplayName":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierDisplayName"},"decisionStatus":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionStatus"},"recommendation":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRecommendation"},"score":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScore"},"confidenceScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesConfidenceScore"},"rank":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRank"},"eligibilityScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEligibilityScore"},"lanePreferenceScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLanePreferenceScore"},"laneHistoryScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLaneHistoryScore"},"pricingScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingScore"},"reputationScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesReputationScore"},"estimatedTotalAmount":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedTotalAmount"},"estimatedCurrency":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedCurrency"},"pricingStatus":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingStatus"},"accessTier":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesAccessTier"},"excludedReasonCode":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExcludedReasonCode"},"decisionNote":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionNote"},"decidedAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAt"},"decidedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserId"},"explanation":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanation"},"sourceSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesSourceSnapshot"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesUpdatedAt"}},"required":["id","matchRunId","shipmentId","participantProfileId","carrierOrganizationId","carrierDisplayName","decisionStatus","recommendation","score","confidenceScore","rank","eligibilityScore","lanePreferenceScore","laneHistoryScore","pricingScore","reputationScore","estimatedTotalAmount","estimatedCurrency","pricingStatus","accessTier","excludedReasonCode","decisionNote","decidedAt","decidedByUserId","explanation","sourceSnapshot","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItems"}},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesId"},"shipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesShipmentId"},"shipmentNumber":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesShipmentNumber"},"discoveryReference":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesDiscoveryReference"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesStatus"},"algorithmVersion":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesAlgorithmVersion"},"matcherMode":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesMatcherMode"},"cargoSegment":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCargoSegment"},"laneId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesLaneId"},"laneFingerprint":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprint"},"candidateCount":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidateCount"},"shortlistedCount":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesShortlistedCount"},"excludedCount":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesExcludedCount"},"scoreThreshold":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesScoreThreshold"},"summary":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesSummary"},"failureMessage":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesFailureMessage"},"inputSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesInputSnapshot"},"requestedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserId"},"startedAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesStartedAt"},"completedAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCompletedAt"},"isCurrent":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesIsCurrent"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"},"candidates":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses200ContentApplicationJsonSchemaPropertiesCandidates"}},"required":["id","shipmentId","shipmentNumber","discoveryReference","status","algorithmVersion","matcherMode","cargoSegment","laneId","laneFingerprint","candidateCount","shortlistedCount","excludedCount","scoreThreshold","summary","failureMessage","inputSnapshot","requestedByUserId","startedAt","completedAt","isCurrent","createdAt","updatedAt","candidates"],"additionalProperties":false},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsIdShortlistPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMatchersRunsIdShortlistPostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightMatchersRunsGetParameters0Schema":{"type":"number"},"DocPathsApiFreightMatchersRunsGetParameters1Schema":{"type":"number"},"DocPathsApiFreightMatchersRunsGetParameters2Schema":{"type":"string","maxLength":200},"DocPathsApiFreightMatchersRunsGetParameters3Schema":{"type":"string","maxLength":4000},"DocPathsApiFreightMatchersRunsGetParameters4Schema":{"type":"string"},"DocPathsApiFreightMatchersRunsGetParameters5Schema":{"type":"string","enum":["running","completed","failed","superseded","shortlisted"]},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShipmentId":{"type":"string"},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShipmentNumberAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShipmentNumberAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShipmentNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShipmentNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShipmentNumberAnyOf1"}]},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDiscoveryReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDiscoveryReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDiscoveryReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDiscoveryReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDiscoveryReferenceAnyOf1"}]},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string","enum":["running","completed","failed","superseded","shortlisted"]},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAlgorithmVersion":{"type":"string"},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMatcherModeAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMatcherModeAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMatcherMode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMatcherModeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMatcherModeAnyOf1"}]},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegmentAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegmentAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegmentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegmentAnyOf1"}]},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneIdAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneIdAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneIdAnyOf1"}]},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneFingerprintAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneFingerprintAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneFingerprint":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneFingerprintAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneFingerprintAnyOf1"}]},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCandidateCount":{"type":"number"},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShortlistedCount":{"type":"number"},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExcludedCount":{"type":"number"},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScoreThreshold":{"type":"number"},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSummaryAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSummaryAnyOf1"}]},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFailureMessageAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFailureMessageAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFailureMessage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFailureMessageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFailureMessageAnyOf1"}]},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInputSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInputSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInputSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInputSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInputSnapshotAnyOf1"}]},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequestedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequestedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequestedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequestedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequestedByUserIdAnyOf1"}]},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartedAtAnyOf1"}]},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompletedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompletedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompletedAtAnyOf1"}]},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsCurrent":{"type":"boolean"},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"shipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShipmentId"},"shipmentNumber":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShipmentNumber"},"discoveryReference":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDiscoveryReference"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"algorithmVersion":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAlgorithmVersion"},"matcherMode":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMatcherMode"},"cargoSegment":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegment"},"laneId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneId"},"laneFingerprint":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneFingerprint"},"candidateCount":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCandidateCount"},"shortlistedCount":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShortlistedCount"},"excludedCount":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExcludedCount"},"scoreThreshold":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScoreThreshold"},"summary":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSummary"},"failureMessage":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFailureMessage"},"inputSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInputSnapshot"},"requestedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequestedByUserId"},"startedAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartedAt"},"completedAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompletedAt"},"isCurrent":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsCurrent"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","shipmentId","shipmentNumber","discoveryReference","status","algorithmVersion","matcherMode","cargoSegment","laneId","laneFingerprint","candidateCount","shortlistedCount","excludedCount","scoreThreshold","summary","failureMessage","inputSnapshot","requestedByUserId","startedAt","completedAt","isCurrent","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"page":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"total":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"}},"required":["items","page","pageSize","total"],"additionalProperties":false},"DocPathsApiFreightMatchersRunsGetResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightMatchersRunsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMatchersRunsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMatchersRunsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMatchersRunsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMatchersRunsPostRequestBodyContentApplicationJsonSchemaPropertiesShipmentId":{"type":"string"},"DocPathsApiFreightMatchersRunsPostRequestBodyContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsPostRequestBodyContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsPostRequestBodyContentApplicationJsonSchemaPropertiesRequestedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostRequestBodyContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostRequestBodyContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf1"}]},"DocPathsApiFreightMatchersRunsPostRequestBodyContentApplicationJsonSchemaPropertiesScoreThresholdAllOf0":{"type":"number"},"DocPathsApiFreightMatchersRunsPostRequestBodyContentApplicationJsonSchemaPropertiesScoreThreshold":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostRequestBodyContentApplicationJsonSchemaPropertiesScoreThresholdAllOf0"}],"default":0.55},"DocPathsApiFreightMatchersRunsPostRequestBodyContentApplicationJsonSchemaPropertiesCandidateLimitAllOf0":{"type":"number"},"DocPathsApiFreightMatchersRunsPostRequestBodyContentApplicationJsonSchemaPropertiesCandidateLimit":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostRequestBodyContentApplicationJsonSchemaPropertiesCandidateLimitAllOf0"}],"default":20},"DocPathsApiFreightMatchersRunsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"shipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostRequestBodyContentApplicationJsonSchemaPropertiesShipmentId"},"requestedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostRequestBodyContentApplicationJsonSchemaPropertiesRequestedByUserId"},"scoreThreshold":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostRequestBodyContentApplicationJsonSchemaPropertiesScoreThreshold"},"candidateLimit":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostRequestBodyContentApplicationJsonSchemaPropertiesCandidateLimit"}},"required":["shipmentId"],"additionalProperties":false},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesShipmentId":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesShipmentNumberAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesShipmentNumberAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesShipmentNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesShipmentNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesShipmentNumberAnyOf1"}]},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesDiscoveryReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesDiscoveryReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesDiscoveryReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesDiscoveryReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesDiscoveryReferenceAnyOf1"}]},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["running","completed","failed","superseded","shortlisted"]},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesAlgorithmVersion":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesMatcherModeAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesMatcherModeAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesMatcherMode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesMatcherModeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesMatcherModeAnyOf1"}]},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCargoSegment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf1"}]},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesLaneId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf1"}]},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprintAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprintAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprint":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprintAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprintAnyOf1"}]},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidateCount":{"type":"number"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesShortlistedCount":{"type":"number"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesExcludedCount":{"type":"number"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesScoreThreshold":{"type":"number"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesSummaryAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesSummaryAnyOf1"}]},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesFailureMessageAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesFailureMessageAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesFailureMessage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesFailureMessageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesFailureMessageAnyOf1"}]},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesInputSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesInputSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesInputSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesInputSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesInputSnapshotAnyOf1"}]},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf1"}]},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesStartedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesStartedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesStartedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesStartedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesStartedAtAnyOf1"}]},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf1"}]},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesIsCurrent":{"type":"boolean"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf1"}]},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesId":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchRunId":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesShipmentId":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesParticipantProfileId":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierDisplayNameAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierDisplayNameAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierDisplayName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierDisplayNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierDisplayNameAnyOf1"}]},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionStatus":{"type":"string","enum":["candidate","shortlisted","rejected","excluded"]},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRecommendation":{"type":"string","enum":["recommended","backup","manual_review","not_recommended"]},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScore":{"type":"number"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesConfidenceScore":{"type":"number"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRank":{"type":"number"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEligibilityScoreAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEligibilityScoreAnyOf1":{"type":"number"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEligibilityScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEligibilityScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEligibilityScoreAnyOf1"}]},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLanePreferenceScoreAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLanePreferenceScoreAnyOf1":{"type":"number"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLanePreferenceScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLanePreferenceScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLanePreferenceScoreAnyOf1"}]},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLaneHistoryScoreAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLaneHistoryScoreAnyOf1":{"type":"number"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLaneHistoryScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLaneHistoryScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLaneHistoryScoreAnyOf1"}]},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingScoreAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingScoreAnyOf1":{"type":"number"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingScoreAnyOf1"}]},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesReputationScoreAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesReputationScoreAnyOf1":{"type":"number"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesReputationScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesReputationScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesReputationScoreAnyOf1"}]},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedTotalAmountAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedTotalAmountAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedTotalAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedTotalAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedTotalAmountAnyOf1"}]},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedCurrencyAnyOf1"}]},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingStatusAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingStatusAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingStatusAnyOf1"}]},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesAccessTierAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesAccessTierAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesAccessTier":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesAccessTierAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesAccessTierAnyOf1"}]},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExcludedReasonCodeAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExcludedReasonCodeAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExcludedReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExcludedReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExcludedReasonCodeAnyOf1"}]},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionNoteAnyOf1"}]},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAtAnyOf1"}]},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserIdAnyOf1"}]},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesCode":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesSeverity":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesMessageKey":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesGroup":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf0":{"type":"number"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf2":{"type":"boolean"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf3":{"type":"null"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValue":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf1"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf2"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf3"}]},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItems":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesCode"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesSeverity"},"messageKey":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesMessageKey"},"group":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesGroup"},"value":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValue"}},"required":["code","severity","messageKey","group"],"additionalProperties":false},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasons":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItems"}},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesGroupsItems":{"type":"object","additionalProperties":true},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesGroups":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesGroupsItems"}},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1":{"type":"object","properties":{"reasons":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasons"},"groups":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesGroups"}},"additionalProperties":true},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanation":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1"}]},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesSourceSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesSourceSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesSourceSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesSourceSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesSourceSnapshotAnyOf1"}]},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesId"},"matchRunId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchRunId"},"shipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesShipmentId"},"participantProfileId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesParticipantProfileId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationId"},"carrierDisplayName":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierDisplayName"},"decisionStatus":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionStatus"},"recommendation":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRecommendation"},"score":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScore"},"confidenceScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesConfidenceScore"},"rank":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRank"},"eligibilityScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEligibilityScore"},"lanePreferenceScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLanePreferenceScore"},"laneHistoryScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLaneHistoryScore"},"pricingScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingScore"},"reputationScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesReputationScore"},"estimatedTotalAmount":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedTotalAmount"},"estimatedCurrency":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedCurrency"},"pricingStatus":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingStatus"},"accessTier":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesAccessTier"},"excludedReasonCode":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExcludedReasonCode"},"decisionNote":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionNote"},"decidedAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAt"},"decidedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserId"},"explanation":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanation"},"sourceSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesSourceSnapshot"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesUpdatedAt"}},"required":["id","matchRunId","shipmentId","participantProfileId","carrierOrganizationId","carrierDisplayName","decisionStatus","recommendation","score","confidenceScore","rank","eligibilityScore","lanePreferenceScore","laneHistoryScore","pricingScore","reputationScore","estimatedTotalAmount","estimatedCurrency","pricingStatus","accessTier","excludedReasonCode","decisionNote","decidedAt","decidedByUserId","explanation","sourceSnapshot","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItems"}},"DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesId"},"shipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesShipmentId"},"shipmentNumber":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesShipmentNumber"},"discoveryReference":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesDiscoveryReference"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesStatus"},"algorithmVersion":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesAlgorithmVersion"},"matcherMode":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesMatcherMode"},"cargoSegment":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCargoSegment"},"laneId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesLaneId"},"laneFingerprint":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprint"},"candidateCount":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidateCount"},"shortlistedCount":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesShortlistedCount"},"excludedCount":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesExcludedCount"},"scoreThreshold":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesScoreThreshold"},"summary":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesSummary"},"failureMessage":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesFailureMessage"},"inputSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesInputSnapshot"},"requestedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserId"},"startedAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesStartedAt"},"completedAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCompletedAt"},"isCurrent":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesIsCurrent"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"},"candidates":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses200ContentApplicationJsonSchemaPropertiesCandidates"}},"required":["id","shipmentId","shipmentNumber","discoveryReference","status","algorithmVersion","matcherMode","cargoSegment","laneId","laneFingerprint","candidateCount","shortlistedCount","excludedCount","scoreThreshold","summary","failureMessage","inputSnapshot","requestedByUserId","startedAt","completedAt","isCurrent","createdAt","updatedAt","candidates"],"additionalProperties":false},"DocPathsApiFreightMatchersRunsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMatchersRunsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMatchersRunsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersRunsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMatchersRunsPostResponses422ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetParameters0Schema":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesShipmentId":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesShipmentNumberAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesShipmentNumberAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesShipmentNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesShipmentNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesShipmentNumberAnyOf1"}]},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesDiscoveryReferenceAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesDiscoveryReferenceAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesDiscoveryReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesDiscoveryReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesDiscoveryReferenceAnyOf1"}]},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["running","completed","failed","superseded","shortlisted"]},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesAlgorithmVersion":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesMatcherModeAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesMatcherModeAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesMatcherMode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesMatcherModeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesMatcherModeAnyOf1"}]},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCargoSegment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf1"}]},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesLaneId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf1"}]},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprintAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprintAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprint":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprintAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprintAnyOf1"}]},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidateCount":{"type":"number"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesShortlistedCount":{"type":"number"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesExcludedCount":{"type":"number"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesScoreThreshold":{"type":"number"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSummaryAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSummaryAnyOf1"}]},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesFailureMessageAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesFailureMessageAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesFailureMessage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesFailureMessageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesFailureMessageAnyOf1"}]},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesInputSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesInputSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesInputSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesInputSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesInputSnapshotAnyOf1"}]},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf1"}]},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesStartedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesStartedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesStartedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesStartedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesStartedAtAnyOf1"}]},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf1"}]},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesIsCurrent":{"type":"boolean"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf1"}]},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesId":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchRunId":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesShipmentId":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesParticipantProfileId":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierDisplayNameAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierDisplayNameAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierDisplayName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierDisplayNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierDisplayNameAnyOf1"}]},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionStatus":{"type":"string","enum":["candidate","shortlisted","rejected","excluded"]},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRecommendation":{"type":"string","enum":["recommended","backup","manual_review","not_recommended"]},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScore":{"type":"number"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesConfidenceScore":{"type":"number"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRank":{"type":"number"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEligibilityScoreAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEligibilityScoreAnyOf1":{"type":"number"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEligibilityScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEligibilityScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEligibilityScoreAnyOf1"}]},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLanePreferenceScoreAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLanePreferenceScoreAnyOf1":{"type":"number"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLanePreferenceScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLanePreferenceScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLanePreferenceScoreAnyOf1"}]},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLaneHistoryScoreAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLaneHistoryScoreAnyOf1":{"type":"number"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLaneHistoryScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLaneHistoryScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLaneHistoryScoreAnyOf1"}]},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingScoreAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingScoreAnyOf1":{"type":"number"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingScoreAnyOf1"}]},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesReputationScoreAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesReputationScoreAnyOf1":{"type":"number"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesReputationScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesReputationScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesReputationScoreAnyOf1"}]},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedTotalAmountAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedTotalAmountAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedTotalAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedTotalAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedTotalAmountAnyOf1"}]},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedCurrencyAnyOf1"}]},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingStatusAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingStatusAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingStatusAnyOf1"}]},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesAccessTierAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesAccessTierAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesAccessTier":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesAccessTierAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesAccessTierAnyOf1"}]},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExcludedReasonCodeAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExcludedReasonCodeAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExcludedReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExcludedReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExcludedReasonCodeAnyOf1"}]},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionNoteAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionNoteAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionNoteAnyOf1"}]},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAtAnyOf1"}]},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserIdAnyOf1"}]},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesCode":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesSeverity":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesMessageKey":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesGroup":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf0":{"type":"number"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf1":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf2":{"type":"boolean"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf3":{"type":"null"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValue":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf1"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf2"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValueOneOf3"}]},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItems":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesCode"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesSeverity"},"messageKey":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesMessageKey"},"group":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesGroup"},"value":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItemsPropertiesValue"}},"required":["code","severity","messageKey","group"],"additionalProperties":false},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasons":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasonsItems"}},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesGroupsItems":{"type":"object","additionalProperties":true},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesGroups":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesGroupsItems"}},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1":{"type":"object","properties":{"reasons":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesReasons"},"groups":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1PropertiesGroups"}},"additionalProperties":true},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanation":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanationAnyOf1"}]},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesSourceSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesSourceSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesSourceSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesSourceSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesSourceSnapshotAnyOf1"}]},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesId"},"matchRunId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchRunId"},"shipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesShipmentId"},"participantProfileId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesParticipantProfileId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationId"},"carrierDisplayName":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierDisplayName"},"decisionStatus":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionStatus"},"recommendation":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRecommendation"},"score":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScore"},"confidenceScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesConfidenceScore"},"rank":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRank"},"eligibilityScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEligibilityScore"},"lanePreferenceScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLanePreferenceScore"},"laneHistoryScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesLaneHistoryScore"},"pricingScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingScore"},"reputationScore":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesReputationScore"},"estimatedTotalAmount":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedTotalAmount"},"estimatedCurrency":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesEstimatedCurrency"},"pricingStatus":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPricingStatus"},"accessTier":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesAccessTier"},"excludedReasonCode":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExcludedReasonCode"},"decisionNote":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionNote"},"decidedAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAt"},"decidedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserId"},"explanation":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesExplanation"},"sourceSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesSourceSnapshot"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesUpdatedAt"}},"required":["id","matchRunId","shipmentId","participantProfileId","carrierOrganizationId","carrierDisplayName","decisionStatus","recommendation","score","confidenceScore","rank","eligibilityScore","lanePreferenceScore","laneHistoryScore","pricingScore","reputationScore","estimatedTotalAmount","estimatedCurrency","pricingStatus","accessTier","excludedReasonCode","decisionNote","decidedAt","decidedByUserId","explanation","sourceSnapshot","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItems"}},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesId"},"shipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesShipmentId"},"shipmentNumber":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesShipmentNumber"},"discoveryReference":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesDiscoveryReference"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesStatus"},"algorithmVersion":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesAlgorithmVersion"},"matcherMode":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesMatcherMode"},"cargoSegment":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCargoSegment"},"laneId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesLaneId"},"laneFingerprint":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprint"},"candidateCount":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidateCount"},"shortlistedCount":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesShortlistedCount"},"excludedCount":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesExcludedCount"},"scoreThreshold":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesScoreThreshold"},"summary":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSummary"},"failureMessage":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesFailureMessage"},"inputSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesInputSnapshot"},"requestedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserId"},"startedAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesStartedAt"},"completedAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCompletedAt"},"isCurrent":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesIsCurrent"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"},"candidates":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesCandidates"}},"required":["id","shipmentId","shipmentNumber","discoveryReference","status","algorithmVersion","matcherMode","cargoSegment","laneId","laneFingerprint","candidateCount","shortlistedCount","excludedCount","scoreThreshold","summary","failureMessage","inputSnapshot","requestedByUserId","startedAt","completedAt","isCurrent","createdAt","updatedAt","candidates"],"additionalProperties":false,"nullable":true},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightMatchersShipmentsIdSummaryGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightOptimizationsCandidatesIdAcceptPostParameters0Schema":{"type":"string"},"DocPathsApiFreightOptimizationsCandidatesIdAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsCandidatesIdAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightOptimizationsCandidatesIdAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1"}]},"DocPathsApiFreightOptimizationsCandidatesIdAcceptPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"note":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesNote"}},"additionalProperties":false},"DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesRunId":{"type":"string"},"DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDecisionStatus":{"type":"string","enum":["candidate","accepted","rejected","overridden"]},"DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesLegId":{"type":"string"},"DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesVehicleIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesVehicleIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesVehicleId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesVehicleIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesVehicleIdAnyOf1"}]},"DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesDriverIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesDriverIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesDriverId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesDriverIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesDriverIdAnyOf1"}]},"DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesTrailerIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesTrailerIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesTrailerId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesTrailerIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesTrailerIdAnyOf1"}]},"DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesPlannedPickupAtAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesPlannedPickupAtAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesPlannedPickupAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesPlannedPickupAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesPlannedPickupAtAnyOf1"}]},"DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesPlannedDeliveryAtAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesPlannedDeliveryAtAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesPlannedDeliveryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesPlannedDeliveryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesPlannedDeliveryAtAnyOf1"}]},"DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1":{"type":"object","properties":{"legId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesLegId"},"vehicleId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesVehicleId"},"driverId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesDriverId"},"trailerId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesTrailerId"},"plannedPickupAt":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesPlannedPickupAt"},"plannedDeliveryAt":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesPlannedDeliveryAt"}},"required":["legId","vehicleId","driverId","trailerId","plannedPickupAt","plannedDeliveryAt"],"additionalProperties":false},"DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraft":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1"}]},"DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesId"},"runId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesRunId"},"decisionStatus":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDecisionStatus"},"dispatchDraft":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraft"}},"required":["id","runId","decisionStatus","dispatchDraft"],"additionalProperties":false},"DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightOptimizationsCandidatesIdAcceptPostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightOptimizationsCandidatesIdRejectPostParameters0Schema":{"type":"string"},"DocPathsApiFreightOptimizationsCandidatesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsCandidatesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightOptimizationsCandidatesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1"}]},"DocPathsApiFreightOptimizationsCandidatesIdRejectPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"note":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesNote"}},"additionalProperties":false},"DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesRunId":{"type":"string"},"DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDecisionStatus":{"type":"string","enum":["candidate","accepted","rejected","overridden"]},"DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesLegId":{"type":"string"},"DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesVehicleIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesVehicleIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesVehicleId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesVehicleIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesVehicleIdAnyOf1"}]},"DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesDriverIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesDriverIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesDriverId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesDriverIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesDriverIdAnyOf1"}]},"DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesTrailerIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesTrailerIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesTrailerId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesTrailerIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesTrailerIdAnyOf1"}]},"DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesPlannedPickupAtAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesPlannedPickupAtAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesPlannedPickupAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesPlannedPickupAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesPlannedPickupAtAnyOf1"}]},"DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesPlannedDeliveryAtAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesPlannedDeliveryAtAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesPlannedDeliveryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesPlannedDeliveryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesPlannedDeliveryAtAnyOf1"}]},"DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1":{"type":"object","properties":{"legId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesLegId"},"vehicleId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesVehicleId"},"driverId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesDriverId"},"trailerId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesTrailerId"},"plannedPickupAt":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesPlannedPickupAt"},"plannedDeliveryAt":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesPlannedDeliveryAt"}},"required":["legId","vehicleId","driverId","trailerId","plannedPickupAt","plannedDeliveryAt"],"additionalProperties":false},"DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraft":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1"}]},"DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesId"},"runId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesRunId"},"decisionStatus":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDecisionStatus"},"dispatchDraft":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraft"}},"required":["id","runId","decisionStatus","dispatchDraft"],"additionalProperties":false},"DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightOptimizationsCandidatesIdRejectPostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightOptimizationsProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesProviderId":{"type":"string","enum":["INTERNAL_FAST","VROOM","ORTOOLS"]},"DocPathsApiFreightOptimizationsProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesLabel":{"type":"string"},"DocPathsApiFreightOptimizationsProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesOk":{"type":"boolean"},"DocPathsApiFreightOptimizationsProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesSource":{"type":"string","enum":["live","fallback-capable","unavailable"]},"DocPathsApiFreightOptimizationsProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesCheckedAt":{"type":"string"},"DocPathsApiFreightOptimizationsProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesDegradedReasonCodeAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesDegradedReasonCodeAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesDegradedReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesDegradedReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesDegradedReasonCodeAnyOf1"}]},"DocPathsApiFreightOptimizationsProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItems":{"type":"object","properties":{"providerId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesProviderId"},"label":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesLabel"},"ok":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesOk"},"source":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesSource"},"checkedAt":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesCheckedAt"},"degradedReasonCode":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesDegradedReasonCode"}},"required":["providerId","label","ok","source","checkedAt"],"additionalProperties":false},"DocPathsApiFreightOptimizationsProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProviders":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItems"}},"DocPathsApiFreightOptimizationsProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesAdaptersItemsPropertiesAdapterId":{"type":"string"},"DocPathsApiFreightOptimizationsProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesAdaptersItemsPropertiesStatus":{"type":"string","enum":["available","degraded","unavailable"]},"DocPathsApiFreightOptimizationsProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesAdaptersItemsPropertiesDegradedReasonCodeAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesAdaptersItemsPropertiesDegradedReasonCodeAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesAdaptersItemsPropertiesDegradedReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesAdaptersItemsPropertiesDegradedReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesAdaptersItemsPropertiesDegradedReasonCodeAnyOf1"}]},"DocPathsApiFreightOptimizationsProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesAdaptersItems":{"type":"object","properties":{"adapterId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesAdaptersItemsPropertiesAdapterId"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesAdaptersItemsPropertiesStatus"},"degradedReasonCode":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesAdaptersItemsPropertiesDegradedReasonCode"}},"required":["adapterId","status"],"additionalProperties":false},"DocPathsApiFreightOptimizationsProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesAdapters":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesAdaptersItems"}},"DocPathsApiFreightOptimizationsProviderHealthGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"providers":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProviders"},"adapters":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesAdapters"}},"required":["providers"],"additionalProperties":false},"DocPathsApiFreightOptimizationsProviderHealthGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightOptimizationsProviderHealthGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsProviderHealthGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightOptimizationsProviderHealthGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightOptimizationsProviderHealthGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsProviderHealthGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightOptimizationsRunsIdOverridePostParameters0Schema":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesAssignmentType":{"type":"string","enum":["dispatch_assignment","carrier_shortlist","route_option"]},"DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesDriverIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesDriverIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesDriverId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesDriverIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesDriverIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesTrailerIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesTrailerIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesTrailerId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesTrailerIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesTrailerIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesParticipantProfileIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesParticipantProfileIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesParticipantProfileId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesParticipantProfileIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesParticipantProfileIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesMatchCandidateIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesMatchCandidateIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesMatchCandidateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesMatchCandidateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesMatchCandidateIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesPlannedPickupAtAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesPlannedPickupAtAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesPlannedPickupAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesPlannedPickupAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesPlannedPickupAtAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesPlannedDeliveryAtAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesPlannedDeliveryAtAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesPlannedDeliveryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesPlannedDeliveryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesPlannedDeliveryAtAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"assignmentType":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesAssignmentType"},"vehicleId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleId"},"driverId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesDriverId"},"trailerId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesTrailerId"},"participantProfileId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesParticipantProfileId"},"matchCandidateId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesMatchCandidateId"},"plannedPickupAt":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesPlannedPickupAt"},"plannedDeliveryAt":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesPlannedDeliveryAt"},"note":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesNote"}},"required":["assignmentType"],"additionalProperties":false},"DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesRunId":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDecisionStatus":{"type":"string","enum":["candidate","accepted","rejected","overridden"]},"DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesLegId":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesVehicleIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesVehicleIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesVehicleId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesVehicleIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesVehicleIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesDriverIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesDriverIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesDriverId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesDriverIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesDriverIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesTrailerIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesTrailerIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesTrailerId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesTrailerIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesTrailerIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesPlannedPickupAtAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesPlannedPickupAtAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesPlannedPickupAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesPlannedPickupAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesPlannedPickupAtAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesPlannedDeliveryAtAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesPlannedDeliveryAtAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesPlannedDeliveryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesPlannedDeliveryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesPlannedDeliveryAtAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1":{"type":"object","properties":{"legId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesLegId"},"vehicleId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesVehicleId"},"driverId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesDriverId"},"trailerId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesTrailerId"},"plannedPickupAt":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesPlannedPickupAt"},"plannedDeliveryAt":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1PropertiesPlannedDeliveryAt"}},"required":["legId","vehicleId","driverId","trailerId","plannedPickupAt","plannedDeliveryAt"],"additionalProperties":false},"DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraft":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraftAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesId"},"runId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesRunId"},"decisionStatus":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDecisionStatus"},"dispatchDraft":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDispatchDraft"}},"required":["id","runId","decisionStatus","dispatchDraft"],"additionalProperties":false},"DocPathsApiFreightOptimizationsRunsIdOverridePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdOverridePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightOptimizationsRunsIdOverridePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdOverridePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdOverridePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightOptimizationsRunsIdOverridePostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostParameters0Schema":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostRequestBodyContentApplicationJsonSchemaPropertiesCandidateLimit":{"type":"number"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostRequestBodyContentApplicationJsonSchemaPropertiesAllowFallbackAllOf0":{"type":"boolean"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostRequestBodyContentApplicationJsonSchemaPropertiesAllowFallback":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostRequestBodyContentApplicationJsonSchemaPropertiesAllowFallbackAllOf0"}],"default":true},"DocPathsApiFreightOptimizationsRunsIdRefreshPostRequestBodyContentApplicationJsonSchemaPropertiesForceRefreshAllOf0":{"type":"boolean"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostRequestBodyContentApplicationJsonSchemaPropertiesForceRefresh":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostRequestBodyContentApplicationJsonSchemaPropertiesForceRefreshAllOf0"}],"default":true},"DocPathsApiFreightOptimizationsRunsIdRefreshPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"candidateLimit":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostRequestBodyContentApplicationJsonSchemaPropertiesCandidateLimit"},"allowFallback":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostRequestBodyContentApplicationJsonSchemaPropertiesAllowFallback"},"forceRefresh":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostRequestBodyContentApplicationJsonSchemaPropertiesForceRefresh"}},"additionalProperties":false},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSourceType":{"type":"string","enum":["marketplace_shipment","carrier_match_run","dispatch_leg"]},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSourceId":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSourceLabelAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSourceLabelAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSourceLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSourceLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSourceLabelAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["running","completed","failed","degraded","cancelled"]},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesProviderId":{"type":"string","enum":["INTERNAL_FAST"]},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesObjective":{"type":"string","enum":["balanced","minimize_cost","minimize_time","maximize_reliability"]},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidateCount":{"type":"number"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesAcceptedCandidateIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesAcceptedCandidateIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesAcceptedCandidateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesAcceptedCandidateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesAcceptedCandidateIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesIsCurrent":{"type":"boolean"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesConfidenceScoreAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesConfidenceScoreAnyOf1":{"type":"number"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesConfidenceScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesConfidenceScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesConfidenceScoreAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSourceModeAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSourceModeAnyOf1":{"type":"string","enum":["live","cache","fallback"]},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSourceMode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSourceModeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSourceModeAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesDegradedReasonCodeAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesDegradedReasonCodeAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesDegradedReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesDegradedReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesDegradedReasonCodeAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidenceAvailable":{"type":"boolean"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSummaryAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSummaryAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesId":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRunId":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesAssignmentType":{"type":"string","enum":["dispatch_assignment","carrier_shortlist","route_option"]},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRank":{"type":"number"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScore":{"type":"number"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesConfidenceScore":{"type":"number"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRecommendation":{"type":"string","enum":["recommended","backup","manual_review","not_recommended"]},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionStatus":{"type":"string","enum":["candidate","accepted","rejected","overridden"]},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesShipmentIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesShipmentIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesShipmentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesShipmentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesShipmentIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchRunIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchCandidateIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchCandidateIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchCandidateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchCandidateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchCandidateIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesParticipantProfileIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesParticipantProfileIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesParticipantProfileId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesParticipantProfileIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesParticipantProfileIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRoutingMatrixRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRoutingMatrixRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRoutingMatrixRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRoutingMatrixRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRoutingMatrixRunIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPlannedPickupAtAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPlannedPickupAtAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPlannedPickupAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPlannedPickupAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPlannedPickupAtAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPlannedDeliveryAtAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPlannedDeliveryAtAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPlannedDeliveryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPlannedDeliveryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPlannedDeliveryAtAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDisplayLabelAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDisplayLabelAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDisplayLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDisplayLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDisplayLabelAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesHardBlockersItemsPropertiesCode":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesHardBlockersItemsPropertiesLabelKey":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesHardBlockersItemsPropertiesKind":{"type":"string","enum":["hard","soft"]},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesHardBlockersItems":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesHardBlockersItemsPropertiesCode"},"labelKey":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesHardBlockersItemsPropertiesLabelKey"},"kind":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesHardBlockersItemsPropertiesKind"}},"required":["code","labelKey","kind"],"additionalProperties":false},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesHardBlockers":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesHardBlockersItems"}},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponentsItemsPropertiesCode":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponentsItemsPropertiesLabelKey":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponentsItemsPropertiesScore":{"type":"number"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponentsItemsPropertiesWeight":{"type":"number"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponentsItemsPropertiesSeverity":{"type":"string","enum":["positive","neutral","warning","negative"]},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponentsItems":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponentsItemsPropertiesCode"},"labelKey":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponentsItemsPropertiesLabelKey"},"score":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponentsItemsPropertiesScore"},"weight":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponentsItemsPropertiesWeight"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponentsItemsPropertiesSeverity"}},"required":["code","labelKey","score","weight","severity"],"additionalProperties":false},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponents":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponentsItems"}},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesLegId":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesVehicleIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesVehicleIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesVehicleId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesVehicleIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesVehicleIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesDriverIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesDriverIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesDriverId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesDriverIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesDriverIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesTrailerIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesTrailerIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesTrailerId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesTrailerIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesTrailerIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesPlannedPickupAtAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesPlannedPickupAtAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesPlannedPickupAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesPlannedPickupAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesPlannedPickupAtAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesPlannedDeliveryAtAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesPlannedDeliveryAtAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesPlannedDeliveryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesPlannedDeliveryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesPlannedDeliveryAtAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1":{"type":"object","properties":{"legId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesLegId"},"vehicleId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesVehicleId"},"driverId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesDriverId"},"trailerId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesTrailerId"},"plannedPickupAt":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesPlannedPickupAt"},"plannedDeliveryAt":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesPlannedDeliveryAt"}},"required":["legId","vehicleId","driverId","trailerId","plannedPickupAt","plannedDeliveryAt"],"additionalProperties":false},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraft":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAtAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAtAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAtAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesId"},"runId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRunId"},"assignmentType":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesAssignmentType"},"rank":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRank"},"score":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScore"},"confidenceScore":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesConfidenceScore"},"recommendation":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRecommendation"},"decisionStatus":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionStatus"},"shipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesShipmentId"},"matchRunId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchRunId"},"matchCandidateId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchCandidateId"},"participantProfileId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesParticipantProfileId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationId"},"routingMatrixRunId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRoutingMatrixRunId"},"plannedPickupAt":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPlannedPickupAt"},"plannedDeliveryAt":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPlannedDeliveryAt"},"displayLabel":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDisplayLabel"},"hardBlockers":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesHardBlockers"},"scoreComponents":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponents"},"dispatchDraft":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraft"},"decidedAt":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAt"},"decidedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserId"}},"required":["id","runId","assignmentType","rank","score","confidenceScore","recommendation","decisionStatus","shipmentId","matchRunId","matchCandidateId","participantProfileId","carrierOrganizationId","routingMatrixRunId","plannedPickupAt","plannedDeliveryAt","displayLabel","hardBlockers","scoreComponents","dispatchDraft","decidedAt","decidedByUserId"],"additionalProperties":false},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidatesItems"}},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesInputSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesInputSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesInputSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesInputSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesInputSnapshotAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesProviderPayloadAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesProviderPayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesProviderPayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesProviderPayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesProviderPayloadAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesSourceSnapshotsItems":{"type":"object","additionalProperties":true},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesSourceSnapshots":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesSourceSnapshotsItems"}},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidence":{"type":"object","properties":{"inputSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesInputSnapshot"},"providerPayload":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesProviderPayload"},"sourceSnapshots":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesSourceSnapshots"}},"required":["inputSnapshot","providerPayload","sourceSnapshots"],"additionalProperties":false},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesId"},"sourceType":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSourceType"},"sourceId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSourceId"},"sourceLabel":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSourceLabel"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesStatus"},"providerId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesProviderId"},"objective":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesObjective"},"candidateCount":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidateCount"},"acceptedCandidateId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesAcceptedCandidateId"},"isCurrent":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesIsCurrent"},"confidenceScore":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesConfidenceScore"},"sourceMode":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSourceMode"},"degradedReasonCode":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesDegradedReasonCode"},"sensitiveEvidenceAvailable":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidenceAvailable"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"},"summary":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSummary"},"candidates":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesCandidates"},"sensitiveEvidence":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidence"}},"required":["id","sourceType","sourceId","sourceLabel","status","providerId","objective","candidateCount","acceptedCandidateId","isCurrent","confidenceScore","sourceMode","degradedReasonCode","sensitiveEvidenceAvailable","createdAt","updatedAt","summary","candidates"],"additionalProperties":false},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightOptimizationsRunsIdRefreshPostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightOptimizationsRunsIdGetParameters0Schema":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceType":{"type":"string","enum":["marketplace_shipment","carrier_match_run","dispatch_leg"]},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceId":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceLabelAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceLabelAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceLabelAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["running","completed","failed","degraded","cancelled"]},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesProviderId":{"type":"string","enum":["INTERNAL_FAST"]},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesObjective":{"type":"string","enum":["balanced","minimize_cost","minimize_time","maximize_reliability"]},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidateCount":{"type":"number"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesAcceptedCandidateIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesAcceptedCandidateIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesAcceptedCandidateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesAcceptedCandidateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesAcceptedCandidateIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesIsCurrent":{"type":"boolean"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesConfidenceScoreAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesConfidenceScoreAnyOf1":{"type":"number"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesConfidenceScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesConfidenceScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesConfidenceScoreAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceModeAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceModeAnyOf1":{"type":"string","enum":["live","cache","fallback"]},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceMode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceModeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceModeAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesDegradedReasonCodeAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesDegradedReasonCodeAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesDegradedReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesDegradedReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesDegradedReasonCodeAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidenceAvailable":{"type":"boolean"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSummaryAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSummaryAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesId":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRunId":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesAssignmentType":{"type":"string","enum":["dispatch_assignment","carrier_shortlist","route_option"]},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRank":{"type":"number"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScore":{"type":"number"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesConfidenceScore":{"type":"number"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRecommendation":{"type":"string","enum":["recommended","backup","manual_review","not_recommended"]},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionStatus":{"type":"string","enum":["candidate","accepted","rejected","overridden"]},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesShipmentIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesShipmentIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesShipmentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesShipmentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesShipmentIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchRunIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchCandidateIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchCandidateIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchCandidateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchCandidateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchCandidateIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesParticipantProfileIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesParticipantProfileIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesParticipantProfileId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesParticipantProfileIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesParticipantProfileIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRoutingMatrixRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRoutingMatrixRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRoutingMatrixRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRoutingMatrixRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRoutingMatrixRunIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPlannedPickupAtAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPlannedPickupAtAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPlannedPickupAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPlannedPickupAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPlannedPickupAtAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPlannedDeliveryAtAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPlannedDeliveryAtAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPlannedDeliveryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPlannedDeliveryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPlannedDeliveryAtAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDisplayLabelAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDisplayLabelAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDisplayLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDisplayLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDisplayLabelAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesHardBlockersItemsPropertiesCode":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesHardBlockersItemsPropertiesLabelKey":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesHardBlockersItemsPropertiesKind":{"type":"string","enum":["hard","soft"]},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesHardBlockersItems":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesHardBlockersItemsPropertiesCode"},"labelKey":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesHardBlockersItemsPropertiesLabelKey"},"kind":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesHardBlockersItemsPropertiesKind"}},"required":["code","labelKey","kind"],"additionalProperties":false},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesHardBlockers":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesHardBlockersItems"}},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponentsItemsPropertiesCode":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponentsItemsPropertiesLabelKey":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponentsItemsPropertiesScore":{"type":"number"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponentsItemsPropertiesWeight":{"type":"number"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponentsItemsPropertiesSeverity":{"type":"string","enum":["positive","neutral","warning","negative"]},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponentsItems":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponentsItemsPropertiesCode"},"labelKey":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponentsItemsPropertiesLabelKey"},"score":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponentsItemsPropertiesScore"},"weight":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponentsItemsPropertiesWeight"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponentsItemsPropertiesSeverity"}},"required":["code","labelKey","score","weight","severity"],"additionalProperties":false},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponents":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponentsItems"}},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesLegId":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesVehicleIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesVehicleIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesVehicleId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesVehicleIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesVehicleIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesDriverIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesDriverIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesDriverId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesDriverIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesDriverIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesTrailerIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesTrailerIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesTrailerId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesTrailerIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesTrailerIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesPlannedPickupAtAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesPlannedPickupAtAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesPlannedPickupAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesPlannedPickupAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesPlannedPickupAtAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesPlannedDeliveryAtAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesPlannedDeliveryAtAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesPlannedDeliveryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesPlannedDeliveryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesPlannedDeliveryAtAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1":{"type":"object","properties":{"legId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesLegId"},"vehicleId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesVehicleId"},"driverId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesDriverId"},"trailerId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesTrailerId"},"plannedPickupAt":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesPlannedPickupAt"},"plannedDeliveryAt":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesPlannedDeliveryAt"}},"required":["legId","vehicleId","driverId","trailerId","plannedPickupAt","plannedDeliveryAt"],"additionalProperties":false},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraft":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAtAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAtAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAtAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesId"},"runId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRunId"},"assignmentType":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesAssignmentType"},"rank":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRank"},"score":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScore"},"confidenceScore":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesConfidenceScore"},"recommendation":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRecommendation"},"decisionStatus":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionStatus"},"shipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesShipmentId"},"matchRunId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchRunId"},"matchCandidateId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchCandidateId"},"participantProfileId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesParticipantProfileId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationId"},"routingMatrixRunId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRoutingMatrixRunId"},"plannedPickupAt":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPlannedPickupAt"},"plannedDeliveryAt":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPlannedDeliveryAt"},"displayLabel":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDisplayLabel"},"hardBlockers":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesHardBlockers"},"scoreComponents":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponents"},"dispatchDraft":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraft"},"decidedAt":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAt"},"decidedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserId"}},"required":["id","runId","assignmentType","rank","score","confidenceScore","recommendation","decisionStatus","shipmentId","matchRunId","matchCandidateId","participantProfileId","carrierOrganizationId","routingMatrixRunId","plannedPickupAt","plannedDeliveryAt","displayLabel","hardBlockers","scoreComponents","dispatchDraft","decidedAt","decidedByUserId"],"additionalProperties":false},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidatesItems"}},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesInputSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesInputSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesInputSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesInputSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesInputSnapshotAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesProviderPayloadAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesProviderPayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesProviderPayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesProviderPayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesProviderPayloadAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesSourceSnapshotsItems":{"type":"object","additionalProperties":true},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesSourceSnapshots":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesSourceSnapshotsItems"}},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidence":{"type":"object","properties":{"inputSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesInputSnapshot"},"providerPayload":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesProviderPayload"},"sourceSnapshots":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesSourceSnapshots"}},"required":["inputSnapshot","providerPayload","sourceSnapshots"],"additionalProperties":false},"DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"sourceType":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceType"},"sourceId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceId"},"sourceLabel":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceLabel"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesStatus"},"providerId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesProviderId"},"objective":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesObjective"},"candidateCount":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidateCount"},"acceptedCandidateId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesAcceptedCandidateId"},"isCurrent":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesIsCurrent"},"confidenceScore":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesConfidenceScore"},"sourceMode":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceMode"},"degradedReasonCode":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesDegradedReasonCode"},"sensitiveEvidenceAvailable":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidenceAvailable"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"},"summary":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSummary"},"candidates":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesCandidates"},"sensitiveEvidence":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidence"}},"required":["id","sourceType","sourceId","sourceLabel","status","providerId","objective","candidateCount","acceptedCandidateId","isCurrent","confidenceScore","sourceMode","degradedReasonCode","sensitiveEvidenceAvailable","createdAt","updatedAt","summary","candidates"],"additionalProperties":false},"DocPathsApiFreightOptimizationsRunsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightOptimizationsRunsIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightOptimizationsRunsIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightOptimizationsRunsIdGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightOptimizationsRunsGetParameters0Schema":{"type":"number"},"DocPathsApiFreightOptimizationsRunsGetParameters1Schema":{"type":"number"},"DocPathsApiFreightOptimizationsRunsGetParameters2Schema":{"type":"string","maxLength":200},"DocPathsApiFreightOptimizationsRunsGetParameters3Schema":{"type":"string","maxLength":4000},"DocPathsApiFreightOptimizationsRunsGetParameters4Schema":{"type":"string","enum":["marketplace_shipment","carrier_match_run","dispatch_leg"]},"DocPathsApiFreightOptimizationsRunsGetParameters5Schema":{"type":"string"},"DocPathsApiFreightOptimizationsRunsGetParameters6Schema":{"type":"string","enum":["running","completed","failed","degraded","cancelled"]},"DocPathsApiFreightOptimizationsRunsGetParameters7Schema":{"type":"string","enum":["INTERNAL_FAST"]},"DocPathsApiFreightOptimizationsRunsGetParameters8Schema":{"type":"boolean"},"DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceType":{"type":"string","enum":["marketplace_shipment","carrier_match_run","dispatch_leg"]},"DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceId":{"type":"string"},"DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceLabelAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceLabelAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceLabelAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string","enum":["running","completed","failed","degraded","cancelled"]},"DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderId":{"type":"string","enum":["INTERNAL_FAST"]},"DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesObjective":{"type":"string","enum":["balanced","minimize_cost","minimize_time","maximize_reliability"]},"DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCandidateCount":{"type":"number"},"DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAcceptedCandidateIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAcceptedCandidateIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAcceptedCandidateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAcceptedCandidateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAcceptedCandidateIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsCurrent":{"type":"boolean"},"DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfidenceScoreAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfidenceScoreAnyOf1":{"type":"number"},"DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfidenceScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfidenceScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfidenceScoreAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceModeAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceModeAnyOf1":{"type":"string","enum":["live","cache","fallback"]},"DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceMode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceModeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceModeAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDegradedReasonCodeAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDegradedReasonCodeAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDegradedReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDegradedReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDegradedReasonCodeAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSensitiveEvidenceAvailable":{"type":"boolean"},"DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"sourceType":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceType"},"sourceId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceId"},"sourceLabel":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceLabel"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"providerId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderId"},"objective":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesObjective"},"candidateCount":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCandidateCount"},"acceptedCandidateId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAcceptedCandidateId"},"isCurrent":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsCurrent"},"confidenceScore":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfidenceScore"},"sourceMode":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceMode"},"degradedReasonCode":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDegradedReasonCode"},"sensitiveEvidenceAvailable":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSensitiveEvidenceAvailable"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","sourceType","sourceId","sourceLabel","status","providerId","objective","candidateCount","acceptedCandidateId","isCurrent","confidenceScore","sourceMode","degradedReasonCode","sensitiveEvidenceAvailable","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"page":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"total":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","page","pageSize","total","totalPages"],"additionalProperties":false},"DocPathsApiFreightOptimizationsRunsGetResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightOptimizationsRunsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightOptimizationsRunsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightOptimizationsRunsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightOptimizationsRunsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightOptimizationsRunsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceType":{"type":"string","enum":["marketplace_shipment","carrier_match_run","dispatch_leg"]},"DocPathsApiFreightOptimizationsRunsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceId":{"type":"string"},"DocPathsApiFreightOptimizationsRunsPostRequestBodyContentApplicationJsonSchemaPropertiesObjectiveAllOf0":{"type":"string","enum":["balanced","minimize_cost","minimize_time","maximize_reliability"]},"DocPathsApiFreightOptimizationsRunsPostRequestBodyContentApplicationJsonSchemaPropertiesObjective":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostRequestBodyContentApplicationJsonSchemaPropertiesObjectiveAllOf0"}],"default":"balanced"},"DocPathsApiFreightOptimizationsRunsPostRequestBodyContentApplicationJsonSchemaPropertiesProviderIdAllOf0":{"type":"string","enum":["INTERNAL_FAST"]},"DocPathsApiFreightOptimizationsRunsPostRequestBodyContentApplicationJsonSchemaPropertiesProviderId":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostRequestBodyContentApplicationJsonSchemaPropertiesProviderIdAllOf0"}],"default":"INTERNAL_FAST"},"DocPathsApiFreightOptimizationsRunsPostRequestBodyContentApplicationJsonSchemaPropertiesCandidateLimitAllOf0":{"type":"number"},"DocPathsApiFreightOptimizationsRunsPostRequestBodyContentApplicationJsonSchemaPropertiesCandidateLimit":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostRequestBodyContentApplicationJsonSchemaPropertiesCandidateLimitAllOf0"}],"default":20},"DocPathsApiFreightOptimizationsRunsPostRequestBodyContentApplicationJsonSchemaPropertiesAllowFallbackAllOf0":{"type":"boolean"},"DocPathsApiFreightOptimizationsRunsPostRequestBodyContentApplicationJsonSchemaPropertiesAllowFallback":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostRequestBodyContentApplicationJsonSchemaPropertiesAllowFallbackAllOf0"}],"default":true},"DocPathsApiFreightOptimizationsRunsPostRequestBodyContentApplicationJsonSchemaPropertiesForceRefreshAllOf0":{"type":"boolean"},"DocPathsApiFreightOptimizationsRunsPostRequestBodyContentApplicationJsonSchemaPropertiesForceRefresh":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostRequestBodyContentApplicationJsonSchemaPropertiesForceRefreshAllOf0"}],"default":false},"DocPathsApiFreightOptimizationsRunsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"sourceType":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceType"},"sourceId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceId"},"objective":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostRequestBodyContentApplicationJsonSchemaPropertiesObjective"},"providerId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostRequestBodyContentApplicationJsonSchemaPropertiesProviderId"},"candidateLimit":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostRequestBodyContentApplicationJsonSchemaPropertiesCandidateLimit"},"allowFallback":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostRequestBodyContentApplicationJsonSchemaPropertiesAllowFallback"},"forceRefresh":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostRequestBodyContentApplicationJsonSchemaPropertiesForceRefresh"}},"required":["sourceType","sourceId"],"additionalProperties":false},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSourceType":{"type":"string","enum":["marketplace_shipment","carrier_match_run","dispatch_leg"]},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSourceId":{"type":"string"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSourceLabelAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSourceLabelAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSourceLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSourceLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSourceLabelAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["running","completed","failed","degraded","cancelled"]},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesProviderId":{"type":"string","enum":["INTERNAL_FAST"]},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesObjective":{"type":"string","enum":["balanced","minimize_cost","minimize_time","maximize_reliability"]},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidateCount":{"type":"number"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesAcceptedCandidateIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesAcceptedCandidateIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesAcceptedCandidateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesAcceptedCandidateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesAcceptedCandidateIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesIsCurrent":{"type":"boolean"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesConfidenceScoreAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesConfidenceScoreAnyOf1":{"type":"number"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesConfidenceScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesConfidenceScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesConfidenceScoreAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSourceModeAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSourceModeAnyOf1":{"type":"string","enum":["live","cache","fallback"]},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSourceMode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSourceModeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSourceModeAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesDegradedReasonCodeAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesDegradedReasonCodeAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesDegradedReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesDegradedReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesDegradedReasonCodeAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidenceAvailable":{"type":"boolean"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSummaryAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSummaryAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesId":{"type":"string"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRunId":{"type":"string"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesAssignmentType":{"type":"string","enum":["dispatch_assignment","carrier_shortlist","route_option"]},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRank":{"type":"number"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScore":{"type":"number"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesConfidenceScore":{"type":"number"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRecommendation":{"type":"string","enum":["recommended","backup","manual_review","not_recommended"]},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionStatus":{"type":"string","enum":["candidate","accepted","rejected","overridden"]},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesShipmentIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesShipmentIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesShipmentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesShipmentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesShipmentIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchRunIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchCandidateIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchCandidateIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchCandidateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchCandidateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchCandidateIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesParticipantProfileIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesParticipantProfileIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesParticipantProfileId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesParticipantProfileIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesParticipantProfileIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRoutingMatrixRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRoutingMatrixRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRoutingMatrixRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRoutingMatrixRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRoutingMatrixRunIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPlannedPickupAtAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPlannedPickupAtAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPlannedPickupAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPlannedPickupAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPlannedPickupAtAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPlannedDeliveryAtAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPlannedDeliveryAtAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPlannedDeliveryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPlannedDeliveryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPlannedDeliveryAtAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDisplayLabelAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDisplayLabelAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDisplayLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDisplayLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDisplayLabelAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesHardBlockersItemsPropertiesCode":{"type":"string"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesHardBlockersItemsPropertiesLabelKey":{"type":"string"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesHardBlockersItemsPropertiesKind":{"type":"string","enum":["hard","soft"]},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesHardBlockersItems":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesHardBlockersItemsPropertiesCode"},"labelKey":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesHardBlockersItemsPropertiesLabelKey"},"kind":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesHardBlockersItemsPropertiesKind"}},"required":["code","labelKey","kind"],"additionalProperties":false},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesHardBlockers":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesHardBlockersItems"}},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponentsItemsPropertiesCode":{"type":"string"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponentsItemsPropertiesLabelKey":{"type":"string"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponentsItemsPropertiesScore":{"type":"number"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponentsItemsPropertiesWeight":{"type":"number"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponentsItemsPropertiesSeverity":{"type":"string","enum":["positive","neutral","warning","negative"]},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponentsItems":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponentsItemsPropertiesCode"},"labelKey":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponentsItemsPropertiesLabelKey"},"score":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponentsItemsPropertiesScore"},"weight":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponentsItemsPropertiesWeight"},"severity":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponentsItemsPropertiesSeverity"}},"required":["code","labelKey","score","weight","severity"],"additionalProperties":false},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponents":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponentsItems"}},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesLegId":{"type":"string"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesVehicleIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesVehicleIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesVehicleId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesVehicleIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesVehicleIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesDriverIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesDriverIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesDriverId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesDriverIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesDriverIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesTrailerIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesTrailerIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesTrailerId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesTrailerIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesTrailerIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesPlannedPickupAtAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesPlannedPickupAtAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesPlannedPickupAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesPlannedPickupAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesPlannedPickupAtAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesPlannedDeliveryAtAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesPlannedDeliveryAtAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesPlannedDeliveryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesPlannedDeliveryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesPlannedDeliveryAtAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1":{"type":"object","properties":{"legId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesLegId"},"vehicleId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesVehicleId"},"driverId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesDriverId"},"trailerId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesTrailerId"},"plannedPickupAt":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesPlannedPickupAt"},"plannedDeliveryAt":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1PropertiesPlannedDeliveryAt"}},"required":["legId","vehicleId","driverId","trailerId","plannedPickupAt","plannedDeliveryAt"],"additionalProperties":false},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraft":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraftAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAtAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAtAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAtAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserIdAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesId"},"runId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRunId"},"assignmentType":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesAssignmentType"},"rank":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRank"},"score":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScore"},"confidenceScore":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesConfidenceScore"},"recommendation":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRecommendation"},"decisionStatus":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecisionStatus"},"shipmentId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesShipmentId"},"matchRunId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchRunId"},"matchCandidateId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesMatchCandidateId"},"participantProfileId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesParticipantProfileId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesCarrierOrganizationId"},"routingMatrixRunId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesRoutingMatrixRunId"},"plannedPickupAt":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPlannedPickupAt"},"plannedDeliveryAt":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesPlannedDeliveryAt"},"displayLabel":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDisplayLabel"},"hardBlockers":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesHardBlockers"},"scoreComponents":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesScoreComponents"},"dispatchDraft":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDispatchDraft"},"decidedAt":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedAt"},"decidedByUserId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItemsPropertiesDecidedByUserId"}},"required":["id","runId","assignmentType","rank","score","confidenceScore","recommendation","decisionStatus","shipmentId","matchRunId","matchCandidateId","participantProfileId","carrierOrganizationId","routingMatrixRunId","plannedPickupAt","plannedDeliveryAt","displayLabel","hardBlockers","scoreComponents","dispatchDraft","decidedAt","decidedByUserId"],"additionalProperties":false},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidatesItems"}},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesInputSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesInputSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesInputSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesInputSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesInputSnapshotAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesProviderPayloadAnyOf0":{"type":"null"},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesProviderPayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesProviderPayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesProviderPayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesProviderPayloadAnyOf1"}]},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesSourceSnapshotsItems":{"type":"object","additionalProperties":true},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesSourceSnapshots":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesSourceSnapshotsItems"}},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidence":{"type":"object","properties":{"inputSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesInputSnapshot"},"providerPayload":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesProviderPayload"},"sourceSnapshots":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesSourceSnapshots"}},"required":["inputSnapshot","providerPayload","sourceSnapshots"],"additionalProperties":false},"DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesId"},"sourceType":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSourceType"},"sourceId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSourceId"},"sourceLabel":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSourceLabel"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesStatus"},"providerId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesProviderId"},"objective":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesObjective"},"candidateCount":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidateCount"},"acceptedCandidateId":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesAcceptedCandidateId"},"isCurrent":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesIsCurrent"},"confidenceScore":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesConfidenceScore"},"sourceMode":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSourceMode"},"degradedReasonCode":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesDegradedReasonCode"},"sensitiveEvidenceAvailable":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidenceAvailable"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAt"},"summary":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSummary"},"candidates":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesCandidates"},"sensitiveEvidence":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidence"}},"required":["id","sourceType","sourceId","sourceLabel","status","providerId","objective","candidateCount","acceptedCandidateId","isCurrent","confidenceScore","sourceMode","degradedReasonCode","sensitiveEvidenceAvailable","createdAt","updatedAt","summary","candidates"],"additionalProperties":false},"DocPathsApiFreightOptimizationsRunsPostResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightOptimizationsRunsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightOptimizationsRunsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightOptimizationsRunsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightOptimizationsRunsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightOptimizationsRunsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightOptimizationsRunsPostResponses422ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightOptimizationsRunsPostResponses503ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightSuggestionsIdAcceptPostParameters0Schema":{"type":"string"},"DocPathsApiFreightSuggestionsIdAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightSuggestionsIdAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1"}]},"DocPathsApiFreightSuggestionsIdAcceptPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"note":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesNote"}},"additionalProperties":false},"DocPathsApiFreightSuggestionsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightSuggestionsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesSuggestionId":{"type":"string"},"DocPathsApiFreightSuggestionsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDecisionType":{"type":"string","enum":["accept","reject","override"]},"DocPathsApiFreightSuggestionsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["draft","generated","accepted","rejected","overridden","expired","failed"]},"DocPathsApiFreightSuggestionsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesType":{"type":"string","enum":["proposal_draft","dispatch_assignment_draft","none"]},"DocPathsApiFreightSuggestionsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesHrefAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesHrefAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesHref":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesHrefAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesHrefAnyOf1"}]},"DocPathsApiFreightSuggestionsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesPayloadAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesPayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSuggestionsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesPayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesPayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesPayloadAnyOf1"}]},"DocPathsApiFreightSuggestionsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesMessageKeyAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesMessageKeyAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesMessageKey":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesMessageKeyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesMessageKeyAnyOf1"}]},"DocPathsApiFreightSuggestionsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesType"},"href":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesHref"},"payload":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesPayload"},"messageKey":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesMessageKey"}},"required":["type","href","payload"],"additionalProperties":false},"DocPathsApiFreightSuggestionsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesActionDraft":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1"}]},"DocPathsApiFreightSuggestionsIdAcceptPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesId"},"suggestionId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesSuggestionId"},"decisionType":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesDecisionType"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesStatus"},"actionDraft":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdAcceptPostResponses200ContentApplicationJsonSchemaPropertiesActionDraft"}},"required":["id","suggestionId","decisionType","status","actionDraft"],"additionalProperties":false},"DocPathsApiFreightSuggestionsIdAcceptPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSuggestionsIdAcceptPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdAcceptPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSuggestionsIdAcceptPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSuggestionsIdAcceptPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdAcceptPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSuggestionsIdAcceptPostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightSuggestionsIdOverridePostParameters0Schema":{"type":"string"},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesType":{"type":"string","enum":["proposal_draft"]},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesCarrierParticipantId":{"type":"string"},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesCarrierOrganizationId":{"type":"string"},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesPricingEstimateIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesPricingEstimateIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesPricingEstimateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesPricingEstimateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesPricingEstimateIdAnyOf1"}]},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesCurrencyAnyOf1"}]},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesTotalAmountAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesTotalAmountAnyOf1OneOf0":{"type":"string"},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesTotalAmountAnyOf1OneOf1":{"type":"number"},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesTotalAmountAnyOf1":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesTotalAmountAnyOf1OneOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesTotalAmountAnyOf1OneOf1"}]},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesTotalAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesTotalAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesTotalAmountAnyOf1"}]},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesExpiresAtAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesExpiresAtAnyOf1":{"type":"string","format":"datetime"},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesExpiresAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesExpiresAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesExpiresAtAnyOf1"}]},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesDescriptionAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesDescriptionAnyOf1"}]},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesTermsTextAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesTermsTextAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesTermsText":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesTermsTextAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesTermsTextAnyOf1"}]},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesMetadataJsonAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesMetadataJsonAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesMetadataJson":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesMetadataJsonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesMetadataJsonAnyOf1"}]},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayload":{"type":"object","properties":{"carrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesCarrierParticipantId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesCarrierOrganizationId"},"pricingEstimateId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesPricingEstimateId"},"currency":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesCurrency"},"totalAmount":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesTotalAmount"},"expiresAt":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesExpiresAt"},"description":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesDescription"},"termsText":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesTermsText"},"metadataJson":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayloadPropertiesMetadataJson"}},"required":["carrierParticipantId","carrierOrganizationId"],"additionalProperties":false},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesType"},"payload":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0PropertiesPayload"}},"required":["type","payload"],"additionalProperties":false},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesType":{"type":"string","enum":["dispatch_assignment_draft"]},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesLegId":{"type":"string"},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesVehicleIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesVehicleIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesVehicleId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesVehicleIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesVehicleIdAnyOf1"}]},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesDriverIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesDriverIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesDriverId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesDriverIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesDriverIdAnyOf1"}]},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesTrailerIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesTrailerIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesTrailerId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesTrailerIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesTrailerIdAnyOf1"}]},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesPlannedPickupAtAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesPlannedPickupAtAnyOf1":{"type":"string","format":"datetime"},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesPlannedPickupAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesPlannedPickupAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesPlannedPickupAtAnyOf1"}]},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesPlannedDeliveryAtAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesPlannedDeliveryAtAnyOf1":{"type":"string","format":"datetime"},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesPlannedDeliveryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesPlannedDeliveryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesPlannedDeliveryAtAnyOf1"}]},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesMetadataJsonAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesMetadataJsonAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesMetadataJson":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesMetadataJsonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesMetadataJsonAnyOf1"}]},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayload":{"type":"object","properties":{"legId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesLegId"},"vehicleId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesVehicleId"},"driverId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesDriverId"},"trailerId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesTrailerId"},"plannedPickupAt":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesPlannedPickupAt"},"plannedDeliveryAt":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesPlannedDeliveryAt"},"metadataJson":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayloadPropertiesMetadataJson"}},"required":["legId"],"additionalProperties":false},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesType"},"payload":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1PropertiesPayload"}},"required":["type","payload"],"additionalProperties":false},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf2PropertiesType":{"type":"string","enum":["none"]},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf2PropertiesPayload":{"type":"null"},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf2":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf2PropertiesType"},"payload":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf2PropertiesPayload"}},"required":["type"],"additionalProperties":false},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraft":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf1"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraftOneOf2"}]},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1"}]},"DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"actionDraft":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesActionDraft"},"note":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostRequestBodyContentApplicationJsonSchemaPropertiesNote"}},"required":["actionDraft"],"additionalProperties":false},"DocPathsApiFreightSuggestionsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightSuggestionsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesSuggestionId":{"type":"string"},"DocPathsApiFreightSuggestionsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDecisionType":{"type":"string","enum":["accept","reject","override"]},"DocPathsApiFreightSuggestionsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["draft","generated","accepted","rejected","overridden","expired","failed"]},"DocPathsApiFreightSuggestionsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesType":{"type":"string","enum":["proposal_draft","dispatch_assignment_draft","none"]},"DocPathsApiFreightSuggestionsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesHrefAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesHrefAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesHref":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesHrefAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesHrefAnyOf1"}]},"DocPathsApiFreightSuggestionsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesPayloadAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesPayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSuggestionsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesPayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesPayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesPayloadAnyOf1"}]},"DocPathsApiFreightSuggestionsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesMessageKeyAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesMessageKeyAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesMessageKey":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesMessageKeyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesMessageKeyAnyOf1"}]},"DocPathsApiFreightSuggestionsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesType"},"href":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesHref"},"payload":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesPayload"},"messageKey":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesMessageKey"}},"required":["type","href","payload"],"additionalProperties":false},"DocPathsApiFreightSuggestionsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesActionDraft":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1"}]},"DocPathsApiFreightSuggestionsIdOverridePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesId"},"suggestionId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesSuggestionId"},"decisionType":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesDecisionType"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesStatus"},"actionDraft":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostResponses200ContentApplicationJsonSchemaPropertiesActionDraft"}},"required":["id","suggestionId","decisionType","status","actionDraft"],"additionalProperties":false},"DocPathsApiFreightSuggestionsIdOverridePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSuggestionsIdOverridePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSuggestionsIdOverridePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSuggestionsIdOverridePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdOverridePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSuggestionsIdOverridePostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightSuggestionsIdRejectPostParameters0Schema":{"type":"string"},"DocPathsApiFreightSuggestionsIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiFreightSuggestionsIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1"}]},"DocPathsApiFreightSuggestionsIdRejectPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"note":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesNote"}},"additionalProperties":false},"DocPathsApiFreightSuggestionsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightSuggestionsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesSuggestionId":{"type":"string"},"DocPathsApiFreightSuggestionsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDecisionType":{"type":"string","enum":["accept","reject","override"]},"DocPathsApiFreightSuggestionsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["draft","generated","accepted","rejected","overridden","expired","failed"]},"DocPathsApiFreightSuggestionsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesType":{"type":"string","enum":["proposal_draft","dispatch_assignment_draft","none"]},"DocPathsApiFreightSuggestionsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesHrefAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesHrefAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesHref":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesHrefAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesHrefAnyOf1"}]},"DocPathsApiFreightSuggestionsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesPayloadAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesPayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSuggestionsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesPayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesPayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesPayloadAnyOf1"}]},"DocPathsApiFreightSuggestionsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesMessageKeyAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesMessageKeyAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesMessageKey":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesMessageKeyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesMessageKeyAnyOf1"}]},"DocPathsApiFreightSuggestionsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesType"},"href":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesHref"},"payload":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesPayload"},"messageKey":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesMessageKey"}},"required":["type","href","payload"],"additionalProperties":false},"DocPathsApiFreightSuggestionsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesActionDraft":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1"}]},"DocPathsApiFreightSuggestionsIdRejectPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesId"},"suggestionId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesSuggestionId"},"decisionType":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesDecisionType"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesStatus"},"actionDraft":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesActionDraft"}},"required":["id","suggestionId","decisionType","status","actionDraft"],"additionalProperties":false},"DocPathsApiFreightSuggestionsIdRejectPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSuggestionsIdRejectPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdRejectPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSuggestionsIdRejectPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSuggestionsIdRejectPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdRejectPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSuggestionsIdRejectPostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightSuggestionsIdGetParameters0Schema":{"type":"string"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceType":{"type":"string","enum":["marketplace_shipment"]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceId":{"type":"string"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceLabelAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceLabelAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceLabelAnyOf1"}]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["draft","generated","accepted","rejected","overridden","expired","failed"]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesKind":{"type":"string","enum":["carrier","eta","assignment","manual_review"]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRecommendation":{"type":"string","enum":["recommended","backup","manual_review","not_recommended"]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesConfidenceScoreAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesConfidenceScoreAnyOf1":{"type":"number"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesConfidenceScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesConfidenceScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesConfidenceScoreAnyOf1"}]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesOptimizationRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesOptimizationRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesOptimizationRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesOptimizationRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesOptimizationRunIdAnyOf1"}]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesOptimizationCandidateIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesOptimizationCandidateIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesOptimizationCandidateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesOptimizationCandidateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesOptimizationCandidateIdAnyOf1"}]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesMatchRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesMatchRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesMatchRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesMatchRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesMatchRunIdAnyOf1"}]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesMatchCandidateIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesMatchCandidateIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesMatchCandidateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesMatchCandidateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesMatchCandidateIdAnyOf1"}]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRoutingRouteIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRoutingRouteIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRoutingRouteId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRoutingRouteIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRoutingRouteIdAnyOf1"}]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRoutingMatrixRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRoutingMatrixRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRoutingMatrixRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRoutingMatrixRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRoutingMatrixRunIdAnyOf1"}]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposedCarrierParticipantIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposedCarrierParticipantIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposedCarrierParticipantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposedCarrierParticipantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposedCarrierParticipantIdAnyOf1"}]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposedCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposedCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposedCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposedCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposedCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposedPickupAtAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposedPickupAtAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposedPickupAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposedPickupAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposedPickupAtAnyOf1"}]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposedDeliveryAtAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposedDeliveryAtAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposedDeliveryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposedDeliveryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposedDeliveryAtAnyOf1"}]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDraftType":{"type":"string","enum":["proposal_draft","dispatch_assignment_draft","none"]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSummaryAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSummaryAnyOf1"}]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesFailureCodeAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesFailureCodeAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesFailureCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesFailureCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesFailureCodeAnyOf1"}]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesIsCurrent":{"type":"boolean"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidenceAvailable":{"type":"boolean"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesSuggestionId":{"type":"string"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesDecisionType":{"type":"string","enum":["accept","reject","override"]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesPreviousStatus":{"type":"string","enum":["draft","generated","accepted","rejected","overridden","expired","failed"]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesNextStatus":{"type":"string","enum":["draft","generated","accepted","rejected","overridden","expired","failed"]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActorUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActorUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActorUserIdAnyOf1"}]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesNoteAnyOf1"}]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesType":{"type":"string","enum":["proposal_draft","dispatch_assignment_draft","none"]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesHrefAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesHrefAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesHref":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesHrefAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesHrefAnyOf1"}]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesPayloadAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesPayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesPayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesPayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesPayloadAnyOf1"}]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesMessageKeyAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesMessageKeyAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesMessageKey":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesMessageKeyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesMessageKeyAnyOf1"}]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesType"},"href":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesHref"},"payload":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesPayload"},"messageKey":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesMessageKey"}},"required":["type","href","payload"],"additionalProperties":false},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraft":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1"}]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesId"},"suggestionId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesSuggestionId"},"decisionType":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesDecisionType"},"previousStatus":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesPreviousStatus"},"nextStatus":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesNextStatus"},"actorUserId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActorUserId"},"note":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesNote"},"actionDraft":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraft"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesCreatedAt"}},"required":["id","suggestionId","decisionType","previousStatus","nextStatus","actorUserId","note","actionDraft","createdAt"],"additionalProperties":false},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisionsItems"}},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesType":{"type":"string","enum":["proposal_draft","dispatch_assignment_draft","none"]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesHrefAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesHrefAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesHref":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesHrefAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesHrefAnyOf1"}]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesPayloadAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesPayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesPayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesPayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesPayloadAnyOf1"}]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesMessageKeyAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesMessageKeyAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesMessageKey":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesMessageKeyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesMessageKeyAnyOf1"}]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesType"},"href":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesHref"},"payload":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesPayload"},"messageKey":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesMessageKey"}},"required":["type","href","payload"],"additionalProperties":false},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDraft":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1"}]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesExplanationAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesExplanationAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesExplanation":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesExplanationAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesExplanationAnyOf1"}]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesSourceSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesSourceSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesSourceSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesSourceSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesSourceSnapshotAnyOf1"}]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesDraftPayloadAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesDraftPayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesDraftPayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesDraftPayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesDraftPayloadAnyOf1"}]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesFailureMessageAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesFailureMessageAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesFailureMessage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesFailureMessageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesFailureMessageAnyOf1"}]},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidence":{"type":"object","properties":{"explanation":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesExplanation"},"sourceSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesSourceSnapshot"},"draftPayload":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesDraftPayload"},"failureMessage":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesFailureMessage"}},"required":["explanation","sourceSnapshot","draftPayload","failureMessage"],"additionalProperties":false},"DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"sourceType":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceType"},"sourceId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceId"},"sourceLabel":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceLabel"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesStatus"},"kind":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesKind"},"recommendation":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRecommendation"},"confidenceScore":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesConfidenceScore"},"optimizationRunId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesOptimizationRunId"},"optimizationCandidateId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesOptimizationCandidateId"},"matchRunId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesMatchRunId"},"matchCandidateId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesMatchCandidateId"},"routingRouteId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRoutingRouteId"},"routingMatrixRunId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesRoutingMatrixRunId"},"proposedCarrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposedCarrierParticipantId"},"proposedCarrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposedCarrierOrganizationId"},"proposedPickupAt":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposedPickupAt"},"proposedDeliveryAt":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesProposedDeliveryAt"},"actionDraftType":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDraftType"},"summary":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSummary"},"failureCode":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesFailureCode"},"isCurrent":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesIsCurrent"},"sensitiveEvidenceAvailable":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidenceAvailable"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"},"decisions":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesDecisions"},"actionDraft":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDraft"},"sensitiveEvidence":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses200ContentApplicationJsonSchemaPropertiesSensitiveEvidence"}},"required":["id","sourceType","sourceId","sourceLabel","status","kind","recommendation","confidenceScore","optimizationRunId","optimizationCandidateId","matchRunId","matchCandidateId","routingRouteId","routingMatrixRunId","proposedCarrierParticipantId","proposedCarrierOrganizationId","proposedPickupAt","proposedDeliveryAt","actionDraftType","summary","failureCode","isCurrent","sensitiveEvidenceAvailable","createdAt","updatedAt","decisions","actionDraft"],"additionalProperties":false},"DocPathsApiFreightSuggestionsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSuggestionsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSuggestionsIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSuggestionsIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSuggestionsIdGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightSuggestionsGetParameters0Schema":{"type":"number"},"DocPathsApiFreightSuggestionsGetParameters1Schema":{"type":"number"},"DocPathsApiFreightSuggestionsGetParameters2Schema":{"type":"string","maxLength":4000},"DocPathsApiFreightSuggestionsGetParameters3Schema":{"type":"string","maxLength":200},"DocPathsApiFreightSuggestionsGetParameters4Schema":{"type":"string","enum":["marketplace_shipment"]},"DocPathsApiFreightSuggestionsGetParameters5Schema":{"type":"string"},"DocPathsApiFreightSuggestionsGetParameters6Schema":{"type":"string","enum":["draft","generated","accepted","rejected","overridden","expired","failed"]},"DocPathsApiFreightSuggestionsGetParameters7Schema":{"type":"string","enum":["recommended","backup","manual_review","not_recommended"]},"DocPathsApiFreightSuggestionsGetParameters8Schema":{"type":"boolean"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceType":{"type":"string","enum":["marketplace_shipment"]},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceId":{"type":"string"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceLabelAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceLabelAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceLabelAnyOf1"}]},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string","enum":["draft","generated","accepted","rejected","overridden","expired","failed"]},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind":{"type":"string","enum":["carrier","eta","assignment","manual_review"]},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecommendation":{"type":"string","enum":["recommended","backup","manual_review","not_recommended"]},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfidenceScoreAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfidenceScoreAnyOf1":{"type":"number"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfidenceScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfidenceScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfidenceScoreAnyOf1"}]},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOptimizationRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOptimizationRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOptimizationRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOptimizationRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOptimizationRunIdAnyOf1"}]},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOptimizationCandidateIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOptimizationCandidateIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOptimizationCandidateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOptimizationCandidateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOptimizationCandidateIdAnyOf1"}]},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMatchRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMatchRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMatchRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMatchRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMatchRunIdAnyOf1"}]},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMatchCandidateIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMatchCandidateIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMatchCandidateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMatchCandidateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMatchCandidateIdAnyOf1"}]},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoutingRouteIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoutingRouteIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoutingRouteId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoutingRouteIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoutingRouteIdAnyOf1"}]},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoutingMatrixRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoutingMatrixRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoutingMatrixRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoutingMatrixRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoutingMatrixRunIdAnyOf1"}]},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProposedCarrierParticipantIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProposedCarrierParticipantIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProposedCarrierParticipantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProposedCarrierParticipantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProposedCarrierParticipantIdAnyOf1"}]},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProposedCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProposedCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProposedCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProposedCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProposedCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProposedPickupAtAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProposedPickupAtAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProposedPickupAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProposedPickupAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProposedPickupAtAnyOf1"}]},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProposedDeliveryAtAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProposedDeliveryAtAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProposedDeliveryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProposedDeliveryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProposedDeliveryAtAnyOf1"}]},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionDraftType":{"type":"string","enum":["proposal_draft","dispatch_assignment_draft","none"]},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSummaryAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSummaryAnyOf1"}]},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFailureCodeAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFailureCodeAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFailureCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFailureCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFailureCodeAnyOf1"}]},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsCurrent":{"type":"boolean"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSensitiveEvidenceAvailable":{"type":"boolean"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"sourceType":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceType"},"sourceId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceId"},"sourceLabel":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceLabel"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"kind":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind"},"recommendation":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecommendation"},"confidenceScore":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfidenceScore"},"optimizationRunId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOptimizationRunId"},"optimizationCandidateId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOptimizationCandidateId"},"matchRunId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMatchRunId"},"matchCandidateId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMatchCandidateId"},"routingRouteId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoutingRouteId"},"routingMatrixRunId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoutingMatrixRunId"},"proposedCarrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProposedCarrierParticipantId"},"proposedCarrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProposedCarrierOrganizationId"},"proposedPickupAt":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProposedPickupAt"},"proposedDeliveryAt":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProposedDeliveryAt"},"actionDraftType":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionDraftType"},"summary":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSummary"},"failureCode":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFailureCode"},"isCurrent":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsCurrent"},"sensitiveEvidenceAvailable":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSensitiveEvidenceAvailable"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","sourceType","sourceId","sourceLabel","status","kind","recommendation","confidenceScore","optimizationRunId","optimizationCandidateId","matchRunId","matchCandidateId","routingRouteId","routingMatrixRunId","proposedCarrierParticipantId","proposedCarrierOrganizationId","proposedPickupAt","proposedDeliveryAt","actionDraftType","summary","failureCode","isCurrent","sensitiveEvidenceAvailable","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"page":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"total":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","page","pageSize","total","totalPages"],"additionalProperties":false},"DocPathsApiFreightSuggestionsGetResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightSuggestionsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSuggestionsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSuggestionsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSuggestionsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSuggestionsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceType":{"type":"string","enum":["marketplace_shipment"]},"DocPathsApiFreightSuggestionsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceId":{"type":"string"},"DocPathsApiFreightSuggestionsPostRequestBodyContentApplicationJsonSchemaPropertiesObjectiveAllOf0":{"type":"string","enum":["balanced","minimize_cost","minimize_time","maximize_reliability"]},"DocPathsApiFreightSuggestionsPostRequestBodyContentApplicationJsonSchemaPropertiesObjective":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostRequestBodyContentApplicationJsonSchemaPropertiesObjectiveAllOf0"}],"default":"balanced"},"DocPathsApiFreightSuggestionsPostRequestBodyContentApplicationJsonSchemaPropertiesForceRefreshAllOf0":{"type":"boolean"},"DocPathsApiFreightSuggestionsPostRequestBodyContentApplicationJsonSchemaPropertiesForceRefresh":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostRequestBodyContentApplicationJsonSchemaPropertiesForceRefreshAllOf0"}],"default":false},"DocPathsApiFreightSuggestionsPostRequestBodyContentApplicationJsonSchemaPropertiesAllowFallbackAllOf0":{"type":"boolean"},"DocPathsApiFreightSuggestionsPostRequestBodyContentApplicationJsonSchemaPropertiesAllowFallback":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostRequestBodyContentApplicationJsonSchemaPropertiesAllowFallbackAllOf0"}],"default":true},"DocPathsApiFreightSuggestionsPostRequestBodyContentApplicationJsonSchemaPropertiesCandidateLimitAllOf0":{"type":"number"},"DocPathsApiFreightSuggestionsPostRequestBodyContentApplicationJsonSchemaPropertiesCandidateLimit":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostRequestBodyContentApplicationJsonSchemaPropertiesCandidateLimitAllOf0"}],"default":20},"DocPathsApiFreightSuggestionsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"sourceType":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceType"},"sourceId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceId"},"objective":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostRequestBodyContentApplicationJsonSchemaPropertiesObjective"},"forceRefresh":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostRequestBodyContentApplicationJsonSchemaPropertiesForceRefresh"},"allowFallback":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostRequestBodyContentApplicationJsonSchemaPropertiesAllowFallback"},"candidateLimit":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostRequestBodyContentApplicationJsonSchemaPropertiesCandidateLimit"}},"required":["sourceType","sourceId"],"additionalProperties":false},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSourceType":{"type":"string","enum":["marketplace_shipment"]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSourceId":{"type":"string"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSourceLabelAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSourceLabelAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSourceLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSourceLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSourceLabelAnyOf1"}]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["draft","generated","accepted","rejected","overridden","expired","failed"]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesKind":{"type":"string","enum":["carrier","eta","assignment","manual_review"]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesRecommendation":{"type":"string","enum":["recommended","backup","manual_review","not_recommended"]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesConfidenceScoreAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesConfidenceScoreAnyOf1":{"type":"number"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesConfidenceScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesConfidenceScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesConfidenceScoreAnyOf1"}]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesOptimizationRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesOptimizationRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesOptimizationRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesOptimizationRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesOptimizationRunIdAnyOf1"}]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesOptimizationCandidateIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesOptimizationCandidateIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesOptimizationCandidateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesOptimizationCandidateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesOptimizationCandidateIdAnyOf1"}]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesMatchRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesMatchRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesMatchRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesMatchRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesMatchRunIdAnyOf1"}]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesMatchCandidateIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesMatchCandidateIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesMatchCandidateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesMatchCandidateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesMatchCandidateIdAnyOf1"}]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesRoutingRouteIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesRoutingRouteIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesRoutingRouteId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesRoutingRouteIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesRoutingRouteIdAnyOf1"}]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesRoutingMatrixRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesRoutingMatrixRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesRoutingMatrixRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesRoutingMatrixRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesRoutingMatrixRunIdAnyOf1"}]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesProposedCarrierParticipantIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesProposedCarrierParticipantIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesProposedCarrierParticipantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesProposedCarrierParticipantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesProposedCarrierParticipantIdAnyOf1"}]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesProposedCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesProposedCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesProposedCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesProposedCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesProposedCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesProposedPickupAtAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesProposedPickupAtAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesProposedPickupAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesProposedPickupAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesProposedPickupAtAnyOf1"}]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesProposedDeliveryAtAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesProposedDeliveryAtAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesProposedDeliveryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesProposedDeliveryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesProposedDeliveryAtAnyOf1"}]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesActionDraftType":{"type":"string","enum":["proposal_draft","dispatch_assignment_draft","none"]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSummaryAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSummaryAnyOf1"}]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesFailureCodeAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesFailureCodeAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesFailureCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesFailureCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesFailureCodeAnyOf1"}]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesIsCurrent":{"type":"boolean"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidenceAvailable":{"type":"boolean"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesSuggestionId":{"type":"string"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesDecisionType":{"type":"string","enum":["accept","reject","override"]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesPreviousStatus":{"type":"string","enum":["draft","generated","accepted","rejected","overridden","expired","failed"]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesNextStatus":{"type":"string","enum":["draft","generated","accepted","rejected","overridden","expired","failed"]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActorUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActorUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActorUserIdAnyOf1"}]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesNoteAnyOf1"}]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesType":{"type":"string","enum":["proposal_draft","dispatch_assignment_draft","none"]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesHrefAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesHrefAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesHref":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesHrefAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesHrefAnyOf1"}]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesPayloadAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesPayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesPayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesPayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesPayloadAnyOf1"}]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesMessageKeyAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesMessageKeyAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesMessageKey":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesMessageKeyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesMessageKeyAnyOf1"}]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesType"},"href":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesHref"},"payload":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesPayload"},"messageKey":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesMessageKey"}},"required":["type","href","payload"],"additionalProperties":false},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraft":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraftAnyOf1"}]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesId"},"suggestionId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesSuggestionId"},"decisionType":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesDecisionType"},"previousStatus":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesPreviousStatus"},"nextStatus":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesNextStatus"},"actorUserId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActorUserId"},"note":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesNote"},"actionDraft":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesActionDraft"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItemsPropertiesCreatedAt"}},"required":["id","suggestionId","decisionType","previousStatus","nextStatus","actorUserId","note","actionDraft","createdAt"],"additionalProperties":false},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisionsItems"}},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesActionDraftAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesType":{"type":"string","enum":["proposal_draft","dispatch_assignment_draft","none"]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesHrefAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesHrefAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesHref":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesHrefAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesHrefAnyOf1"}]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesPayloadAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesPayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesPayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesPayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesPayloadAnyOf1"}]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesMessageKeyAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesMessageKeyAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesMessageKey":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesMessageKeyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesMessageKeyAnyOf1"}]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesType"},"href":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesHref"},"payload":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesPayload"},"messageKey":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1PropertiesMessageKey"}},"required":["type","href","payload"],"additionalProperties":false},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesActionDraft":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesActionDraftAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesActionDraftAnyOf1"}]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesExplanationAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesExplanationAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesExplanation":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesExplanationAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesExplanationAnyOf1"}]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesSourceSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesSourceSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesSourceSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesSourceSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesSourceSnapshotAnyOf1"}]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesDraftPayloadAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesDraftPayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesDraftPayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesDraftPayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesDraftPayloadAnyOf1"}]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesFailureMessageAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesFailureMessageAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesFailureMessage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesFailureMessageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesFailureMessageAnyOf1"}]},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidence":{"type":"object","properties":{"explanation":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesExplanation"},"sourceSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesSourceSnapshot"},"draftPayload":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesDraftPayload"},"failureMessage":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidencePropertiesFailureMessage"}},"required":["explanation","sourceSnapshot","draftPayload","failureMessage"],"additionalProperties":false},"DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesId"},"sourceType":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSourceType"},"sourceId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSourceId"},"sourceLabel":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSourceLabel"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesStatus"},"kind":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesKind"},"recommendation":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesRecommendation"},"confidenceScore":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesConfidenceScore"},"optimizationRunId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesOptimizationRunId"},"optimizationCandidateId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesOptimizationCandidateId"},"matchRunId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesMatchRunId"},"matchCandidateId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesMatchCandidateId"},"routingRouteId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesRoutingRouteId"},"routingMatrixRunId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesRoutingMatrixRunId"},"proposedCarrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesProposedCarrierParticipantId"},"proposedCarrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesProposedCarrierOrganizationId"},"proposedPickupAt":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesProposedPickupAt"},"proposedDeliveryAt":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesProposedDeliveryAt"},"actionDraftType":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesActionDraftType"},"summary":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSummary"},"failureCode":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesFailureCode"},"isCurrent":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesIsCurrent"},"sensitiveEvidenceAvailable":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidenceAvailable"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAt"},"decisions":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDecisions"},"actionDraft":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesActionDraft"},"sensitiveEvidence":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesSensitiveEvidence"}},"required":["id","sourceType","sourceId","sourceLabel","status","kind","recommendation","confidenceScore","optimizationRunId","optimizationCandidateId","matchRunId","matchCandidateId","routingRouteId","routingMatrixRunId","proposedCarrierParticipantId","proposedCarrierOrganizationId","proposedPickupAt","proposedDeliveryAt","actionDraftType","summary","failureCode","isCurrent","sensitiveEvidenceAvailable","createdAt","updatedAt","decisions","actionDraft"],"additionalProperties":false},"DocPathsApiFreightSuggestionsPostResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightSuggestionsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSuggestionsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSuggestionsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSuggestionsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSuggestionsPostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightSuggestionsPostResponses424ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetParameters0Schema":{"type":"string"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesId":{"type":"string"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSourceType":{"type":"string","enum":["marketplace_shipment"]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSourceId":{"type":"string"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSourceLabelAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSourceLabelAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSourceLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSourceLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSourceLabelAnyOf1"}]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesStatus":{"type":"string","enum":["draft","generated","accepted","rejected","overridden","expired","failed"]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesKind":{"type":"string","enum":["carrier","eta","assignment","manual_review"]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesRecommendation":{"type":"string","enum":["recommended","backup","manual_review","not_recommended"]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesConfidenceScoreAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesConfidenceScoreAnyOf1":{"type":"number"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesConfidenceScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesConfidenceScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesConfidenceScoreAnyOf1"}]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesOptimizationRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesOptimizationRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesOptimizationRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesOptimizationRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesOptimizationRunIdAnyOf1"}]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesOptimizationCandidateIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesOptimizationCandidateIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesOptimizationCandidateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesOptimizationCandidateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesOptimizationCandidateIdAnyOf1"}]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesMatchRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesMatchRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesMatchRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesMatchRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesMatchRunIdAnyOf1"}]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesMatchCandidateIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesMatchCandidateIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesMatchCandidateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesMatchCandidateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesMatchCandidateIdAnyOf1"}]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesRoutingRouteIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesRoutingRouteIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesRoutingRouteId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesRoutingRouteIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesRoutingRouteIdAnyOf1"}]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesRoutingMatrixRunIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesRoutingMatrixRunIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesRoutingMatrixRunId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesRoutingMatrixRunIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesRoutingMatrixRunIdAnyOf1"}]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesProposedCarrierParticipantIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesProposedCarrierParticipantIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesProposedCarrierParticipantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesProposedCarrierParticipantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesProposedCarrierParticipantIdAnyOf1"}]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesProposedCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesProposedCarrierOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesProposedCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesProposedCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesProposedCarrierOrganizationIdAnyOf1"}]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesProposedPickupAtAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesProposedPickupAtAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesProposedPickupAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesProposedPickupAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesProposedPickupAtAnyOf1"}]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesProposedDeliveryAtAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesProposedDeliveryAtAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesProposedDeliveryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesProposedDeliveryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesProposedDeliveryAtAnyOf1"}]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesActionDraftType":{"type":"string","enum":["proposal_draft","dispatch_assignment_draft","none"]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSummaryAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSummaryAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSummary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSummaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSummaryAnyOf1"}]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesFailureCodeAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesFailureCodeAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesFailureCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesFailureCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesFailureCodeAnyOf1"}]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesIsCurrent":{"type":"boolean"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSensitiveEvidenceAvailable":{"type":"boolean"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesUpdatedAt":{"type":"string"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesId":{"type":"string"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesSuggestionId":{"type":"string"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesDecisionType":{"type":"string","enum":["accept","reject","override"]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesPreviousStatus":{"type":"string","enum":["draft","generated","accepted","rejected","overridden","expired","failed"]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesNextStatus":{"type":"string","enum":["draft","generated","accepted","rejected","overridden","expired","failed"]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesActorUserIdAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesActorUserIdAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesActorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesActorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesActorUserIdAnyOf1"}]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesNoteAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesNoteAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesNoteAnyOf1"}]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesActionDraftAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesType":{"type":"string","enum":["proposal_draft","dispatch_assignment_draft","none"]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesHrefAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesHrefAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesHref":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesHrefAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesHrefAnyOf1"}]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesPayloadAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesPayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesPayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesPayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesPayloadAnyOf1"}]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesMessageKeyAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesMessageKeyAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesMessageKey":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesMessageKeyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesMessageKeyAnyOf1"}]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesActionDraftAnyOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesType"},"href":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesHref"},"payload":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesPayload"},"messageKey":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesActionDraftAnyOf1PropertiesMessageKey"}},"required":["type","href","payload"],"additionalProperties":false},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesActionDraft":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesActionDraftAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesActionDraftAnyOf1"}]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesId"},"suggestionId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesSuggestionId"},"decisionType":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesDecisionType"},"previousStatus":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesPreviousStatus"},"nextStatus":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesNextStatus"},"actorUserId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesActorUserId"},"note":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesNote"},"actionDraft":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesActionDraft"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItemsPropertiesCreatedAt"}},"required":["id","suggestionId","decisionType","previousStatus","nextStatus","actorUserId","note","actionDraft","createdAt"],"additionalProperties":false},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisionsItems"}},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesActionDraftAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesActionDraftAnyOf1PropertiesType":{"type":"string","enum":["proposal_draft","dispatch_assignment_draft","none"]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesActionDraftAnyOf1PropertiesHrefAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesActionDraftAnyOf1PropertiesHrefAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesActionDraftAnyOf1PropertiesHref":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesActionDraftAnyOf1PropertiesHrefAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesActionDraftAnyOf1PropertiesHrefAnyOf1"}]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesActionDraftAnyOf1PropertiesPayloadAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesActionDraftAnyOf1PropertiesPayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesActionDraftAnyOf1PropertiesPayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesActionDraftAnyOf1PropertiesPayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesActionDraftAnyOf1PropertiesPayloadAnyOf1"}]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesActionDraftAnyOf1PropertiesMessageKeyAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesActionDraftAnyOf1PropertiesMessageKeyAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesActionDraftAnyOf1PropertiesMessageKey":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesActionDraftAnyOf1PropertiesMessageKeyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesActionDraftAnyOf1PropertiesMessageKeyAnyOf1"}]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesActionDraftAnyOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesActionDraftAnyOf1PropertiesType"},"href":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesActionDraftAnyOf1PropertiesHref"},"payload":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesActionDraftAnyOf1PropertiesPayload"},"messageKey":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesActionDraftAnyOf1PropertiesMessageKey"}},"required":["type","href","payload"],"additionalProperties":false},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesActionDraft":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesActionDraftAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesActionDraftAnyOf1"}]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSensitiveEvidencePropertiesExplanationAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSensitiveEvidencePropertiesExplanationAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSensitiveEvidencePropertiesExplanation":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSensitiveEvidencePropertiesExplanationAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSensitiveEvidencePropertiesExplanationAnyOf1"}]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSensitiveEvidencePropertiesSourceSnapshotAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSensitiveEvidencePropertiesSourceSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSensitiveEvidencePropertiesSourceSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSensitiveEvidencePropertiesSourceSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSensitiveEvidencePropertiesSourceSnapshotAnyOf1"}]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSensitiveEvidencePropertiesDraftPayloadAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSensitiveEvidencePropertiesDraftPayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSensitiveEvidencePropertiesDraftPayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSensitiveEvidencePropertiesDraftPayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSensitiveEvidencePropertiesDraftPayloadAnyOf1"}]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSensitiveEvidencePropertiesFailureMessageAnyOf0":{"type":"null"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSensitiveEvidencePropertiesFailureMessageAnyOf1":{"type":"string"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSensitiveEvidencePropertiesFailureMessage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSensitiveEvidencePropertiesFailureMessageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSensitiveEvidencePropertiesFailureMessageAnyOf1"}]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSensitiveEvidence":{"type":"object","properties":{"explanation":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSensitiveEvidencePropertiesExplanation"},"sourceSnapshot":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSensitiveEvidencePropertiesSourceSnapshot"},"draftPayload":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSensitiveEvidencePropertiesDraftPayload"},"failureMessage":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSensitiveEvidencePropertiesFailureMessage"}},"required":["explanation","sourceSnapshot","draftPayload","failureMessage"],"additionalProperties":false},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesId"},"sourceType":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSourceType"},"sourceId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSourceId"},"sourceLabel":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSourceLabel"},"status":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesStatus"},"kind":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesKind"},"recommendation":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesRecommendation"},"confidenceScore":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesConfidenceScore"},"optimizationRunId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesOptimizationRunId"},"optimizationCandidateId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesOptimizationCandidateId"},"matchRunId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesMatchRunId"},"matchCandidateId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesMatchCandidateId"},"routingRouteId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesRoutingRouteId"},"routingMatrixRunId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesRoutingMatrixRunId"},"proposedCarrierParticipantId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesProposedCarrierParticipantId"},"proposedCarrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesProposedCarrierOrganizationId"},"proposedPickupAt":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesProposedPickupAt"},"proposedDeliveryAt":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesProposedDeliveryAt"},"actionDraftType":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesActionDraftType"},"summary":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSummary"},"failureCode":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesFailureCode"},"isCurrent":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesIsCurrent"},"sensitiveEvidenceAvailable":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSensitiveEvidenceAvailable"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesUpdatedAt"},"decisions":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesDecisions"},"actionDraft":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesActionDraft"},"sensitiveEvidence":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1PropertiesSensitiveEvidence"}},"required":["id","sourceType","sourceId","sourceLabel","status","kind","recommendation","confidenceScore","optimizationRunId","optimizationCandidateId","matchRunId","matchCandidateId","routingRouteId","routingMatrixRunId","proposedCarrierParticipantId","proposedCarrierOrganizationId","proposedPickupAt","proposedDeliveryAt","actionDraftType","summary","failureCode","isCurrent","sensitiveEvidenceAvailable","createdAt","updatedAt","decisions","actionDraft"],"additionalProperties":false},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestion":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestionAnyOf1"}]},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"suggestion":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSuggestion"}},"required":["suggestion"],"additionalProperties":false},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiFreightSuggestionsShipmentsIdSummaryGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsIdGetParameters0Schema":{"type":"string"},"DocPathsApiParticipantsIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipant":{"type":"object","additionalProperties":true},"DocPathsApiParticipantsIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedCustomerAnyOf0":{"type":"null"},"DocPathsApiParticipantsIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedCustomerAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiParticipantsIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedCustomer":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedCustomerAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedCustomerAnyOf1"}]},"DocPathsApiParticipantsIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomFields":{"type":"object","additionalProperties":true},"DocPathsApiParticipantsIdGetResponses200ContentApplicationJsonSchemaPropertiesCapabilitiesSummary":{"type":"object","additionalProperties":true},"DocPathsApiParticipantsIdGetResponses200ContentApplicationJsonSchemaPropertiesPayoutSummary":{"type":"object","additionalProperties":true},"DocPathsApiParticipantsIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"participant":{"$ref":"#/components/schemas/DocPathsApiParticipantsIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipant"},"linkedCustomer":{"$ref":"#/components/schemas/DocPathsApiParticipantsIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedCustomer"},"customFields":{"$ref":"#/components/schemas/DocPathsApiParticipantsIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomFields"},"capabilitiesSummary":{"$ref":"#/components/schemas/DocPathsApiParticipantsIdGetResponses200ContentApplicationJsonSchemaPropertiesCapabilitiesSummary"},"payoutSummary":{"$ref":"#/components/schemas/DocPathsApiParticipantsIdGetResponses200ContentApplicationJsonSchemaPropertiesPayoutSummary"}},"required":["participant","linkedCustomer","customFields","capabilitiesSummary","payoutSummary"],"additionalProperties":false},"DocPathsApiParticipantsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsCapabilitiesIdRejectPostParameters0Schema":{"type":"string"},"DocPathsApiParticipantsCapabilitiesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesRejectionReason":{"type":"string","minLength":1,"maxLength":4000},"DocPathsApiParticipantsCapabilitiesIdRejectPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"rejectionReason":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesRejectionReason"}},"required":["rejectionReason"],"additionalProperties":false},"DocPathsApiParticipantsCapabilitiesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiParticipantsCapabilitiesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesVerificationStatus":{"type":"string","enum":["rejected"]},"DocPathsApiParticipantsCapabilitiesIdRejectPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"verificationStatus":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesVerificationStatus"}},"required":["ok","verificationStatus"],"additionalProperties":false},"DocPathsApiParticipantsCapabilitiesIdRejectPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsCapabilitiesIdRejectPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesIdRejectPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsCapabilitiesIdRejectPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsCapabilitiesIdRejectPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesIdRejectPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsCapabilitiesIdRejectPostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiParticipantsCapabilitiesIdVerifyPostParameters0Schema":{"type":"string"},"DocPathsApiParticipantsCapabilitiesIdVerifyPostRequestBodyContentApplicationJsonSchemaPropertiesComplianceDocumentIdAnyOf0":{"type":"null"},"DocPathsApiParticipantsCapabilitiesIdVerifyPostRequestBodyContentApplicationJsonSchemaPropertiesComplianceDocumentIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiParticipantsCapabilitiesIdVerifyPostRequestBodyContentApplicationJsonSchemaPropertiesComplianceDocumentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesIdVerifyPostRequestBodyContentApplicationJsonSchemaPropertiesComplianceDocumentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesIdVerifyPostRequestBodyContentApplicationJsonSchemaPropertiesComplianceDocumentIdAnyOf1"}]},"DocPathsApiParticipantsCapabilitiesIdVerifyPostRequestBodyContentApplicationJsonSchemaPropertiesVerificationNotesAnyOf0":{"type":"null"},"DocPathsApiParticipantsCapabilitiesIdVerifyPostRequestBodyContentApplicationJsonSchemaPropertiesVerificationNotesAnyOf1":{"type":"string","maxLength":4000},"DocPathsApiParticipantsCapabilitiesIdVerifyPostRequestBodyContentApplicationJsonSchemaPropertiesVerificationNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesIdVerifyPostRequestBodyContentApplicationJsonSchemaPropertiesVerificationNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesIdVerifyPostRequestBodyContentApplicationJsonSchemaPropertiesVerificationNotesAnyOf1"}]},"DocPathsApiParticipantsCapabilitiesIdVerifyPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"complianceDocumentId":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesIdVerifyPostRequestBodyContentApplicationJsonSchemaPropertiesComplianceDocumentId"},"verificationNotes":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesIdVerifyPostRequestBodyContentApplicationJsonSchemaPropertiesVerificationNotes"}},"additionalProperties":false},"DocPathsApiParticipantsCapabilitiesIdVerifyPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiParticipantsCapabilitiesIdVerifyPostResponses200ContentApplicationJsonSchemaPropertiesVerificationStatus":{"type":"string","enum":["verified"]},"DocPathsApiParticipantsCapabilitiesIdVerifyPostResponses200ContentApplicationJsonSchemaPropertiesVerifiedAtAnyOf0":{"type":"null"},"DocPathsApiParticipantsCapabilitiesIdVerifyPostResponses200ContentApplicationJsonSchemaPropertiesVerifiedAtAnyOf1":{"type":"string"},"DocPathsApiParticipantsCapabilitiesIdVerifyPostResponses200ContentApplicationJsonSchemaPropertiesVerifiedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesIdVerifyPostResponses200ContentApplicationJsonSchemaPropertiesVerifiedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesIdVerifyPostResponses200ContentApplicationJsonSchemaPropertiesVerifiedAtAnyOf1"}]},"DocPathsApiParticipantsCapabilitiesIdVerifyPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesIdVerifyPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"verificationStatus":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesIdVerifyPostResponses200ContentApplicationJsonSchemaPropertiesVerificationStatus"},"verifiedAt":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesIdVerifyPostResponses200ContentApplicationJsonSchemaPropertiesVerifiedAt"}},"required":["ok","verificationStatus","verifiedAt"],"additionalProperties":false},"DocPathsApiParticipantsCapabilitiesIdVerifyPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsCapabilitiesIdVerifyPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesIdVerifyPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsCapabilitiesIdVerifyPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsCapabilitiesIdVerifyPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesIdVerifyPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsCapabilitiesIdVerifyPostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiParticipantsCapabilitiesIdVerifyPostResponses409ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiParticipantsCapabilitiesGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiParticipantsCapabilitiesGetParameters1Schema":{"type":"string"},"DocPathsApiParticipantsCapabilitiesGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsApiParticipantsCapabilitiesGetParameters3Schema":{"type":"string","enum":["ROAD","RAIL","SEA","AIR"]},"DocPathsApiParticipantsCapabilitiesGetParameters4Schema":{"type":"string","enum":["FTL","LTL","BULK","CONTAINER","INTERMODAL","HAZMAT","OVERSIZED","TEMPERATURE_CONTROLLED"]},"DocPathsApiParticipantsCapabilitiesGetParameters5Schema":{"type":"string","maxLength":80},"DocPathsApiParticipantsCapabilitiesGetParameters7Schema":{"type":"string","format":"uuid"},"DocPathsApiParticipantsCapabilitiesGetParameters8Schema":{"type":"string","enum":["unverified","pending_review","verified","rejected","suspended"]},"DocPathsApiParticipantsCapabilitiesGetParameters9Schema":{"type":"number"},"DocPathsApiParticipantsCapabilitiesGetParameters10Schema":{"type":"number"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantProfileId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMode":{"type":"string"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegment":{"type":"string"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEquipmentType":{"type":"string"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEquipmentSubtypeAnyOf0":{"type":"null"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEquipmentSubtypeAnyOf1":{"type":"string"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEquipmentSubtype":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEquipmentSubtypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEquipmentSubtypeAnyOf1"}]},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityUnitsAnyOf0":{"type":"null"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityUnitsAnyOf1":{"type":"number"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityUnits":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityUnitsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityUnitsAnyOf1"}]},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxPayloadTonsAnyOf0":{"type":"null"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxPayloadTonsAnyOf1":{"type":"number"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxPayloadTons":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxPayloadTonsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxPayloadTonsAnyOf1"}]},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxWeightPerUnitTonsAnyOf0":{"type":"null"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxWeightPerUnitTonsAnyOf1":{"type":"number"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxWeightPerUnitTons":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxWeightPerUnitTonsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxWeightPerUnitTonsAnyOf1"}]},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCoverageCountryCodesItems":{"type":"string"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCoverageCountryCodes":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCoverageCountryCodesItems"}},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCoverageRegionIdsItems":{"type":"string","format":"uuid"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCoverageRegionIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCoverageRegionIdsItems"}},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsAdrCapable":{"type":"boolean"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsReeferCapable":{"type":"boolean"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsOversizedCapable":{"type":"boolean"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinTempCAnyOf0":{"type":"null"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinTempCAnyOf1":{"type":"number"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinTempC":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinTempCAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinTempCAnyOf1"}]},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxTempCAnyOf0":{"type":"null"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxTempCAnyOf1":{"type":"number"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxTempC":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxTempCAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxTempCAnyOf1"}]},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerificationStatus":{"type":"string","enum":["unverified","pending_review","verified","rejected","suspended"]},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComplianceDocumentIdAnyOf0":{"type":"null"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComplianceDocumentIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComplianceDocumentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComplianceDocumentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComplianceDocumentIdAnyOf1"}]},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerifiedAtAnyOf0":{"type":"null"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerifiedAtAnyOf1":{"type":"string"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerifiedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerifiedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerifiedAtAnyOf1"}]},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRejectedAtAnyOf0":{"type":"null"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRejectedAtAnyOf1":{"type":"string"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRejectedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRejectedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRejectedAtAnyOf1"}]},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"participantProfileId":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantProfileId"},"mode":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMode"},"cargoSegment":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegment"},"equipmentType":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEquipmentType"},"equipmentSubtype":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEquipmentSubtype"},"capacityUnits":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityUnits"},"maxPayloadTons":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxPayloadTons"},"maxWeightPerUnitTons":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxWeightPerUnitTons"},"coverageCountryCodes":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCoverageCountryCodes"},"coverageRegionIds":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCoverageRegionIds"},"isAdrCapable":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsAdrCapable"},"isReeferCapable":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsReeferCapable"},"isOversizedCapable":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsOversizedCapable"},"minTempC":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinTempC"},"maxTempC":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxTempC"},"verificationStatus":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerificationStatus"},"complianceDocumentId":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesComplianceDocumentId"},"verifiedAt":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerifiedAt"},"rejectedAt":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRejectedAt"},"isActive":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","participantProfileId","mode","cargoSegment","equipmentType","equipmentSubtype","capacityUnits","maxPayloadTons","maxWeightPerUnitTons","coverageCountryCodes","coverageRegionIds","isAdrCapable","isReeferCapable","isOversizedCapable","minTempC","maxTempC","verificationStatus","complianceDocumentId","verifiedAt","rejectedAt","isActive","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiParticipantsCapabilitiesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsCapabilitiesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsCapabilitiesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsCapabilitiesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesParticipantProfileId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesMode":{"type":"string","enum":["ROAD","RAIL","SEA","AIR"]},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesCargoSegment":{"type":"string","enum":["FTL","LTL","BULK","CONTAINER","INTERMODAL","HAZMAT","OVERSIZED","TEMPERATURE_CONTROLLED"]},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesEquipmentType":{"type":"string","maxLength":80},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesEquipmentSubtypeAnyOf0":{"type":"null"},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesEquipmentSubtypeAnyOf1":{"type":"string","maxLength":80},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesEquipmentSubtype":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesEquipmentSubtypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesEquipmentSubtypeAnyOf1"}]},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesCapacityUnitsAnyOf0":{"type":"null"},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesCapacityUnitsAnyOf1":{"type":"number"},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesCapacityUnits":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesCapacityUnitsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesCapacityUnitsAnyOf1"}]},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxPayloadTonsAnyOf0":{"type":"null"},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxPayloadTonsAnyOf1":{"type":"number"},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxPayloadTons":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxPayloadTonsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxPayloadTonsAnyOf1"}]},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxWeightPerUnitTonsAnyOf0":{"type":"null"},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxWeightPerUnitTonsAnyOf1":{"type":"number"},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxWeightPerUnitTons":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxWeightPerUnitTonsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxWeightPerUnitTonsAnyOf1"}]},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesCoverageCountryCodes":{},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesCoverageRegionIds":{},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesIsAdrCapableAllOf0":{"type":"boolean"},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesIsAdrCapable":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesIsAdrCapableAllOf0"}],"default":false},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesIsReeferCapableAllOf0":{"type":"boolean"},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesIsReeferCapable":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesIsReeferCapableAllOf0"}],"default":false},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesIsOversizedCapableAllOf0":{"type":"boolean"},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesIsOversizedCapable":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesIsOversizedCapableAllOf0"}],"default":false},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesMinTempCAnyOf0":{"type":"null"},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesMinTempCAnyOf1":{"type":"number"},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesMinTempC":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesMinTempCAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesMinTempCAnyOf1"}]},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxTempCAnyOf0":{"type":"null"},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxTempCAnyOf1":{"type":"number"},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxTempC":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxTempCAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxTempCAnyOf1"}]},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesComplianceDocumentIdAnyOf0":{"type":"null"},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesComplianceDocumentIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesComplianceDocumentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesComplianceDocumentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesComplianceDocumentIdAnyOf1"}]},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0":{"type":"null"},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1":{"type":"string","maxLength":4000},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1"}]},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActiveAllOf0":{"type":"boolean"},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActiveAllOf0"}],"default":true},"DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"participantProfileId":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesParticipantProfileId"},"mode":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesMode"},"cargoSegment":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesCargoSegment"},"equipmentType":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesEquipmentType"},"equipmentSubtype":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesEquipmentSubtype"},"capacityUnits":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesCapacityUnits"},"maxPayloadTons":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxPayloadTons"},"maxWeightPerUnitTons":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxWeightPerUnitTons"},"coverageCountryCodes":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesCoverageCountryCodes"},"coverageRegionIds":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesCoverageRegionIds"},"isAdrCapable":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesIsAdrCapable"},"isReeferCapable":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesIsReeferCapable"},"isOversizedCapable":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesIsOversizedCapable"},"minTempC":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesMinTempC"},"maxTempC":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxTempC"},"complianceDocumentId":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesComplianceDocumentId"},"notes":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesNotes"},"isActive":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["organizationId","tenantId","participantProfileId","mode","cargoSegment","equipmentType","coverageCountryCodes","coverageRegionIds"],"additionalProperties":false},"DocPathsApiParticipantsCapabilitiesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiParticipantsCapabilitiesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiParticipantsCapabilitiesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiParticipantsCapabilitiesPostResponses201ContentApplicationJsonSchemaPropertiesCapabilityIdAnyOf0":{"type":"null"},"DocPathsApiParticipantsCapabilitiesPostResponses201ContentApplicationJsonSchemaPropertiesCapabilityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiParticipantsCapabilitiesPostResponses201ContentApplicationJsonSchemaPropertiesCapabilityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostResponses201ContentApplicationJsonSchemaPropertiesCapabilityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostResponses201ContentApplicationJsonSchemaPropertiesCapabilityIdAnyOf1"}]},"DocPathsApiParticipantsCapabilitiesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostResponses201ContentApplicationJsonSchemaPropertiesId"},"capabilityId":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostResponses201ContentApplicationJsonSchemaPropertiesCapabilityId"}},"required":["id","capabilityId"],"additionalProperties":false},"DocPathsApiParticipantsCapabilitiesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsCapabilitiesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsCapabilitiesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsCapabilitiesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesParticipantProfileId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesMode":{"type":"string","enum":["ROAD","RAIL","SEA","AIR"]},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesCargoSegment":{"type":"string","enum":["FTL","LTL","BULK","CONTAINER","INTERMODAL","HAZMAT","OVERSIZED","TEMPERATURE_CONTROLLED"]},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesEquipmentType":{"type":"string","maxLength":80},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesEquipmentSubtypeAnyOf0":{"type":"null"},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesEquipmentSubtypeAnyOf1":{"type":"string","maxLength":80},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesEquipmentSubtype":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesEquipmentSubtypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesEquipmentSubtypeAnyOf1"}]},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesCapacityUnitsAnyOf0":{"type":"null"},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesCapacityUnitsAnyOf1":{"type":"number"},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesCapacityUnits":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesCapacityUnitsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesCapacityUnitsAnyOf1"}]},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxPayloadTonsAnyOf0":{"type":"null"},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxPayloadTonsAnyOf1":{"type":"number"},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxPayloadTons":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxPayloadTonsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxPayloadTonsAnyOf1"}]},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxWeightPerUnitTonsAnyOf0":{"type":"null"},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxWeightPerUnitTonsAnyOf1":{"type":"number"},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxWeightPerUnitTons":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxWeightPerUnitTonsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxWeightPerUnitTonsAnyOf1"}]},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesCoverageCountryCodes":{},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesCoverageRegionIds":{},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesIsAdrCapableAllOf0":{"type":"boolean"},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesIsAdrCapable":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesIsAdrCapableAllOf0"}],"default":false},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesIsReeferCapableAllOf0":{"type":"boolean"},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesIsReeferCapable":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesIsReeferCapableAllOf0"}],"default":false},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesIsOversizedCapableAllOf0":{"type":"boolean"},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesIsOversizedCapable":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesIsOversizedCapableAllOf0"}],"default":false},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesMinTempCAnyOf0":{"type":"null"},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesMinTempCAnyOf1":{"type":"number"},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesMinTempC":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesMinTempCAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesMinTempCAnyOf1"}]},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxTempCAnyOf0":{"type":"null"},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxTempCAnyOf1":{"type":"number"},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxTempC":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxTempCAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxTempCAnyOf1"}]},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesComplianceDocumentIdAnyOf0":{"type":"null"},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesComplianceDocumentIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesComplianceDocumentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesComplianceDocumentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesComplianceDocumentIdAnyOf1"}]},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0":{"type":"null"},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1":{"type":"string","maxLength":4000},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1"}]},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesIsActiveAllOf0":{"type":"boolean"},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesIsActiveAllOf0"}],"default":true},"DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"participantProfileId":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesParticipantProfileId"},"mode":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesMode"},"cargoSegment":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesCargoSegment"},"equipmentType":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesEquipmentType"},"equipmentSubtype":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesEquipmentSubtype"},"capacityUnits":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesCapacityUnits"},"maxPayloadTons":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxPayloadTons"},"maxWeightPerUnitTons":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxWeightPerUnitTons"},"coverageCountryCodes":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesCoverageCountryCodes"},"coverageRegionIds":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesCoverageRegionIds"},"isAdrCapable":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesIsAdrCapable"},"isReeferCapable":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesIsReeferCapable"},"isOversizedCapable":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesIsOversizedCapable"},"minTempC":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesMinTempC"},"maxTempC":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxTempC"},"complianceDocumentId":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesComplianceDocumentId"},"notes":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesNotes"},"isActive":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["id","organizationId","tenantId"],"additionalProperties":false},"DocPathsApiParticipantsCapabilitiesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiParticipantsCapabilitiesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiParticipantsCapabilitiesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsCapabilitiesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsCapabilitiesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsCapabilitiesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsCapabilitiesDeleteRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsCapabilitiesDeleteRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsCapabilitiesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsCapabilitiesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesDeleteRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesDeleteRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"id":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["organizationId","tenantId","id"],"additionalProperties":false},"DocPathsApiParticipantsCapabilitiesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiParticipantsCapabilitiesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiParticipantsCapabilitiesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsCapabilitiesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsCapabilitiesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsCapabilitiesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsCapabilitiesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsEligibilityGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiParticipantsEligibilityGetParameters1Schema":{"type":"string","maxLength":2048},"DocPathsApiParticipantsEligibilityGetParameters2Schema":{"type":"string","maxLength":2048},"DocPathsApiParticipantsEligibilityGetParameters3Schema":{"type":"string","enum":["ROAD","RAIL","SEA","AIR"]},"DocPathsApiParticipantsEligibilityGetParameters4Schema":{"type":"string","enum":["FTL","LTL","BULK","CONTAINER","INTERMODAL","HAZMAT","OVERSIZED","TEMPERATURE_CONTROLLED"]},"DocPathsApiParticipantsEligibilityGetParameters5Schema":{"type":"string","maxLength":80},"DocPathsApiParticipantsEligibilityGetParameters7Schema":{"type":"string","format":"uuid"},"DocPathsApiParticipantsEligibilityGetParameters8Schema":{"type":"number"},"DocPathsApiParticipantsEligibilityGetParameters9Schema":{"type":"string"},"DocPathsApiParticipantsEligibilityGetParameters10Schema":{"type":"string"},"DocPathsApiParticipantsEligibilityGetParameters11Schema":{"type":"string"},"DocPathsApiParticipantsEligibilityGetParameters13Schema":{"type":"string","enum":["unverified","pending_review","verified","rejected"]},"DocPathsApiParticipantsEligibilityGetParameters14Schema":{"type":"string"},"DocPathsApiParticipantsEligibilityGetParameters15Schema":{"type":"string"},"DocPathsApiParticipantsEligibilityGetParameters16Schema":{"type":"string"},"DocPathsApiParticipantsEligibilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsEligibilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEligible":{"type":"boolean"},"DocPathsApiParticipantsEligibilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMatchingCapabilityIdsItems":{"type":"string","format":"uuid"},"DocPathsApiParticipantsEligibilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMatchingCapabilityIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiParticipantsEligibilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMatchingCapabilityIdsItems"}},"DocPathsApiParticipantsEligibilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultPayoutAccountIdAnyOf0":{"type":"null"},"DocPathsApiParticipantsEligibilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultPayoutAccountIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiParticipantsEligibilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultPayoutAccountId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsEligibilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultPayoutAccountIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsEligibilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultPayoutAccountIdAnyOf1"}]},"DocPathsApiParticipantsEligibilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReasonsItemsPropertiesCode":{"type":"string"},"DocPathsApiParticipantsEligibilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReasonsItemsPropertiesMessageKey":{"type":"string"},"DocPathsApiParticipantsEligibilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReasonsItems":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiParticipantsEligibilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReasonsItemsPropertiesCode"},"messageKey":{"$ref":"#/components/schemas/DocPathsApiParticipantsEligibilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReasonsItemsPropertiesMessageKey"}},"required":["code","messageKey"],"additionalProperties":false},"DocPathsApiParticipantsEligibilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReasons":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiParticipantsEligibilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReasonsItems"}},"DocPathsApiParticipantsEligibilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"participantId":{"$ref":"#/components/schemas/DocPathsApiParticipantsEligibilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantId"},"eligible":{"$ref":"#/components/schemas/DocPathsApiParticipantsEligibilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEligible"},"matchingCapabilityIds":{"$ref":"#/components/schemas/DocPathsApiParticipantsEligibilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMatchingCapabilityIds"},"defaultPayoutAccountId":{"$ref":"#/components/schemas/DocPathsApiParticipantsEligibilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultPayoutAccountId"},"reasons":{"$ref":"#/components/schemas/DocPathsApiParticipantsEligibilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReasons"}},"required":["participantId","eligible","matchingCapabilityIds","defaultPayoutAccountId","reasons"],"additionalProperties":false},"DocPathsApiParticipantsEligibilityGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiParticipantsEligibilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiParticipantsEligibilityGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiParticipantsEligibilityGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsApiParticipantsEligibilityGetResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiParticipantsEligibilityGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsEligibilityGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsEligibilityGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsEligibilityGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsEligibilityGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsEligibilityGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsLanePreferencesIdHistoryGetParameters0Schema":{"type":"string"},"DocPathsApiParticipantsLanePreferencesIdHistoryGetParameters1Schema":{"type":"number"},"DocPathsApiParticipantsLanePreferencesIdHistoryGetParameters2Schema":{"type":"number"},"DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEventType":{"type":"string","enum":["created","updated","deleted","deactivated","reactivated","undo_applied"]},"DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneFingerprint":{"type":"string"},"DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChangedByUserIdAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChangedByUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChangedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChangedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChangedByUserIdAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChangedAt":{"type":"string"},"DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPreviousSnapshotAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPreviousSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPreviousSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPreviousSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPreviousSnapshotAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextSnapshotAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextSnapshotAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"eventType":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEventType"},"laneFingerprint":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneFingerprint"},"changedByUserId":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChangedByUserId"},"changedAt":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChangedAt"},"previousSnapshot":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPreviousSnapshot"},"nextSnapshot":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextSnapshot"}},"required":["id","eventType","laneFingerprint","changedByUserId","changedAt","previousSnapshot","nextSnapshot"],"additionalProperties":false},"DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsLanePreferencesIdHistoryGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiParticipantsLanePreferencesIdGetParameters0Schema":{"type":"string"},"DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipantProfileId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneIdAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprint":{"type":"string"},"DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginLabel":{"type":"string"},"DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationLabel":{"type":"string"},"DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesPreferenceType":{"type":"string","enum":["preferred","willing","avoid"]},"DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesModeAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesModeAnyOf1":{"type":"string","enum":["road","rail","intermodal"]},"DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesMode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesModeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesModeAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf1":{"type":"string","enum":["FTL","LTL","BULK","CONTAINER","INTERMODAL","HAZMAT","OVERSIZED","TEMPERATURE_CONTROLLED"]},"DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoSegment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesInfluenceScore":{"type":"number"},"DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesHardAvoid":{"type":"boolean"},"DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveFromAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveFromAnyOf1":{"type":"string"},"DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveFromAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveToAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveToAnyOf1":{"type":"string"},"DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveTo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveToAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveToAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesInternalNoteAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesInternalNoteAnyOf1":{"type":"string"},"DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesInternalNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesInternalNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesInternalNoteAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"participantProfileId":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesParticipantProfileId"},"laneId":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneId"},"laneFingerprint":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesLaneFingerprint"},"originLabel":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginLabel"},"destinationLabel":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationLabel"},"preferenceType":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesPreferenceType"},"mode":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesMode"},"cargoSegment":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesCargoSegment"},"influenceScore":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesInfluenceScore"},"hardAvoid":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesHardAvoid"},"effectiveFrom":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveFrom"},"effectiveTo":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveTo"},"isActive":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesIsActive"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"},"internalNote":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses200ContentApplicationJsonSchemaPropertiesInternalNote"}},"required":["id","participantProfileId","laneId","laneFingerprint","originLabel","destinationLabel","preferenceType","mode","cargoSegment","influenceScore","hardAvoid","effectiveFrom","effectiveTo","isActive","createdAt","updatedAt","internalNote"],"additionalProperties":false},"DocPathsApiParticipantsLanePreferencesIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsLanePreferencesIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsLanePreferencesIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsLanePreferencesIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsLanePreferencesIdGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiParticipantsLanePreferencesEvaluatePostRequestBodyContentApplicationJsonSchemaPropertiesParticipantProfileId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsLanePreferencesEvaluatePostRequestBodyContentApplicationJsonSchemaPropertiesLaneIdAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesEvaluatePostRequestBodyContentApplicationJsonSchemaPropertiesLaneIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiParticipantsLanePreferencesEvaluatePostRequestBodyContentApplicationJsonSchemaPropertiesLaneId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostRequestBodyContentApplicationJsonSchemaPropertiesLaneIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostRequestBodyContentApplicationJsonSchemaPropertiesLaneIdAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesEvaluatePostRequestBodyContentApplicationJsonSchemaPropertiesLaneFingerprintAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesEvaluatePostRequestBodyContentApplicationJsonSchemaPropertiesLaneFingerprintAnyOf1":{"type":"string","maxLength":255},"DocPathsApiParticipantsLanePreferencesEvaluatePostRequestBodyContentApplicationJsonSchemaPropertiesLaneFingerprint":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostRequestBodyContentApplicationJsonSchemaPropertiesLaneFingerprintAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostRequestBodyContentApplicationJsonSchemaPropertiesLaneFingerprintAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesEvaluatePostRequestBodyContentApplicationJsonSchemaPropertiesMode":{"type":"string","enum":["road","rail","intermodal","any"]},"DocPathsApiParticipantsLanePreferencesEvaluatePostRequestBodyContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesEvaluatePostRequestBodyContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf1":{"type":"string","enum":["FTL","LTL","BULK","CONTAINER","INTERMODAL","HAZMAT","OVERSIZED","TEMPERATURE_CONTROLLED"]},"DocPathsApiParticipantsLanePreferencesEvaluatePostRequestBodyContentApplicationJsonSchemaPropertiesCargoSegment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostRequestBodyContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostRequestBodyContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesEvaluatePostRequestBodyContentApplicationJsonSchemaPropertiesAt":{"type":"string","format":"date-time"},"DocPathsApiParticipantsLanePreferencesEvaluatePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"participantProfileId":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostRequestBodyContentApplicationJsonSchemaPropertiesParticipantProfileId"},"laneId":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostRequestBodyContentApplicationJsonSchemaPropertiesLaneId"},"laneFingerprint":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostRequestBodyContentApplicationJsonSchemaPropertiesLaneFingerprint"},"mode":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostRequestBodyContentApplicationJsonSchemaPropertiesMode"},"cargoSegment":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostRequestBodyContentApplicationJsonSchemaPropertiesCargoSegment"},"at":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostRequestBodyContentApplicationJsonSchemaPropertiesAt"}},"required":["participantProfileId"],"additionalProperties":false},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesParticipantId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesPreferenceIdAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesPreferenceIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesPreferenceId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesPreferenceIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesPreferenceIdAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesLaneIdAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesLaneIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesLaneId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesLaneIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesLaneIdAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesLaneFingerprintAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesLaneFingerprintAnyOf1":{"type":"string"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesLaneFingerprint":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesLaneFingerprintAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesLaneFingerprintAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesPreferenceTypeAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesPreferenceTypeAnyOf1":{"type":"string","enum":["preferred","willing","avoid"]},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesPreferenceType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesPreferenceTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesPreferenceTypeAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesMatchedModeAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesMatchedModeAnyOf1":{"type":"string","enum":["road","rail","intermodal"]},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesMatchedMode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesMatchedModeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesMatchedModeAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesMatchedCargoSegmentAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesMatchedCargoSegmentAnyOf1":{"type":"string","enum":["FTL","LTL","BULK","CONTAINER","INTERMODAL","HAZMAT","OVERSIZED","TEMPERATURE_CONTROLLED"]},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesMatchedCargoSegment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesMatchedCargoSegmentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesMatchedCargoSegmentAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesInfluenceScore":{"type":"number"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesHardAvoid":{"type":"boolean"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesReasonsItemsPropertiesCode":{"type":"string"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesReasonsItemsPropertiesMessageKey":{"type":"string"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesReasonsItems":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesReasonsItemsPropertiesCode"},"messageKey":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesReasonsItemsPropertiesMessageKey"}},"required":["code","messageKey"],"additionalProperties":false},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesReasons":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesReasonsItems"}},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreference":{"type":"object","properties":{"participantId":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesParticipantId"},"preferenceId":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesPreferenceId"},"laneId":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesLaneId"},"laneFingerprint":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesLaneFingerprint"},"preferenceType":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesPreferenceType"},"matchedMode":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesMatchedMode"},"matchedCargoSegment":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesMatchedCargoSegment"},"influenceScore":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesInfluenceScore"},"hardAvoid":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesHardAvoid"},"reasons":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreferencePropertiesReasons"}},"required":["participantId","preferenceId","laneId","laneFingerprint","preferenceType","matchedMode","matchedCargoSegment","influenceScore","hardAvoid","reasons"],"additionalProperties":false},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesParticipantId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesCarrierOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesCarrierOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesCarrierOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesCarrierOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesCarrierOrganizationIdAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesLaneIdAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesLaneIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesLaneId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesLaneIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesLaneIdAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesLaneFingerprintAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesLaneFingerprintAnyOf1":{"type":"string"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesLaneFingerprint":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesLaneFingerprintAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesLaneFingerprintAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesMode":{"type":"string","enum":["road","rail","intermodal","any"]},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesCargoSegmentAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesCargoSegmentAnyOf1":{"type":"string","enum":["FTL","LTL","BULK","CONTAINER","INTERMODAL","HAZMAT","OVERSIZED","TEMPERATURE_CONTROLLED"]},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesCargoSegment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesCargoSegmentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesCargoSegmentAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesCompletedShipmentCount":{"type":"number"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesTotalTons":{"type":"number"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesOnTimeDeliveryPctAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesOnTimeDeliveryPctAnyOf1":{"type":"number"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesOnTimeDeliveryPct":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesOnTimeDeliveryPctAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesOnTimeDeliveryPctAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesAvgTransitHoursAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesAvgTransitHoursAnyOf1":{"type":"number"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesAvgTransitHours":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesAvgTransitHoursAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesAvgTransitHoursAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesFirstCompletedAtAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesFirstCompletedAtAnyOf1":{"type":"string"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesFirstCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesFirstCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesFirstCompletedAtAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesLastCompletedAtAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesLastCompletedAtAnyOf1":{"type":"string"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesLastCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesLastCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesLastCompletedAtAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesInfluenceScore":{"type":"number"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesReasonsItemsPropertiesCode":{"type":"string"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesReasonsItemsPropertiesMessageKey":{"type":"string"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesReasonsItems":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesReasonsItemsPropertiesCode"},"messageKey":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesReasonsItemsPropertiesMessageKey"}},"required":["code","messageKey"],"additionalProperties":false},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesReasons":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesReasonsItems"}},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1":{"type":"object","properties":{"participantId":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesParticipantId"},"carrierOrganizationId":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesCarrierOrganizationId"},"laneId":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesLaneId"},"laneFingerprint":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesLaneFingerprint"},"mode":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesMode"},"cargoSegment":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesCargoSegment"},"completedShipmentCount":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesCompletedShipmentCount"},"totalTons":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesTotalTons"},"onTimeDeliveryPct":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesOnTimeDeliveryPct"},"avgTransitHours":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesAvgTransitHours"},"firstCompletedAt":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesFirstCompletedAt"},"lastCompletedAt":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesLastCompletedAt"},"influenceScore":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesInfluenceScore"},"reasons":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1PropertiesReasons"}},"required":["participantId","carrierOrganizationId","laneId","laneFingerprint","mode","cargoSegment","completedShipmentCount","totalTons","onTimeDeliveryPct","avgTransitHours","firstCompletedAt","lastCompletedAt","influenceScore","reasons"],"additionalProperties":false},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStats":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStatsAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesExplanationItemsPropertiesCode":{"type":"string"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesExplanationItemsPropertiesMessageKey":{"type":"string"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesExplanationItemsPropertiesInfluenceScore":{"type":"number"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesExplanationItems":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesExplanationItemsPropertiesCode"},"messageKey":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesExplanationItemsPropertiesMessageKey"},"influenceScore":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesExplanationItemsPropertiesInfluenceScore"}},"required":["code","messageKey","influenceScore"],"additionalProperties":false},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesExplanation":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesExplanationItems"}},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"preference":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesPreference"},"stats":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesStats"},"explanation":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses200ContentApplicationJsonSchemaPropertiesExplanation"}},"required":["preference","stats","explanation"],"additionalProperties":false},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsLanePreferencesEvaluatePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesEvaluatePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsLanePreferencesGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiParticipantsLanePreferencesGetParameters1Schema":{"type":"string"},"DocPathsApiParticipantsLanePreferencesGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsApiParticipantsLanePreferencesGetParameters3Schema":{"type":"string","format":"uuid"},"DocPathsApiParticipantsLanePreferencesGetParameters4Schema":{"type":"string","maxLength":255},"DocPathsApiParticipantsLanePreferencesGetParameters5Schema":{"type":"string","enum":["preferred","willing","avoid"]},"DocPathsApiParticipantsLanePreferencesGetParameters6Schema":{"type":"string","enum":["road","rail","intermodal","any"]},"DocPathsApiParticipantsLanePreferencesGetParameters7Schema":{"type":"string","enum":["FTL","LTL","BULK","CONTAINER","INTERMODAL","HAZMAT","OVERSIZED","TEMPERATURE_CONTROLLED"]},"DocPathsApiParticipantsLanePreferencesGetParameters8Schema":{"type":"string"},"DocPathsApiParticipantsLanePreferencesGetParameters9Schema":{"type":"string"},"DocPathsApiParticipantsLanePreferencesGetParameters10Schema":{"type":"number"},"DocPathsApiParticipantsLanePreferencesGetParameters11Schema":{"type":"number"},"DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantProfileId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneIdAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneIdAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneFingerprint":{"type":"string"},"DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginLabel":{"type":"string"},"DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationLabel":{"type":"string"},"DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPreferenceType":{"type":"string","enum":["preferred","willing","avoid"]},"DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModeAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModeAnyOf1":{"type":"string","enum":["road","rail","intermodal"]},"DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModeAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegmentAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegmentAnyOf1":{"type":"string","enum":["FTL","LTL","BULK","CONTAINER","INTERMODAL","HAZMAT","OVERSIZED","TEMPERATURE_CONTROLLED"]},"DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegmentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegmentAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInfluenceScore":{"type":"number"},"DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHardAvoid":{"type":"boolean"},"DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEffectiveFromAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEffectiveFromAnyOf1":{"type":"string"},"DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEffectiveFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEffectiveFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEffectiveFromAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEffectiveToAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEffectiveToAnyOf1":{"type":"string"},"DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEffectiveTo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEffectiveToAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEffectiveToAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"participantProfileId":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantProfileId"},"laneId":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneId"},"laneFingerprint":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLaneFingerprint"},"originLabel":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginLabel"},"destinationLabel":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationLabel"},"preferenceType":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPreferenceType"},"mode":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMode"},"cargoSegment":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoSegment"},"influenceScore":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInfluenceScore"},"hardAvoid":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHardAvoid"},"effectiveFrom":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEffectiveFrom"},"effectiveTo":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEffectiveTo"},"isActive":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","participantProfileId","laneId","laneFingerprint","originLabel","destinationLabel","preferenceType","mode","cargoSegment","influenceScore","hardAvoid","effectiveFrom","effectiveTo","isActive","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiParticipantsLanePreferencesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsLanePreferencesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsLanePreferencesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsLanePreferencesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesParticipantProfileId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesLaneIdAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesLaneIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesLaneId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesLaneIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesLaneIdAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesLaneFingerprint":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesOriginLabel":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationLabel":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesPreferenceType":{"type":"string","enum":["preferred","willing","avoid"]},"DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesModeAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesModeAnyOf1":{"type":"string","enum":["road","rail","intermodal"]},"DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesMode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesModeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesModeAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf1":{"type":"string","enum":["FTL","LTL","BULK","CONTAINER","INTERMODAL","HAZMAT","OVERSIZED","TEMPERATURE_CONTROLLED"]},"DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesCargoSegment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesInfluenceScore":{"type":"number"},"DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesHardAvoidAllOf0":{"type":"boolean"},"DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesHardAvoid":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesHardAvoidAllOf0"}],"default":false},"DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFromAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFromAnyOf1":{"type":"string","format":"date-time"},"DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFromAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveToAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveToAnyOf1":{"type":"string","format":"date-time"},"DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveTo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveToAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveToAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesInternalNoteAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesInternalNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesInternalNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesInternalNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesInternalNoteAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActiveAllOf0":{"type":"boolean"},"DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActiveAllOf0"}],"default":true},"DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"participantProfileId":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesParticipantProfileId"},"laneId":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesLaneId"},"laneFingerprint":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesLaneFingerprint"},"originLabel":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesOriginLabel"},"destinationLabel":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationLabel"},"preferenceType":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesPreferenceType"},"mode":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesMode"},"cargoSegment":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesCargoSegment"},"influenceScore":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesInfluenceScore"},"hardAvoid":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesHardAvoid"},"effectiveFrom":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFrom"},"effectiveTo":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesEffectiveTo"},"internalNote":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesInternalNote"},"isActive":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["organizationId","tenantId","participantProfileId","originLabel","destinationLabel","preferenceType","influenceScore"],"additionalProperties":false},"DocPathsApiParticipantsLanePreferencesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiParticipantsLanePreferencesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesPostResponses201ContentApplicationJsonSchemaPropertiesPreferenceIdAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesPostResponses201ContentApplicationJsonSchemaPropertiesPreferenceIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiParticipantsLanePreferencesPostResponses201ContentApplicationJsonSchemaPropertiesPreferenceId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostResponses201ContentApplicationJsonSchemaPropertiesPreferenceIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostResponses201ContentApplicationJsonSchemaPropertiesPreferenceIdAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostResponses201ContentApplicationJsonSchemaPropertiesId"},"preferenceId":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostResponses201ContentApplicationJsonSchemaPropertiesPreferenceId"}},"required":["id","preferenceId"],"additionalProperties":false},"DocPathsApiParticipantsLanePreferencesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsLanePreferencesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsLanePreferencesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsLanePreferencesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{},"DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{},"DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{},"DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesParticipantProfileId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesLaneIdAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesLaneIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesLaneId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesLaneIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesLaneIdAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesLaneFingerprint":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesOriginLabel":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesDestinationLabel":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesPreferenceType":{"type":"string","enum":["preferred","willing","avoid"]},"DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesModeAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesModeAnyOf1":{"type":"string","enum":["road","rail","intermodal"]},"DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesMode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesModeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesModeAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf1":{"type":"string","enum":["FTL","LTL","BULK","CONTAINER","INTERMODAL","HAZMAT","OVERSIZED","TEMPERATURE_CONTROLLED"]},"DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesCargoSegment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesCargoSegmentAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesInfluenceScore":{"type":"number"},"DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesHardAvoidAllOf0":{"type":"boolean"},"DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesHardAvoid":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesHardAvoidAllOf0"}],"default":false},"DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFromAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFromAnyOf1":{"type":"string","format":"date-time"},"DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFromAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveToAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveToAnyOf1":{"type":"string","format":"date-time"},"DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveTo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveToAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveToAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesInternalNoteAnyOf0":{"type":"null"},"DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesInternalNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesInternalNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesInternalNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesInternalNoteAnyOf1"}]},"DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesIsActiveAllOf0":{"type":"boolean"},"DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesIsActiveAllOf0"}],"default":true},"DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"participantProfileId":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesParticipantProfileId"},"laneId":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesLaneId"},"laneFingerprint":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesLaneFingerprint"},"originLabel":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesOriginLabel"},"destinationLabel":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesDestinationLabel"},"preferenceType":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesPreferenceType"},"mode":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesMode"},"cargoSegment":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesCargoSegment"},"influenceScore":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesInfluenceScore"},"hardAvoid":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesHardAvoid"},"effectiveFrom":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveFrom"},"effectiveTo":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesEffectiveTo"},"internalNote":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesInternalNote"},"isActive":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["id","organizationId","tenantId"],"additionalProperties":false},"DocPathsApiParticipantsLanePreferencesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiParticipantsLanePreferencesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiParticipantsLanePreferencesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsLanePreferencesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsLanePreferencesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsLanePreferencesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsLanePreferencesDeleteRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsLanePreferencesDeleteRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsLanePreferencesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsLanePreferencesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesDeleteRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesDeleteRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"id":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["organizationId","tenantId","id"],"additionalProperties":false},"DocPathsApiParticipantsLanePreferencesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiParticipantsLanePreferencesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiParticipantsLanePreferencesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsLanePreferencesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsLanePreferencesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsLanePreferencesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsLanePreferencesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsPayoutAccountsIdRejectPostParameters0Schema":{"type":"string"},"DocPathsApiParticipantsPayoutAccountsIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesRejectionReason":{"type":"string","minLength":1,"maxLength":4000},"DocPathsApiParticipantsPayoutAccountsIdRejectPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"rejectionReason":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdRejectPostRequestBodyContentApplicationJsonSchemaPropertiesRejectionReason"}},"required":["rejectionReason"],"additionalProperties":false},"DocPathsApiParticipantsPayoutAccountsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiParticipantsPayoutAccountsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesVerificationStatus":{"type":"string","enum":["rejected"]},"DocPathsApiParticipantsPayoutAccountsIdRejectPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"verificationStatus":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdRejectPostResponses200ContentApplicationJsonSchemaPropertiesVerificationStatus"}},"required":["ok","verificationStatus"],"additionalProperties":false},"DocPathsApiParticipantsPayoutAccountsIdRejectPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsPayoutAccountsIdRejectPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdRejectPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsPayoutAccountsIdRejectPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsPayoutAccountsIdRejectPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdRejectPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsPayoutAccountsIdRejectPostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiParticipantsPayoutAccountsIdSetDefaultPostParameters0Schema":{"type":"string"},"DocPathsApiParticipantsPayoutAccountsIdSetDefaultPostRequestBodyContentApplicationJsonSchemaPropertiesRequireVerifiedAllOf0":{"type":"boolean"},"DocPathsApiParticipantsPayoutAccountsIdSetDefaultPostRequestBodyContentApplicationJsonSchemaPropertiesRequireVerified":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdSetDefaultPostRequestBodyContentApplicationJsonSchemaPropertiesRequireVerifiedAllOf0"}],"default":false},"DocPathsApiParticipantsPayoutAccountsIdSetDefaultPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"requireVerified":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdSetDefaultPostRequestBodyContentApplicationJsonSchemaPropertiesRequireVerified"}},"additionalProperties":false},"DocPathsApiParticipantsPayoutAccountsIdSetDefaultPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiParticipantsPayoutAccountsIdSetDefaultPostResponses200ContentApplicationJsonSchemaPropertiesIsDefault":{"type":"boolean","enum":[true]},"DocPathsApiParticipantsPayoutAccountsIdSetDefaultPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdSetDefaultPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"isDefault":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdSetDefaultPostResponses200ContentApplicationJsonSchemaPropertiesIsDefault"}},"required":["ok","isDefault"],"additionalProperties":false},"DocPathsApiParticipantsPayoutAccountsIdSetDefaultPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsPayoutAccountsIdSetDefaultPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdSetDefaultPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsPayoutAccountsIdSetDefaultPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsPayoutAccountsIdSetDefaultPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdSetDefaultPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsPayoutAccountsIdSetDefaultPostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiParticipantsPayoutAccountsIdSetDefaultPostResponses409ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiParticipantsPayoutAccountsIdVerifyPostParameters0Schema":{"type":"string"},"DocPathsApiParticipantsPayoutAccountsIdVerifyPostRequestBodyContentApplicationJsonSchemaPropertiesVerificationMethodAllOf0":{"type":"string","enum":["manual","micro_deposit","external_provider_stub"]},"DocPathsApiParticipantsPayoutAccountsIdVerifyPostRequestBodyContentApplicationJsonSchemaPropertiesVerificationMethod":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdVerifyPostRequestBodyContentApplicationJsonSchemaPropertiesVerificationMethodAllOf0"}],"default":"manual"},"DocPathsApiParticipantsPayoutAccountsIdVerifyPostRequestBodyContentApplicationJsonSchemaPropertiesVerificationNotesAnyOf0":{"type":"null"},"DocPathsApiParticipantsPayoutAccountsIdVerifyPostRequestBodyContentApplicationJsonSchemaPropertiesVerificationNotesAnyOf1":{"type":"string","maxLength":4000},"DocPathsApiParticipantsPayoutAccountsIdVerifyPostRequestBodyContentApplicationJsonSchemaPropertiesVerificationNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdVerifyPostRequestBodyContentApplicationJsonSchemaPropertiesVerificationNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdVerifyPostRequestBodyContentApplicationJsonSchemaPropertiesVerificationNotesAnyOf1"}]},"DocPathsApiParticipantsPayoutAccountsIdVerifyPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"verificationMethod":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdVerifyPostRequestBodyContentApplicationJsonSchemaPropertiesVerificationMethod"},"verificationNotes":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdVerifyPostRequestBodyContentApplicationJsonSchemaPropertiesVerificationNotes"}},"additionalProperties":false},"DocPathsApiParticipantsPayoutAccountsIdVerifyPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiParticipantsPayoutAccountsIdVerifyPostResponses200ContentApplicationJsonSchemaPropertiesVerificationStatus":{"type":"string","enum":["verified"]},"DocPathsApiParticipantsPayoutAccountsIdVerifyPostResponses200ContentApplicationJsonSchemaPropertiesVerifiedAtAnyOf0":{"type":"null"},"DocPathsApiParticipantsPayoutAccountsIdVerifyPostResponses200ContentApplicationJsonSchemaPropertiesVerifiedAtAnyOf1":{"type":"string"},"DocPathsApiParticipantsPayoutAccountsIdVerifyPostResponses200ContentApplicationJsonSchemaPropertiesVerifiedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdVerifyPostResponses200ContentApplicationJsonSchemaPropertiesVerifiedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdVerifyPostResponses200ContentApplicationJsonSchemaPropertiesVerifiedAtAnyOf1"}]},"DocPathsApiParticipantsPayoutAccountsIdVerifyPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdVerifyPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"verificationStatus":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdVerifyPostResponses200ContentApplicationJsonSchemaPropertiesVerificationStatus"},"verifiedAt":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdVerifyPostResponses200ContentApplicationJsonSchemaPropertiesVerifiedAt"}},"required":["ok","verificationStatus","verifiedAt"],"additionalProperties":false},"DocPathsApiParticipantsPayoutAccountsIdVerifyPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsPayoutAccountsIdVerifyPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdVerifyPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsPayoutAccountsIdVerifyPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsPayoutAccountsIdVerifyPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsIdVerifyPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsPayoutAccountsIdVerifyPostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiParticipantsPayoutAccountsGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiParticipantsPayoutAccountsGetParameters1Schema":{"type":"string"},"DocPathsApiParticipantsPayoutAccountsGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsApiParticipantsPayoutAccountsGetParameters4Schema":{"type":"string","enum":["unverified","pending_review","verified","rejected"]},"DocPathsApiParticipantsPayoutAccountsGetParameters5Schema":{"type":"string"},"DocPathsApiParticipantsPayoutAccountsGetParameters6Schema":{"type":"number"},"DocPathsApiParticipantsPayoutAccountsGetParameters7Schema":{"type":"number"},"DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantProfileId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIbanMasked":{"type":"string"},"DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIbanLast4":{"type":"string"},"DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrency":{"type":"string"},"DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccountHolderType":{"type":"string","enum":["COMPANY","PERSON"]},"DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerificationStatus":{"type":"string","enum":["unverified","pending_review","verified","rejected"]},"DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerificationMethodAnyOf0":{"type":"null"},"DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerificationMethodAnyOf1":{"type":"string","enum":["manual","micro_deposit","external_provider_stub"]},"DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerificationMethod":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerificationMethodAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerificationMethodAnyOf1"}]},"DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerifiedAtAnyOf0":{"type":"null"},"DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerifiedAtAnyOf1":{"type":"string"},"DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerifiedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerifiedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerifiedAtAnyOf1"}]},"DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRejectedAtAnyOf0":{"type":"null"},"DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRejectedAtAnyOf1":{"type":"string"},"DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRejectedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRejectedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRejectedAtAnyOf1"}]},"DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsDefault":{"type":"boolean"},"DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"participantProfileId":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantProfileId"},"ibanMasked":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIbanMasked"},"ibanLast4":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIbanLast4"},"currency":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrency"},"accountHolderType":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccountHolderType"},"verificationStatus":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerificationStatus"},"verificationMethod":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerificationMethod"},"verifiedAt":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerifiedAt"},"rejectedAt":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRejectedAt"},"isDefault":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsDefault"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","participantProfileId","ibanMasked","ibanLast4","currency","accountHolderType","verificationStatus","verificationMethod","verifiedAt","rejectedAt","isDefault","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiParticipantsPayoutAccountsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsPayoutAccountsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsPayoutAccountsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsPayoutAccountsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesParticipantProfileId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesBankNameAnyOf0":{"type":"null"},"DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesBankNameAnyOf1":{"type":"string","maxLength":200},"DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesBankName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesBankNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesBankNameAnyOf1"}]},"DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesIban":{},"DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesSwiftAnyOf0":{"type":"null"},"DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesSwiftAnyOf1":{"type":"string","maxLength":20},"DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesSwift":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesSwiftAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesSwiftAnyOf1"}]},"DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesCurrency":{"allOf":[{}],"default":"PLN"},"DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesAccountHolderName":{},"DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesAccountHolderTypeAllOf0":{"type":"string","enum":["COMPANY","PERSON"]},"DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesAccountHolderType":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesAccountHolderTypeAllOf0"}],"default":"COMPANY"},"DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesVerificationMethodAnyOf0":{"type":"null"},"DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesVerificationMethodAnyOf1":{"type":"string","enum":["manual","micro_deposit","external_provider_stub"]},"DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesVerificationMethod":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesVerificationMethodAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesVerificationMethodAnyOf1"}]},"DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesIsDefaultAllOf0":{"type":"boolean"},"DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesIsDefault":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesIsDefaultAllOf0"}],"default":false},"DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesProviderRefAnyOf0":{"type":"null"},"DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesProviderRefAnyOf1":{"type":"string","maxLength":255},"DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesProviderRef":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesProviderRefAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesProviderRefAnyOf1"}]},"DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0":{"type":"null"},"DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1":{"type":"string","maxLength":4000},"DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1"}]},"DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"participantProfileId":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesParticipantProfileId"},"bankName":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesBankName"},"iban":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesIban"},"swift":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesSwift"},"currency":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesCurrency"},"accountHolderName":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesAccountHolderName"},"accountHolderType":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesAccountHolderType"},"verificationMethod":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesVerificationMethod"},"isDefault":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesIsDefault"},"providerRef":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesProviderRef"},"notes":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPostRequestBodyContentApplicationJsonSchemaPropertiesNotes"}},"required":["organizationId","tenantId","participantProfileId","iban","accountHolderName"],"additionalProperties":false},"DocPathsApiParticipantsPayoutAccountsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiParticipantsPayoutAccountsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiParticipantsPayoutAccountsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiParticipantsPayoutAccountsPostResponses201ContentApplicationJsonSchemaPropertiesPayoutAccountIdAnyOf0":{"type":"null"},"DocPathsApiParticipantsPayoutAccountsPostResponses201ContentApplicationJsonSchemaPropertiesPayoutAccountIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiParticipantsPayoutAccountsPostResponses201ContentApplicationJsonSchemaPropertiesPayoutAccountId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPostResponses201ContentApplicationJsonSchemaPropertiesPayoutAccountIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPostResponses201ContentApplicationJsonSchemaPropertiesPayoutAccountIdAnyOf1"}]},"DocPathsApiParticipantsPayoutAccountsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPostResponses201ContentApplicationJsonSchemaPropertiesId"},"payoutAccountId":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPostResponses201ContentApplicationJsonSchemaPropertiesPayoutAccountId"}},"required":["id","payoutAccountId"],"additionalProperties":false},"DocPathsApiParticipantsPayoutAccountsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsPayoutAccountsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsPayoutAccountsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsPayoutAccountsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesParticipantProfileId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesBankNameAnyOf0":{"type":"null"},"DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesBankNameAnyOf1":{"type":"string","maxLength":200},"DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesBankName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesBankNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesBankNameAnyOf1"}]},"DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesIban":{},"DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesSwiftAnyOf0":{"type":"null"},"DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesSwiftAnyOf1":{"type":"string","maxLength":20},"DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesSwift":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesSwiftAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesSwiftAnyOf1"}]},"DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesCurrency":{"allOf":[{}],"default":"PLN"},"DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesAccountHolderName":{},"DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesAccountHolderTypeAllOf0":{"type":"string","enum":["COMPANY","PERSON"]},"DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesAccountHolderType":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesAccountHolderTypeAllOf0"}],"default":"COMPANY"},"DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesVerificationMethodAnyOf0":{"type":"null"},"DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesVerificationMethodAnyOf1":{"type":"string","enum":["manual","micro_deposit","external_provider_stub"]},"DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesVerificationMethod":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesVerificationMethodAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesVerificationMethodAnyOf1"}]},"DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesIsDefaultAllOf0":{"type":"boolean"},"DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesIsDefault":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesIsDefaultAllOf0"}],"default":false},"DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesProviderRefAnyOf0":{"type":"null"},"DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesProviderRefAnyOf1":{"type":"string","maxLength":255},"DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesProviderRef":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesProviderRefAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesProviderRefAnyOf1"}]},"DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0":{"type":"null"},"DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1":{"type":"string","maxLength":4000},"DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1"}]},"DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"participantProfileId":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesParticipantProfileId"},"bankName":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesBankName"},"iban":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesIban"},"swift":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesSwift"},"currency":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesCurrency"},"accountHolderName":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesAccountHolderName"},"accountHolderType":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesAccountHolderType"},"verificationMethod":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesVerificationMethod"},"isDefault":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesIsDefault"},"providerRef":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesProviderRef"},"notes":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPutRequestBodyContentApplicationJsonSchemaPropertiesNotes"}},"required":["id","organizationId","tenantId"],"additionalProperties":false},"DocPathsApiParticipantsPayoutAccountsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiParticipantsPayoutAccountsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiParticipantsPayoutAccountsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsPayoutAccountsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsPayoutAccountsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsPayoutAccountsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsPayoutAccountsDeleteRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsPayoutAccountsDeleteRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsPayoutAccountsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsPayoutAccountsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsDeleteRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsDeleteRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"id":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["organizationId","tenantId","id"],"additionalProperties":false},"DocPathsApiParticipantsPayoutAccountsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiParticipantsPayoutAccountsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiParticipantsPayoutAccountsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsPayoutAccountsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsPayoutAccountsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsPayoutAccountsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsPayoutAccountsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiParticipantsGetParameters1Schema":{"type":"string"},"DocPathsApiParticipantsGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsApiParticipantsGetParameters3Schema":{"type":"string","enum":["SHIPPER","CARRIER","BROKER","FORWARDER","TERMINAL_OPERATOR","INTERMODAL_OPERATOR"]},"DocPathsApiParticipantsGetParameters4Schema":{"type":"string","enum":["ROAD","RAIL","SEA","AIR"]},"DocPathsApiParticipantsGetParameters5Schema":{"type":"string","enum":["FTL","LTL","BULK","CONTAINER","INTERMODAL","HAZMAT","OVERSIZED","TEMPERATURE_CONTROLLED"]},"DocPathsApiParticipantsGetParameters6Schema":{"type":"string","enum":["ROAD","RAIL","SEA","AIR"]},"DocPathsApiParticipantsGetParameters7Schema":{"type":"string","enum":["FTL","LTL","BULK","CONTAINER","INTERMODAL","HAZMAT","OVERSIZED","TEMPERATURE_CONTROLLED"]},"DocPathsApiParticipantsGetParameters8Schema":{"type":"string","maxLength":80},"DocPathsApiParticipantsGetParameters10Schema":{"type":"string","format":"uuid"},"DocPathsApiParticipantsGetParameters11Schema":{"type":"string"},"DocPathsApiParticipantsGetParameters12Schema":{"type":"string"},"DocPathsApiParticipantsGetParameters13Schema":{"type":"string"},"DocPathsApiParticipantsGetParameters14Schema":{"type":"number"},"DocPathsApiParticipantsGetParameters16Schema":{"type":"string","enum":["unverified","pending_review","verified","rejected"]},"DocPathsApiParticipantsGetParameters17Schema":{"type":"string"},"DocPathsApiParticipantsGetParameters18Schema":{"type":"string","maxLength":200},"DocPathsApiParticipantsGetParameters19Schema":{"type":"string"},"DocPathsApiParticipantsGetParameters20Schema":{"type":"string","maxLength":30},"DocPathsApiParticipantsGetParameters21Schema":{"type":"number"},"DocPathsApiParticipantsGetParameters22Schema":{"type":"number"},"DocPathsApiParticipantsGetParameters23Schema":{"type":"string","enum":["participantType","createdAt","updatedAt","memberSince"]},"DocPathsApiParticipantsGetParameters24Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityIdAnyOf0":{"type":"null"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityIdAnyOf1"}]},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerDisplayNameAnyOf0":{"type":"null"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerDisplayNameAnyOf1":{"type":"string"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerDisplayName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerDisplayNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerDisplayNameAnyOf1"}]},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPrimaryEmailAnyOf0":{"type":"null"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPrimaryEmailAnyOf1":{"type":"string"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPrimaryEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPrimaryEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPrimaryEmailAnyOf1"}]},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPrimaryPhoneAnyOf0":{"type":"null"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPrimaryPhoneAnyOf1":{"type":"string"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPrimaryPhone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPrimaryPhoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPrimaryPhoneAnyOf1"}]},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerStatusAnyOf0":{"type":"null"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerStatusAnyOf1":{"type":"string"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerStatusAnyOf1"}]},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerLifecycleStageAnyOf0":{"type":"null"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerLifecycleStageAnyOf1":{"type":"string"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerLifecycleStage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerLifecycleStageAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerLifecycleStageAnyOf1"}]},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantTypeAnyOf0":{"type":"null"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantTypeAnyOf1":{"type":"string"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantTypeAnyOf1"}]},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSupportedModesItems":{"type":"string"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSupportedModes":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSupportedModesItems"}},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSupportedSegmentsItems":{"type":"string"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSupportedSegments":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSupportedSegmentsItems"}},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNipAnyOf0":{"type":"null"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNipAnyOf1":{"type":"string"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNip":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNipAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNipAnyOf1"}]},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegonAnyOf0":{"type":"null"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegonAnyOf1":{"type":"string"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegonAnyOf1"}]},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKrsAnyOf0":{"type":"null"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKrsAnyOf1":{"type":"string"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKrs":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKrsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKrsAnyOf1"}]},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVatEuAnyOf0":{"type":"null"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVatEuAnyOf1":{"type":"string"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVatEu":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVatEuAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVatEuAnyOf1"}]},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEoriAnyOf0":{"type":"null"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEoriAnyOf1":{"type":"string"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEori":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEoriAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEoriAnyOf1"}]},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFleetTrucks":{"type":"number"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFleetTrailers":{"type":"number"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFleetLocomotives":{"type":"number"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFleetWagons":{"type":"number"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFleetTotalPayloadTonsAnyOf0":{"type":"null"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFleetTotalPayloadTonsAnyOf1":{"type":"number"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFleetTotalPayloadTons":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFleetTotalPayloadTonsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFleetTotalPayloadTonsAnyOf1"}]},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentTermsDays":{"type":"number"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreditLimitAnyOf0":{"type":"null"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreditLimitAnyOf1":{"type":"number"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreditLimit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreditLimitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreditLimitAnyOf1"}]},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreditLimitCurrencyAnyOf0":{"type":"null"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreditLimitCurrencyAnyOf1":{"type":"string"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreditLimitCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreditLimitCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreditLimitCurrencyAnyOf1"}]},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrentExposure":{"type":"number"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMarketplaceGradeAnyOf0":{"type":"null"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMarketplaceGradeAnyOf1":{"type":"string"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMarketplaceGrade":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMarketplaceGradeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMarketplaceGradeAnyOf1"}]},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMarketplaceScoreAnyOf0":{"type":"null"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMarketplaceScoreAnyOf1":{"type":"number"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMarketplaceScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMarketplaceScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMarketplaceScoreAnyOf1"}]},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalShipmentsCompleted":{"type":"number"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalVolumeTons":{"type":"number"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveContractCount":{"type":"number"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveLaneCount":{"type":"number"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberSinceAnyOf0":{"type":"null"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberSinceAnyOf1":{"type":"string"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberSince":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberSinceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberSinceAnyOf1"}]},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsVerified":{"type":"boolean"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPublishedPublicly":{"type":"boolean"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerifiedAtAnyOf0":{"type":"null"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerifiedAtAnyOf1":{"type":"string"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerifiedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerifiedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerifiedAtAnyOf1"}]},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerificationNotesAnyOf0":{"type":"null"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerificationNotesAnyOf1":{"type":"string"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerificationNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerificationNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerificationNotesAnyOf1"}]},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapabilityCount":{"type":"number"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerifiedCapabilityCount":{"type":"number"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutAccountCount":{"type":"number"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerifiedPayoutCurrenciesItems":{"type":"string"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerifiedPayoutCurrencies":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerifiedPayoutCurrenciesItems"}},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSettlementReady":{"type":"boolean"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"customerEntityId":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerEntityId"},"customerDisplayName":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerDisplayName"},"customerPrimaryEmail":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPrimaryEmail"},"customerPrimaryPhone":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPrimaryPhone"},"customerStatus":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerStatus"},"customerLifecycleStage":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerLifecycleStage"},"participantType":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantType"},"supportedModes":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSupportedModes"},"supportedSegments":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSupportedSegments"},"nip":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNip"},"regon":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegon"},"krs":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKrs"},"vatEu":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVatEu"},"eori":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEori"},"fleetTrucks":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFleetTrucks"},"fleetTrailers":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFleetTrailers"},"fleetLocomotives":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFleetLocomotives"},"fleetWagons":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFleetWagons"},"fleetTotalPayloadTons":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFleetTotalPayloadTons"},"paymentTermsDays":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPaymentTermsDays"},"creditLimit":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreditLimit"},"creditLimitCurrency":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreditLimitCurrency"},"currentExposure":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrentExposure"},"marketplaceGrade":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMarketplaceGrade"},"marketplaceScore":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMarketplaceScore"},"totalShipmentsCompleted":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalShipmentsCompleted"},"totalVolumeTons":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalVolumeTons"},"activeContractCount":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveContractCount"},"activeLaneCount":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveLaneCount"},"memberSince":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberSince"},"isVerified":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsVerified"},"isPublishedPublicly":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPublishedPublicly"},"metadata":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata"},"verifiedAt":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerifiedAt"},"verificationNotes":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerificationNotes"},"isActive":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"capabilityCount":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapabilityCount"},"verifiedCapabilityCount":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerifiedCapabilityCount"},"payoutAccountCount":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayoutAccountCount"},"verifiedPayoutCurrencies":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerifiedPayoutCurrencies"},"settlementReady":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSettlementReady"}},"required":["id","tenantId","organizationId","customerEntityId","customerDisplayName","customerPrimaryEmail","customerPrimaryPhone","customerStatus","customerLifecycleStage","participantType","supportedModes","supportedSegments","nip","regon","krs","vatEu","eori","fleetTrucks","fleetTrailers","fleetLocomotives","fleetWagons","fleetTotalPayloadTons","paymentTermsDays","creditLimit","creditLimitCurrency","currentExposure","marketplaceGrade","marketplaceScore","totalShipmentsCompleted","totalVolumeTons","activeContractCount","activeLaneCount","memberSince","isVerified","isPublishedPublicly","metadata","verifiedAt","verificationNotes","isActive","createdAt","updatedAt","capabilityCount","verifiedCapabilityCount","payoutAccountCount","verifiedPayoutCurrencies","settlementReady"],"additionalProperties":false},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiParticipantsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerEntityId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesParticipantType":{"type":"string","enum":["SHIPPER","CARRIER","BROKER","FORWARDER","TERMINAL_OPERATOR","INTERMODAL_OPERATOR"]},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesSupportedModes":{},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesSupportedSegments":{},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesNipAnyOf0":{"type":"null"},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesNipAnyOf1":{"type":"string","maxLength":20},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesNip":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesNipAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesNipAnyOf1"}]},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesRegonAnyOf0":{"type":"null"},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesRegonAnyOf1":{"type":"string","maxLength":20},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesRegon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesRegonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesRegonAnyOf1"}]},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesKrsAnyOf0":{"type":"null"},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesKrsAnyOf1":{"type":"string","maxLength":20},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesKrs":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesKrsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesKrsAnyOf1"}]},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesVatEuAnyOf0":{"type":"null"},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesVatEuAnyOf1":{"type":"string","maxLength":30},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesVatEu":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesVatEuAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesVatEuAnyOf1"}]},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesEoriAnyOf0":{"type":"null"},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesEoriAnyOf1":{"type":"string","maxLength":30},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesEori":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesEoriAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesEoriAnyOf1"}]},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesFleetTrucks":{"type":"number"},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesFleetTrailers":{"type":"number"},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesFleetLocomotives":{"type":"number"},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesFleetWagons":{"type":"number"},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesFleetTotalPayloadTons":{"type":"number"},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesPaymentTermsDays":{"type":"number"},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesCreditLimitAnyOf0":{"type":"null"},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesCreditLimitAnyOf1":{"type":"number"},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesCreditLimit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesCreditLimitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesCreditLimitAnyOf1"}]},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesCreditLimitCurrencyAnyOf0":{"type":"null"},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesCreditLimitCurrencyAnyOf1":{"type":"string","maxLength":3},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesCreditLimitCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesCreditLimitCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesCreditLimitCurrencyAnyOf1"}]},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentExposure":{"type":"number"},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesMarketplaceGradeAnyOf0":{"type":"null"},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesMarketplaceGradeAnyOf1":{"type":"string","maxLength":2},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesMarketplaceGrade":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesMarketplaceGradeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesMarketplaceGradeAnyOf1"}]},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesMarketplaceScoreAnyOf0":{"type":"null"},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesMarketplaceScoreAnyOf1":{"type":"number"},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesMarketplaceScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesMarketplaceScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesMarketplaceScoreAnyOf1"}]},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesTotalShipmentsCompleted":{"type":"number"},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesTotalVolumeTons":{"type":"number"},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesActiveContractCount":{"type":"number"},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesActiveLaneCount":{"type":"number"},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesMemberSinceAnyOf0":{"type":"null"},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesMemberSinceAnyOf1":{"type":"string","format":"date-time"},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesMemberSince":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesMemberSinceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesMemberSinceAnyOf1"}]},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesIsVerified":{"type":"boolean"},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesIsPublishedPublicly":{"type":"boolean"},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesVerifiedAtAnyOf0":{"type":"null"},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesVerifiedAtAnyOf1":{"type":"string","format":"date-time"},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesVerifiedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesVerifiedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesVerifiedAtAnyOf1"}]},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesVerificationNotesAnyOf0":{"type":"null"},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesVerificationNotesAnyOf1":{"type":"string","maxLength":4000},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesVerificationNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesVerificationNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesVerificationNotesAnyOf1"}]},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"customerEntityId":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerEntityId"},"participantType":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesParticipantType"},"supportedModes":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesSupportedModes"},"supportedSegments":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesSupportedSegments"},"nip":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesNip"},"regon":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesRegon"},"krs":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesKrs"},"vatEu":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesVatEu"},"eori":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesEori"},"fleetTrucks":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesFleetTrucks"},"fleetTrailers":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesFleetTrailers"},"fleetLocomotives":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesFleetLocomotives"},"fleetWagons":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesFleetWagons"},"fleetTotalPayloadTons":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesFleetTotalPayloadTons"},"paymentTermsDays":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesPaymentTermsDays"},"creditLimit":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesCreditLimit"},"creditLimitCurrency":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesCreditLimitCurrency"},"currentExposure":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesCurrentExposure"},"marketplaceGrade":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesMarketplaceGrade"},"marketplaceScore":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesMarketplaceScore"},"totalShipmentsCompleted":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesTotalShipmentsCompleted"},"totalVolumeTons":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesTotalVolumeTons"},"activeContractCount":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesActiveContractCount"},"activeLaneCount":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesActiveLaneCount"},"memberSince":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesMemberSince"},"isVerified":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesIsVerified"},"isPublishedPublicly":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesIsPublishedPublicly"},"metadata":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata"},"verifiedAt":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesVerifiedAt"},"verificationNotes":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesVerificationNotes"},"isActive":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["organizationId","tenantId","customerEntityId","participantType","supportedModes","supportedSegments"],"additionalProperties":false},"DocPathsApiParticipantsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiParticipantsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiParticipantsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiParticipantsPostResponses201ContentApplicationJsonSchemaPropertiesParticipantIdAnyOf0":{"type":"null"},"DocPathsApiParticipantsPostResponses201ContentApplicationJsonSchemaPropertiesParticipantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiParticipantsPostResponses201ContentApplicationJsonSchemaPropertiesParticipantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPostResponses201ContentApplicationJsonSchemaPropertiesParticipantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPostResponses201ContentApplicationJsonSchemaPropertiesParticipantIdAnyOf1"}]},"DocPathsApiParticipantsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostResponses201ContentApplicationJsonSchemaPropertiesId"},"participantId":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostResponses201ContentApplicationJsonSchemaPropertiesParticipantId"}},"required":["id","participantId"],"additionalProperties":false},"DocPathsApiParticipantsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomerEntityId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesParticipantType":{"type":"string","enum":["SHIPPER","CARRIER","BROKER","FORWARDER","TERMINAL_OPERATOR","INTERMODAL_OPERATOR"]},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesSupportedModes":{},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesSupportedSegments":{},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesNipAnyOf0":{"type":"null"},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesNipAnyOf1":{"type":"string","maxLength":20},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesNip":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesNipAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesNipAnyOf1"}]},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesRegonAnyOf0":{"type":"null"},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesRegonAnyOf1":{"type":"string","maxLength":20},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesRegon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesRegonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesRegonAnyOf1"}]},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesKrsAnyOf0":{"type":"null"},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesKrsAnyOf1":{"type":"string","maxLength":20},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesKrs":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesKrsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesKrsAnyOf1"}]},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesVatEuAnyOf0":{"type":"null"},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesVatEuAnyOf1":{"type":"string","maxLength":30},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesVatEu":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesVatEuAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesVatEuAnyOf1"}]},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesEoriAnyOf0":{"type":"null"},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesEoriAnyOf1":{"type":"string","maxLength":30},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesEori":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesEoriAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesEoriAnyOf1"}]},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesFleetTrucks":{"type":"number"},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesFleetTrailers":{"type":"number"},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesFleetLocomotives":{"type":"number"},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesFleetWagons":{"type":"number"},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesFleetTotalPayloadTons":{"type":"number"},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesPaymentTermsDays":{"type":"number"},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesCreditLimitAnyOf0":{"type":"null"},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesCreditLimitAnyOf1":{"type":"number"},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesCreditLimit":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesCreditLimitAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesCreditLimitAnyOf1"}]},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesCreditLimitCurrencyAnyOf0":{"type":"null"},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesCreditLimitCurrencyAnyOf1":{"type":"string","maxLength":3},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesCreditLimitCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesCreditLimitCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesCreditLimitCurrencyAnyOf1"}]},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentExposure":{"type":"number"},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesMarketplaceGradeAnyOf0":{"type":"null"},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesMarketplaceGradeAnyOf1":{"type":"string","maxLength":2},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesMarketplaceGrade":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesMarketplaceGradeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesMarketplaceGradeAnyOf1"}]},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesMarketplaceScoreAnyOf0":{"type":"null"},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesMarketplaceScoreAnyOf1":{"type":"number"},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesMarketplaceScore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesMarketplaceScoreAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesMarketplaceScoreAnyOf1"}]},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesTotalShipmentsCompleted":{"type":"number"},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesTotalVolumeTons":{"type":"number"},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesActiveContractCount":{"type":"number"},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesActiveLaneCount":{"type":"number"},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesMemberSinceAnyOf0":{"type":"null"},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesMemberSinceAnyOf1":{"type":"string","format":"date-time"},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesMemberSince":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesMemberSinceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesMemberSinceAnyOf1"}]},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesIsVerified":{"type":"boolean"},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesIsPublishedPublicly":{"type":"boolean"},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesVerifiedAtAnyOf0":{"type":"null"},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesVerifiedAtAnyOf1":{"type":"string","format":"date-time"},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesVerifiedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesVerifiedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesVerifiedAtAnyOf1"}]},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesVerificationNotesAnyOf0":{"type":"null"},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesVerificationNotesAnyOf1":{"type":"string","maxLength":4000},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesVerificationNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesVerificationNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesVerificationNotesAnyOf1"}]},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"customerEntityId":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomerEntityId"},"participantType":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesParticipantType"},"supportedModes":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesSupportedModes"},"supportedSegments":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesSupportedSegments"},"nip":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesNip"},"regon":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesRegon"},"krs":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesKrs"},"vatEu":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesVatEu"},"eori":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesEori"},"fleetTrucks":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesFleetTrucks"},"fleetTrailers":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesFleetTrailers"},"fleetLocomotives":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesFleetLocomotives"},"fleetWagons":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesFleetWagons"},"fleetTotalPayloadTons":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesFleetTotalPayloadTons"},"paymentTermsDays":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesPaymentTermsDays"},"creditLimit":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesCreditLimit"},"creditLimitCurrency":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesCreditLimitCurrency"},"currentExposure":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesCurrentExposure"},"marketplaceGrade":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesMarketplaceGrade"},"marketplaceScore":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesMarketplaceScore"},"totalShipmentsCompleted":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesTotalShipmentsCompleted"},"totalVolumeTons":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesTotalVolumeTons"},"activeContractCount":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesActiveContractCount"},"activeLaneCount":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesActiveLaneCount"},"memberSince":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesMemberSince"},"isVerified":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesIsVerified"},"isPublishedPublicly":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesIsPublishedPublicly"},"metadata":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata"},"verifiedAt":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesVerifiedAt"},"verificationNotes":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesVerificationNotes"},"isActive":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["id"],"additionalProperties":false},"DocPathsApiParticipantsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiParticipantsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiParticipantsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsDeleteRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsDeleteRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiParticipantsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiParticipantsDeleteRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiParticipantsDeleteRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"id":{"$ref":"#/components/schemas/DocPathsApiParticipantsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["organizationId","tenantId","id"],"additionalProperties":false},"DocPathsApiParticipantsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiParticipantsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiParticipantsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiParticipantsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiParticipantsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiParticipantsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiParticipantsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiComplianceDocumentsIdRejectPostParameters0Schema":{"type":"string"},"DocPathsApiComplianceDocumentsIdRejectPostResponses201ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiComplianceDocumentsIdRejectPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiComplianceDocumentsIdRejectPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsIdRejectPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiComplianceDocumentsIdRejectPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiComplianceDocumentsIdRejectPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsIdRejectPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiComplianceDocumentsIdVerifyPostParameters0Schema":{"type":"string"},"DocPathsApiComplianceDocumentsIdVerifyPostResponses201ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiComplianceDocumentsIdVerifyPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiComplianceDocumentsIdVerifyPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsIdVerifyPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiComplianceDocumentsIdVerifyPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiComplianceDocumentsIdVerifyPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsIdVerifyPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiComplianceDocumentsGetParameters0Schema":{"type":"number"},"DocPathsApiComplianceDocumentsGetParameters1Schema":{"type":"number"},"DocPathsApiComplianceDocumentsGetParameters2Schema":{"type":"string"},"DocPathsApiComplianceDocumentsGetParameters3Schema":{"type":"string","format":"uuid"},"DocPathsApiComplianceDocumentsGetParameters4Schema":{"type":"string","enum":["ROAD_CARRIER_AUTHORIZATION","ROAD_LICENSE_DOMESTIC","ROAD_LICENSE_EU_COMMUNITY","ROAD_CPC","ROAD_CEMT_PERMIT","RAIL_UTK_LICENSE","RAIL_SAFETY_CERT_A","RAIL_SAFETY_CERT_B","RAIL_ECM_CERTIFICATE","RAIL_DRIVER_LICENSE","RAIL_INFRA_AUTHORIZATION","INSURANCE_OCP_ROAD","INSURANCE_OC_BUSINESS","INSURANCE_OCP_RAIL","INSURANCE_OC_RAIL_INFRA","INSURANCE_OCS_FORWARDER","INSURANCE_OC_TERMINAL","ADR_COMPANY_CERTIFICATE","ADR_DRIVER_CERTIFICATE","ADR_VEHICLE_APPROVAL","RAIL_RID_CERTIFICATE","BUSINESS_REGISTRATION","VAT_CERTIFICATE","SENT_REGISTRATION","PORT_CONCESSION"]},"DocPathsApiComplianceDocumentsGetParameters5Schema":{"type":"string","enum":["COMPANY","PERSON","VEHICLE"]},"DocPathsApiComplianceDocumentsGetParameters6Schema":{"type":"string","enum":["VALID","EXPIRING_SOON","EXPIRED","SUSPENDED","NOT_PROVIDED","REJECTED"]},"DocPathsApiComplianceDocumentsGetParameters7Schema":{"type":"string","enum":["UNVERIFIED","PENDING_REVIEW","VERIFIED","REJECTED"]},"DocPathsApiComplianceDocumentsGetParameters8Schema":{"type":"string","format":"date-time"},"DocPathsApiComplianceDocumentsGetParameters9Schema":{"type":"string","format":"date-time"},"DocPathsApiComplianceDocumentsGetParameters10Schema":{"type":"string","enum":["documentType","validUntil","status","createdAt"]},"DocPathsApiComplianceDocumentsGetParameters11Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiComplianceDocumentsGetParameters12Schema":{"type":"string"},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantProfileId":{"type":"string","format":"uuid"},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDocumentType":{"type":"string"},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDocumentNumber":{"type":"string"},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDocumentNameAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDocumentNameAnyOf1":{"type":"string"},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDocumentName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDocumentNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDocumentNameAnyOf1"}]},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHolderType":{"type":"string"},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssuerNameAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssuerNameAnyOf1":{"type":"string"},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssuerName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssuerNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssuerNameAnyOf1"}]},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFromAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFromAnyOf1":{"type":"string"},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFromAnyOf1"}]},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidUntilAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidUntilAnyOf1":{"type":"string"},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidUntil":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidUntilAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidUntilAnyOf1"}]},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsIndefinite":{"type":"boolean"},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string"},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerificationStatus":{"type":"string"},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInsuredSumAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInsuredSumAnyOf1":{"type":"number"},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInsuredSum":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInsuredSumAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInsuredSumAnyOf1"}]},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInsuredSumCurrencyAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInsuredSumCurrencyAnyOf1":{"type":"string"},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInsuredSumCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInsuredSumCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInsuredSumCurrencyAnyOf1"}]},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTerritorialScopeAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTerritorialScopeAnyOf1":{"type":"string"},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTerritorialScope":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTerritorialScopeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTerritorialScopeAnyOf1"}]},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"participant_profile_id":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantProfileId"},"document_type":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDocumentType"},"document_number":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDocumentNumber"},"document_name":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDocumentName"},"holder_type":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHolderType"},"issuer_name":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssuerName"},"valid_from":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFrom"},"valid_until":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidUntil"},"is_indefinite":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsIndefinite"},"status":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"verification_status":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVerificationStatus"},"insured_sum":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInsuredSum"},"insured_sum_currency":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInsuredSumCurrency"},"territorial_scope":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTerritorialScope"},"organization_id":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"created_at":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"}},"required":["id","participant_profile_id","document_type","document_number","holder_type","status","verification_status"],"additionalProperties":false},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsApiComplianceDocumentsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiComplianceDocumentsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiComplianceDocumentsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiComplianceDocumentsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesParticipantProfileId":{"type":"string","format":"uuid"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesDocumentType":{"type":"string","enum":["ROAD_CARRIER_AUTHORIZATION","ROAD_LICENSE_DOMESTIC","ROAD_LICENSE_EU_COMMUNITY","ROAD_CPC","ROAD_CEMT_PERMIT","RAIL_UTK_LICENSE","RAIL_SAFETY_CERT_A","RAIL_SAFETY_CERT_B","RAIL_ECM_CERTIFICATE","RAIL_DRIVER_LICENSE","RAIL_INFRA_AUTHORIZATION","INSURANCE_OCP_ROAD","INSURANCE_OC_BUSINESS","INSURANCE_OCP_RAIL","INSURANCE_OC_RAIL_INFRA","INSURANCE_OCS_FORWARDER","INSURANCE_OC_TERMINAL","ADR_COMPANY_CERTIFICATE","ADR_DRIVER_CERTIFICATE","ADR_VEHICLE_APPROVAL","RAIL_RID_CERTIFICATE","BUSINESS_REGISTRATION","VAT_CERTIFICATE","SENT_REGISTRATION","PORT_CONCESSION"]},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesDocumentNumber":{"type":"string","minLength":1,"maxLength":100},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesDocumentNameAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesDocumentNameAnyOf1":{"type":"string","maxLength":300},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesDocumentName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesDocumentNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesDocumentNameAnyOf1"}]},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesHolderType":{"type":"string","enum":["COMPANY","PERSON","VEHICLE"]},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesHolderEntityIdAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesHolderEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesHolderEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesHolderEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesHolderEntityIdAnyOf1"}]},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesHolderPersonIdAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesHolderPersonIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesHolderPersonId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesHolderPersonIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesHolderPersonIdAnyOf1"}]},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesHolderVehicleIdAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesHolderVehicleIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesHolderVehicleId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesHolderVehicleIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesHolderVehicleIdAnyOf1"}]},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesIssuerNameAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesIssuerNameAnyOf1":{"type":"string","maxLength":300},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesIssuerName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesIssuerNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesIssuerNameAnyOf1"}]},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesIssuerCountryAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesIssuerCountryAnyOf1":{"type":"string","maxLength":3},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesIssuerCountry":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesIssuerCountryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesIssuerCountryAnyOf1"}]},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesIssuedDateAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesIssuedDateAnyOf1":{"type":"string","format":"date-time"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesIssuedDate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesIssuedDateAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesIssuedDateAnyOf1"}]},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesValidFrom":{"type":"string","format":"date-time"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesValidUntilAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesValidUntilAnyOf1":{"type":"string","format":"date-time"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesValidUntil":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesValidUntilAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesValidUntilAnyOf1"}]},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesIsIndefiniteAllOf0":{"type":"boolean"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesIsIndefinite":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesIsIndefiniteAllOf0"}],"default":false},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesReviewIntervalMonthsAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesReviewIntervalMonthsAnyOf1":{"type":"number"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesReviewIntervalMonths":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesReviewIntervalMonthsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesReviewIntervalMonthsAnyOf1"}]},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesNextReviewDateAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesNextReviewDateAnyOf1":{"type":"string","format":"date-time"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesNextReviewDate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesNextReviewDateAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesNextReviewDateAnyOf1"}]},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdAnyOf1"}]},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesInsuredSumAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesInsuredSumAnyOf1":{"type":"number"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesInsuredSum":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesInsuredSumAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesInsuredSumAnyOf1"}]},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesInsuredSumCurrencyAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesInsuredSumCurrencyAnyOf1":{"type":"string","maxLength":3},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesInsuredSumCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesInsuredSumCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesInsuredSumCurrencyAnyOf1"}]},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesInsuredSumPerAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesInsuredSumPerAnyOf1":{"type":"string","enum":["PER_EVENT","PER_YEAR","AGGREGATE"]},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesInsuredSumPer":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesInsuredSumPerAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesInsuredSumPerAnyOf1"}]},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesTerritorialScopeAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesTerritorialScopeAnyOf1":{"type":"string","enum":["PL_ONLY","EU","EUROPE","WORLDWIDE"]},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesTerritorialScope":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesTerritorialScopeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesTerritorialScopeAnyOf1"}]},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesInsurerNameAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesInsurerNameAnyOf1":{"type":"string","maxLength":300},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesInsurerName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesInsurerNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesInsurerNameAnyOf1"}]},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesInsurerPolicyNumberAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesInsurerPolicyNumberAnyOf1":{"type":"string","maxLength":100},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesInsurerPolicyNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesInsurerPolicyNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesInsurerPolicyNumberAnyOf1"}]},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesDeductibleAmountAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesDeductibleAmountAnyOf1":{"type":"number"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesDeductibleAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesDeductibleAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesDeductibleAmountAnyOf1"}]},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesDeductibleCurrencyAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesDeductibleCurrencyAnyOf1":{"type":"string","maxLength":3},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesDeductibleCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesDeductibleCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesDeductibleCurrencyAnyOf1"}]},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesAdrClassesAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesAdrClassesAnyOf1Items":{"type":"string"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesAdrClassesAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesAdrClassesAnyOf1Items"}},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesAdrClasses":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesAdrClassesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesAdrClassesAnyOf1"}]},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesDgsaAdvisorNameAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesDgsaAdvisorNameAnyOf1":{"type":"string","maxLength":200},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesDgsaAdvisorName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesDgsaAdvisorNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesDgsaAdvisorNameAnyOf1"}]},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesDgsaCertificateNumberAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesDgsaCertificateNumberAnyOf1":{"type":"string","maxLength":100},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesDgsaCertificateNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesDgsaCertificateNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesDgsaCertificateNumberAnyOf1"}]},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesAlertDaysBeforeExpiryAllOf0Items":{"type":"number"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesAlertDaysBeforeExpiryAllOf0":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesAlertDaysBeforeExpiryAllOf0Items"}},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesAlertDaysBeforeExpiry":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesAlertDaysBeforeExpiryAllOf0"}],"default":[90,60,30,7]},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesAlertSuppressedAllOf0":{"type":"boolean"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesAlertSuppressed":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesAlertSuppressedAllOf0"}],"default":false},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1":{"type":"string"},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1"}]},"DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"participantProfileId":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesParticipantProfileId"},"documentType":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesDocumentType"},"documentNumber":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesDocumentNumber"},"documentName":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesDocumentName"},"holderType":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesHolderType"},"holderEntityId":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesHolderEntityId"},"holderPersonId":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesHolderPersonId"},"holderVehicleId":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesHolderVehicleId"},"issuerName":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesIssuerName"},"issuerCountry":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesIssuerCountry"},"issuedDate":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesIssuedDate"},"validFrom":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesValidFrom"},"validUntil":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesValidUntil"},"isIndefinite":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesIsIndefinite"},"reviewIntervalMonths":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesReviewIntervalMonths"},"nextReviewDate":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesNextReviewDate"},"attachmentId":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentId"},"insuredSum":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesInsuredSum"},"insuredSumCurrency":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesInsuredSumCurrency"},"insuredSumPer":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesInsuredSumPer"},"territorialScope":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesTerritorialScope"},"insurerName":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesInsurerName"},"insurerPolicyNumber":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesInsurerPolicyNumber"},"deductibleAmount":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesDeductibleAmount"},"deductibleCurrency":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesDeductibleCurrency"},"adrClasses":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesAdrClasses"},"dgsaAdvisorName":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesDgsaAdvisorName"},"dgsaCertificateNumber":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesDgsaCertificateNumber"},"alertDaysBeforeExpiry":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesAlertDaysBeforeExpiry"},"alertSuppressed":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesAlertSuppressed"},"notes":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostRequestBodyContentApplicationJsonSchemaPropertiesNotes"}},"required":["participantProfileId","documentType","documentNumber","holderType","validFrom"],"additionalProperties":false},"DocPathsApiComplianceDocumentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiComplianceDocumentsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiComplianceDocumentsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiComplianceDocumentsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiComplianceDocumentsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiComplianceDocumentsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiComplianceDocumentsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesDocumentType":{"type":"string","enum":["ROAD_CARRIER_AUTHORIZATION","ROAD_LICENSE_DOMESTIC","ROAD_LICENSE_EU_COMMUNITY","ROAD_CPC","ROAD_CEMT_PERMIT","RAIL_UTK_LICENSE","RAIL_SAFETY_CERT_A","RAIL_SAFETY_CERT_B","RAIL_ECM_CERTIFICATE","RAIL_DRIVER_LICENSE","RAIL_INFRA_AUTHORIZATION","INSURANCE_OCP_ROAD","INSURANCE_OC_BUSINESS","INSURANCE_OCP_RAIL","INSURANCE_OC_RAIL_INFRA","INSURANCE_OCS_FORWARDER","INSURANCE_OC_TERMINAL","ADR_COMPANY_CERTIFICATE","ADR_DRIVER_CERTIFICATE","ADR_VEHICLE_APPROVAL","RAIL_RID_CERTIFICATE","BUSINESS_REGISTRATION","VAT_CERTIFICATE","SENT_REGISTRATION","PORT_CONCESSION"]},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesDocumentNumber":{"type":"string","minLength":1,"maxLength":100},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesDocumentNameAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesDocumentNameAnyOf1":{"type":"string","maxLength":300},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesDocumentName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesDocumentNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesDocumentNameAnyOf1"}]},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesHolderType":{"type":"string","enum":["COMPANY","PERSON","VEHICLE"]},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesHolderEntityIdAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesHolderEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesHolderEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesHolderEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesHolderEntityIdAnyOf1"}]},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesHolderPersonIdAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesHolderPersonIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesHolderPersonId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesHolderPersonIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesHolderPersonIdAnyOf1"}]},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesHolderVehicleIdAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesHolderVehicleIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesHolderVehicleId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesHolderVehicleIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesHolderVehicleIdAnyOf1"}]},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesIssuerNameAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesIssuerNameAnyOf1":{"type":"string","maxLength":300},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesIssuerName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesIssuerNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesIssuerNameAnyOf1"}]},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesIssuerCountryAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesIssuerCountryAnyOf1":{"type":"string","maxLength":3},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesIssuerCountry":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesIssuerCountryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesIssuerCountryAnyOf1"}]},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesIssuedDateAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesIssuedDateAnyOf1":{"type":"string","format":"date-time"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesIssuedDate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesIssuedDateAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesIssuedDateAnyOf1"}]},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesValidFrom":{"type":"string","format":"date-time"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesValidUntilAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesValidUntilAnyOf1":{"type":"string","format":"date-time"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesValidUntil":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesValidUntilAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesValidUntilAnyOf1"}]},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesIsIndefiniteAllOf0":{"type":"boolean"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesIsIndefinite":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesIsIndefiniteAllOf0"}],"default":false},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesReviewIntervalMonthsAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesReviewIntervalMonthsAnyOf1":{"type":"number"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesReviewIntervalMonths":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesReviewIntervalMonthsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesReviewIntervalMonthsAnyOf1"}]},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesNextReviewDateAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesNextReviewDateAnyOf1":{"type":"string","format":"date-time"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesNextReviewDate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesNextReviewDateAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesNextReviewDateAnyOf1"}]},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesAttachmentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdAnyOf1"}]},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesInsuredSumAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesInsuredSumAnyOf1":{"type":"number"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesInsuredSum":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesInsuredSumAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesInsuredSumAnyOf1"}]},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesInsuredSumCurrencyAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesInsuredSumCurrencyAnyOf1":{"type":"string","maxLength":3},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesInsuredSumCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesInsuredSumCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesInsuredSumCurrencyAnyOf1"}]},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesInsuredSumPerAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesInsuredSumPerAnyOf1":{"type":"string","enum":["PER_EVENT","PER_YEAR","AGGREGATE"]},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesInsuredSumPer":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesInsuredSumPerAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesInsuredSumPerAnyOf1"}]},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesTerritorialScopeAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesTerritorialScopeAnyOf1":{"type":"string","enum":["PL_ONLY","EU","EUROPE","WORLDWIDE"]},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesTerritorialScope":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesTerritorialScopeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesTerritorialScopeAnyOf1"}]},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesInsurerNameAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesInsurerNameAnyOf1":{"type":"string","maxLength":300},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesInsurerName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesInsurerNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesInsurerNameAnyOf1"}]},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesInsurerPolicyNumberAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesInsurerPolicyNumberAnyOf1":{"type":"string","maxLength":100},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesInsurerPolicyNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesInsurerPolicyNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesInsurerPolicyNumberAnyOf1"}]},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesDeductibleAmountAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesDeductibleAmountAnyOf1":{"type":"number"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesDeductibleAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesDeductibleAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesDeductibleAmountAnyOf1"}]},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesDeductibleCurrencyAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesDeductibleCurrencyAnyOf1":{"type":"string","maxLength":3},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesDeductibleCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesDeductibleCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesDeductibleCurrencyAnyOf1"}]},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesAdrClassesAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesAdrClassesAnyOf1Items":{"type":"string"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesAdrClassesAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesAdrClassesAnyOf1Items"}},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesAdrClasses":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesAdrClassesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesAdrClassesAnyOf1"}]},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesDgsaAdvisorNameAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesDgsaAdvisorNameAnyOf1":{"type":"string","maxLength":200},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesDgsaAdvisorName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesDgsaAdvisorNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesDgsaAdvisorNameAnyOf1"}]},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesDgsaCertificateNumberAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesDgsaCertificateNumberAnyOf1":{"type":"string","maxLength":100},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesDgsaCertificateNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesDgsaCertificateNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesDgsaCertificateNumberAnyOf1"}]},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesAlertDaysBeforeExpiryAllOf0Items":{"type":"number"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesAlertDaysBeforeExpiryAllOf0":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesAlertDaysBeforeExpiryAllOf0Items"}},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesAlertDaysBeforeExpiry":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesAlertDaysBeforeExpiryAllOf0"}],"default":[90,60,30,7]},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesAlertSuppressedAllOf0":{"type":"boolean"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesAlertSuppressed":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesAlertSuppressedAllOf0"}],"default":false},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0":{"type":"null"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1":{"type":"string"},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1"}]},"DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"documentType":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesDocumentType"},"documentNumber":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesDocumentNumber"},"documentName":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesDocumentName"},"holderType":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesHolderType"},"holderEntityId":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesHolderEntityId"},"holderPersonId":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesHolderPersonId"},"holderVehicleId":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesHolderVehicleId"},"issuerName":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesIssuerName"},"issuerCountry":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesIssuerCountry"},"issuedDate":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesIssuedDate"},"validFrom":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesValidFrom"},"validUntil":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesValidUntil"},"isIndefinite":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesIsIndefinite"},"reviewIntervalMonths":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesReviewIntervalMonths"},"nextReviewDate":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesNextReviewDate"},"attachmentId":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesAttachmentId"},"insuredSum":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesInsuredSum"},"insuredSumCurrency":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesInsuredSumCurrency"},"insuredSumPer":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesInsuredSumPer"},"territorialScope":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesTerritorialScope"},"insurerName":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesInsurerName"},"insurerPolicyNumber":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesInsurerPolicyNumber"},"deductibleAmount":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesDeductibleAmount"},"deductibleCurrency":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesDeductibleCurrency"},"adrClasses":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesAdrClasses"},"dgsaAdvisorName":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesDgsaAdvisorName"},"dgsaCertificateNumber":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesDgsaCertificateNumber"},"alertDaysBeforeExpiry":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesAlertDaysBeforeExpiry"},"alertSuppressed":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesAlertSuppressed"},"notes":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutRequestBodyContentApplicationJsonSchemaPropertiesNotes"}},"additionalProperties":false},"DocPathsApiComplianceDocumentsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiComplianceDocumentsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiComplianceDocumentsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiComplianceDocumentsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiComplianceDocumentsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiComplianceDocumentsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiComplianceDocumentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiComplianceDocumentsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiComplianceDocumentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiComplianceDocumentsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiComplianceDocumentsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiComplianceDocumentsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiComplianceDocumentsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiComplianceDocumentsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiComplianceDocumentsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdArchivePostParameters0Schema":{"type":"string"},"DocPathsApiEtruckBulkSubmissionsBatchIdArchivePostRequestBodyContentApplicationJsonSchemaPropertiesReason":{"type":"string","maxLength":1000},"DocPathsApiEtruckBulkSubmissionsBatchIdArchivePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"reason":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdArchivePostRequestBodyContentApplicationJsonSchemaPropertiesReason"}},"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdArchivePostResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckBulkSubmissionsBatchIdArchivePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckBulkSubmissionsBatchIdArchivePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdArchivePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdArchivePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckBulkSubmissionsBatchIdArchivePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdArchivePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdArchivePostResponses409ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckBulkSubmissionsBatchIdCommitPostParameters0Schema":{"type":"string"},"DocPathsApiEtruckBulkSubmissionsBatchIdCommitPostRequestBodyContentApplicationJsonSchemaPropertiesRowIdsItems":{"type":"string","format":"uuid"},"DocPathsApiEtruckBulkSubmissionsBatchIdCommitPostRequestBodyContentApplicationJsonSchemaPropertiesRowIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdCommitPostRequestBodyContentApplicationJsonSchemaPropertiesRowIdsItems"},"minItems":1,"maxItems":500},"DocPathsApiEtruckBulkSubmissionsBatchIdCommitPostRequestBodyContentApplicationJsonSchemaPropertiesDryRun":{"type":"boolean"},"DocPathsApiEtruckBulkSubmissionsBatchIdCommitPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"rowIds":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdCommitPostRequestBodyContentApplicationJsonSchemaPropertiesRowIds"},"dryRun":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdCommitPostRequestBodyContentApplicationJsonSchemaPropertiesDryRun"}},"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdCommitPostResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckBulkSubmissionsBatchIdCommitPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckBulkSubmissionsBatchIdCommitPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdCommitPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdCommitPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckBulkSubmissionsBatchIdCommitPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdCommitPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdCommitPostResponses409ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckBulkSubmissionsBatchIdExportGetParameters0Schema":{"type":"string"},"DocPathsApiEtruckBulkSubmissionsBatchIdExportGetParameters1Schema":{"type":"number"},"DocPathsApiEtruckBulkSubmissionsBatchIdExportGetParameters2Schema":{"type":"number"},"DocPathsApiEtruckBulkSubmissionsBatchIdExportGetParameters3Schema":{"type":"string","enum":["parsed","valid","warning","error","resolved","committed","failed","skipped","rolled_back","undo_conflict"]},"DocPathsApiEtruckBulkSubmissionsBatchIdExportGetParameters4Schema":{"type":"string","enum":["unresolved","create_new","attach_demand","skip"]},"DocPathsApiEtruckBulkSubmissionsBatchIdExportGetParameters5Schema":{"type":"boolean"},"DocPathsApiEtruckBulkSubmissionsBatchIdExportGetParameters6Schema":{"type":"boolean"},"DocPathsApiEtruckBulkSubmissionsBatchIdExportGetParameters7Schema":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiEtruckBulkSubmissionsBatchIdExportGetParameters8Schema":{"type":"string","enum":["csv","json"]},"DocPathsApiEtruckBulkSubmissionsBatchIdExportGetParameters9Schema":{"type":"boolean"},"DocPathsApiEtruckBulkSubmissionsBatchIdExportGetParameters10Schema":{"type":"boolean"},"DocPathsApiEtruckBulkSubmissionsBatchIdExportGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckBulkSubmissionsBatchIdExportGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckBulkSubmissionsBatchIdExportGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdExportGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdExportGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckBulkSubmissionsBatchIdExportGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdExportGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdExportGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckBulkSubmissionsBatchIdRollbackPostParameters0Schema":{"type":"string"},"DocPathsApiEtruckBulkSubmissionsBatchIdRollbackPostResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckBulkSubmissionsBatchIdRollbackPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckBulkSubmissionsBatchIdRollbackPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRollbackPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdRollbackPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckBulkSubmissionsBatchIdRollbackPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRollbackPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdRollbackPostResponses409ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckBulkSubmissionsBatchIdGetParameters0Schema":{"type":"string"},"DocPathsApiEtruckBulkSubmissionsBatchIdGetResponses200ContentApplicationJsonSchemaPropertiesData":{},"DocPathsApiEtruckBulkSubmissionsBatchIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdGetResponses200ContentApplicationJsonSchemaPropertiesData"}},"required":["data"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckBulkSubmissionsBatchIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckBulkSubmissionsBatchIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckBulkSubmissionsBatchIdPatchParameters0Schema":{"type":"string"},"DocPathsApiEtruckBulkSubmissionsBatchIdPatchRequestBodyContentApplicationJsonSchemaPropertiesMappingConfig":{"type":"object","additionalProperties":true},"DocPathsApiEtruckBulkSubmissionsBatchIdPatchRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"mappingConfig":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdPatchRequestBodyContentApplicationJsonSchemaPropertiesMappingConfig"}},"required":["mappingConfig"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdPatchResponses200ContentApplicationJsonSchemaPropertiesData":{},"DocPathsApiEtruckBulkSubmissionsBatchIdPatchResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdPatchResponses200ContentApplicationJsonSchemaPropertiesData"}},"required":["data"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdPatchResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckBulkSubmissionsBatchIdPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckBulkSubmissionsBatchIdPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckBulkSubmissionsBatchIdPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchParameters0Schema":{"type":"string"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchParameters1Schema":{"type":"string"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesResolution":{"type":"string","enum":["create_new"]},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesRowType":{"type":"string","enum":["point","route","demand_only","unsupported"]},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesTitle":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesDescriptionAnyOf1":{"type":"string","minLength":1,"maxLength":4000},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesDescriptionAnyOf1"}]},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesCategory":{"type":"string","enum":["charging_station","grid_connection","route_stop","risk","missing_infrastructure","poi","note","other"]},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesLatitude":{"type":"number"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesLongitude":{"type":"number"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesOriginPropertiesLatitude":{"type":"number"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesOriginPropertiesLongitude":{"type":"number"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesOrigin":{"type":"object","properties":{"latitude":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesOriginPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesOriginPropertiesLongitude"}},"required":["latitude","longitude"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesDestinationPropertiesLatitude":{"type":"number"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesDestinationPropertiesLongitude":{"type":"number"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesDestination":{"type":"object","properties":{"latitude":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesDestinationPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesDestinationPropertiesLongitude"}},"required":["latitude","longitude"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesWaypointsItemsPropertiesLatitude":{"type":"number"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesWaypointsItemsPropertiesLongitude":{"type":"number"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesWaypointsItems":{"type":"object","properties":{"latitude":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesWaypointsItemsPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesWaypointsItemsPropertiesLongitude"}},"required":["latitude","longitude"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesWaypoints":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesWaypointsItems"},"maxItems":25},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesRouteGeometryPropertiesType":{"type":"string","enum":["LineString"]},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesRouteGeometryPropertiesCoordinatesItemsPrefixItems0":{"type":"number"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesRouteGeometryPropertiesCoordinatesItemsPrefixItems1":{"type":"number"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesRouteGeometryPropertiesCoordinatesItems":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesRouteGeometryPropertiesCoordinatesItemsPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesRouteGeometryPropertiesCoordinatesItemsPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesRouteGeometryPropertiesCoordinates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesRouteGeometryPropertiesCoordinatesItems"},"minItems":2},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesRouteGeometry":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesRouteGeometryPropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesRouteGeometryPropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesRoutingProviderAnyOf0":{"type":"null"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesRoutingProviderAnyOf1":{"type":"string","minLength":1,"maxLength":64},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesRoutingProvider":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesRoutingProviderAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesRoutingProviderAnyOf1"}]},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesRoutingProfileAnyOf0":{"type":"null"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesRoutingProfileAnyOf1":{"type":"string","minLength":1,"maxLength":64},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesRoutingProfile":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesRoutingProfileAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesRoutingProfileAnyOf1"}]},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesDemandKind":{"type":"string","enum":["need_charging","need_grid_capacity","need_parking","need_route_service","other"]},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesDemandCommentAnyOf0":{"type":"null"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesDemandCommentAnyOf1":{"type":"string","minLength":1,"maxLength":4000},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesDemandComment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesDemandCommentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesDemandCommentAnyOf1"}]},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesPublicDisplayMode":{"type":"string","enum":["profile","anonymous"]},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesDemandPublicDisplayMode":{"type":"string","enum":["profile","anonymous"]},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesVisibility":{"type":"string","enum":["private","public"]},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesExternalId":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesSourceProperties":{"type":"object","additionalProperties":true},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedData":{"type":"object","properties":{"rowType":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesRowType"},"title":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesDescription"},"category":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesCategory"},"latitude":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesLongitude"},"origin":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesOrigin"},"destination":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesDestination"},"waypoints":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesWaypoints"},"routeGeometry":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesRouteGeometry"},"routingProvider":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesRoutingProvider"},"routingProfile":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesRoutingProfile"},"demandKind":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesDemandKind"},"demandComment":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesDemandComment"},"publicDisplayMode":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesPublicDisplayMode"},"demandPublicDisplayMode":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesDemandPublicDisplayMode"},"visibility":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesVisibility"},"externalId":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesExternalId"},"sourceProperties":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedDataPropertiesSourceProperties"}},"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0":{"type":"object","properties":{"resolution":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesResolution"},"normalizedData":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesNormalizedData"}},"required":["resolution"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesResolution":{"type":"string","enum":["attach_demand"]},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesResolvedTargetKind":{"type":"string","enum":["user_submission","charging_point","grid_connection","business_poi","road_flow"]},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesResolvedTargetId":{"type":"string","format":"uuid"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesRowType":{"type":"string","enum":["point","route","demand_only","unsupported"]},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesTitle":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesDescriptionAnyOf1":{"type":"string","minLength":1,"maxLength":4000},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesDescriptionAnyOf1"}]},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesCategory":{"type":"string","enum":["charging_station","grid_connection","route_stop","risk","missing_infrastructure","poi","note","other"]},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesLatitude":{"type":"number"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesLongitude":{"type":"number"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesOriginPropertiesLatitude":{"type":"number"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesOriginPropertiesLongitude":{"type":"number"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesOrigin":{"type":"object","properties":{"latitude":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesOriginPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesOriginPropertiesLongitude"}},"required":["latitude","longitude"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesDestinationPropertiesLatitude":{"type":"number"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesDestinationPropertiesLongitude":{"type":"number"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesDestination":{"type":"object","properties":{"latitude":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesDestinationPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesDestinationPropertiesLongitude"}},"required":["latitude","longitude"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesWaypointsItemsPropertiesLatitude":{"type":"number"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesWaypointsItemsPropertiesLongitude":{"type":"number"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesWaypointsItems":{"type":"object","properties":{"latitude":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesWaypointsItemsPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesWaypointsItemsPropertiesLongitude"}},"required":["latitude","longitude"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesWaypoints":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesWaypointsItems"},"maxItems":25},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesRouteGeometryPropertiesType":{"type":"string","enum":["LineString"]},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesRouteGeometryPropertiesCoordinatesItemsPrefixItems0":{"type":"number"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesRouteGeometryPropertiesCoordinatesItemsPrefixItems1":{"type":"number"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesRouteGeometryPropertiesCoordinatesItems":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesRouteGeometryPropertiesCoordinatesItemsPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesRouteGeometryPropertiesCoordinatesItemsPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesRouteGeometryPropertiesCoordinates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesRouteGeometryPropertiesCoordinatesItems"},"minItems":2},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesRouteGeometry":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesRouteGeometryPropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesRouteGeometryPropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesRoutingProviderAnyOf0":{"type":"null"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesRoutingProviderAnyOf1":{"type":"string","minLength":1,"maxLength":64},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesRoutingProvider":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesRoutingProviderAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesRoutingProviderAnyOf1"}]},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesRoutingProfileAnyOf0":{"type":"null"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesRoutingProfileAnyOf1":{"type":"string","minLength":1,"maxLength":64},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesRoutingProfile":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesRoutingProfileAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesRoutingProfileAnyOf1"}]},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesDemandKind":{"type":"string","enum":["need_charging","need_grid_capacity","need_parking","need_route_service","other"]},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesDemandCommentAnyOf0":{"type":"null"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesDemandCommentAnyOf1":{"type":"string","minLength":1,"maxLength":4000},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesDemandComment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesDemandCommentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesDemandCommentAnyOf1"}]},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesPublicDisplayMode":{"type":"string","enum":["profile","anonymous"]},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesDemandPublicDisplayMode":{"type":"string","enum":["profile","anonymous"]},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesVisibility":{"type":"string","enum":["private","public"]},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesExternalId":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesSourceProperties":{"type":"object","additionalProperties":true},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedData":{"type":"object","properties":{"rowType":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesRowType"},"title":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesDescription"},"category":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesCategory"},"latitude":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesLongitude"},"origin":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesOrigin"},"destination":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesDestination"},"waypoints":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesWaypoints"},"routeGeometry":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesRouteGeometry"},"routingProvider":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesRoutingProvider"},"routingProfile":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesRoutingProfile"},"demandKind":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesDemandKind"},"demandComment":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesDemandComment"},"publicDisplayMode":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesPublicDisplayMode"},"demandPublicDisplayMode":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesDemandPublicDisplayMode"},"visibility":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesVisibility"},"externalId":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesExternalId"},"sourceProperties":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedDataPropertiesSourceProperties"}},"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1":{"type":"object","properties":{"resolution":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesResolution"},"resolvedTargetKind":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesResolvedTargetKind"},"resolvedTargetId":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesResolvedTargetId"},"normalizedData":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesNormalizedData"}},"required":["resolution","resolvedTargetKind","resolvedTargetId"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf2PropertiesResolution":{"type":"string","enum":["skip"]},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf2PropertiesNote":{"type":"string","maxLength":1000},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf2":{"type":"object","properties":{"resolution":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf2PropertiesResolution"},"note":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf2PropertiesNote"}},"required":["resolution"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchema":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf1"},{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchRequestBodyContentApplicationJsonSchemaOneOf2"}]},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsRowIdResolutionPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsBulkResolutionPatchParameters0Schema":{"type":"string"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsBulkResolutionPatchRequestBodyContentApplicationJsonSchemaPropertiesRowIdsItems":{"type":"string","format":"uuid"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsBulkResolutionPatchRequestBodyContentApplicationJsonSchemaPropertiesRowIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsBulkResolutionPatchRequestBodyContentApplicationJsonSchemaPropertiesRowIdsItems"},"minItems":1,"maxItems":1000},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsBulkResolutionPatchRequestBodyContentApplicationJsonSchemaPropertiesResolution":{"type":"string","enum":["create_new","attach_demand","skip"]},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsBulkResolutionPatchRequestBodyContentApplicationJsonSchemaPropertiesResolvedTargetKind":{"type":"string","enum":["user_submission","charging_point","grid_connection","business_poi","road_flow"]},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsBulkResolutionPatchRequestBodyContentApplicationJsonSchemaPropertiesResolvedTargetId":{"type":"string","format":"uuid"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsBulkResolutionPatchRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"rowIds":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsBulkResolutionPatchRequestBodyContentApplicationJsonSchemaPropertiesRowIds"},"resolution":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsBulkResolutionPatchRequestBodyContentApplicationJsonSchemaPropertiesResolution"},"resolvedTargetKind":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsBulkResolutionPatchRequestBodyContentApplicationJsonSchemaPropertiesResolvedTargetKind"},"resolvedTargetId":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsBulkResolutionPatchRequestBodyContentApplicationJsonSchemaPropertiesResolvedTargetId"}},"required":["rowIds","resolution"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsBulkResolutionPatchResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsBulkResolutionPatchResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsBulkResolutionPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsBulkResolutionPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsBulkResolutionPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsBulkResolutionPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsBulkResolutionPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsBulkResolutionPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsGetParameters0Schema":{"type":"string"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdRowsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdRowsGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckBulkSubmissionsBatchIdValidatePostParameters0Schema":{"type":"string"},"DocPathsApiEtruckBulkSubmissionsBatchIdValidatePostResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckBulkSubmissionsBatchIdValidatePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckBulkSubmissionsBatchIdValidatePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdValidatePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdValidatePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckBulkSubmissionsBatchIdValidatePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsBatchIdValidatePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsBatchIdValidatePostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckBulkSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesData":{},"DocPathsApiEtruckBulkSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesMeta":{},"DocPathsApiEtruckBulkSubmissionsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesData"},"meta":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesMeta"}},"required":["data"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsGetResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckBulkSubmissionsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckBulkSubmissionsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckBulkSubmissionsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsGetResponses503ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckBulkSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesData":{},"DocPathsApiEtruckBulkSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesMeta":{},"DocPathsApiEtruckBulkSubmissionsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesData"},"meta":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesMeta"}},"required":["data"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsPostResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckBulkSubmissionsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckBulkSubmissionsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckBulkSubmissionsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckBulkSubmissionsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckBulkSubmissionsPostResponses413ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckBulkSubmissionsPostResponses415ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckBulkSubmissionsPostResponses422ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckBulkSubmissionsPostResponses503ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckConferenceMessagesContextGetParameters0Schema":{"type":"string","enum":["point","route"]},"DocPathsApiEtruckConferenceMessagesContextGetParameters1Schema":{"type":"string","minLength":1,"maxLength":100},"DocPathsApiEtruckConferenceMessagesContextGetParameters2Schema":{"type":"number"},"DocPathsApiEtruckConferenceMessagesContextGetParameters3Schema":{"type":"number"},"DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"type":"string"},"DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitleAnyOf0":{"type":"null"},"DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitleAnyOf1":{"type":"string"},"DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitleAnyOf1"}]},"DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityModule":{"type":"string","enum":["etruck"]},"DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityType":{"type":"string"},"DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityType":{"type":"string"},"DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityId":{"type":"string","format":"uuid"},"DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPreviewDataPropertiesTitle":{"type":"string"},"DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPreviewDataPropertiesSubtitle":{"type":"string"},"DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPreviewDataPropertiesStatus":{"type":"string"},"DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPreviewDataPropertiesStatusColor":{"type":"string"},"DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPreviewDataPropertiesMetadataAdditionalProperties":{"type":"string"},"DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPreviewDataPropertiesMetadata":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPreviewDataPropertiesMetadataAdditionalProperties"}},"DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPreviewData":{"type":"object","properties":{"title":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPreviewDataPropertiesTitle"},"subtitle":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPreviewDataPropertiesSubtitle"},"status":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPreviewDataPropertiesStatus"},"statusColor":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPreviewDataPropertiesStatusColor"},"metadata":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPreviewDataPropertiesMetadata"}},"required":["title"],"additionalProperties":false},"DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"},"subtitle":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitle"},"entityModule":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityModule"},"entityType":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityType"},"entityId":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityId"},"sourceEntityType":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityType"},"sourceEntityId":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityId"},"previewData":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPreviewData"}},"required":["id","label","subtitle","entityModule","entityType","entityId","sourceEntityType","sourceEntityId","previewData"],"additionalProperties":false},"DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesMetaPropertiesPage":{"type":"number"},"DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesMetaPropertiesPageSize":{"type":"number"},"DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesMetaPropertiesTotal":{"type":"number"},"DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesMetaPropertiesTotalPages":{"type":"number"},"DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesMeta":{"type":"object","properties":{"page":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesMetaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesMetaPropertiesPageSize"},"total":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesMetaPropertiesTotal"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesMetaPropertiesTotalPages"}},"required":["page","pageSize","total","totalPages"],"additionalProperties":false},"DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"meta":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesContextGetResponses200ContentApplicationJsonSchemaPropertiesMeta"}},"required":["items","meta"],"additionalProperties":false},"DocPathsApiEtruckConferenceMessagesContextGetResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckConferenceMessagesContextGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckConferenceMessagesContextGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesContextGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckConferenceMessagesContextGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckConferenceMessagesContextGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesContextGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckConferenceMessagesContextGetResponses503ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckConferenceMessagesRecipientsGetParameters0Schema":{"type":"number"},"DocPathsApiEtruckConferenceMessagesRecipientsGetParameters1Schema":{"type":"number"},"DocPathsApiEtruckConferenceMessagesRecipientsGetParameters2Schema":{"type":"string","minLength":1,"maxLength":100},"DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesProfileId":{"type":"string","format":"uuid"},"DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDisplayName":{"type":"string"},"DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCompanyBadgeNameAnyOf0":{"type":"null"},"DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCompanyBadgeNameAnyOf1":{"type":"string"},"DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCompanyBadgeName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCompanyBadgeNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCompanyBadgeNameAnyOf1"}]},"DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesJobTitleAnyOf0":{"type":"null"},"DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesJobTitleAnyOf1":{"type":"string"},"DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesJobTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesJobTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesJobTitleAnyOf1"}]},"DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesDataItems":{"type":"object","properties":{"profileId":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesProfileId"},"userId":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesUserId"},"displayName":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDisplayName"},"companyBadgeName":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCompanyBadgeName"},"jobTitle":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesJobTitle"}},"required":["profileId","userId","displayName","companyBadgeName","jobTitle"],"additionalProperties":false},"DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesData":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesDataItems"}},"DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"type":"string"},"DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileId":{"type":"string","format":"uuid"},"DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"},"description":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"profileId":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileId"}},"required":["id","label","description","profileId"],"additionalProperties":false},"DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesMetaPropertiesPage":{"type":"number"},"DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesMetaPropertiesPageSize":{"type":"number"},"DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesMetaPropertiesTotal":{"type":"number"},"DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesMetaPropertiesTotalPages":{"type":"number"},"DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesMeta":{"type":"object","properties":{"page":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesMetaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesMetaPropertiesPageSize"},"total":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesMetaPropertiesTotal"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesMetaPropertiesTotalPages"}},"required":["page","pageSize","total","totalPages"],"additionalProperties":false},"DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesData"},"items":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"meta":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesRecipientsGetResponses200ContentApplicationJsonSchemaPropertiesMeta"}},"required":["data","items","meta"],"additionalProperties":false},"DocPathsApiEtruckConferenceMessagesRecipientsGetResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckConferenceMessagesRecipientsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckConferenceMessagesRecipientsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesRecipientsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckConferenceMessagesRecipientsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckConferenceMessagesRecipientsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceMessagesRecipientsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckConferenceMessagesRecipientsGetResponses503ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesPublicSlug":{"type":"string"},"DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompanyBadgeNameAnyOf0":{"type":"null"},"DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompanyBadgeNameAnyOf1":{"type":"string"},"DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompanyBadgeName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompanyBadgeNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompanyBadgeNameAnyOf1"}]},"DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesJobTitleAnyOf0":{"type":"null"},"DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesJobTitleAnyOf1":{"type":"string"},"DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesJobTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesJobTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesJobTitleAnyOf1"}]},"DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesPublicDisplayMode":{"type":"string"},"DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesRegistrationStatus":{"type":"string"},"DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesRegisteredAt":{"type":"string"},"DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesActivatedAtAnyOf0":{"type":"null"},"DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesActivatedAtAnyOf1":{"type":"string"},"DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesActivatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesActivatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesActivatedAtAnyOf1"}]},"DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesWithdrawnAtAnyOf0":{"type":"null"},"DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesWithdrawnAtAnyOf1":{"type":"string"},"DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesWithdrawnAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesWithdrawnAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesWithdrawnAtAnyOf1"}]},"DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesConsentsPropertiesMessages":{"type":"boolean"},"DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesConsentsPropertiesPublicProfile":{"type":"boolean"},"DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesConsentsPropertiesShareCompanyBadge":{"type":"boolean"},"DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesConsents":{"type":"object","properties":{"messages":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesConsentsPropertiesMessages"},"publicProfile":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesConsentsPropertiesPublicProfile"},"shareCompanyBadge":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesConsentsPropertiesShareCompanyBadge"}},"required":["messages","publicProfile","shareCompanyBadge"],"additionalProperties":false},"DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesData":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesId"},"userId":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesUserId"},"publicSlug":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesPublicSlug"},"companyBadgeName":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompanyBadgeName"},"jobTitle":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesJobTitle"},"publicDisplayMode":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesPublicDisplayMode"},"registrationStatus":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesRegistrationStatus"},"registeredAt":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesRegisteredAt"},"activatedAt":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesActivatedAt"},"withdrawnAt":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesWithdrawnAt"},"consents":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesConsents"}},"required":["id","userId","publicSlug","companyBadgeName","jobTitle","publicDisplayMode","registrationStatus","registeredAt","activatedAt","withdrawnAt","consents"],"additionalProperties":false},"DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeGetResponses200ContentApplicationJsonSchemaPropertiesData"}},"required":["data"],"additionalProperties":false},"DocPathsApiEtruckConferenceProfileMeGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckConferenceProfileMeGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckConferenceProfileMeGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckConferenceProfileMeGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckConferenceProfileMeGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckConferenceProfileMePutRequestBodyContentApplicationJsonSchemaPropertiesCompanyBadgeNameAnyOf0":{"type":"null"},"DocPathsApiEtruckConferenceProfileMePutRequestBodyContentApplicationJsonSchemaPropertiesCompanyBadgeNameAnyOf1":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiEtruckConferenceProfileMePutRequestBodyContentApplicationJsonSchemaPropertiesCompanyBadgeName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutRequestBodyContentApplicationJsonSchemaPropertiesCompanyBadgeNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutRequestBodyContentApplicationJsonSchemaPropertiesCompanyBadgeNameAnyOf1"}]},"DocPathsApiEtruckConferenceProfileMePutRequestBodyContentApplicationJsonSchemaPropertiesJobTitleAnyOf0":{"type":"null"},"DocPathsApiEtruckConferenceProfileMePutRequestBodyContentApplicationJsonSchemaPropertiesJobTitleAnyOf1":{"type":"string","enum":["energy_provider","charger_provider","carrier","cargo_owner","other"]},"DocPathsApiEtruckConferenceProfileMePutRequestBodyContentApplicationJsonSchemaPropertiesJobTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutRequestBodyContentApplicationJsonSchemaPropertiesJobTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutRequestBodyContentApplicationJsonSchemaPropertiesJobTitleAnyOf1"}]},"DocPathsApiEtruckConferenceProfileMePutRequestBodyContentApplicationJsonSchemaPropertiesPublicDisplayMode":{"type":"string","enum":["named","company_only","anonymous"]},"DocPathsApiEtruckConferenceProfileMePutRequestBodyContentApplicationJsonSchemaPropertiesConsentsPropertiesMessagesAllOf0":{"type":"boolean"},"DocPathsApiEtruckConferenceProfileMePutRequestBodyContentApplicationJsonSchemaPropertiesConsentsPropertiesMessages":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutRequestBodyContentApplicationJsonSchemaPropertiesConsentsPropertiesMessagesAllOf0"}],"default":false},"DocPathsApiEtruckConferenceProfileMePutRequestBodyContentApplicationJsonSchemaPropertiesConsentsPropertiesPublicProfileAllOf0":{"type":"boolean"},"DocPathsApiEtruckConferenceProfileMePutRequestBodyContentApplicationJsonSchemaPropertiesConsentsPropertiesPublicProfile":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutRequestBodyContentApplicationJsonSchemaPropertiesConsentsPropertiesPublicProfileAllOf0"}],"default":false},"DocPathsApiEtruckConferenceProfileMePutRequestBodyContentApplicationJsonSchemaPropertiesConsentsPropertiesShareCompanyBadgeAllOf0":{"type":"boolean"},"DocPathsApiEtruckConferenceProfileMePutRequestBodyContentApplicationJsonSchemaPropertiesConsentsPropertiesShareCompanyBadge":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutRequestBodyContentApplicationJsonSchemaPropertiesConsentsPropertiesShareCompanyBadgeAllOf0"}],"default":false},"DocPathsApiEtruckConferenceProfileMePutRequestBodyContentApplicationJsonSchemaPropertiesConsents":{"type":"object","properties":{"messages":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutRequestBodyContentApplicationJsonSchemaPropertiesConsentsPropertiesMessages"},"publicProfile":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutRequestBodyContentApplicationJsonSchemaPropertiesConsentsPropertiesPublicProfile"},"shareCompanyBadge":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutRequestBodyContentApplicationJsonSchemaPropertiesConsentsPropertiesShareCompanyBadge"}},"additionalProperties":false},"DocPathsApiEtruckConferenceProfileMePutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"companyBadgeName":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutRequestBodyContentApplicationJsonSchemaPropertiesCompanyBadgeName"},"jobTitle":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutRequestBodyContentApplicationJsonSchemaPropertiesJobTitle"},"publicDisplayMode":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutRequestBodyContentApplicationJsonSchemaPropertiesPublicDisplayMode"},"consents":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutRequestBodyContentApplicationJsonSchemaPropertiesConsents"}},"additionalProperties":false},"DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesPublicSlug":{"type":"string"},"DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompanyBadgeNameAnyOf0":{"type":"null"},"DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompanyBadgeNameAnyOf1":{"type":"string"},"DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompanyBadgeName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompanyBadgeNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompanyBadgeNameAnyOf1"}]},"DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesJobTitleAnyOf0":{"type":"null"},"DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesJobTitleAnyOf1":{"type":"string"},"DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesJobTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesJobTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesJobTitleAnyOf1"}]},"DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesPublicDisplayMode":{"type":"string"},"DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesRegistrationStatus":{"type":"string"},"DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesRegisteredAt":{"type":"string"},"DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesActivatedAtAnyOf0":{"type":"null"},"DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesActivatedAtAnyOf1":{"type":"string"},"DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesActivatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesActivatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesActivatedAtAnyOf1"}]},"DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesWithdrawnAtAnyOf0":{"type":"null"},"DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesWithdrawnAtAnyOf1":{"type":"string"},"DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesWithdrawnAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesWithdrawnAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesWithdrawnAtAnyOf1"}]},"DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesConsentsPropertiesMessages":{"type":"boolean"},"DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesConsentsPropertiesPublicProfile":{"type":"boolean"},"DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesConsentsPropertiesShareCompanyBadge":{"type":"boolean"},"DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesConsents":{"type":"object","properties":{"messages":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesConsentsPropertiesMessages"},"publicProfile":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesConsentsPropertiesPublicProfile"},"shareCompanyBadge":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesConsentsPropertiesShareCompanyBadge"}},"required":["messages","publicProfile","shareCompanyBadge"],"additionalProperties":false},"DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesData":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesId"},"userId":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesUserId"},"publicSlug":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesPublicSlug"},"companyBadgeName":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesCompanyBadgeName"},"jobTitle":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesJobTitle"},"publicDisplayMode":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesPublicDisplayMode"},"registrationStatus":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesRegistrationStatus"},"registeredAt":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesRegisteredAt"},"activatedAt":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesActivatedAt"},"withdrawnAt":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesWithdrawnAt"},"consents":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesConsents"}},"required":["id","userId","publicSlug","companyBadgeName","jobTitle","publicDisplayMode","registrationStatus","registeredAt","activatedAt","withdrawnAt","consents"],"additionalProperties":false},"DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutResponses200ContentApplicationJsonSchemaPropertiesData"}},"required":["data"],"additionalProperties":false},"DocPathsApiEtruckConferenceProfileMePutResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckConferenceProfileMePutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckConferenceProfileMePutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckConferenceProfileMePutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckConferenceProfileMePutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMePutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckConferenceProfileMePutResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckConferenceProfileMePutResponses409ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckConferenceProfileMeWithdrawPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiEtruckConferenceProfileMeWithdrawPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesRegistrationStatus":{"type":"string","enum":["withdrawn"]},"DocPathsApiEtruckConferenceProfileMeWithdrawPostResponses200ContentApplicationJsonSchemaPropertiesData":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeWithdrawPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesId"},"registrationStatus":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeWithdrawPostResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesRegistrationStatus"}},"required":["id","registrationStatus"],"additionalProperties":true},"DocPathsApiEtruckConferenceProfileMeWithdrawPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeWithdrawPostResponses200ContentApplicationJsonSchemaPropertiesData"}},"required":["data"],"additionalProperties":false},"DocPathsApiEtruckConferenceProfileMeWithdrawPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckConferenceProfileMeWithdrawPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeWithdrawPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckConferenceProfileMeWithdrawPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckConferenceProfileMeWithdrawPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfileMeWithdrawPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckConferenceProfileMeWithdrawPostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckConferenceProfileMeWithdrawPostResponses409ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckConferenceProfilesIdPatchParameters0Schema":{"type":"string"},"DocPathsApiEtruckConferenceProfilesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesCompanyBadgeNameAnyOf0":{"type":"null"},"DocPathsApiEtruckConferenceProfilesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesCompanyBadgeNameAnyOf1":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiEtruckConferenceProfilesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesCompanyBadgeName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesCompanyBadgeNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesCompanyBadgeNameAnyOf1"}]},"DocPathsApiEtruckConferenceProfilesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesJobTitleAnyOf0":{"type":"null"},"DocPathsApiEtruckConferenceProfilesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesJobTitleAnyOf1":{"type":"string","enum":["energy_provider","charger_provider","carrier","cargo_owner","other"]},"DocPathsApiEtruckConferenceProfilesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesJobTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesJobTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesJobTitleAnyOf1"}]},"DocPathsApiEtruckConferenceProfilesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPublicDisplayMode":{"type":"string","enum":["named","company_only","anonymous"]},"DocPathsApiEtruckConferenceProfilesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRegistrationStatus":{"type":"string","enum":["active","withdrawn"]},"DocPathsApiEtruckConferenceProfilesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesConsentsPropertiesMessagesAllOf0":{"type":"boolean"},"DocPathsApiEtruckConferenceProfilesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesConsentsPropertiesMessages":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesConsentsPropertiesMessagesAllOf0"}],"default":false},"DocPathsApiEtruckConferenceProfilesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesConsentsPropertiesPublicProfileAllOf0":{"type":"boolean"},"DocPathsApiEtruckConferenceProfilesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesConsentsPropertiesPublicProfile":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesConsentsPropertiesPublicProfileAllOf0"}],"default":false},"DocPathsApiEtruckConferenceProfilesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesConsentsPropertiesShareCompanyBadgeAllOf0":{"type":"boolean"},"DocPathsApiEtruckConferenceProfilesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesConsentsPropertiesShareCompanyBadge":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesConsentsPropertiesShareCompanyBadgeAllOf0"}],"default":false},"DocPathsApiEtruckConferenceProfilesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesConsents":{"type":"object","properties":{"messages":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesConsentsPropertiesMessages"},"publicProfile":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesConsentsPropertiesPublicProfile"},"shareCompanyBadge":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesConsentsPropertiesShareCompanyBadge"}},"additionalProperties":false},"DocPathsApiEtruckConferenceProfilesIdPatchRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"companyBadgeName":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesCompanyBadgeName"},"jobTitle":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesJobTitle"},"publicDisplayMode":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPublicDisplayMode"},"registrationStatus":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRegistrationStatus"},"consents":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesConsents"}},"additionalProperties":false},"DocPathsApiEtruckConferenceProfilesIdPatchResponses200ContentApplicationJsonSchemaPropertiesData":{"type":"object","additionalProperties":true},"DocPathsApiEtruckConferenceProfilesIdPatchResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesIdPatchResponses200ContentApplicationJsonSchemaPropertiesData"}},"required":["data"],"additionalProperties":false},"DocPathsApiEtruckConferenceProfilesIdPatchResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckConferenceProfilesIdPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckConferenceProfilesIdPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesIdPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckConferenceProfilesIdPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckConferenceProfilesIdPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesIdPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckConferenceProfilesIdPatchResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckConferenceProfilesIdPatchResponses409ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckConferenceProfilesIdDeleteParameters0Schema":{"type":"string"},"DocPathsApiEtruckConferenceProfilesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesData":{"type":"object","additionalProperties":true},"DocPathsApiEtruckConferenceProfilesIdDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesData"}},"required":["data"],"additionalProperties":false},"DocPathsApiEtruckConferenceProfilesIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckConferenceProfilesIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckConferenceProfilesIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckConferenceProfilesIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckConferenceProfilesIdDeleteResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckConferenceProfilesIdDeleteResponses409ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckConferenceProfilesPublicGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPublicSlug":{"type":"string"},"DocPathsApiEtruckConferenceProfilesPublicGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName":{"type":"string"},"DocPathsApiEtruckConferenceProfilesPublicGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyBadgeNameAnyOf0":{"type":"null"},"DocPathsApiEtruckConferenceProfilesPublicGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyBadgeNameAnyOf1":{"type":"string"},"DocPathsApiEtruckConferenceProfilesPublicGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyBadgeName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesPublicGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyBadgeNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesPublicGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyBadgeNameAnyOf1"}]},"DocPathsApiEtruckConferenceProfilesPublicGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobTitleAnyOf0":{"type":"null"},"DocPathsApiEtruckConferenceProfilesPublicGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobTitleAnyOf1":{"type":"string"},"DocPathsApiEtruckConferenceProfilesPublicGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesPublicGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesPublicGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobTitleAnyOf1"}]},"DocPathsApiEtruckConferenceProfilesPublicGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayMode":{"type":"string"},"DocPathsApiEtruckConferenceProfilesPublicGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContactAvailable":{"type":"boolean"},"DocPathsApiEtruckConferenceProfilesPublicGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"publicSlug":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesPublicGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPublicSlug"},"displayName":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesPublicGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName"},"companyBadgeName":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesPublicGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyBadgeName"},"jobTitle":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesPublicGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobTitle"},"displayMode":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesPublicGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayMode"},"contactAvailable":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesPublicGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContactAvailable"}},"required":["publicSlug","displayName","companyBadgeName","jobTitle","displayMode","contactAvailable"],"additionalProperties":false},"DocPathsApiEtruckConferenceProfilesPublicGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesPublicGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiEtruckConferenceProfilesPublicGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiEtruckConferenceProfilesPublicGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiEtruckConferenceProfilesPublicGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiEtruckConferenceProfilesPublicGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesPublicGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"page":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesPublicGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesPublicGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"total":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesPublicGetResponses200ContentApplicationJsonSchemaPropertiesTotal"}},"required":["items","page","pageSize","total"],"additionalProperties":false},"DocPathsApiEtruckConferenceProfilesPublicGetResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckConferenceProfilesPublicGetResponses429ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckConferenceProfilesPublicGetResponses503ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckConferenceProfilesGetResponses200ContentApplicationJsonSchemaPropertiesDataItems":{"type":"object","additionalProperties":true},"DocPathsApiEtruckConferenceProfilesGetResponses200ContentApplicationJsonSchemaPropertiesData":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesGetResponses200ContentApplicationJsonSchemaPropertiesDataItems"}},"DocPathsApiEtruckConferenceProfilesGetResponses200ContentApplicationJsonSchemaPropertiesMetaPropertiesPage":{"type":"number"},"DocPathsApiEtruckConferenceProfilesGetResponses200ContentApplicationJsonSchemaPropertiesMetaPropertiesPageSize":{"type":"number"},"DocPathsApiEtruckConferenceProfilesGetResponses200ContentApplicationJsonSchemaPropertiesMetaPropertiesTotal":{"type":"number"},"DocPathsApiEtruckConferenceProfilesGetResponses200ContentApplicationJsonSchemaPropertiesMeta":{"type":"object","properties":{"page":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesGetResponses200ContentApplicationJsonSchemaPropertiesMetaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesGetResponses200ContentApplicationJsonSchemaPropertiesMetaPropertiesPageSize"},"total":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesGetResponses200ContentApplicationJsonSchemaPropertiesMetaPropertiesTotal"}},"required":["page","pageSize","total"],"additionalProperties":false},"DocPathsApiEtruckConferenceProfilesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesGetResponses200ContentApplicationJsonSchemaPropertiesData"},"meta":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesGetResponses200ContentApplicationJsonSchemaPropertiesMeta"}},"required":["data","meta"],"additionalProperties":false},"DocPathsApiEtruckConferenceProfilesGetResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckConferenceProfilesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckConferenceProfilesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckConferenceProfilesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckConferenceProfilesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceProfilesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckConferenceRegistrationsActivatePostRequestBodyContentApplicationJsonSchemaPropertiesToken":{"type":"string","minLength":32,"maxLength":512},"DocPathsApiEtruckConferenceRegistrationsActivatePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"token":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceRegistrationsActivatePostRequestBodyContentApplicationJsonSchemaPropertiesToken"}},"required":["token"],"additionalProperties":false},"DocPathsApiEtruckConferenceRegistrationsActivatePostResponses202ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiEtruckConferenceRegistrationsActivatePostResponses202ContentApplicationJsonSchemaPropertiesDataPropertiesStatus":{"type":"string","enum":["accepted"]},"DocPathsApiEtruckConferenceRegistrationsActivatePostResponses202ContentApplicationJsonSchemaPropertiesData":{"type":"object","properties":{"status":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceRegistrationsActivatePostResponses202ContentApplicationJsonSchemaPropertiesDataPropertiesStatus"}},"required":["status"],"additionalProperties":false},"DocPathsApiEtruckConferenceRegistrationsActivatePostResponses202ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceRegistrationsActivatePostResponses202ContentApplicationJsonSchemaPropertiesOk"},"data":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceRegistrationsActivatePostResponses202ContentApplicationJsonSchemaPropertiesData"}},"required":["ok","data"],"additionalProperties":false},"DocPathsApiEtruckConferenceRegistrationsActivatePostResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckConferenceRegistrationsActivatePostResponses429ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckConferenceRegistrationsActivatePostResponses503ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckConferenceRegistrationsPostResponses202ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiEtruckConferenceRegistrationsPostResponses202ContentApplicationJsonSchemaPropertiesDataPropertiesStatus":{"type":"string","enum":["accepted"]},"DocPathsApiEtruckConferenceRegistrationsPostResponses202ContentApplicationJsonSchemaPropertiesDataPropertiesExpiresAt":{"type":"string"},"DocPathsApiEtruckConferenceRegistrationsPostResponses202ContentApplicationJsonSchemaPropertiesDataPropertiesEmailSent":{"type":"boolean"},"DocPathsApiEtruckConferenceRegistrationsPostResponses202ContentApplicationJsonSchemaPropertiesData":{"type":"object","properties":{"status":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceRegistrationsPostResponses202ContentApplicationJsonSchemaPropertiesDataPropertiesStatus"},"expiresAt":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceRegistrationsPostResponses202ContentApplicationJsonSchemaPropertiesDataPropertiesExpiresAt"},"emailSent":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceRegistrationsPostResponses202ContentApplicationJsonSchemaPropertiesDataPropertiesEmailSent"}},"required":["status","expiresAt","emailSent"],"additionalProperties":false},"DocPathsApiEtruckConferenceRegistrationsPostResponses202ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceRegistrationsPostResponses202ContentApplicationJsonSchemaPropertiesOk"},"data":{"$ref":"#/components/schemas/DocPathsApiEtruckConferenceRegistrationsPostResponses202ContentApplicationJsonSchemaPropertiesData"}},"required":["ok","data"],"additionalProperties":false},"DocPathsApiEtruckConferenceRegistrationsPostResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckConferenceRegistrationsPostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckConferenceRegistrationsPostResponses409ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckConferenceRegistrationsPostResponses429ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckConferenceRegistrationsPostResponses503ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckDataDownloadDatasetGetParameters0Schema":{"type":"string"},"DocPathsApiEtruckDataDownloadDatasetGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckDataDownloadDatasetGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckDataDownloadDatasetGetResponses404ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckDataDownloadDatasetGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckDataDownloadDatasetGetResponses404ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckDataDownloadDatasetGetResponses404ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckDataDownloadDatasetGetResponses429ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckDataDownloadDatasetGetResponses429ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckDataDownloadDatasetGetResponses429ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckDataDownloadDatasetGetResponses429ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckDataDownloadDatasetGetResponses429ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckDataDownloadDatasetGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckDataDownloadDatasetGetResponses500ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckDataDownloadDatasetGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckDataDownloadDatasetGetResponses500ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckDataDownloadDatasetGetResponses500ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckDataDownloadDatasetGetResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckDataDownloadDatasetGetResponses503ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckDataDownloadDatasetGetResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckDataDownloadDatasetGetResponses503ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckDataDownloadDatasetGetResponses503ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckDemandSignalsIdModerationPatchParameters0Schema":{"type":"string"},"DocPathsApiEtruckDemandSignalsIdModerationPatchRequestBodyContentApplicationJsonSchemaPropertiesModerationStatus":{"type":"string","enum":["active","hidden"]},"DocPathsApiEtruckDemandSignalsIdModerationPatchRequestBodyContentApplicationJsonSchemaPropertiesCommentPublicStatus":{"type":"string","enum":["private","pending","approved","rejected"]},"DocPathsApiEtruckDemandSignalsIdModerationPatchRequestBodyContentApplicationJsonSchemaPropertiesModerationReasonAnyOf0":{"type":"null"},"DocPathsApiEtruckDemandSignalsIdModerationPatchRequestBodyContentApplicationJsonSchemaPropertiesModerationReasonAnyOf1":{"type":"string","minLength":1,"maxLength":2000},"DocPathsApiEtruckDemandSignalsIdModerationPatchRequestBodyContentApplicationJsonSchemaPropertiesModerationReason":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsIdModerationPatchRequestBodyContentApplicationJsonSchemaPropertiesModerationReasonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsIdModerationPatchRequestBodyContentApplicationJsonSchemaPropertiesModerationReasonAnyOf1"}]},"DocPathsApiEtruckDemandSignalsIdModerationPatchRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"moderationStatus":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsIdModerationPatchRequestBodyContentApplicationJsonSchemaPropertiesModerationStatus"},"commentPublicStatus":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsIdModerationPatchRequestBodyContentApplicationJsonSchemaPropertiesCommentPublicStatus"},"moderationReason":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsIdModerationPatchRequestBodyContentApplicationJsonSchemaPropertiesModerationReason"}},"required":["moderationStatus"],"additionalProperties":false},"DocPathsApiEtruckDemandSignalsIdModerationPatchResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesTargetKind":{"type":"string"},"DocPathsApiEtruckDemandSignalsIdModerationPatchResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesTargetEntityId":{"type":"string","format":"uuid"},"DocPathsApiEtruckDemandSignalsIdModerationPatchResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesSignalKind":{"type":"string"},"DocPathsApiEtruckDemandSignalsIdModerationPatchResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesActiveCount":{"type":"number"},"DocPathsApiEtruckDemandSignalsIdModerationPatchResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAnonymousCount":{"type":"number"},"DocPathsApiEtruckDemandSignalsIdModerationPatchResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesOwnActive":{"type":"boolean"},"DocPathsApiEtruckDemandSignalsIdModerationPatchResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesOwnSignalIdAnyOf0":{"type":"null"},"DocPathsApiEtruckDemandSignalsIdModerationPatchResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesOwnSignalIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiEtruckDemandSignalsIdModerationPatchResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesOwnSignalId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsIdModerationPatchResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesOwnSignalIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsIdModerationPatchResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesOwnSignalIdAnyOf1"}]},"DocPathsApiEtruckDemandSignalsIdModerationPatchResponses200ContentApplicationJsonSchemaPropertiesData":{"type":"object","properties":{"targetKind":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsIdModerationPatchResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesTargetKind"},"targetEntityId":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsIdModerationPatchResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesTargetEntityId"},"signalKind":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsIdModerationPatchResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesSignalKind"},"activeCount":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsIdModerationPatchResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesActiveCount"},"anonymousCount":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsIdModerationPatchResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAnonymousCount"},"ownActive":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsIdModerationPatchResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesOwnActive"},"ownSignalId":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsIdModerationPatchResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesOwnSignalId"}},"required":["targetKind","targetEntityId","signalKind","activeCount","anonymousCount","ownActive","ownSignalId"],"additionalProperties":false},"DocPathsApiEtruckDemandSignalsIdModerationPatchResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsIdModerationPatchResponses200ContentApplicationJsonSchemaPropertiesData"}},"required":["data"],"additionalProperties":false},"DocPathsApiEtruckDemandSignalsIdModerationPatchResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckDemandSignalsIdModerationPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckDemandSignalsIdModerationPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsIdModerationPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckDemandSignalsIdModerationPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckDemandSignalsIdModerationPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsIdModerationPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckDemandSignalsIdModerationPatchResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckDemandSignalsIdModerationPatchResponses409ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckDemandSignalsIdModerationPatchResponses503ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckDemandSignalsGeojsonGetParameters1Schema":{"type":"string","enum":["user_submission","charging_point","grid_connection"]},"DocPathsApiEtruckDemandSignalsGeojsonGetParameters2Schema":{"type":"string","enum":["need_charging","need_grid_capacity","need_parking","need_route_service","other"]},"DocPathsApiEtruckDemandSignalsGeojsonGetParameters3Schema":{"type":"number"},"DocPathsApiEtruckDemandSignalsGeojsonGetParameters4Schema":{"type":"number"},"DocPathsApiEtruckDemandSignalsGeojsonGetResponses200ContentApplicationJsonSchemaPropertiesType":{"type":"string","enum":["FeatureCollection"]},"DocPathsApiEtruckDemandSignalsGeojsonGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItems":{"type":"object","additionalProperties":true},"DocPathsApiEtruckDemandSignalsGeojsonGetResponses200ContentApplicationJsonSchemaPropertiesFeatures":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsGeojsonGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItems"}},"DocPathsApiEtruckDemandSignalsGeojsonGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsGeojsonGetResponses200ContentApplicationJsonSchemaPropertiesType"},"features":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsGeojsonGetResponses200ContentApplicationJsonSchemaPropertiesFeatures"}},"required":["type","features"],"additionalProperties":false},"DocPathsApiEtruckDemandSignalsGeojsonGetResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckDemandSignalsGeojsonGetResponses429ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckDemandSignalsGeojsonGetResponses503ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckDemandSignalsMeDeleteParameters0Schema":{"type":"string","enum":["user_submission","charging_point","grid_connection"]},"DocPathsApiEtruckDemandSignalsMeDeleteParameters1Schema":{"type":"string","format":"uuid"},"DocPathsApiEtruckDemandSignalsMeDeleteParameters2Schema":{"type":"string","enum":["need_charging","need_grid_capacity","need_parking","need_route_service","other"]},"DocPathsApiEtruckDemandSignalsMeDeleteResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesTargetKind":{"type":"string"},"DocPathsApiEtruckDemandSignalsMeDeleteResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesTargetEntityId":{"type":"string","format":"uuid"},"DocPathsApiEtruckDemandSignalsMeDeleteResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesSignalKind":{"type":"string"},"DocPathsApiEtruckDemandSignalsMeDeleteResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesActiveCount":{"type":"number"},"DocPathsApiEtruckDemandSignalsMeDeleteResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAnonymousCount":{"type":"number"},"DocPathsApiEtruckDemandSignalsMeDeleteResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesOwnActive":{"type":"boolean"},"DocPathsApiEtruckDemandSignalsMeDeleteResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesOwnSignalIdAnyOf0":{"type":"null"},"DocPathsApiEtruckDemandSignalsMeDeleteResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesOwnSignalIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiEtruckDemandSignalsMeDeleteResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesOwnSignalId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsMeDeleteResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesOwnSignalIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsMeDeleteResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesOwnSignalIdAnyOf1"}]},"DocPathsApiEtruckDemandSignalsMeDeleteResponses200ContentApplicationJsonSchemaPropertiesData":{"type":"object","properties":{"targetKind":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsMeDeleteResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesTargetKind"},"targetEntityId":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsMeDeleteResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesTargetEntityId"},"signalKind":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsMeDeleteResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesSignalKind"},"activeCount":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsMeDeleteResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesActiveCount"},"anonymousCount":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsMeDeleteResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAnonymousCount"},"ownActive":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsMeDeleteResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesOwnActive"},"ownSignalId":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsMeDeleteResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesOwnSignalId"}},"required":["targetKind","targetEntityId","signalKind","activeCount","anonymousCount","ownActive","ownSignalId"],"additionalProperties":false},"DocPathsApiEtruckDemandSignalsMeDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsMeDeleteResponses200ContentApplicationJsonSchemaPropertiesData"}},"required":["data"],"additionalProperties":false},"DocPathsApiEtruckDemandSignalsMeDeleteResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckDemandSignalsMeDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckDemandSignalsMeDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsMeDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckDemandSignalsMeDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckDemandSignalsMeDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsMeDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckDemandSignalsMeDeleteResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckDemandSignalsMeDeleteResponses409ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckDemandSignalsMeDeleteResponses503ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckDemandSignalsPostRequestBodyContentApplicationJsonSchemaPropertiesTargetKind":{"type":"string","enum":["user_submission","charging_point","grid_connection"]},"DocPathsApiEtruckDemandSignalsPostRequestBodyContentApplicationJsonSchemaPropertiesTargetEntityId":{"type":"string","format":"uuid"},"DocPathsApiEtruckDemandSignalsPostRequestBodyContentApplicationJsonSchemaPropertiesSignalKindAllOf0":{"type":"string","enum":["need_charging","need_grid_capacity","need_parking","need_route_service","other"]},"DocPathsApiEtruckDemandSignalsPostRequestBodyContentApplicationJsonSchemaPropertiesSignalKind":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsPostRequestBodyContentApplicationJsonSchemaPropertiesSignalKindAllOf0"}],"default":"need_charging"},"DocPathsApiEtruckDemandSignalsPostRequestBodyContentApplicationJsonSchemaPropertiesPublicDisplayModeAllOf0":{"type":"string","enum":["profile","anonymous"]},"DocPathsApiEtruckDemandSignalsPostRequestBodyContentApplicationJsonSchemaPropertiesPublicDisplayMode":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsPostRequestBodyContentApplicationJsonSchemaPropertiesPublicDisplayModeAllOf0"}],"default":"anonymous"},"DocPathsApiEtruckDemandSignalsPostRequestBodyContentApplicationJsonSchemaPropertiesCommentAnyOf0":{"type":"null"},"DocPathsApiEtruckDemandSignalsPostRequestBodyContentApplicationJsonSchemaPropertiesCommentAnyOf1":{"type":"string","minLength":1,"maxLength":4000},"DocPathsApiEtruckDemandSignalsPostRequestBodyContentApplicationJsonSchemaPropertiesComment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsPostRequestBodyContentApplicationJsonSchemaPropertiesCommentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsPostRequestBodyContentApplicationJsonSchemaPropertiesCommentAnyOf1"}]},"DocPathsApiEtruckDemandSignalsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"targetKind":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsPostRequestBodyContentApplicationJsonSchemaPropertiesTargetKind"},"targetEntityId":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsPostRequestBodyContentApplicationJsonSchemaPropertiesTargetEntityId"},"signalKind":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsPostRequestBodyContentApplicationJsonSchemaPropertiesSignalKind"},"publicDisplayMode":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsPostRequestBodyContentApplicationJsonSchemaPropertiesPublicDisplayMode"},"comment":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsPostRequestBodyContentApplicationJsonSchemaPropertiesComment"}},"required":["targetKind","targetEntityId"],"additionalProperties":false},"DocPathsApiEtruckDemandSignalsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesTargetKind":{"type":"string"},"DocPathsApiEtruckDemandSignalsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesTargetEntityId":{"type":"string","format":"uuid"},"DocPathsApiEtruckDemandSignalsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesSignalKind":{"type":"string"},"DocPathsApiEtruckDemandSignalsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesActiveCount":{"type":"number"},"DocPathsApiEtruckDemandSignalsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesAnonymousCount":{"type":"number"},"DocPathsApiEtruckDemandSignalsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesOwnActive":{"type":"boolean"},"DocPathsApiEtruckDemandSignalsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesOwnSignalIdAnyOf0":{"type":"null"},"DocPathsApiEtruckDemandSignalsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesOwnSignalIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiEtruckDemandSignalsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesOwnSignalId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesOwnSignalIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesOwnSignalIdAnyOf1"}]},"DocPathsApiEtruckDemandSignalsPostResponses201ContentApplicationJsonSchemaPropertiesData":{"type":"object","properties":{"targetKind":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesTargetKind"},"targetEntityId":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesTargetEntityId"},"signalKind":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesSignalKind"},"activeCount":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesActiveCount"},"anonymousCount":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesAnonymousCount"},"ownActive":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesOwnActive"},"ownSignalId":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesOwnSignalId"}},"required":["targetKind","targetEntityId","signalKind","activeCount","anonymousCount","ownActive","ownSignalId"],"additionalProperties":false},"DocPathsApiEtruckDemandSignalsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsPostResponses201ContentApplicationJsonSchemaPropertiesData"}},"required":["data"],"additionalProperties":false},"DocPathsApiEtruckDemandSignalsPostResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckDemandSignalsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckDemandSignalsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckDemandSignalsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckDemandSignalsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckDemandSignalsPostResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckDemandSignalsPostResponses409ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckDemandSignalsPostResponses503ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckDemandSignalsSummaryGetParameters0Schema":{"type":"string","enum":["user_submission","charging_point","grid_connection"]},"DocPathsApiEtruckDemandSignalsSummaryGetParameters1Schema":{"type":"string","format":"uuid"},"DocPathsApiEtruckDemandSignalsSummaryGetParameters2Schema":{"type":"string","enum":["need_charging","need_grid_capacity","need_parking","need_route_service","other"]},"DocPathsApiEtruckDemandSignalsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesTargetKind":{"type":"string"},"DocPathsApiEtruckDemandSignalsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesTargetEntityId":{"type":"string","format":"uuid"},"DocPathsApiEtruckDemandSignalsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesSignalKind":{"type":"string"},"DocPathsApiEtruckDemandSignalsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesActiveCount":{"type":"number"},"DocPathsApiEtruckDemandSignalsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAnonymousCount":{"type":"number"},"DocPathsApiEtruckDemandSignalsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesOwnActive":{"type":"boolean"},"DocPathsApiEtruckDemandSignalsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesOwnSignalIdAnyOf0":{"type":"null"},"DocPathsApiEtruckDemandSignalsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesOwnSignalIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiEtruckDemandSignalsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesOwnSignalId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesOwnSignalIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesOwnSignalIdAnyOf1"}]},"DocPathsApiEtruckDemandSignalsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesData":{"type":"object","properties":{"targetKind":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesTargetKind"},"targetEntityId":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesTargetEntityId"},"signalKind":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesSignalKind"},"activeCount":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesActiveCount"},"anonymousCount":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesAnonymousCount"},"ownActive":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesOwnActive"},"ownSignalId":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesDataPropertiesOwnSignalId"}},"required":["targetKind","targetEntityId","signalKind","activeCount","anonymousCount","ownActive","ownSignalId"],"additionalProperties":false},"DocPathsApiEtruckDemandSignalsSummaryGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiEtruckDemandSignalsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesData"}},"required":["data"],"additionalProperties":false},"DocPathsApiEtruckDemandSignalsSummaryGetResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckDemandSignalsSummaryGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckDemandSignalsSummaryGetResponses429ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckDemandSignalsSummaryGetResponses503ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckGeocodingSearchGetParameters0Schema":{"type":"string","minLength":3,"maxLength":120},"DocPathsApiEtruckGeocodingSearchGetParameters1Schema":{"type":"number"},"DocPathsApiEtruckGeocodingSearchGetParameters2SchemaPropertiesLatitude":{"type":"number"},"DocPathsApiEtruckGeocodingSearchGetParameters2SchemaPropertiesLongitude":{"type":"number"},"DocPathsApiEtruckGeocodingSearchGetParameters2Schema":{"type":"object","properties":{"latitude":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetParameters2SchemaPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetParameters2SchemaPropertiesLongitude"}},"required":["latitude","longitude"],"additionalProperties":false},"DocPathsApiEtruckGeocodingSearchGetParameters3SchemaPropertiesWest":{"type":"number"},"DocPathsApiEtruckGeocodingSearchGetParameters3SchemaPropertiesSouth":{"type":"number"},"DocPathsApiEtruckGeocodingSearchGetParameters3SchemaPropertiesEast":{"type":"number"},"DocPathsApiEtruckGeocodingSearchGetParameters3SchemaPropertiesNorth":{"type":"number"},"DocPathsApiEtruckGeocodingSearchGetParameters3Schema":{"type":"object","properties":{"west":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetParameters3SchemaPropertiesWest"},"south":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetParameters3SchemaPropertiesSouth"},"east":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetParameters3SchemaPropertiesEast"},"north":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetParameters3SchemaPropertiesNorth"}},"required":["west","south","east","north"],"additionalProperties":false},"DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","minLength":1,"maxLength":512},"DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProvider":{"type":"string","enum":["here"]},"DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle":{"type":"string","minLength":1,"maxLength":500},"DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLabel":{"type":"string","minLength":1,"maxLength":1000},"DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResultType":{"type":"string","minLength":1,"maxLength":80},"DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPositionPropertiesLatitude":{"type":"number"},"DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPositionPropertiesLongitude":{"type":"number"},"DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPosition":{"type":"object","properties":{"latitude":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPositionPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPositionPropertiesLongitude"}},"required":["latitude","longitude"],"additionalProperties":false},"DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccessAnyOf0":{"type":"null"},"DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccessAnyOf1PropertiesLatitude":{"type":"number"},"DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccessAnyOf1PropertiesLongitude":{"type":"number"},"DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccessAnyOf1":{"type":"object","properties":{"latitude":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccessAnyOf1PropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccessAnyOf1PropertiesLongitude"}},"required":["latitude","longitude"],"additionalProperties":false},"DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccess":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccessAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccessAnyOf1"}]},"DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDistanceMetersAnyOf0":{"type":"null"},"DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDistanceMetersAnyOf1":{"type":"number"},"DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDistanceMeters":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDistanceMetersAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDistanceMetersAnyOf1"}]},"DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"provider":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProvider"},"title":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle"},"addressLabel":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLabel"},"resultType":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResultType"},"position":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPosition"},"access":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccess"},"distanceMeters":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDistanceMeters"}},"required":["id","provider","title","addressLabel","resultType","position","access","distanceMeters"],"additionalProperties":false},"DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"},"maxItems":10},"DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsApiEtruckGeocodingSearchGetResponses400ContentApplicationJsonSchemaPropertiesErrorPropertiesCode":{"type":"string"},"DocPathsApiEtruckGeocodingSearchGetResponses400ContentApplicationJsonSchemaPropertiesErrorPropertiesMessage":{"type":"string"},"DocPathsApiEtruckGeocodingSearchGetResponses400ContentApplicationJsonSchemaPropertiesErrorPropertiesDetailsAdditionalPropertiesItems":{"type":"string"},"DocPathsApiEtruckGeocodingSearchGetResponses400ContentApplicationJsonSchemaPropertiesErrorPropertiesDetailsAdditionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses400ContentApplicationJsonSchemaPropertiesErrorPropertiesDetailsAdditionalPropertiesItems"}},"DocPathsApiEtruckGeocodingSearchGetResponses400ContentApplicationJsonSchemaPropertiesErrorPropertiesDetails":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses400ContentApplicationJsonSchemaPropertiesErrorPropertiesDetailsAdditionalProperties"}},"DocPathsApiEtruckGeocodingSearchGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses400ContentApplicationJsonSchemaPropertiesErrorPropertiesCode"},"message":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses400ContentApplicationJsonSchemaPropertiesErrorPropertiesMessage"},"details":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses400ContentApplicationJsonSchemaPropertiesErrorPropertiesDetails"}},"required":["code","message"],"additionalProperties":false},"DocPathsApiEtruckGeocodingSearchGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckGeocodingSearchGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckGeocodingSearchGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckGeocodingSearchGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckGeocodingSearchGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckGeocodingSearchGetResponses429ContentApplicationJsonSchemaPropertiesErrorPropertiesCode":{"type":"string"},"DocPathsApiEtruckGeocodingSearchGetResponses429ContentApplicationJsonSchemaPropertiesErrorPropertiesMessage":{"type":"string"},"DocPathsApiEtruckGeocodingSearchGetResponses429ContentApplicationJsonSchemaPropertiesErrorPropertiesDetailsAdditionalPropertiesItems":{"type":"string"},"DocPathsApiEtruckGeocodingSearchGetResponses429ContentApplicationJsonSchemaPropertiesErrorPropertiesDetailsAdditionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses429ContentApplicationJsonSchemaPropertiesErrorPropertiesDetailsAdditionalPropertiesItems"}},"DocPathsApiEtruckGeocodingSearchGetResponses429ContentApplicationJsonSchemaPropertiesErrorPropertiesDetails":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses429ContentApplicationJsonSchemaPropertiesErrorPropertiesDetailsAdditionalProperties"}},"DocPathsApiEtruckGeocodingSearchGetResponses429ContentApplicationJsonSchemaPropertiesError":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses429ContentApplicationJsonSchemaPropertiesErrorPropertiesCode"},"message":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses429ContentApplicationJsonSchemaPropertiesErrorPropertiesMessage"},"details":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses429ContentApplicationJsonSchemaPropertiesErrorPropertiesDetails"}},"required":["code","message"],"additionalProperties":false},"DocPathsApiEtruckGeocodingSearchGetResponses429ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses429ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckGeocodingSearchGetResponses503ContentApplicationJsonSchemaPropertiesErrorPropertiesCode":{"type":"string"},"DocPathsApiEtruckGeocodingSearchGetResponses503ContentApplicationJsonSchemaPropertiesErrorPropertiesMessage":{"type":"string"},"DocPathsApiEtruckGeocodingSearchGetResponses503ContentApplicationJsonSchemaPropertiesErrorPropertiesDetailsAdditionalPropertiesItems":{"type":"string"},"DocPathsApiEtruckGeocodingSearchGetResponses503ContentApplicationJsonSchemaPropertiesErrorPropertiesDetailsAdditionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses503ContentApplicationJsonSchemaPropertiesErrorPropertiesDetailsAdditionalPropertiesItems"}},"DocPathsApiEtruckGeocodingSearchGetResponses503ContentApplicationJsonSchemaPropertiesErrorPropertiesDetails":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses503ContentApplicationJsonSchemaPropertiesErrorPropertiesDetailsAdditionalProperties"}},"DocPathsApiEtruckGeocodingSearchGetResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses503ContentApplicationJsonSchemaPropertiesErrorPropertiesCode"},"message":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses503ContentApplicationJsonSchemaPropertiesErrorPropertiesMessage"},"details":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses503ContentApplicationJsonSchemaPropertiesErrorPropertiesDetails"}},"required":["code","message"],"additionalProperties":false},"DocPathsApiEtruckGeocodingSearchGetResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckGeocodingSearchGetResponses503ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckGridCapacityGminaGetParameters1Schema":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiEtruckGridCapacityGminaGetParameters2Schema":{"type":"string","enum":["ENERGA","TAURON","ENEA","PGE_DYSTRYBUCJA","STOEN","PSE","MANUAL"]},"DocPathsApiEtruckGridCapacityGminaGetParameters3Schema":{"type":"number"},"DocPathsApiEtruckGridCapacityGminaGetParameters4Schema":{"type":"number"},"DocPathsApiEtruckGridCapacityGminaGetParameters5Schema":{"type":"number"},"DocPathsApiEtruckGridCapacityGminaGetResponses200ContentApplicationJsonSchemaItems":{"type":"object","additionalProperties":true},"DocPathsApiEtruckGridCapacityGminaGetResponses200ContentApplicationJsonSchema":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckGridCapacityGminaGetResponses200ContentApplicationJsonSchemaItems"}},"DocPathsApiEtruckGridCapacityGminaGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckGridCapacityGminaGetResponses400ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckGridCapacityGminaGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckGridCapacityGminaGetResponses400ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckGridCapacityGminaGetResponses400ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckGridCapacityGminaGetResponses429ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckGridCapacityGminaGetResponses429ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckGridCapacityGminaGetResponses429ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckGridCapacityGminaGetResponses429ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckGridCapacityGminaGetResponses429ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckGridCapacityGminaGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckGridCapacityGminaGetResponses500ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckGridCapacityGminaGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckGridCapacityGminaGetResponses500ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckGridCapacityGminaGetResponses500ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckGridCapacityGminaGetResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckGridCapacityGminaGetResponses503ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckGridCapacityGminaGetResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckGridCapacityGminaGetResponses503ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckGridCapacityGminaGetResponses503ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckGridFeasibilityGminaTerytGetParameters0Schema":{"type":"string","minLength":1,"maxLength":16},"DocPathsApiEtruckGridFeasibilityGminaTerytGetResponses200ContentApplicationJsonSchema":{"type":"object","additionalProperties":true},"DocPathsApiEtruckGridFeasibilityGminaTerytGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckGridFeasibilityGminaTerytGetResponses400ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckGridFeasibilityGminaTerytGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckGridFeasibilityGminaTerytGetResponses400ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckGridFeasibilityGminaTerytGetResponses400ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckGridFeasibilityGminaTerytGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckGridFeasibilityGminaTerytGetResponses404ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckGridFeasibilityGminaTerytGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckGridFeasibilityGminaTerytGetResponses404ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckGridFeasibilityGminaTerytGetResponses404ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckGridFeasibilityGminaTerytGetResponses429ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckGridFeasibilityGminaTerytGetResponses429ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckGridFeasibilityGminaTerytGetResponses429ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckGridFeasibilityGminaTerytGetResponses429ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckGridFeasibilityGminaTerytGetResponses429ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckGridFeasibilityGminaTerytGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckGridFeasibilityGminaTerytGetResponses500ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckGridFeasibilityGminaTerytGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckGridFeasibilityGminaTerytGetResponses500ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckGridFeasibilityGminaTerytGetResponses500ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckGridFeasibilityGminaTerytGetResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckGridFeasibilityGminaTerytGetResponses503ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckGridFeasibilityGminaTerytGetResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckGridFeasibilityGminaTerytGetResponses503ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckGridFeasibilityGminaTerytGetResponses503ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckGridFeasibilityGetParameters1Schema":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiEtruckGridFeasibilityGetParameters2Schema":{"type":"string","enum":["ENERGA","TAURON","ENEA","PGE_DYSTRYBUCJA","STOEN","PSE","MANUAL"]},"DocPathsApiEtruckGridFeasibilityGetParameters3Schema":{"type":"number"},"DocPathsApiEtruckGridFeasibilityGetParameters4Schema":{"type":"number"},"DocPathsApiEtruckGridFeasibilityGetParameters5Schema":{"type":"number"},"DocPathsApiEtruckGridFeasibilityGetParameters6Schema":{"type":"number"},"DocPathsApiEtruckGridFeasibilityGetResponses200ContentApplicationJsonSchemaItems":{"type":"object","additionalProperties":true},"DocPathsApiEtruckGridFeasibilityGetResponses200ContentApplicationJsonSchema":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckGridFeasibilityGetResponses200ContentApplicationJsonSchemaItems"}},"DocPathsApiEtruckGridFeasibilityGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckGridFeasibilityGetResponses400ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckGridFeasibilityGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckGridFeasibilityGetResponses400ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckGridFeasibilityGetResponses400ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckGridFeasibilityGetResponses429ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckGridFeasibilityGetResponses429ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckGridFeasibilityGetResponses429ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckGridFeasibilityGetResponses429ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckGridFeasibilityGetResponses429ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckGridFeasibilityGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckGridFeasibilityGetResponses500ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckGridFeasibilityGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckGridFeasibilityGetResponses500ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckGridFeasibilityGetResponses500ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckGridFeasibilityGetResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckGridFeasibilityGetResponses503ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckGridFeasibilityGetResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckGridFeasibilityGetResponses503ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckGridFeasibilityGetResponses503ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckGridOzeInstallationsGetParameters1Schema":{"type":"string","enum":["pv","wind","biogas","biomass","hydro","h2","bess","other"]},"DocPathsApiEtruckGridOzeInstallationsGetParameters2Schema":{"type":"string","enum":["PLANNED","UNDER_CONSTRUCTION","OPERATIONAL","DECOMMISSIONED","UNKNOWN"]},"DocPathsApiEtruckGridOzeInstallationsGetParameters3Schema":{"type":"string","enum":["URE_MIOZE","URE_CONCESSION","OSD_PLAN","MANUAL"]},"DocPathsApiEtruckGridOzeInstallationsGetParameters4Schema":{"type":"number"},"DocPathsApiEtruckGridOzeInstallationsGetParameters5Schema":{"type":"string","minLength":1,"maxLength":64},"DocPathsApiEtruckGridOzeInstallationsGetParameters6Schema":{"type":"number"},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesType":{"type":"string","enum":["FeatureCollection"]},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesType":{"type":"string","enum":["Feature"]},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf0":{"type":"null"},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesType":{"type":"string","enum":["Point"]},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinatesPrefixItems0":{"type":"number"},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinatesPrefixItems1":{"type":"number"},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinates":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinatesPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinatesPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesType":{"type":"string","enum":["LineString"]},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItemsPrefixItems0":{"type":"number"},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItemsPrefixItems1":{"type":"number"},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItems":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItemsPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItemsPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItems"}},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesType":{"type":"string","enum":["Polygon"]},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItemsPrefixItems0":{"type":"number"},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItemsPrefixItems1":{"type":"number"},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItems":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItemsPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItemsPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItems"}},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItems"}},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesType":{"type":"string","enum":["MultiPolygon"]},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItemsPrefixItems0":{"type":"number"},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItemsPrefixItems1":{"type":"number"},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItems":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItemsPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItemsPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItems"}},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItems"}},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItems"}},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3"}]},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometry":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1"}]},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf0":{"type":"string"},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf1":{"type":"number"},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf2":{"type":"boolean"},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf3":{"type":"null"},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf4":{"type":"array"},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf5":{"type":"object"},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalProperties":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf1"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf2"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf3"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf4"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf5"}]},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItems":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesType"},"geometry":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometry"},"properties":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalProperties"}}},"required":["type","geometry","properties"],"additionalProperties":false},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeatures":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItems"}},"DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesType"},"features":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses200ContentApplicationJsonSchemaPropertiesFeatures"}},"required":["type","features"],"additionalProperties":false},"DocPathsApiEtruckGridOzeInstallationsGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckGridOzeInstallationsGetResponses400ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckGridOzeInstallationsGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses400ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses400ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckGridOzeInstallationsGetResponses429ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckGridOzeInstallationsGetResponses429ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckGridOzeInstallationsGetResponses429ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses429ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses429ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckGridOzeInstallationsGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckGridOzeInstallationsGetResponses500ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckGridOzeInstallationsGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses500ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses500ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckGridOzeInstallationsGetResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckGridOzeInstallationsGetResponses503ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckGridOzeInstallationsGetResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses503ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckGridOzeInstallationsGetResponses503ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckGridSubstationsGetParameters1Schema":{"type":"string","enum":["ENERGA","TAURON","ENEA","PGE_DYSTRYBUCJA","STOEN","PSE","MANUAL"]},"DocPathsApiEtruckGridSubstationsGetParameters2Schema":{"type":"string","minLength":1,"maxLength":16},"DocPathsApiEtruckGridSubstationsGetParameters3Schema":{"type":"number"},"DocPathsApiEtruckGridSubstationsGetParameters4Schema":{"type":"string","enum":["LOW","MEDIUM","HIGH","CRITICAL","UNKNOWN"]},"DocPathsApiEtruckGridSubstationsGetParameters5Schema":{"type":"number"},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesType":{"type":"string","enum":["FeatureCollection"]},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesType":{"type":"string","enum":["Feature"]},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf0":{"type":"null"},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesType":{"type":"string","enum":["Point"]},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinatesPrefixItems0":{"type":"number"},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinatesPrefixItems1":{"type":"number"},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinates":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinatesPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinatesPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesType":{"type":"string","enum":["LineString"]},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItemsPrefixItems0":{"type":"number"},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItemsPrefixItems1":{"type":"number"},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItems":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItemsPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItemsPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItems"}},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesType":{"type":"string","enum":["Polygon"]},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItemsPrefixItems0":{"type":"number"},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItemsPrefixItems1":{"type":"number"},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItems":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItemsPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItemsPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItems"}},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItems"}},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesType":{"type":"string","enum":["MultiPolygon"]},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItemsPrefixItems0":{"type":"number"},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItemsPrefixItems1":{"type":"number"},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItems":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItemsPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItemsPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItems"}},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItems"}},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItems"}},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3"}]},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometry":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1"}]},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf0":{"type":"string"},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf1":{"type":"number"},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf2":{"type":"boolean"},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf3":{"type":"null"},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf4":{"type":"array"},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf5":{"type":"object"},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalProperties":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf1"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf2"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf3"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf4"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf5"}]},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItems":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesType"},"geometry":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometry"},"properties":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalProperties"}}},"required":["type","geometry","properties"],"additionalProperties":false},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeatures":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItems"}},"DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesType"},"features":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses200ContentApplicationJsonSchemaPropertiesFeatures"}},"required":["type","features"],"additionalProperties":false},"DocPathsApiEtruckGridSubstationsGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckGridSubstationsGetResponses400ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckGridSubstationsGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses400ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses400ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckGridSubstationsGetResponses429ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckGridSubstationsGetResponses429ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckGridSubstationsGetResponses429ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses429ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses429ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckGridSubstationsGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckGridSubstationsGetResponses500ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckGridSubstationsGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses500ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses500ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckGridSubstationsGetResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckGridSubstationsGetResponses503ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckGridSubstationsGetResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses503ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckGridSubstationsGetResponses503ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckGridTenTCorridorsGetParameters0Schema":{"type":"number"},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesType":{"type":"string","enum":["FeatureCollection"]},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesType":{"type":"string","enum":["Feature"]},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf0":{"type":"null"},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesType":{"type":"string","enum":["Point"]},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinatesPrefixItems0":{"type":"number"},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinatesPrefixItems1":{"type":"number"},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinates":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinatesPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinatesPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesType":{"type":"string","enum":["LineString"]},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItemsPrefixItems0":{"type":"number"},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItemsPrefixItems1":{"type":"number"},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItems":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItemsPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItemsPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItems"}},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesType":{"type":"string","enum":["Polygon"]},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItemsPrefixItems0":{"type":"number"},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItemsPrefixItems1":{"type":"number"},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItems":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItemsPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItemsPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItems"}},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItems"}},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesType":{"type":"string","enum":["MultiPolygon"]},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItemsPrefixItems0":{"type":"number"},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItemsPrefixItems1":{"type":"number"},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItems":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItemsPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItemsPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItems"}},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItems"}},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItems"}},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3"}]},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometry":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1"}]},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf0":{"type":"string"},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf1":{"type":"number"},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf2":{"type":"boolean"},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf3":{"type":"null"},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf4":{"type":"array"},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf5":{"type":"object"},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalProperties":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf1"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf2"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf3"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf4"},{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf5"}]},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItems":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesType"},"geometry":{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometry"},"properties":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalProperties"}}},"required":["type","geometry","properties"],"additionalProperties":false},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeatures":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItems"}},"DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesType"},"features":{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses200ContentApplicationJsonSchemaPropertiesFeatures"}},"required":["type","features"],"additionalProperties":false},"DocPathsApiEtruckGridTenTCorridorsGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckGridTenTCorridorsGetResponses400ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckGridTenTCorridorsGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses400ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses400ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckGridTenTCorridorsGetResponses429ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckGridTenTCorridorsGetResponses429ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckGridTenTCorridorsGetResponses429ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses429ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses429ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckGridTenTCorridorsGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckGridTenTCorridorsGetResponses500ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckGridTenTCorridorsGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses500ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses500ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckGridTenTCorridorsGetResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckGridTenTCorridorsGetResponses503ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckGridTenTCorridorsGetResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses503ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckGridTenTCorridorsGetResponses503ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckReportsGlecSummaryGetParameters0Schema":{"type":"string","pattern":"^-?\\d+\\.?\\d*,-?\\d+\\.?\\d*,-?\\d+\\.?\\d*,-?\\d+\\.?\\d*$"},"DocPathsApiEtruckReportsGlecSummaryGetParameters1Schema":{"type":"string","enum":["DIESEL","LNG","CNG","ELECTRIC","HYBRID","BIO_LNG"]},"DocPathsApiEtruckReportsGlecSummaryGetParameters2Schema":{"type":"string","enum":["EURO3","EURO4","EURO5","EURO6","EURO6D"]},"DocPathsApiEtruckReportsGlecSummaryGetParameters3Schema":{"type":"number"},"DocPathsApiEtruckReportsGlecSummaryGetParameters4Schema":{"type":"string","enum":["URBAN_RIGID_12T","REGIONAL_RIGID_18T","LONG_HAUL_TRACTOR_40T"]},"DocPathsApiEtruckReportsGlecSummaryGetParameters5Schema":{"type":"number"},"DocPathsApiEtruckReportsGlecSummaryGetParameters6Schema":{"type":"string","enum":["LIGHT","AVG_MIXED","HEAVY","CONTAINER"]},"DocPathsApiEtruckReportsGlecSummaryGetParameters7Schema":{"type":"string","enum":["PL","EU_AVG","EU_CONSUMPTION"]},"DocPathsApiEtruckReportsGlecSummaryGetResponses200ContentApplicationJsonSchemaPropertiesGCO2ePerTkm":{"type":"number"},"DocPathsApiEtruckReportsGlecSummaryGetResponses200ContentApplicationJsonSchemaPropertiesMethodology":{"type":"string","enum":["GLEC_V3_2","GLEC_V3_LEGACY"]},"DocPathsApiEtruckReportsGlecSummaryGetResponses200ContentApplicationJsonSchemaPropertiesFactorKey":{"type":"string"},"DocPathsApiEtruckReportsGlecSummaryGetResponses200ContentApplicationJsonSchemaPropertiesTotalKgCo2e":{"type":"number"},"DocPathsApiEtruckReportsGlecSummaryGetResponses200ContentApplicationJsonSchemaPropertiesFreightTonneKm":{"type":"number"},"DocPathsApiEtruckReportsGlecSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSourcesItems":{"type":"string"},"DocPathsApiEtruckReportsGlecSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSources":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsGlecSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSourcesItems"}},"DocPathsApiEtruckReportsGlecSummaryGetResponses200ContentApplicationJsonSchemaPropertiesVehicleSegment":{"type":"string","enum":["URBAN_RIGID_12T","REGIONAL_RIGID_18T","LONG_HAUL_TRACTOR_40T"]},"DocPathsApiEtruckReportsGlecSummaryGetResponses200ContentApplicationJsonSchemaPropertiesLoadBucket":{"type":"string","enum":["LIGHT","AVG_MIXED","HEAVY","CONTAINER"]},"DocPathsApiEtruckReportsGlecSummaryGetResponses200ContentApplicationJsonSchemaPropertiesGridMixRegion":{"type":"string","enum":["PL","EU_AVG","EU_CONSUMPTION"]},"DocPathsApiEtruckReportsGlecSummaryGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"gCO2ePerTkm":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsGlecSummaryGetResponses200ContentApplicationJsonSchemaPropertiesGCO2ePerTkm"},"methodology":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsGlecSummaryGetResponses200ContentApplicationJsonSchemaPropertiesMethodology"},"factorKey":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsGlecSummaryGetResponses200ContentApplicationJsonSchemaPropertiesFactorKey"},"totalKgCo2e":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsGlecSummaryGetResponses200ContentApplicationJsonSchemaPropertiesTotalKgCo2e"},"freightTonneKm":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsGlecSummaryGetResponses200ContentApplicationJsonSchemaPropertiesFreightTonneKm"},"sources":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsGlecSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSources"},"vehicleSegment":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsGlecSummaryGetResponses200ContentApplicationJsonSchemaPropertiesVehicleSegment"},"loadBucket":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsGlecSummaryGetResponses200ContentApplicationJsonSchemaPropertiesLoadBucket"},"gridMixRegion":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsGlecSummaryGetResponses200ContentApplicationJsonSchemaPropertiesGridMixRegion"}},"required":["gCO2ePerTkm","methodology","factorKey","totalKgCo2e","freightTonneKm","sources"],"additionalProperties":false},"DocPathsApiEtruckReportsGlecSummaryGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckReportsGlecSummaryGetResponses400ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckReportsGlecSummaryGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsGlecSummaryGetResponses400ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsGlecSummaryGetResponses400ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckReportsGlecSummaryGetResponses429ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckReportsGlecSummaryGetResponses429ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckReportsGlecSummaryGetResponses429ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsGlecSummaryGetResponses429ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsGlecSummaryGetResponses429ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckReportsGlecSummaryGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckReportsGlecSummaryGetResponses500ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckReportsGlecSummaryGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsGlecSummaryGetResponses500ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsGlecSummaryGetResponses500ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckReportsGlecSummaryGetResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckReportsGlecSummaryGetResponses503ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckReportsGlecSummaryGetResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsGlecSummaryGetResponses503ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsGlecSummaryGetResponses503ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckReportsMismatchGetParameters1Schema":{"type":"string","enum":["HIGH","CRITICAL"]},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesType":{"type":"string","enum":["FeatureCollection"]},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesType":{"type":"string","enum":["Feature"]},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf0":{"type":"null"},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesType":{"type":"string","enum":["Point"]},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinatesPrefixItems0":{"type":"number"},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinatesPrefixItems1":{"type":"number"},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinates":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinatesPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinatesPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesType":{"type":"string","enum":["LineString"]},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItemsPrefixItems0":{"type":"number"},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItemsPrefixItems1":{"type":"number"},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItems":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItemsPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItemsPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItems"}},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesType":{"type":"string","enum":["Polygon"]},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItemsPrefixItems0":{"type":"number"},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItemsPrefixItems1":{"type":"number"},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItems":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItemsPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItemsPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItems"}},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItems"}},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesType":{"type":"string","enum":["MultiPolygon"]},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItemsPrefixItems0":{"type":"number"},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItemsPrefixItems1":{"type":"number"},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItems":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItemsPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItemsPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItems"}},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItems"}},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItems"}},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1"},{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2"},{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3"}]},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometry":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1"}]},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf0":{"type":"string"},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf1":{"type":"number"},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf2":{"type":"boolean"},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf3":{"type":"null"},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf4":{"type":"array"},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf5":{"type":"object"},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalProperties":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf1"},{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf2"},{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf3"},{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf4"},{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf5"}]},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItems":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesType"},"geometry":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometry"},"properties":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalProperties"}}},"required":["type","geometry","properties"],"additionalProperties":false},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeatures":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItems"}},"DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesType"},"features":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses200ContentApplicationJsonSchemaPropertiesFeatures"}},"required":["type","features"],"additionalProperties":false},"DocPathsApiEtruckReportsMismatchGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckReportsMismatchGetResponses400ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckReportsMismatchGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses400ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses400ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckReportsMismatchGetResponses429ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckReportsMismatchGetResponses429ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckReportsMismatchGetResponses429ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses429ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses429ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckReportsMismatchGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckReportsMismatchGetResponses500ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckReportsMismatchGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses500ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses500ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckReportsMismatchGetResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckReportsMismatchGetResponses503ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckReportsMismatchGetResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses503ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsMismatchGetResponses503ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckReportsPublicSummaryGetResponses200ContentApplicationJsonSchemaPropertiesChargersTotal":{"type":"number"},"DocPathsApiEtruckReportsPublicSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSubsidiesPlnTotal":{"type":"number"},"DocPathsApiEtruckReportsPublicSummaryGetResponses200ContentApplicationJsonSchemaPropertiesMismatchesTotal":{"type":"number"},"DocPathsApiEtruckReportsPublicSummaryGetResponses200ContentApplicationJsonSchemaPropertiesHighMismatchesTotal":{"type":"number"},"DocPathsApiEtruckReportsPublicSummaryGetResponses200ContentApplicationJsonSchemaPropertiesGeneratedAt":{"type":"string"},"DocPathsApiEtruckReportsPublicSummaryGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"chargersTotal":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsPublicSummaryGetResponses200ContentApplicationJsonSchemaPropertiesChargersTotal"},"subsidiesPlnTotal":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsPublicSummaryGetResponses200ContentApplicationJsonSchemaPropertiesSubsidiesPlnTotal"},"mismatchesTotal":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsPublicSummaryGetResponses200ContentApplicationJsonSchemaPropertiesMismatchesTotal"},"highMismatchesTotal":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsPublicSummaryGetResponses200ContentApplicationJsonSchemaPropertiesHighMismatchesTotal"},"generatedAt":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsPublicSummaryGetResponses200ContentApplicationJsonSchemaPropertiesGeneratedAt"}},"required":["chargersTotal","subsidiesPlnTotal","mismatchesTotal","highMismatchesTotal","generatedAt"],"additionalProperties":false},"DocPathsApiEtruckReportsPublicSummaryGetResponses429ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckReportsPublicSummaryGetResponses429ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckReportsPublicSummaryGetResponses429ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsPublicSummaryGetResponses429ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsPublicSummaryGetResponses429ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckReportsPublicSummaryGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckReportsPublicSummaryGetResponses500ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckReportsPublicSummaryGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsPublicSummaryGetResponses500ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsPublicSummaryGetResponses500ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckReportsPublicSummaryGetResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckReportsPublicSummaryGetResponses503ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckReportsPublicSummaryGetResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsPublicSummaryGetResponses503ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckReportsPublicSummaryGetResponses503ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckRoutingRoutePostRequestBodyContentApplicationJsonSchemaPropertiesProfileAllOf0":{"type":"string","enum":["truck","car","van"]},"DocPathsApiEtruckRoutingRoutePostRequestBodyContentApplicationJsonSchemaPropertiesProfile":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostRequestBodyContentApplicationJsonSchemaPropertiesProfileAllOf0"}],"default":"truck"},"DocPathsApiEtruckRoutingRoutePostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesLatitude":{"type":"number"},"DocPathsApiEtruckRoutingRoutePostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesLongitude":{"type":"number"},"DocPathsApiEtruckRoutingRoutePostRequestBodyContentApplicationJsonSchemaPropertiesOrigin":{"type":"object","properties":{"latitude":{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesLongitude"}},"required":["latitude","longitude"],"additionalProperties":false},"DocPathsApiEtruckRoutingRoutePostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesLatitude":{"type":"number"},"DocPathsApiEtruckRoutingRoutePostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesLongitude":{"type":"number"},"DocPathsApiEtruckRoutingRoutePostRequestBodyContentApplicationJsonSchemaPropertiesDestination":{"type":"object","properties":{"latitude":{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesLongitude"}},"required":["latitude","longitude"],"additionalProperties":false},"DocPathsApiEtruckRoutingRoutePostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAllOf0ItemsPropertiesLatitude":{"type":"number"},"DocPathsApiEtruckRoutingRoutePostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAllOf0ItemsPropertiesLongitude":{"type":"number"},"DocPathsApiEtruckRoutingRoutePostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAllOf0Items":{"type":"object","properties":{"latitude":{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAllOf0ItemsPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAllOf0ItemsPropertiesLongitude"}},"required":["latitude","longitude"],"additionalProperties":false},"DocPathsApiEtruckRoutingRoutePostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAllOf0":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAllOf0Items"},"maxItems":25},"DocPathsApiEtruckRoutingRoutePostRequestBodyContentApplicationJsonSchemaPropertiesWaypoints":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAllOf0"}],"default":[]},"DocPathsApiEtruckRoutingRoutePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"profile":{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostRequestBodyContentApplicationJsonSchemaPropertiesProfile"},"origin":{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostRequestBodyContentApplicationJsonSchemaPropertiesOrigin"},"destination":{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostRequestBodyContentApplicationJsonSchemaPropertiesDestination"},"waypoints":{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostRequestBodyContentApplicationJsonSchemaPropertiesWaypoints"}},"required":["origin","destination"],"additionalProperties":false},"DocPathsApiEtruckRoutingRoutePostResponses200ContentApplicationJsonSchemaPropertiesGeometryPropertiesType":{"type":"string","enum":["LineString"]},"DocPathsApiEtruckRoutingRoutePostResponses200ContentApplicationJsonSchemaPropertiesGeometryPropertiesCoordinatesItemsPrefixItems0":{"type":"number"},"DocPathsApiEtruckRoutingRoutePostResponses200ContentApplicationJsonSchemaPropertiesGeometryPropertiesCoordinatesItemsPrefixItems1":{"type":"number"},"DocPathsApiEtruckRoutingRoutePostResponses200ContentApplicationJsonSchemaPropertiesGeometryPropertiesCoordinatesItems":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostResponses200ContentApplicationJsonSchemaPropertiesGeometryPropertiesCoordinatesItemsPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostResponses200ContentApplicationJsonSchemaPropertiesGeometryPropertiesCoordinatesItemsPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckRoutingRoutePostResponses200ContentApplicationJsonSchemaPropertiesGeometryPropertiesCoordinates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostResponses200ContentApplicationJsonSchemaPropertiesGeometryPropertiesCoordinatesItems"},"minItems":2},"DocPathsApiEtruckRoutingRoutePostResponses200ContentApplicationJsonSchemaPropertiesGeometry":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostResponses200ContentApplicationJsonSchemaPropertiesGeometryPropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostResponses200ContentApplicationJsonSchemaPropertiesGeometryPropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckRoutingRoutePostResponses200ContentApplicationJsonSchemaPropertiesProvider":{"type":"string","enum":["none","osrm","valhalla","mapbox","here"]},"DocPathsApiEtruckRoutingRoutePostResponses200ContentApplicationJsonSchemaPropertiesProfile":{"type":"string","enum":["truck","car","van"]},"DocPathsApiEtruckRoutingRoutePostResponses200ContentApplicationJsonSchemaPropertiesDistanceMetersAnyOf0":{"type":"null"},"DocPathsApiEtruckRoutingRoutePostResponses200ContentApplicationJsonSchemaPropertiesDistanceMetersAnyOf1":{"type":"number"},"DocPathsApiEtruckRoutingRoutePostResponses200ContentApplicationJsonSchemaPropertiesDistanceMeters":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostResponses200ContentApplicationJsonSchemaPropertiesDistanceMetersAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostResponses200ContentApplicationJsonSchemaPropertiesDistanceMetersAnyOf1"}]},"DocPathsApiEtruckRoutingRoutePostResponses200ContentApplicationJsonSchemaPropertiesDurationSecondsAnyOf0":{"type":"null"},"DocPathsApiEtruckRoutingRoutePostResponses200ContentApplicationJsonSchemaPropertiesDurationSecondsAnyOf1":{"type":"number"},"DocPathsApiEtruckRoutingRoutePostResponses200ContentApplicationJsonSchemaPropertiesDurationSeconds":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostResponses200ContentApplicationJsonSchemaPropertiesDurationSecondsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostResponses200ContentApplicationJsonSchemaPropertiesDurationSecondsAnyOf1"}]},"DocPathsApiEtruckRoutingRoutePostResponses200ContentApplicationJsonSchemaPropertiesFallback":{"type":"boolean"},"DocPathsApiEtruckRoutingRoutePostResponses200ContentApplicationJsonSchemaPropertiesCache":{"type":"string","enum":["hit","miss"]},"DocPathsApiEtruckRoutingRoutePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"geometry":{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostResponses200ContentApplicationJsonSchemaPropertiesGeometry"},"provider":{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostResponses200ContentApplicationJsonSchemaPropertiesProvider"},"profile":{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostResponses200ContentApplicationJsonSchemaPropertiesProfile"},"distanceMeters":{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostResponses200ContentApplicationJsonSchemaPropertiesDistanceMeters"},"durationSeconds":{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostResponses200ContentApplicationJsonSchemaPropertiesDurationSeconds"},"fallback":{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostResponses200ContentApplicationJsonSchemaPropertiesFallback"},"cache":{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostResponses200ContentApplicationJsonSchemaPropertiesCache"}},"required":["geometry","provider","profile","distanceMeters","durationSeconds","fallback"],"additionalProperties":false},"DocPathsApiEtruckRoutingRoutePostResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckRoutingRoutePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckRoutingRoutePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckRoutingRoutePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckRoutingRoutePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckRoutingRoutePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckRoutingRoutePostResponses429ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckRoutingRoutePostResponses503ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckUserSubmissionsIdModerationPatchParameters0Schema":{"type":"string"},"DocPathsApiEtruckUserSubmissionsIdModerationPatchRequestBodyContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["pending","approved","rejected","archived"]},"DocPathsApiEtruckUserSubmissionsIdModerationPatchRequestBodyContentApplicationJsonSchemaPropertiesModerationReasonAnyOf0":{"type":"null"},"DocPathsApiEtruckUserSubmissionsIdModerationPatchRequestBodyContentApplicationJsonSchemaPropertiesModerationReasonAnyOf1":{"type":"string","minLength":1,"maxLength":2000},"DocPathsApiEtruckUserSubmissionsIdModerationPatchRequestBodyContentApplicationJsonSchemaPropertiesModerationReason":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdModerationPatchRequestBodyContentApplicationJsonSchemaPropertiesModerationReasonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdModerationPatchRequestBodyContentApplicationJsonSchemaPropertiesModerationReasonAnyOf1"}]},"DocPathsApiEtruckUserSubmissionsIdModerationPatchRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"status":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdModerationPatchRequestBodyContentApplicationJsonSchemaPropertiesStatus"},"moderationReason":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdModerationPatchRequestBodyContentApplicationJsonSchemaPropertiesModerationReason"}},"required":["status"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsIdModerationPatchResponses200ContentApplicationJsonSchemaPropertiesData":{"type":"object","additionalProperties":true},"DocPathsApiEtruckUserSubmissionsIdModerationPatchResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdModerationPatchResponses200ContentApplicationJsonSchemaPropertiesData"}},"required":["data"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsIdModerationPatchResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckUserSubmissionsIdModerationPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckUserSubmissionsIdModerationPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdModerationPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsIdModerationPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckUserSubmissionsIdModerationPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdModerationPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsIdModerationPatchResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckUserSubmissionsIdModerationPatchResponses409ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckUserSubmissionsIdModerationPatchResponses503ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckUserSubmissionsIdGetParameters0Schema":{"type":"string"},"DocPathsApiEtruckUserSubmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesData":{"type":"object","additionalProperties":true},"DocPathsApiEtruckUserSubmissionsIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdGetResponses200ContentApplicationJsonSchemaPropertiesData"}},"required":["data"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckUserSubmissionsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckUserSubmissionsIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsIdGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckUserSubmissionsIdGetResponses503ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckUserSubmissionsIdPatchParameters0Schema":{"type":"string"},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesTitle":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDescriptionAnyOf1":{"type":"string","minLength":1,"maxLength":4000},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDescriptionAnyOf1"}]},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesCategoryAllOf0":{"type":"string","enum":["charging_station","grid_connection","route_stop","risk","missing_infrastructure","poi","note","other"]},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesCategory":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesCategoryAllOf0"}],"default":"route_stop"},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesOriginPropertiesLatitude":{"type":"number"},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesOriginPropertiesLongitude":{"type":"number"},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesOrigin":{"type":"object","properties":{"latitude":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesOriginPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesOriginPropertiesLongitude"}},"required":["latitude","longitude"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDestinationPropertiesLatitude":{"type":"number"},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDestinationPropertiesLongitude":{"type":"number"},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDestination":{"type":"object","properties":{"latitude":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDestinationPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDestinationPropertiesLongitude"}},"required":["latitude","longitude"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesWaypointsAllOf0ItemsPropertiesLatitude":{"type":"number"},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesWaypointsAllOf0ItemsPropertiesLongitude":{"type":"number"},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesWaypointsAllOf0Items":{"type":"object","properties":{"latitude":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesWaypointsAllOf0ItemsPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesWaypointsAllOf0ItemsPropertiesLongitude"}},"required":["latitude","longitude"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesWaypointsAllOf0":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesWaypointsAllOf0Items"},"maxItems":25},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesWaypoints":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesWaypointsAllOf0"}],"default":[]},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRouteGeometryPropertiesType":{"type":"string","enum":["LineString"]},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRouteGeometryPropertiesCoordinatesItemsPrefixItems0":{"type":"number"},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRouteGeometryPropertiesCoordinatesItemsPrefixItems1":{"type":"number"},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRouteGeometryPropertiesCoordinatesItems":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRouteGeometryPropertiesCoordinatesItemsPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRouteGeometryPropertiesCoordinatesItemsPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRouteGeometryPropertiesCoordinates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRouteGeometryPropertiesCoordinatesItems"},"minItems":2},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRouteGeometry":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRouteGeometryPropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRouteGeometryPropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRoutingProviderAnyOf0":{"type":"null"},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRoutingProviderAnyOf1":{"type":"string","minLength":1,"maxLength":64},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRoutingProvider":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRoutingProviderAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRoutingProviderAnyOf1"}]},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRoutingProfileAnyOf0":{"type":"null"},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRoutingProfileAnyOf1":{"type":"string","minLength":1,"maxLength":64},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRoutingProfile":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRoutingProfileAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRoutingProfileAnyOf1"}]},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDistanceMetersAnyOf0":{"type":"null"},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDistanceMetersAnyOf1":{"type":"number"},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDistanceMeters":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDistanceMetersAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDistanceMetersAnyOf1"}]},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDurationSecondsAnyOf0":{"type":"null"},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDurationSecondsAnyOf1":{"type":"number"},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDurationSeconds":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDurationSecondsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDurationSecondsAnyOf1"}]},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesVisibilityAllOf0":{"type":"string","enum":["private","public"]},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesVisibility":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesVisibilityAllOf0"}],"default":"private"},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesPublicDisplayModeAllOf0":{"type":"string","enum":["profile","anonymous"]},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesPublicDisplayMode":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesPublicDisplayModeAllOf0"}],"default":"anonymous"},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesMetadataAllOf0":{"type":"object","additionalProperties":true},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesMetadata":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesMetadataAllOf0"}],"default":{}},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0":{"type":"object","properties":{"title":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDescription"},"category":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesCategory"},"origin":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesOrigin"},"destination":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDestination"},"waypoints":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesWaypoints"},"routeGeometry":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRouteGeometry"},"routingProvider":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRoutingProvider"},"routingProfile":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRoutingProfile"},"distanceMeters":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDistanceMeters"},"durationSeconds":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDurationSeconds"},"visibility":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesVisibility"},"publicDisplayMode":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesPublicDisplayMode"},"metadata":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0PropertiesMetadata"}},"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesTitle":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesDescriptionAnyOf1":{"type":"string","minLength":1,"maxLength":4000},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesDescriptionAnyOf1"}]},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesCategory":{"type":"string","enum":["charging_station","grid_connection","route_stop","risk","missing_infrastructure","poi","note","other"]},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesLatitude":{"type":"number"},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesLongitude":{"type":"number"},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesVisibilityAllOf0":{"type":"string","enum":["private","public"]},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesVisibility":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesVisibilityAllOf0"}],"default":"private"},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesPublicDisplayModeAllOf0":{"type":"string","enum":["profile","anonymous"]},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesPublicDisplayMode":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesPublicDisplayModeAllOf0"}],"default":"anonymous"},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesMetadataAllOf0":{"type":"object","additionalProperties":true},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesMetadata":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesMetadataAllOf0"}],"default":{}},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf1":{"type":"object","properties":{"title":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesDescription"},"category":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesCategory"},"latitude":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesLongitude"},"visibility":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesVisibility"},"publicDisplayMode":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesPublicDisplayMode"},"metadata":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf1PropertiesMetadata"}},"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchema":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchRequestBodyContentApplicationJsonSchemaOneOf1"}]},"DocPathsApiEtruckUserSubmissionsIdPatchResponses200ContentApplicationJsonSchemaPropertiesData":{"type":"object","additionalProperties":true},"DocPathsApiEtruckUserSubmissionsIdPatchResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchResponses200ContentApplicationJsonSchemaPropertiesData"}},"required":["data"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsIdPatchResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckUserSubmissionsIdPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckUserSubmissionsIdPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsIdPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckUserSubmissionsIdPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsIdPatchResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckUserSubmissionsIdPatchResponses409ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckUserSubmissionsIdPatchResponses503ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckUserSubmissionsIdDeleteParameters0Schema":{"type":"string"},"DocPathsApiEtruckUserSubmissionsIdDeleteResponses200ContentApplicationJsonSchemaPropertiesData":{"type":"object","additionalProperties":true},"DocPathsApiEtruckUserSubmissionsIdDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdDeleteResponses200ContentApplicationJsonSchemaPropertiesData"}},"required":["data"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckUserSubmissionsIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckUserSubmissionsIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsIdDeleteResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckUserSubmissionsIdDeleteResponses409ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckUserSubmissionsIdDeleteResponses503ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckUserSubmissionsRouteIdLinksGetParameters0Schema":{"type":"string"},"DocPathsApiEtruckUserSubmissionsRouteIdLinksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiEtruckUserSubmissionsRouteIdLinksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPointSubmissionId":{"type":"string","format":"uuid"},"DocPathsApiEtruckUserSubmissionsRouteIdLinksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesRole":{"type":"string"},"DocPathsApiEtruckUserSubmissionsRouteIdLinksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesSequenceAnyOf0":{"type":"null"},"DocPathsApiEtruckUserSubmissionsRouteIdLinksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesSequenceAnyOf1":{"type":"number"},"DocPathsApiEtruckUserSubmissionsRouteIdLinksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesSequence":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesSequenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesSequenceAnyOf1"}]},"DocPathsApiEtruckUserSubmissionsRouteIdLinksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesNoteAnyOf0":{"type":"null"},"DocPathsApiEtruckUserSubmissionsRouteIdLinksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesNoteAnyOf1":{"type":"string"},"DocPathsApiEtruckUserSubmissionsRouteIdLinksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesNoteAnyOf1"}]},"DocPathsApiEtruckUserSubmissionsRouteIdLinksGetResponses200ContentApplicationJsonSchemaPropertiesDataItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesId"},"pointSubmissionId":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPointSubmissionId"},"role":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesRole"},"sequence":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesSequence"},"note":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesNote"}},"required":["id","pointSubmissionId","role","sequence","note"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsRouteIdLinksGetResponses200ContentApplicationJsonSchemaPropertiesData":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksGetResponses200ContentApplicationJsonSchemaPropertiesDataItems"}},"DocPathsApiEtruckUserSubmissionsRouteIdLinksGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksGetResponses200ContentApplicationJsonSchemaPropertiesData"}},"required":["data"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsRouteIdLinksGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckUserSubmissionsRouteIdLinksGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsRouteIdLinksGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckUserSubmissionsRouteIdLinksGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsRouteIdLinksGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckUserSubmissionsRouteIdLinksPutParameters0Schema":{"type":"string"},"DocPathsApiEtruckUserSubmissionsRouteIdLinksPutRequestBodyContentApplicationJsonSchemaPropertiesLinksAllOf0ItemsPropertiesPointSubmissionId":{"type":"string","format":"uuid"},"DocPathsApiEtruckUserSubmissionsRouteIdLinksPutRequestBodyContentApplicationJsonSchemaPropertiesLinksAllOf0ItemsPropertiesRole":{"type":"string","enum":["origin","destination","waypoint","charging_candidate","grid_connection","risk","note"]},"DocPathsApiEtruckUserSubmissionsRouteIdLinksPutRequestBodyContentApplicationJsonSchemaPropertiesLinksAllOf0ItemsPropertiesSequenceAnyOf0":{"type":"null"},"DocPathsApiEtruckUserSubmissionsRouteIdLinksPutRequestBodyContentApplicationJsonSchemaPropertiesLinksAllOf0ItemsPropertiesSequenceAnyOf1":{"type":"number"},"DocPathsApiEtruckUserSubmissionsRouteIdLinksPutRequestBodyContentApplicationJsonSchemaPropertiesLinksAllOf0ItemsPropertiesSequence":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksPutRequestBodyContentApplicationJsonSchemaPropertiesLinksAllOf0ItemsPropertiesSequenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksPutRequestBodyContentApplicationJsonSchemaPropertiesLinksAllOf0ItemsPropertiesSequenceAnyOf1"}]},"DocPathsApiEtruckUserSubmissionsRouteIdLinksPutRequestBodyContentApplicationJsonSchemaPropertiesLinksAllOf0ItemsPropertiesNoteAnyOf0":{"type":"null"},"DocPathsApiEtruckUserSubmissionsRouteIdLinksPutRequestBodyContentApplicationJsonSchemaPropertiesLinksAllOf0ItemsPropertiesNoteAnyOf1":{"type":"string","minLength":1,"maxLength":2000},"DocPathsApiEtruckUserSubmissionsRouteIdLinksPutRequestBodyContentApplicationJsonSchemaPropertiesLinksAllOf0ItemsPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksPutRequestBodyContentApplicationJsonSchemaPropertiesLinksAllOf0ItemsPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksPutRequestBodyContentApplicationJsonSchemaPropertiesLinksAllOf0ItemsPropertiesNoteAnyOf1"}]},"DocPathsApiEtruckUserSubmissionsRouteIdLinksPutRequestBodyContentApplicationJsonSchemaPropertiesLinksAllOf0Items":{"type":"object","properties":{"pointSubmissionId":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksPutRequestBodyContentApplicationJsonSchemaPropertiesLinksAllOf0ItemsPropertiesPointSubmissionId"},"role":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksPutRequestBodyContentApplicationJsonSchemaPropertiesLinksAllOf0ItemsPropertiesRole"},"sequence":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksPutRequestBodyContentApplicationJsonSchemaPropertiesLinksAllOf0ItemsPropertiesSequence"},"note":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksPutRequestBodyContentApplicationJsonSchemaPropertiesLinksAllOf0ItemsPropertiesNote"}},"required":["pointSubmissionId","role"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsRouteIdLinksPutRequestBodyContentApplicationJsonSchemaPropertiesLinksAllOf0":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksPutRequestBodyContentApplicationJsonSchemaPropertiesLinksAllOf0Items"},"maxItems":100},"DocPathsApiEtruckUserSubmissionsRouteIdLinksPutRequestBodyContentApplicationJsonSchemaPropertiesLinks":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksPutRequestBodyContentApplicationJsonSchemaPropertiesLinksAllOf0"}],"default":[]},"DocPathsApiEtruckUserSubmissionsRouteIdLinksPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"links":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksPutRequestBodyContentApplicationJsonSchemaPropertiesLinks"}},"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPointSubmissionId":{"type":"string","format":"uuid"},"DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesRole":{"type":"string"},"DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesSequenceAnyOf0":{"type":"null"},"DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesSequenceAnyOf1":{"type":"number"},"DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesSequence":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesSequenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesSequenceAnyOf1"}]},"DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesNoteAnyOf0":{"type":"null"},"DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesNoteAnyOf1":{"type":"string"},"DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesNoteAnyOf1"}]},"DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses200ContentApplicationJsonSchemaPropertiesDataItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesId"},"pointSubmissionId":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPointSubmissionId"},"role":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesRole"},"sequence":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesSequence"},"note":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesNote"}},"required":["id","pointSubmissionId","role","sequence","note"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses200ContentApplicationJsonSchemaPropertiesData":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses200ContentApplicationJsonSchemaPropertiesDataItems"}},"DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses200ContentApplicationJsonSchemaPropertiesData"}},"required":["data"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckUserSubmissionsRouteIdLinksPutResponses409ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckUserSubmissionsGeojsonGetResponses200ContentApplicationJsonSchemaPropertiesType":{"type":"string","enum":["FeatureCollection"]},"DocPathsApiEtruckUserSubmissionsGeojsonGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItems":{"type":"object","additionalProperties":true},"DocPathsApiEtruckUserSubmissionsGeojsonGetResponses200ContentApplicationJsonSchemaPropertiesFeatures":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGeojsonGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItems"}},"DocPathsApiEtruckUserSubmissionsGeojsonGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGeojsonGetResponses200ContentApplicationJsonSchemaPropertiesType"},"features":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGeojsonGetResponses200ContentApplicationJsonSchemaPropertiesFeatures"}},"required":["type","features"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsGeojsonGetResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckUserSubmissionsGeojsonGetResponses429ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckUserSubmissionsGeojsonGetResponses503ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesSubmissionType":{"type":"string"},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesStatus":{"type":"string"},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesVisibility":{"type":"string"},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPublicDisplayMode":{"type":"string"},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesTitle":{"type":"string"},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDescriptionAnyOf1"}]},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCategory":{"type":"string"},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesLatitudeAnyOf0":{"type":"null"},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesLatitudeAnyOf1":{"type":"number"},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesLatitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesLatitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesLatitudeAnyOf1"}]},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesLongitudeAnyOf0":{"type":"null"},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesLongitudeAnyOf1":{"type":"number"},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesLongitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesLongitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesLongitudeAnyOf1"}]},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesOriginAnyOf0":{"type":"null"},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesOriginAnyOf1PropertiesLatitude":{"type":"number"},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesOriginAnyOf1PropertiesLongitude":{"type":"number"},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesOriginAnyOf1":{"type":"object","properties":{"latitude":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesOriginAnyOf1PropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesOriginAnyOf1PropertiesLongitude"}},"required":["latitude","longitude"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesOrigin":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesOriginAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesOriginAnyOf1"}]},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDestinationAnyOf0":{"type":"null"},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDestinationAnyOf1PropertiesLatitude":{"type":"number"},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDestinationAnyOf1PropertiesLongitude":{"type":"number"},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDestinationAnyOf1":{"type":"object","properties":{"latitude":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDestinationAnyOf1PropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDestinationAnyOf1PropertiesLongitude"}},"required":["latitude","longitude"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDestination":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDestinationAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDestinationAnyOf1"}]},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesWaypointsItemsPropertiesLatitude":{"type":"number"},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesWaypointsItemsPropertiesLongitude":{"type":"number"},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesWaypointsItems":{"type":"object","properties":{"latitude":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesWaypointsItemsPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesWaypointsItemsPropertiesLongitude"}},"required":["latitude","longitude"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesWaypoints":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesWaypointsItems"}},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesRouteGeometryAnyOf0":{"type":"null"},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesRouteGeometryAnyOf1PropertiesType":{"type":"string","enum":["LineString"]},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesRouteGeometryAnyOf1PropertiesCoordinatesItemsPrefixItems0":{"type":"number"},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesRouteGeometryAnyOf1PropertiesCoordinatesItemsPrefixItems1":{"type":"number"},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesRouteGeometryAnyOf1PropertiesCoordinatesItems":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesRouteGeometryAnyOf1PropertiesCoordinatesItemsPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesRouteGeometryAnyOf1PropertiesCoordinatesItemsPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesRouteGeometryAnyOf1PropertiesCoordinates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesRouteGeometryAnyOf1PropertiesCoordinatesItems"}},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesRouteGeometryAnyOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesRouteGeometryAnyOf1PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesRouteGeometryAnyOf1PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesRouteGeometry":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesRouteGeometryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesRouteGeometryAnyOf1"}]},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDemandCount":{"type":"number"},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesOwnedByCurrentUser":{"type":"boolean"},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCanModerate":{"type":"boolean"},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCreatedByUserId":{"type":"string","format":"uuid"},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesUpdatedByUserIdAnyOf0":{"type":"null"},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesUpdatedByUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesUpdatedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesUpdatedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesUpdatedByUserIdAnyOf1"}]},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesId"},"submissionType":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesSubmissionType"},"status":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesStatus"},"visibility":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesVisibility"},"publicDisplayMode":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPublicDisplayMode"},"title":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDescription"},"category":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCategory"},"latitude":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesLongitude"},"origin":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesOrigin"},"destination":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDestination"},"waypoints":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesWaypoints"},"routeGeometry":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesRouteGeometry"},"demandCount":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDemandCount"},"ownedByCurrentUser":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesOwnedByCurrentUser"},"canModerate":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCanModerate"},"createdByUserId":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCreatedByUserId"},"updatedByUserId":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesUpdatedByUserId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesUpdatedAt"}},"required":["id","submissionType","status","visibility","publicDisplayMode","title","description","category","demandCount","ownedByCurrentUser","canModerate","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesData":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesDataItems"}},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesMetaPropertiesPage":{"type":"number"},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesMetaPropertiesPageSize":{"type":"number"},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesMetaPropertiesTotal":{"type":"number"},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesMeta":{"type":"object","properties":{"page":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesMetaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesMetaPropertiesPageSize"},"total":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesMetaPropertiesTotal"}},"required":["page","pageSize","total"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesData"},"meta":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses200ContentApplicationJsonSchemaPropertiesMeta"}},"required":["data","meta"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsGetResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckUserSubmissionsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckUserSubmissionsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckUserSubmissionsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsGetResponses503ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesTitle":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDescriptionAnyOf1":{"type":"string","minLength":1,"maxLength":4000},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDescriptionAnyOf1"}]},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesCategoryAllOf0":{"type":"string","enum":["charging_station","grid_connection","route_stop","risk","missing_infrastructure","poi","note","other"]},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesCategory":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesCategoryAllOf0"}],"default":"route_stop"},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesOriginPropertiesLatitude":{"type":"number"},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesOriginPropertiesLongitude":{"type":"number"},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesOrigin":{"type":"object","properties":{"latitude":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesOriginPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesOriginPropertiesLongitude"}},"required":["latitude","longitude"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDestinationPropertiesLatitude":{"type":"number"},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDestinationPropertiesLongitude":{"type":"number"},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDestination":{"type":"object","properties":{"latitude":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDestinationPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDestinationPropertiesLongitude"}},"required":["latitude","longitude"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesWaypointsAllOf0ItemsPropertiesLatitude":{"type":"number"},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesWaypointsAllOf0ItemsPropertiesLongitude":{"type":"number"},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesWaypointsAllOf0Items":{"type":"object","properties":{"latitude":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesWaypointsAllOf0ItemsPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesWaypointsAllOf0ItemsPropertiesLongitude"}},"required":["latitude","longitude"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesWaypointsAllOf0":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesWaypointsAllOf0Items"},"maxItems":25},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesWaypoints":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesWaypointsAllOf0"}],"default":[]},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRouteGeometryPropertiesType":{"type":"string","enum":["LineString"]},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRouteGeometryPropertiesCoordinatesItemsPrefixItems0":{"type":"number"},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRouteGeometryPropertiesCoordinatesItemsPrefixItems1":{"type":"number"},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRouteGeometryPropertiesCoordinatesItems":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRouteGeometryPropertiesCoordinatesItemsPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRouteGeometryPropertiesCoordinatesItemsPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRouteGeometryPropertiesCoordinates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRouteGeometryPropertiesCoordinatesItems"},"minItems":2},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRouteGeometry":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRouteGeometryPropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRouteGeometryPropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRoutingProviderAnyOf0":{"type":"null"},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRoutingProviderAnyOf1":{"type":"string","minLength":1,"maxLength":64},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRoutingProvider":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRoutingProviderAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRoutingProviderAnyOf1"}]},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRoutingProfileAnyOf0":{"type":"null"},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRoutingProfileAnyOf1":{"type":"string","minLength":1,"maxLength":64},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRoutingProfile":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRoutingProfileAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRoutingProfileAnyOf1"}]},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDistanceMetersAnyOf0":{"type":"null"},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDistanceMetersAnyOf1":{"type":"number"},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDistanceMeters":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDistanceMetersAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDistanceMetersAnyOf1"}]},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDurationSecondsAnyOf0":{"type":"null"},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDurationSecondsAnyOf1":{"type":"number"},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDurationSeconds":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDurationSecondsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDurationSecondsAnyOf1"}]},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesVisibilityAllOf0":{"type":"string","enum":["private","public"]},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesVisibility":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesVisibilityAllOf0"}],"default":"private"},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesPublicDisplayModeAllOf0":{"type":"string","enum":["profile","anonymous"]},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesPublicDisplayMode":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesPublicDisplayModeAllOf0"}],"default":"anonymous"},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesMetadataAllOf0":{"type":"object","additionalProperties":true},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesMetadata":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesMetadataAllOf0"}],"default":{}},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesSubmissionType":{"type":"string","enum":["route"]},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0":{"type":"object","properties":{"title":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDescription"},"category":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesCategory"},"origin":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesOrigin"},"destination":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDestination"},"waypoints":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesWaypoints"},"routeGeometry":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRouteGeometry"},"routingProvider":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRoutingProvider"},"routingProfile":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesRoutingProfile"},"distanceMeters":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDistanceMeters"},"durationSeconds":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesDurationSeconds"},"visibility":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesVisibility"},"publicDisplayMode":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesPublicDisplayMode"},"metadata":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesMetadata"},"submissionType":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0PropertiesSubmissionType"}},"required":["title","origin","destination","routeGeometry","submissionType"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf1PropertiesTitle":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf1PropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf1PropertiesDescriptionAnyOf1":{"type":"string","minLength":1,"maxLength":4000},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf1PropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf1PropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf1PropertiesDescriptionAnyOf1"}]},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf1PropertiesCategory":{"type":"string","enum":["charging_station","grid_connection","route_stop","risk","missing_infrastructure","poi","note","other"]},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf1PropertiesLatitude":{"type":"number"},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf1PropertiesLongitude":{"type":"number"},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf1PropertiesVisibilityAllOf0":{"type":"string","enum":["private","public"]},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf1PropertiesVisibility":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf1PropertiesVisibilityAllOf0"}],"default":"private"},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf1PropertiesPublicDisplayModeAllOf0":{"type":"string","enum":["profile","anonymous"]},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf1PropertiesPublicDisplayMode":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf1PropertiesPublicDisplayModeAllOf0"}],"default":"anonymous"},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf1PropertiesMetadataAllOf0":{"type":"object","additionalProperties":true},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf1PropertiesMetadata":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf1PropertiesMetadataAllOf0"}],"default":{}},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf1PropertiesSubmissionTypeAllOf0":{"type":"string","enum":["point"]},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf1PropertiesSubmissionType":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf1PropertiesSubmissionTypeAllOf0"}],"default":"point"},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf1":{"type":"object","properties":{"title":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf1PropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf1PropertiesDescription"},"category":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf1PropertiesCategory"},"latitude":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf1PropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf1PropertiesLongitude"},"visibility":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf1PropertiesVisibility"},"publicDisplayMode":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf1PropertiesPublicDisplayMode"},"metadata":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf1PropertiesMetadata"},"submissionType":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf1PropertiesSubmissionType"}},"required":["title","category","latitude","longitude"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchema":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostRequestBodyContentApplicationJsonSchemaOneOf1"}]},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesSubmissionType":{"type":"string"},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesStatus":{"type":"string"},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesVisibility":{"type":"string"},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesPublicDisplayMode":{"type":"string"},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesTitle":{"type":"string"},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesDescriptionAnyOf1"}]},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesCategory":{"type":"string"},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesLatitudeAnyOf0":{"type":"null"},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesLatitudeAnyOf1":{"type":"number"},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesLatitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesLatitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesLatitudeAnyOf1"}]},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesLongitudeAnyOf0":{"type":"null"},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesLongitudeAnyOf1":{"type":"number"},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesLongitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesLongitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesLongitudeAnyOf1"}]},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesOriginAnyOf0":{"type":"null"},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesOriginAnyOf1PropertiesLatitude":{"type":"number"},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesOriginAnyOf1PropertiesLongitude":{"type":"number"},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesOriginAnyOf1":{"type":"object","properties":{"latitude":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesOriginAnyOf1PropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesOriginAnyOf1PropertiesLongitude"}},"required":["latitude","longitude"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesOrigin":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesOriginAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesOriginAnyOf1"}]},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesDestinationAnyOf0":{"type":"null"},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesDestinationAnyOf1PropertiesLatitude":{"type":"number"},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesDestinationAnyOf1PropertiesLongitude":{"type":"number"},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesDestinationAnyOf1":{"type":"object","properties":{"latitude":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesDestinationAnyOf1PropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesDestinationAnyOf1PropertiesLongitude"}},"required":["latitude","longitude"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesDestination":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesDestinationAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesDestinationAnyOf1"}]},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesWaypointsItemsPropertiesLatitude":{"type":"number"},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesWaypointsItemsPropertiesLongitude":{"type":"number"},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesWaypointsItems":{"type":"object","properties":{"latitude":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesWaypointsItemsPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesWaypointsItemsPropertiesLongitude"}},"required":["latitude","longitude"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesWaypoints":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesWaypointsItems"}},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesRouteGeometryAnyOf0":{"type":"null"},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesRouteGeometryAnyOf1PropertiesType":{"type":"string","enum":["LineString"]},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesRouteGeometryAnyOf1PropertiesCoordinatesItemsPrefixItems0":{"type":"number"},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesRouteGeometryAnyOf1PropertiesCoordinatesItemsPrefixItems1":{"type":"number"},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesRouteGeometryAnyOf1PropertiesCoordinatesItems":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesRouteGeometryAnyOf1PropertiesCoordinatesItemsPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesRouteGeometryAnyOf1PropertiesCoordinatesItemsPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesRouteGeometryAnyOf1PropertiesCoordinates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesRouteGeometryAnyOf1PropertiesCoordinatesItems"}},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesRouteGeometryAnyOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesRouteGeometryAnyOf1PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesRouteGeometryAnyOf1PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesRouteGeometry":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesRouteGeometryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesRouteGeometryAnyOf1"}]},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesDemandCount":{"type":"number"},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesOwnedByCurrentUser":{"type":"boolean"},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesCanModerate":{"type":"boolean"},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesCreatedByUserId":{"type":"string","format":"uuid"},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesUpdatedByUserIdAnyOf0":{"type":"null"},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesUpdatedByUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesUpdatedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesUpdatedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesUpdatedByUserIdAnyOf1"}]},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesCreatedAt":{"type":"string"},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesUpdatedAt":{"type":"string"},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesData":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesId"},"submissionType":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesSubmissionType"},"status":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesStatus"},"visibility":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesVisibility"},"publicDisplayMode":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesPublicDisplayMode"},"title":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesDescription"},"category":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesCategory"},"latitude":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesLongitude"},"origin":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesOrigin"},"destination":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesDestination"},"waypoints":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesWaypoints"},"routeGeometry":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesRouteGeometry"},"demandCount":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesDemandCount"},"ownedByCurrentUser":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesOwnedByCurrentUser"},"canModerate":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesCanModerate"},"createdByUserId":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesCreatedByUserId"},"updatedByUserId":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesUpdatedByUserId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesDataPropertiesUpdatedAt"}},"required":["id","submissionType","status","visibility","publicDisplayMode","title","description","category","demandCount","ownedByCurrentUser","canModerate","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses201ContentApplicationJsonSchemaPropertiesData"}},"required":["data"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsPostResponses400ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckUserSubmissionsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckUserSubmissionsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckUserSubmissionsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckUserSubmissionsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckUserSubmissionsPostResponses409ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckUserSubmissionsPostResponses503ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiEtruckVisibilityBusinessPoisGetParameters1Schema":{"type":"string","enum":["DC","INTERMODAL_TERMINAL","MANUFACTURING","PORT","CARRIER_BASE","OTHER"]},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesType":{"type":"string","enum":["FeatureCollection"]},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesType":{"type":"string","enum":["Feature"]},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf0":{"type":"null"},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesType":{"type":"string","enum":["Point"]},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinatesPrefixItems0":{"type":"number"},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinatesPrefixItems1":{"type":"number"},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinates":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinatesPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinatesPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesType":{"type":"string","enum":["LineString"]},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItemsPrefixItems0":{"type":"number"},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItemsPrefixItems1":{"type":"number"},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItems":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItemsPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItemsPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItems"}},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesType":{"type":"string","enum":["Polygon"]},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItemsPrefixItems0":{"type":"number"},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItemsPrefixItems1":{"type":"number"},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItems":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItemsPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItemsPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItems"}},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItems"}},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesType":{"type":"string","enum":["MultiPolygon"]},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItemsPrefixItems0":{"type":"number"},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItemsPrefixItems1":{"type":"number"},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItems":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItemsPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItemsPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItems"}},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItems"}},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItems"}},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3"}]},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometry":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1"}]},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf0":{"type":"string"},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf1":{"type":"number"},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf2":{"type":"boolean"},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf3":{"type":"null"},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf4":{"type":"array"},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf5":{"type":"object"},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalProperties":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf1"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf2"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf3"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf4"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf5"}]},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItems":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesType"},"geometry":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometry"},"properties":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalProperties"}}},"required":["type","geometry","properties"],"additionalProperties":false},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeatures":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItems"}},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesType"},"features":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses200ContentApplicationJsonSchemaPropertiesFeatures"}},"required":["type","features"],"additionalProperties":false},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses400ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses400ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses400ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses429ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses429ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses429ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses429ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses429ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses500ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses500ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses500ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses503ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckVisibilityBusinessPoisGetResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses503ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityBusinessPoisGetResponses503ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckVisibilityChargingPointsGetParameters1Schema":{"type":"string","enum":["PLANNED","UNDER_CONSTRUCTION","OPERATIONAL","DECOMMISSIONED"]},"DocPathsApiEtruckVisibilityChargingPointsGetParameters2Schema":{"type":"string","enum":["SUDOP","OSD_PLAN","EIPA","MANUAL"]},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesType":{"type":"string","enum":["FeatureCollection"]},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesType":{"type":"string","enum":["Feature"]},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf0":{"type":"null"},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesType":{"type":"string","enum":["Point"]},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinatesPrefixItems0":{"type":"number"},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinatesPrefixItems1":{"type":"number"},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinates":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinatesPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinatesPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesType":{"type":"string","enum":["LineString"]},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItemsPrefixItems0":{"type":"number"},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItemsPrefixItems1":{"type":"number"},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItems":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItemsPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItemsPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItems"}},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesType":{"type":"string","enum":["Polygon"]},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItemsPrefixItems0":{"type":"number"},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItemsPrefixItems1":{"type":"number"},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItems":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItemsPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItemsPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItems"}},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItems"}},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesType":{"type":"string","enum":["MultiPolygon"]},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItemsPrefixItems0":{"type":"number"},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItemsPrefixItems1":{"type":"number"},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItems":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItemsPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItemsPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItems"}},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItems"}},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItems"}},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3"}]},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometry":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1"}]},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf0":{"type":"string"},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf1":{"type":"number"},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf2":{"type":"boolean"},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf3":{"type":"null"},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf4":{"type":"array"},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf5":{"type":"object"},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalProperties":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf1"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf2"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf3"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf4"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf5"}]},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItems":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesType"},"geometry":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometry"},"properties":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalProperties"}}},"required":["type","geometry","properties"],"additionalProperties":false},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeatures":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItems"}},"DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesType"},"features":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses200ContentApplicationJsonSchemaPropertiesFeatures"}},"required":["type","features"],"additionalProperties":false},"DocPathsApiEtruckVisibilityChargingPointsGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckVisibilityChargingPointsGetResponses400ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckVisibilityChargingPointsGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses400ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses400ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckVisibilityChargingPointsGetResponses429ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckVisibilityChargingPointsGetResponses429ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckVisibilityChargingPointsGetResponses429ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses429ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses429ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckVisibilityChargingPointsGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckVisibilityChargingPointsGetResponses500ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckVisibilityChargingPointsGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses500ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses500ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckVisibilityChargingPointsGetResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckVisibilityChargingPointsGetResponses503ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckVisibilityChargingPointsGetResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses503ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityChargingPointsGetResponses503ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckVisibilityGridConnectionsGetParameters1Schema":{"type":"string","enum":["ENERGA","TAURON","ENEA","PGE_DYSTRYBUCJA","STOEN"]},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesType":{"type":"string","enum":["FeatureCollection"]},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesType":{"type":"string","enum":["Feature"]},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf0":{"type":"null"},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesType":{"type":"string","enum":["Point"]},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinatesPrefixItems0":{"type":"number"},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinatesPrefixItems1":{"type":"number"},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinates":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinatesPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinatesPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesType":{"type":"string","enum":["LineString"]},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItemsPrefixItems0":{"type":"number"},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItemsPrefixItems1":{"type":"number"},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItems":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItemsPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItemsPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItems"}},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesType":{"type":"string","enum":["Polygon"]},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItemsPrefixItems0":{"type":"number"},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItemsPrefixItems1":{"type":"number"},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItems":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItemsPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItemsPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItems"}},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItems"}},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesType":{"type":"string","enum":["MultiPolygon"]},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItemsPrefixItems0":{"type":"number"},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItemsPrefixItems1":{"type":"number"},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItems":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItemsPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItemsPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItems"}},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItems"}},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItems"}},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3"}]},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometry":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1"}]},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf0":{"type":"string"},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf1":{"type":"number"},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf2":{"type":"boolean"},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf3":{"type":"null"},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf4":{"type":"array"},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf5":{"type":"object"},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalProperties":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf1"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf2"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf3"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf4"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf5"}]},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItems":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesType"},"geometry":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometry"},"properties":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalProperties"}}},"required":["type","geometry","properties"],"additionalProperties":false},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeatures":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItems"}},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesType"},"features":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses200ContentApplicationJsonSchemaPropertiesFeatures"}},"required":["type","features"],"additionalProperties":false},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses400ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses400ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses400ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses429ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses429ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses429ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses429ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses429ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses500ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses500ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses500ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses503ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckVisibilityGridConnectionsGetResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses503ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityGridConnectionsGetResponses503ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetParameters0Schema":{"type":"string","enum":["FENIKS","KPO","CEF","NFOS_OWN","NCBR","PFR","OTHER"]},"DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetParameters1Schema":{"type":"number"},"DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses200ContentApplicationJsonSchemaItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses200ContentApplicationJsonSchemaItemsPropertiesProgramme":{"type":"string"},"DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses200ContentApplicationJsonSchemaItemsPropertiesGrantId":{"type":"string"},"DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses200ContentApplicationJsonSchemaItemsPropertiesBeneficiaryExternalId":{"type":"string"},"DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses200ContentApplicationJsonSchemaItemsPropertiesAwardedPlnAnyOf0":{"type":"null"},"DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses200ContentApplicationJsonSchemaItemsPropertiesAwardedPlnAnyOf1":{"type":"number"},"DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses200ContentApplicationJsonSchemaItemsPropertiesAwardedPln":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses200ContentApplicationJsonSchemaItemsPropertiesAwardedPlnAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses200ContentApplicationJsonSchemaItemsPropertiesAwardedPlnAnyOf1"}]},"DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses200ContentApplicationJsonSchemaItemsPropertiesAwardedEurAnyOf0":{"type":"null"},"DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses200ContentApplicationJsonSchemaItemsPropertiesAwardedEurAnyOf1":{"type":"number"},"DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses200ContentApplicationJsonSchemaItemsPropertiesAwardedEur":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses200ContentApplicationJsonSchemaItemsPropertiesAwardedEurAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses200ContentApplicationJsonSchemaItemsPropertiesAwardedEurAnyOf1"}]},"DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses200ContentApplicationJsonSchemaItemsPropertiesAwardedAt":{"type":"string"},"DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses200ContentApplicationJsonSchemaItemsPropertiesSubjectCategory":{"type":"string"},"DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses200ContentApplicationJsonSchemaItemsPropertiesSubjectExternalId":{"type":"string"},"DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses200ContentApplicationJsonSchemaItemsPropertiesYear":{"type":"number"},"DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses200ContentApplicationJsonSchemaItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses200ContentApplicationJsonSchemaItemsPropertiesId"},"programme":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses200ContentApplicationJsonSchemaItemsPropertiesProgramme"},"grantId":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses200ContentApplicationJsonSchemaItemsPropertiesGrantId"},"beneficiaryExternalId":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses200ContentApplicationJsonSchemaItemsPropertiesBeneficiaryExternalId"},"awardedPln":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses200ContentApplicationJsonSchemaItemsPropertiesAwardedPln"},"awardedEur":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses200ContentApplicationJsonSchemaItemsPropertiesAwardedEur"},"awardedAt":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses200ContentApplicationJsonSchemaItemsPropertiesAwardedAt"},"subjectCategory":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses200ContentApplicationJsonSchemaItemsPropertiesSubjectCategory"},"subjectExternalId":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses200ContentApplicationJsonSchemaItemsPropertiesSubjectExternalId"},"year":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses200ContentApplicationJsonSchemaItemsPropertiesYear"}},"required":["id","programme","grantId","beneficiaryExternalId","awardedPln","awardedEur","awardedAt","subjectCategory","subjectExternalId","year"],"additionalProperties":false},"DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses200ContentApplicationJsonSchema":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses200ContentApplicationJsonSchemaItems"}},"DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses400ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses400ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses400ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses429ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses429ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses429ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses429ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses429ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses500ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses500ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses500ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses503ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses503ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityPublicSubsidyAttributionsGetResponses503ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckVisibilityRoadFlowsGetParameters1Schema":{"type":"number"},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesType":{"type":"string","enum":["FeatureCollection"]},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesType":{"type":"string","enum":["Feature"]},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf0":{"type":"null"},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesType":{"type":"string","enum":["Point"]},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinatesPrefixItems0":{"type":"number"},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinatesPrefixItems1":{"type":"number"},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinates":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinatesPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinatesPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesType":{"type":"string","enum":["LineString"]},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItemsPrefixItems0":{"type":"number"},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItemsPrefixItems1":{"type":"number"},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItems":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItemsPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItemsPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinatesItems"}},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesType":{"type":"string","enum":["Polygon"]},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItemsPrefixItems0":{"type":"number"},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItemsPrefixItems1":{"type":"number"},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItems":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItemsPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItemsPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItemsItems"}},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinatesItems"}},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesType":{"type":"string","enum":["MultiPolygon"]},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItemsPrefixItems0":{"type":"number"},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItemsPrefixItems1":{"type":"number"},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItems":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItemsPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItemsPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItemsItems"}},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItemsItems"}},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinatesItems"}},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf1"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf2"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1OneOf3"}]},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometry":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometryAnyOf1"}]},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf0":{"type":"string"},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf1":{"type":"number"},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf2":{"type":"boolean"},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf3":{"type":"null"},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf4":{"type":"array"},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf5":{"type":"object"},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalProperties":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf0"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf1"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf2"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf3"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf4"},{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalPropertiesOneOf5"}]},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItems":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesType"},"geometry":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesGeometry"},"properties":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItemsPropertiesPropertiesAdditionalProperties"}}},"required":["type","geometry","properties"],"additionalProperties":false},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeatures":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItems"}},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesType"},"features":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses200ContentApplicationJsonSchemaPropertiesFeatures"}},"required":["type","features"],"additionalProperties":false},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses400ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses400ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses400ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses429ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses429ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses429ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses429ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses429ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses500ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses500ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses500ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses503ContentApplicationJsonSchemaPropertiesIssues":{"type":"array","items":{}},"DocPathsApiEtruckVisibilityRoadFlowsGetResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses503ContentApplicationJsonSchemaPropertiesError"},"issues":{"$ref":"#/components/schemas/DocPathsApiEtruckVisibilityRoadFlowsGetResponses503ContentApplicationJsonSchemaPropertiesIssues"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadVehiclesIdGetParameters0Schema":{"type":"string"},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesRegistrationPlate":{"type":"string"},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesType":{"type":"string"},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesCapabilitiesItems":{"type":"string"},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesCapabilities":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesCapabilitiesItems"}},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesBrandAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesBrandAnyOf1":{"type":"string"},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesBrand":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesBrandAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesBrandAnyOf1"}]},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesModelAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesModelAnyOf1":{"type":"string"},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesModel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesModelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesModelAnyOf1"}]},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesYearAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesYearAnyOf1":{"type":"number"},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesYear":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesYearAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesYearAnyOf1"}]},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesTareWeightKgAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesTareWeightKgAnyOf1":{"type":"number"},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesTareWeightKg":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesTareWeightKgAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesTareWeightKgAnyOf1"}]},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesMaxPayloadKgAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesMaxPayloadKgAnyOf1":{"type":"number"},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesMaxPayloadKg":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesMaxPayloadKgAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesMaxPayloadKgAnyOf1"}]},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesEuroClassAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesEuroClassAnyOf1":{"type":"string"},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesEuroClass":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesEuroClassAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesEuroClassAnyOf1"}]},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesFuelTypeAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesFuelTypeAnyOf1":{"type":"string"},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesFuelType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesFuelTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesFuelTypeAnyOf1"}]},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesInsuranceExpiresAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesInsuranceExpiresAnyOf1":{"type":"string"},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesInsuranceExpires":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesInsuranceExpiresAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesInsuranceExpiresAnyOf1"}]},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesInspectionExpiresAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesInspectionExpiresAnyOf1":{"type":"string"},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesInspectionExpires":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesInspectionExpiresAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesInspectionExpiresAnyOf1"}]},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesInsuranceStatus":{"type":"string"},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesInspectionStatus":{"type":"string"},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesInsuranceDaysUntilAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesInsuranceDaysUntilAnyOf1":{"type":"number"},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesInsuranceDaysUntil":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesInsuranceDaysUntilAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesInsuranceDaysUntilAnyOf1"}]},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesInspectionDaysUntilAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesInspectionDaysUntilAnyOf1":{"type":"number"},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesInspectionDaysUntil":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesInspectionDaysUntilAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesInspectionDaysUntilAnyOf1"}]},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesGpsDeviceIdAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesGpsDeviceIdAnyOf1":{"type":"string"},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesGpsDeviceId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesGpsDeviceIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesGpsDeviceIdAnyOf1"}]},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesGpsProviderAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesGpsProviderAnyOf1":{"type":"string"},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesGpsProvider":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesGpsProviderAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesGpsProviderAnyOf1"}]},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesSpecsAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesSpecsAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesSpecs":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesSpecsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesSpecsAnyOf1"}]},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesMaintenancePropertiesImplemented":{"type":"boolean","enum":[false]},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesMaintenancePropertiesItems":{"type":"array","items":{}},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesMaintenance":{"type":"object","properties":{"implemented":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesMaintenancePropertiesImplemented"},"items":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesMaintenancePropertiesItems"}},"required":["implemented","items"],"additionalProperties":false},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesAssignmentHistoryPropertiesImplemented":{"type":"boolean","enum":[false]},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesAssignmentHistoryPropertiesItems":{"type":"array","items":{}},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesAssignmentHistory":{"type":"object","properties":{"implemented":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesAssignmentHistoryPropertiesImplemented"},"items":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesAssignmentHistoryPropertiesItems"}},"required":["implemented","items"],"additionalProperties":false},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"registrationPlate":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesRegistrationPlate"},"type":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesType"},"capabilities":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesCapabilities"},"brand":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesBrand"},"model":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesModel"},"year":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesYear"},"tareWeightKg":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesTareWeightKg"},"maxPayloadKg":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesMaxPayloadKg"},"euroClass":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesEuroClass"},"fuelType":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesFuelType"},"insuranceExpires":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesInsuranceExpires"},"inspectionExpires":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesInspectionExpires"},"insuranceStatus":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesInsuranceStatus"},"inspectionStatus":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesInspectionStatus"},"insuranceDaysUntil":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesInsuranceDaysUntil"},"inspectionDaysUntil":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesInspectionDaysUntil"},"gpsDeviceId":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesGpsDeviceId"},"gpsProvider":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesGpsProvider"},"specs":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesSpecs"},"isActive":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesIsActive"},"maintenance":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesMaintenance"},"assignmentHistory":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesAssignmentHistory"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","registrationPlate","type","capabilities","brand","model","year","tareWeightKg","maxPayloadKg","euroClass","fuelType","insuranceExpires","inspectionExpires","insuranceStatus","inspectionStatus","insuranceDaysUntil","inspectionDaysUntil","gpsDeviceId","gpsProvider","specs","isActive","maintenance","assignmentHistory","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiRoadVehiclesIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadVehiclesIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadVehiclesIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadVehiclesIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadVehiclesIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadVehiclesIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadVehiclesIdPutParameters0Schema":{"type":"string"},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesBrandAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesBrandAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesBrand":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesBrandAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesBrandAnyOf1"}]},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesModelAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesModelAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesModel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesModelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesModelAnyOf1"}]},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesYearAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesYearAnyOf1":{"type":"number"},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesYear":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesYearAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesYearAnyOf1"}]},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesTareWeightKgAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesTareWeightKgAnyOf1":{"type":"number"},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesTareWeightKg":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesTareWeightKgAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesTareWeightKgAnyOf1"}]},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesMaxPayloadKgAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesMaxPayloadKgAnyOf1":{"type":"number"},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesMaxPayloadKg":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesMaxPayloadKgAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesMaxPayloadKgAnyOf1"}]},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesEuroClassAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesEuroClassAnyOf1":{"type":"string","enum":["EURO3","EURO4","EURO5","EURO6","EURO6D"]},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesEuroClass":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesEuroClassAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesEuroClassAnyOf1"}]},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesFuelTypeAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesFuelTypeAnyOf1":{"type":"string","enum":["DIESEL","LNG","CNG","ELECTRIC","HYBRID"]},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesFuelType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesFuelTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesFuelTypeAnyOf1"}]},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesInsuranceExpiresAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesInsuranceExpiresAnyOf1":{"type":"string","format":"date-time"},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesInsuranceExpires":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesInsuranceExpiresAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesInsuranceExpiresAnyOf1"}]},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesInspectionExpiresAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesInspectionExpiresAnyOf1":{"type":"string","format":"date-time"},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesInspectionExpires":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesInspectionExpiresAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesInspectionExpiresAnyOf1"}]},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesGpsDeviceIdAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesGpsDeviceIdAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesGpsDeviceId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesGpsDeviceIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesGpsDeviceIdAnyOf1"}]},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesGpsProviderAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesGpsProviderAnyOf1":{"type":"string","enum":["GBOX","TELTONIKA","MANUAL","PWA"]},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesGpsProvider":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesGpsProviderAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesGpsProviderAnyOf1"}]},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesSpecsAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesSpecsAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesSpecs":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesSpecsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesSpecsAnyOf1"}]},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesRegistrationPlate":{"type":"string","minLength":1},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesType":{"type":"string","enum":["TRUCK","TRAILER","SOLO"]},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesCapabilitiesItems":{"type":"string","enum":["CONTAINER","FTL","REEFER","ADR","OVERSIZED","BULK"]},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesCapabilities":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesCapabilitiesItems"},"minItems":1},"DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"brand":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesBrand"},"model":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesModel"},"year":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesYear"},"tareWeightKg":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesTareWeightKg"},"maxPayloadKg":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesMaxPayloadKg"},"euroClass":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesEuroClass"},"fuelType":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesFuelType"},"insuranceExpires":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesInsuranceExpires"},"inspectionExpires":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesInspectionExpires"},"gpsDeviceId":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesGpsDeviceId"},"gpsProvider":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesGpsProvider"},"specs":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesSpecs"},"isActive":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"registrationPlate":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesRegistrationPlate"},"type":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesType"},"capabilities":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutRequestBodyContentApplicationJsonSchemaPropertiesCapabilities"}},"additionalProperties":false},"DocPathsApiRoadVehiclesIdPutResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadVehiclesIdPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutResponses200ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiRoadVehiclesIdPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadVehiclesIdPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadVehiclesIdPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadVehiclesIdPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadVehiclesIdPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadVehiclesIdPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadVehiclesIdPutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadVehiclesIdPutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadVehiclesIdPutResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadVehiclesIdPutResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdPutResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadVehiclesIdDeleteParameters0Schema":{"type":"string"},"DocPathsApiRoadVehiclesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadVehiclesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesDeleted":{"type":"boolean","enum":[true]},"DocPathsApiRoadVehiclesIdDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesId"},"deleted":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesDeleted"}},"required":["id","deleted"],"additionalProperties":false},"DocPathsApiRoadVehiclesIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadVehiclesIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadVehiclesIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadVehiclesIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadVehiclesIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadVehiclesIdDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadVehiclesAvailableGetParameters0Schema":{"type":"string","minLength":1},"DocPathsApiRoadVehiclesAvailableGetParameters1Schema":{"type":"number"},"DocPathsApiRoadVehiclesAvailableGetParameters2Schema":{"type":"string","enum":["TRUCK","TRAILER","SOLO"]},"DocPathsApiRoadVehiclesAvailableGetParameters3SchemaOneOf0":{"type":"string"},"DocPathsApiRoadVehiclesAvailableGetParameters3SchemaOneOf1Items":{"type":"string"},"DocPathsApiRoadVehiclesAvailableGetParameters3SchemaOneOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesAvailableGetParameters3SchemaOneOf1Items"}},"DocPathsApiRoadVehiclesAvailableGetParameters3Schema":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesAvailableGetParameters3SchemaOneOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesAvailableGetParameters3SchemaOneOf1"}]},"DocPathsApiRoadVehiclesAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadVehiclesAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesRegistrationPlate":{"type":"string"},"DocPathsApiRoadVehiclesAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesType":{"type":"string"},"DocPathsApiRoadVehiclesAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesCapabilitiesItems":{"type":"string"},"DocPathsApiRoadVehiclesAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesCapabilities":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesCapabilitiesItems"}},"DocPathsApiRoadVehiclesAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesMaxPayloadKgAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesMaxPayloadKgAnyOf1":{"type":"number"},"DocPathsApiRoadVehiclesAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesMaxPayloadKg":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesMaxPayloadKgAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesMaxPayloadKgAnyOf1"}]},"DocPathsApiRoadVehiclesAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesBrandAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesBrandAnyOf1":{"type":"string"},"DocPathsApiRoadVehiclesAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesBrand":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesBrandAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesBrandAnyOf1"}]},"DocPathsApiRoadVehiclesAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesModelAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesModelAnyOf1":{"type":"string"},"DocPathsApiRoadVehiclesAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesModel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesModelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesModelAnyOf1"}]},"DocPathsApiRoadVehiclesAvailableGetResponses200ContentApplicationJsonSchemaItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesId"},"registrationPlate":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesRegistrationPlate"},"type":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesType"},"capabilities":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesCapabilities"},"maxPayloadKg":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesMaxPayloadKg"},"brand":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesBrand"},"model":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesModel"}},"required":["id","registrationPlate","type","capabilities","maxPayloadKg","brand","model"],"additionalProperties":false},"DocPathsApiRoadVehiclesAvailableGetResponses200ContentApplicationJsonSchema":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesAvailableGetResponses200ContentApplicationJsonSchemaItems"}},"DocPathsApiRoadVehiclesAvailableGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadVehiclesAvailableGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesAvailableGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadVehiclesAvailableGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadVehiclesAvailableGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesAvailableGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadVehiclesAvailableGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadVehiclesAvailableGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesAvailableGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadVehiclesGetParameters0Schema":{"type":"number"},"DocPathsApiRoadVehiclesGetParameters1Schema":{"type":"number"},"DocPathsApiRoadVehiclesGetParameters2Schema":{"type":"string"},"DocPathsApiRoadVehiclesGetParameters3Schema":{"type":"string","enum":["TRUCK","TRAILER","SOLO"]},"DocPathsApiRoadVehiclesGetParameters4SchemaOneOf0":{"type":"string"},"DocPathsApiRoadVehiclesGetParameters4SchemaOneOf1Items":{"type":"string"},"DocPathsApiRoadVehiclesGetParameters4SchemaOneOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetParameters4SchemaOneOf1Items"}},"DocPathsApiRoadVehiclesGetParameters4Schema":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetParameters4SchemaOneOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetParameters4SchemaOneOf1"}]},"DocPathsApiRoadVehiclesGetParameters5Schema":{"type":"boolean"},"DocPathsApiRoadVehiclesGetParameters6Schema":{"type":"string","enum":["EURO3","EURO4","EURO5","EURO6","EURO6D"]},"DocPathsApiRoadVehiclesGetParameters7Schema":{"type":"string","enum":["GBOX","TELTONIKA","MANUAL","PWA"]},"DocPathsApiRoadVehiclesGetParameters8Schema":{"type":"string","enum":["registrationPlate","type","brand","model","year","maxPayloadKg","insuranceExpires","inspectionExpires","isActive"]},"DocPathsApiRoadVehiclesGetParameters9Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiRoadVehiclesGetParameters10Schema":{"type":"string"},"DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegistrationPlate":{"type":"string"},"DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesType":{"type":"string"},"DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBrandAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBrandAnyOf1":{"type":"string"},"DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBrand":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBrandAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBrandAnyOf1"}]},"DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModelAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModelAnyOf1":{"type":"string"},"DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModelAnyOf1"}]},"DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesYearAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesYearAnyOf1":{"type":"number"},"DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesYear":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesYearAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesYearAnyOf1"}]},"DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapabilitiesItems":{"type":"string"},"DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapabilities":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapabilitiesItems"}},"DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEuroClassAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEuroClassAnyOf1":{"type":"string"},"DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEuroClass":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEuroClassAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEuroClassAnyOf1"}]},"DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxPayloadKgAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxPayloadKgAnyOf1":{"type":"number"},"DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxPayloadKg":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxPayloadKgAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxPayloadKgAnyOf1"}]},"DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGpsProviderAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGpsProviderAnyOf1":{"type":"string"},"DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGpsProvider":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGpsProviderAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGpsProviderAnyOf1"}]},"DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInsuranceExpiresAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInsuranceExpiresAnyOf1":{"type":"string"},"DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInsuranceExpires":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInsuranceExpiresAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInsuranceExpiresAnyOf1"}]},"DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInspectionExpiresAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInspectionExpiresAnyOf1":{"type":"string"},"DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInspectionExpires":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInspectionExpiresAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInspectionExpiresAnyOf1"}]},"DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"registrationPlate":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegistrationPlate"},"type":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesType"},"brand":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBrand"},"model":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModel"},"year":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesYear"},"capabilities":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapabilities"},"euroClass":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEuroClass"},"maxPayloadKg":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxPayloadKg"},"gpsProvider":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGpsProvider"},"isActive":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"insuranceExpires":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInsuranceExpires"},"inspectionExpires":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInspectionExpires"}},"required":["id","registrationPlate","type","brand","model","year","capabilities","euroClass","maxPayloadKg","gpsProvider","isActive","insuranceExpires","inspectionExpires"],"additionalProperties":false},"DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiRoadVehiclesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadVehiclesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadVehiclesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadVehiclesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesRegistrationPlate":{"type":"string","minLength":1},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesType":{"type":"string","enum":["TRUCK","TRAILER","SOLO"]},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesCapabilitiesItems":{"type":"string","enum":["CONTAINER","FTL","REEFER","ADR","OVERSIZED","BULK"]},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesCapabilities":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesCapabilitiesItems"},"minItems":1},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesBrandAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesBrandAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesBrand":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesBrandAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesBrandAnyOf1"}]},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesModelAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesModelAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesModel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesModelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesModelAnyOf1"}]},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesYearAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesYearAnyOf1":{"type":"number"},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesYear":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesYearAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesYearAnyOf1"}]},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesTareWeightKgAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesTareWeightKgAnyOf1":{"type":"number"},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesTareWeightKg":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesTareWeightKgAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesTareWeightKgAnyOf1"}]},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxPayloadKgAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxPayloadKgAnyOf1":{"type":"number"},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxPayloadKg":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxPayloadKgAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxPayloadKgAnyOf1"}]},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesEuroClassAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesEuroClassAnyOf1":{"type":"string","enum":["EURO3","EURO4","EURO5","EURO6","EURO6D"]},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesEuroClass":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesEuroClassAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesEuroClassAnyOf1"}]},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesFuelTypeAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesFuelTypeAnyOf1":{"type":"string","enum":["DIESEL","LNG","CNG","ELECTRIC","HYBRID"]},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesFuelType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesFuelTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesFuelTypeAnyOf1"}]},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesInsuranceExpiresAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesInsuranceExpiresAnyOf1":{"type":"string","format":"date-time"},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesInsuranceExpires":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesInsuranceExpiresAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesInsuranceExpiresAnyOf1"}]},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesInspectionExpiresAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesInspectionExpiresAnyOf1":{"type":"string","format":"date-time"},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesInspectionExpires":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesInspectionExpiresAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesInspectionExpiresAnyOf1"}]},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesGpsDeviceIdAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesGpsDeviceIdAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesGpsDeviceId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesGpsDeviceIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesGpsDeviceIdAnyOf1"}]},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesGpsProviderAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesGpsProviderAnyOf1":{"type":"string","enum":["GBOX","TELTONIKA","MANUAL","PWA"]},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesGpsProvider":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesGpsProviderAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesGpsProviderAnyOf1"}]},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesSpecsAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesSpecsAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesSpecs":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesSpecsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesSpecsAnyOf1"}]},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActiveAllOf0":{"type":"boolean"},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActiveAllOf0"}],"default":true},"DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"registrationPlate":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesRegistrationPlate"},"type":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesType"},"capabilities":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesCapabilities"},"brand":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesBrand"},"model":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesModel"},"year":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesYear"},"tareWeightKg":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesTareWeightKg"},"maxPayloadKg":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxPayloadKg"},"euroClass":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesEuroClass"},"fuelType":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesFuelType"},"insuranceExpires":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesInsuranceExpires"},"inspectionExpires":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesInspectionExpires"},"gpsDeviceId":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesGpsDeviceId"},"gpsProvider":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesGpsProvider"},"specs":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesSpecs"},"isActive":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["registrationPlate","type","capabilities"],"additionalProperties":false},"DocPathsApiRoadVehiclesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiRoadVehiclesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadVehiclesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiRoadVehiclesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiRoadVehiclesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadVehiclesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadVehiclesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadVehiclesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadVehiclesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDriversIdGetParameters0Schema":{"type":"string"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesFirstName":{"type":"string"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesLastName":{"type":"string"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesPhoneAnyOf0":{"type":"null"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesPhoneAnyOf1":{"type":"string"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesPhone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesPhoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesPhoneAnyOf1"}]},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesEmailAnyOf0":{"type":"null"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesEmailAnyOf1":{"type":"string"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesEmailAnyOf1"}]},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesPeselAnyOf0":{"type":"null"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesPeselAnyOf1":{"type":"string"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesPesel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesPeselAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesPeselAnyOf1"}]},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesLicenseCategoriesItems":{"type":"string"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesLicenseCategories":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesLicenseCategoriesItems"}},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesLicenseNumberAnyOf0":{"type":"null"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesLicenseNumberAnyOf1":{"type":"string"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesLicenseNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesLicenseNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesLicenseNumberAnyOf1"}]},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesLicenseIssuedByAnyOf0":{"type":"null"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesLicenseIssuedByAnyOf1":{"type":"string"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesLicenseIssuedBy":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesLicenseIssuedByAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesLicenseIssuedByAnyOf1"}]},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesLicenseExpiresAnyOf0":{"type":"null"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesLicenseExpiresAnyOf1":{"type":"string"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesLicenseExpires":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesLicenseExpiresAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesLicenseExpiresAnyOf1"}]},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesLicenseExpiresStatus":{"type":"string"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesLicenseExpiresDaysUntilAnyOf0":{"type":"null"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesLicenseExpiresDaysUntilAnyOf1":{"type":"number"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesLicenseExpiresDaysUntil":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesLicenseExpiresDaysUntilAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesLicenseExpiresDaysUntilAnyOf1"}]},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesQualificationsItems":{"type":"string"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesQualifications":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesQualificationsItems"}},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesAdrCertificateNumberAnyOf0":{"type":"null"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesAdrCertificateNumberAnyOf1":{"type":"string"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesAdrCertificateNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesAdrCertificateNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesAdrCertificateNumberAnyOf1"}]},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesAdrCertificateClassesAnyOf0":{"type":"null"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesAdrCertificateClassesAnyOf1Items":{"type":"string"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesAdrCertificateClassesAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesAdrCertificateClassesAnyOf1Items"}},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesAdrCertificateClasses":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesAdrCertificateClassesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesAdrCertificateClassesAnyOf1"}]},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesAdrExpiresAnyOf0":{"type":"null"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesAdrExpiresAnyOf1":{"type":"string"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesAdrExpires":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesAdrExpiresAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesAdrExpiresAnyOf1"}]},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesAdrExpiresStatus":{"type":"string"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesAdrExpiresDaysUntilAnyOf0":{"type":"null"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesAdrExpiresDaysUntilAnyOf1":{"type":"number"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesAdrExpiresDaysUntil":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesAdrExpiresDaysUntilAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesAdrExpiresDaysUntilAnyOf1"}]},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesDigitalTachographIdAnyOf0":{"type":"null"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesDigitalTachographIdAnyOf1":{"type":"string"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesDigitalTachographId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesDigitalTachographIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesDigitalTachographIdAnyOf1"}]},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesDriverCardExpiresAnyOf0":{"type":"null"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesDriverCardExpiresAnyOf1":{"type":"string"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesDriverCardExpires":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesDriverCardExpiresAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesDriverCardExpiresAnyOf1"}]},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesDriverCardExpiresStatus":{"type":"string"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesDriverCardExpiresDaysUntilAnyOf0":{"type":"null"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesDriverCardExpiresDaysUntilAnyOf1":{"type":"number"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesDriverCardExpiresDaysUntil":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesDriverCardExpiresDaysUntilAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesDriverCardExpiresDaysUntilAnyOf1"}]},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesCpcNumberAnyOf0":{"type":"null"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesCpcNumberAnyOf1":{"type":"string"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesCpcNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesCpcNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesCpcNumberAnyOf1"}]},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesCpcExpiresAnyOf0":{"type":"null"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesCpcExpiresAnyOf1":{"type":"string"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesCpcExpires":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesCpcExpiresAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesCpcExpiresAnyOf1"}]},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesCpcExpiresStatus":{"type":"string"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesCpcExpiresDaysUntilAnyOf0":{"type":"null"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesCpcExpiresDaysUntilAnyOf1":{"type":"number"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesCpcExpiresDaysUntil":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesCpcExpiresDaysUntilAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesCpcExpiresDaysUntilAnyOf1"}]},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesUserIdAnyOf0":{"type":"null"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesUserIdAnyOf1"}]},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"firstName":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesFirstName"},"lastName":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesLastName"},"phone":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesPhone"},"email":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesEmail"},"pesel":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesPesel"},"licenseCategories":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesLicenseCategories"},"licenseNumber":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesLicenseNumber"},"licenseIssuedBy":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesLicenseIssuedBy"},"licenseExpires":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesLicenseExpires"},"licenseExpiresStatus":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesLicenseExpiresStatus"},"licenseExpiresDaysUntil":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesLicenseExpiresDaysUntil"},"qualifications":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesQualifications"},"adrCertificateNumber":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesAdrCertificateNumber"},"adrCertificateClasses":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesAdrCertificateClasses"},"adrExpires":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesAdrExpires"},"adrExpiresStatus":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesAdrExpiresStatus"},"adrExpiresDaysUntil":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesAdrExpiresDaysUntil"},"digitalTachographId":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesDigitalTachographId"},"driverCardExpires":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesDriverCardExpires"},"driverCardExpiresStatus":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesDriverCardExpiresStatus"},"driverCardExpiresDaysUntil":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesDriverCardExpiresDaysUntil"},"cpcNumber":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesCpcNumber"},"cpcExpires":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesCpcExpires"},"cpcExpiresStatus":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesCpcExpiresStatus"},"cpcExpiresDaysUntil":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesCpcExpiresDaysUntil"},"userId":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesUserId"},"isActive":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesIsActive"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","firstName","lastName","phone","email","pesel","licenseCategories","licenseNumber","licenseIssuedBy","licenseExpires","licenseExpiresStatus","licenseExpiresDaysUntil","qualifications","adrCertificateNumber","adrCertificateClasses","adrExpires","adrExpiresStatus","adrExpiresDaysUntil","digitalTachographId","driverCardExpires","driverCardExpiresStatus","driverCardExpiresDaysUntil","cpcNumber","cpcExpires","cpcExpiresStatus","cpcExpiresDaysUntil","userId","isActive","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiRoadDriversIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDriversIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDriversIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDriversIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDriversIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDriversIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDriversIdPutParameters0Schema":{"type":"string"},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesFirstName":{"type":"string","minLength":1},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesLastName":{"type":"string","minLength":1},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesPhoneAnyOf0":{"type":"null"},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesPhoneAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesPhone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesPhoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesPhoneAnyOf1"}]},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesEmailAnyOf0":{"type":"null"},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesEmailAnyOf1":{"type":"string","format":"email"},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesEmailAnyOf1"}]},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesPeselAnyOf0":{"type":"null"},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesPeselAnyOf1":{"type":"string"},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesPesel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesPeselAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesPeselAnyOf1"}]},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesLicenseCategoriesAllOf0Items":{"type":"string","enum":["B","C","C+E","C1","C1+E","D","D+E"]},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesLicenseCategoriesAllOf0":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesLicenseCategoriesAllOf0Items"}},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesLicenseCategories":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesLicenseCategoriesAllOf0"}],"default":[]},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesLicenseNumberAnyOf0":{"type":"null"},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesLicenseNumberAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesLicenseNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesLicenseNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesLicenseNumberAnyOf1"}]},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesLicenseIssuedByAnyOf0":{"type":"null"},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesLicenseIssuedByAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesLicenseIssuedBy":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesLicenseIssuedByAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesLicenseIssuedByAnyOf1"}]},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesLicenseExpiresAnyOf0":{"type":"null"},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesLicenseExpiresAnyOf1":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesLicenseExpires":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesLicenseExpiresAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesLicenseExpiresAnyOf1"}]},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesQualificationsAllOf0Items":{"type":"string","enum":["ADR_BASE","ADR_TANK","ADR_EXPLOSIVE","ADR_RADIOACTIVE","REEFER_HACCP","OVERSIZED","CRANE_OPERATOR","FORKLIFT"]},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesQualificationsAllOf0":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesQualificationsAllOf0Items"}},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesQualifications":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesQualificationsAllOf0"}],"default":[]},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesAdrCertificateNumberAnyOf0":{"type":"null"},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesAdrCertificateNumberAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesAdrCertificateNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesAdrCertificateNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesAdrCertificateNumberAnyOf1"}]},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesAdrCertificateClassesAnyOf0":{"type":"null"},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesAdrCertificateClassesAnyOf1Items":{"type":"string","minLength":1},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesAdrCertificateClassesAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesAdrCertificateClassesAnyOf1Items"}},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesAdrCertificateClasses":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesAdrCertificateClassesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesAdrCertificateClassesAnyOf1"}]},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesAdrExpiresAnyOf0":{"type":"null"},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesAdrExpiresAnyOf1":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesAdrExpires":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesAdrExpiresAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesAdrExpiresAnyOf1"}]},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesDigitalTachographIdAnyOf0":{"type":"null"},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesDigitalTachographIdAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesDigitalTachographId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesDigitalTachographIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesDigitalTachographIdAnyOf1"}]},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesDriverCardExpiresAnyOf0":{"type":"null"},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesDriverCardExpiresAnyOf1":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesDriverCardExpires":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesDriverCardExpiresAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesDriverCardExpiresAnyOf1"}]},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesCpcNumberAnyOf0":{"type":"null"},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesCpcNumberAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesCpcNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesCpcNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesCpcNumberAnyOf1"}]},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesCpcExpiresAnyOf0":{"type":"null"},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesCpcExpiresAnyOf1":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesCpcExpires":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesCpcExpiresAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesCpcExpiresAnyOf1"}]},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesUserIdAnyOf0":{"type":"null"},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesUserIdAnyOf1"}]},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesIsActiveAllOf0":{"type":"boolean"},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesIsActiveAllOf0"}],"default":true},"DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"firstName":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesFirstName"},"lastName":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesLastName"},"phone":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesPhone"},"email":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesEmail"},"pesel":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesPesel"},"licenseCategories":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesLicenseCategories"},"licenseNumber":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesLicenseNumber"},"licenseIssuedBy":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesLicenseIssuedBy"},"licenseExpires":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesLicenseExpires"},"qualifications":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesQualifications"},"adrCertificateNumber":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesAdrCertificateNumber"},"adrCertificateClasses":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesAdrCertificateClasses"},"adrExpires":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesAdrExpires"},"digitalTachographId":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesDigitalTachographId"},"driverCardExpires":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesDriverCardExpires"},"cpcNumber":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesCpcNumber"},"cpcExpires":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesCpcExpires"},"userId":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesUserId"},"isActive":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"additionalProperties":false},"DocPathsApiRoadDriversIdPutResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadDriversIdPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutResponses200ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiRoadDriversIdPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDriversIdPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDriversIdPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDriversIdPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDriversIdPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDriversIdPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDriversIdPutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDriversIdPutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDriversIdPutResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDriversIdPutResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdPutResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDriversIdDeleteParameters0Schema":{"type":"string"},"DocPathsApiRoadDriversIdDeleteResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadDriversIdDeleteResponses200ContentApplicationJsonSchemaPropertiesDeleted":{"type":"boolean","enum":[true]},"DocPathsApiRoadDriversIdDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdDeleteResponses200ContentApplicationJsonSchemaPropertiesId"},"deleted":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdDeleteResponses200ContentApplicationJsonSchemaPropertiesDeleted"}},"required":["id","deleted"],"additionalProperties":false},"DocPathsApiRoadDriversIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDriversIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDriversIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDriversIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDriversIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDriversIdDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDriversIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDriversAvailableGetParameters0Schema":{"type":"string","minLength":1},"DocPathsApiRoadDriversAvailableGetParameters1Schema":{"type":"number"},"DocPathsApiRoadDriversAvailableGetParameters2Schema":{"type":"string","enum":["ADR_BASE","ADR_TANK","ADR_EXPLOSIVE","ADR_RADIOACTIVE","REEFER_HACCP","OVERSIZED","CRANE_OPERATOR","FORKLIFT"]},"DocPathsApiRoadDriversAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadDriversAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesFirstName":{"type":"string"},"DocPathsApiRoadDriversAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesLastName":{"type":"string"},"DocPathsApiRoadDriversAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesPhoneAnyOf0":{"type":"null"},"DocPathsApiRoadDriversAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesPhoneAnyOf1":{"type":"string"},"DocPathsApiRoadDriversAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesPhone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesPhoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesPhoneAnyOf1"}]},"DocPathsApiRoadDriversAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesLicenseCategoriesItems":{"type":"string"},"DocPathsApiRoadDriversAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesLicenseCategories":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadDriversAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesLicenseCategoriesItems"}},"DocPathsApiRoadDriversAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesQualificationsItems":{"type":"string"},"DocPathsApiRoadDriversAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesQualifications":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadDriversAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesQualificationsItems"}},"DocPathsApiRoadDriversAvailableGetResponses200ContentApplicationJsonSchemaItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadDriversAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesId"},"firstName":{"$ref":"#/components/schemas/DocPathsApiRoadDriversAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesFirstName"},"lastName":{"$ref":"#/components/schemas/DocPathsApiRoadDriversAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesLastName"},"phone":{"$ref":"#/components/schemas/DocPathsApiRoadDriversAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesPhone"},"licenseCategories":{"$ref":"#/components/schemas/DocPathsApiRoadDriversAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesLicenseCategories"},"qualifications":{"$ref":"#/components/schemas/DocPathsApiRoadDriversAvailableGetResponses200ContentApplicationJsonSchemaItemsPropertiesQualifications"}},"required":["id","firstName","lastName","phone","licenseCategories","qualifications"],"additionalProperties":false},"DocPathsApiRoadDriversAvailableGetResponses200ContentApplicationJsonSchema":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadDriversAvailableGetResponses200ContentApplicationJsonSchemaItems"}},"DocPathsApiRoadDriversAvailableGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDriversAvailableGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDriversAvailableGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDriversAvailableGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDriversAvailableGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDriversAvailableGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDriversAvailableGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDriversAvailableGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDriversAvailableGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDriverMeGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadDriverMeGetResponses200ContentApplicationJsonSchemaPropertiesFirstName":{"type":"string"},"DocPathsApiRoadDriverMeGetResponses200ContentApplicationJsonSchemaPropertiesLastName":{"type":"string"},"DocPathsApiRoadDriverMeGetResponses200ContentApplicationJsonSchemaPropertiesPhoneAnyOf0":{"type":"null"},"DocPathsApiRoadDriverMeGetResponses200ContentApplicationJsonSchemaPropertiesPhoneAnyOf1":{"type":"string"},"DocPathsApiRoadDriverMeGetResponses200ContentApplicationJsonSchemaPropertiesPhone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriverMeGetResponses200ContentApplicationJsonSchemaPropertiesPhoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriverMeGetResponses200ContentApplicationJsonSchemaPropertiesPhoneAnyOf1"}]},"DocPathsApiRoadDriverMeGetResponses200ContentApplicationJsonSchemaPropertiesEmailAnyOf0":{"type":"null"},"DocPathsApiRoadDriverMeGetResponses200ContentApplicationJsonSchemaPropertiesEmailAnyOf1":{"type":"string"},"DocPathsApiRoadDriverMeGetResponses200ContentApplicationJsonSchemaPropertiesEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriverMeGetResponses200ContentApplicationJsonSchemaPropertiesEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriverMeGetResponses200ContentApplicationJsonSchemaPropertiesEmailAnyOf1"}]},"DocPathsApiRoadDriverMeGetResponses200ContentApplicationJsonSchemaPropertiesUserIdAnyOf0":{"type":"null"},"DocPathsApiRoadDriverMeGetResponses200ContentApplicationJsonSchemaPropertiesUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadDriverMeGetResponses200ContentApplicationJsonSchemaPropertiesUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriverMeGetResponses200ContentApplicationJsonSchemaPropertiesUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriverMeGetResponses200ContentApplicationJsonSchemaPropertiesUserIdAnyOf1"}]},"DocPathsApiRoadDriverMeGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadDriverMeGetResponses200ContentApplicationJsonSchemaPropertiesId"},"firstName":{"$ref":"#/components/schemas/DocPathsApiRoadDriverMeGetResponses200ContentApplicationJsonSchemaPropertiesFirstName"},"lastName":{"$ref":"#/components/schemas/DocPathsApiRoadDriverMeGetResponses200ContentApplicationJsonSchemaPropertiesLastName"},"phone":{"$ref":"#/components/schemas/DocPathsApiRoadDriverMeGetResponses200ContentApplicationJsonSchemaPropertiesPhone"},"email":{"$ref":"#/components/schemas/DocPathsApiRoadDriverMeGetResponses200ContentApplicationJsonSchemaPropertiesEmail"},"userId":{"$ref":"#/components/schemas/DocPathsApiRoadDriverMeGetResponses200ContentApplicationJsonSchemaPropertiesUserId"}},"required":["id","firstName","lastName","phone","email","userId"],"additionalProperties":false},"DocPathsApiRoadDriverMeGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDriverMeGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDriverMeGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDriversMeGetResponses200ContentApplicationJsonSchemaPropertiesDriverId":{"type":"string","format":"uuid"},"DocPathsApiRoadDriversMeGetResponses200ContentApplicationJsonSchemaPropertiesUserIdAnyOf0":{"type":"null"},"DocPathsApiRoadDriversMeGetResponses200ContentApplicationJsonSchemaPropertiesUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadDriversMeGetResponses200ContentApplicationJsonSchemaPropertiesUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversMeGetResponses200ContentApplicationJsonSchemaPropertiesUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversMeGetResponses200ContentApplicationJsonSchemaPropertiesUserIdAnyOf1"}]},"DocPathsApiRoadDriversMeGetResponses200ContentApplicationJsonSchemaPropertiesFirstName":{"type":"string"},"DocPathsApiRoadDriversMeGetResponses200ContentApplicationJsonSchemaPropertiesLastName":{"type":"string"},"DocPathsApiRoadDriversMeGetResponses200ContentApplicationJsonSchemaPropertiesPhoneAnyOf0":{"type":"null"},"DocPathsApiRoadDriversMeGetResponses200ContentApplicationJsonSchemaPropertiesPhoneAnyOf1":{"type":"string"},"DocPathsApiRoadDriversMeGetResponses200ContentApplicationJsonSchemaPropertiesPhone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversMeGetResponses200ContentApplicationJsonSchemaPropertiesPhoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversMeGetResponses200ContentApplicationJsonSchemaPropertiesPhoneAnyOf1"}]},"DocPathsApiRoadDriversMeGetResponses200ContentApplicationJsonSchemaPropertiesQualificationsItems":{"type":"string"},"DocPathsApiRoadDriversMeGetResponses200ContentApplicationJsonSchemaPropertiesQualifications":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadDriversMeGetResponses200ContentApplicationJsonSchemaPropertiesQualificationsItems"}},"DocPathsApiRoadDriversMeGetResponses200ContentApplicationJsonSchemaPropertiesLicenseCategoriesItems":{"type":"string"},"DocPathsApiRoadDriversMeGetResponses200ContentApplicationJsonSchemaPropertiesLicenseCategories":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadDriversMeGetResponses200ContentApplicationJsonSchemaPropertiesLicenseCategoriesItems"}},"DocPathsApiRoadDriversMeGetResponses200ContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiRoadDriversMeGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"driverId":{"$ref":"#/components/schemas/DocPathsApiRoadDriversMeGetResponses200ContentApplicationJsonSchemaPropertiesDriverId"},"userId":{"$ref":"#/components/schemas/DocPathsApiRoadDriversMeGetResponses200ContentApplicationJsonSchemaPropertiesUserId"},"firstName":{"$ref":"#/components/schemas/DocPathsApiRoadDriversMeGetResponses200ContentApplicationJsonSchemaPropertiesFirstName"},"lastName":{"$ref":"#/components/schemas/DocPathsApiRoadDriversMeGetResponses200ContentApplicationJsonSchemaPropertiesLastName"},"phone":{"$ref":"#/components/schemas/DocPathsApiRoadDriversMeGetResponses200ContentApplicationJsonSchemaPropertiesPhone"},"qualifications":{"$ref":"#/components/schemas/DocPathsApiRoadDriversMeGetResponses200ContentApplicationJsonSchemaPropertiesQualifications"},"licenseCategories":{"$ref":"#/components/schemas/DocPathsApiRoadDriversMeGetResponses200ContentApplicationJsonSchemaPropertiesLicenseCategories"},"isActive":{"$ref":"#/components/schemas/DocPathsApiRoadDriversMeGetResponses200ContentApplicationJsonSchemaPropertiesIsActive"}},"required":["driverId","userId","firstName","lastName","phone","qualifications","licenseCategories","isActive"],"additionalProperties":false},"DocPathsApiRoadDriversMeGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDriversMeGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDriversMeGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDriversMeGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDriversMeGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDriversMeGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDriversPwaUsersGetParameters0Schema":{"type":"string"},"DocPathsApiRoadDriversPwaUsersGetParameters1Schema":{"type":"number"},"DocPathsApiRoadDriversPwaUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadDriversPwaUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEmail":{"type":"string","format":"email"},"DocPathsApiRoadDriversPwaUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiRoadDriversPwaUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadDriversPwaUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversPwaUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversPwaUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiRoadDriversPwaUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationNameAnyOf0":{"type":"null"},"DocPathsApiRoadDriversPwaUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationNameAnyOf1":{"type":"string"},"DocPathsApiRoadDriversPwaUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversPwaUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversPwaUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationNameAnyOf1"}]},"DocPathsApiRoadDriversPwaUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPwaUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"email":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPwaUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEmail"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPwaUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"organizationName":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPwaUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationName"}},"required":["id","email","organizationId","organizationName"],"additionalProperties":false},"DocPathsApiRoadDriversPwaUsersGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPwaUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiRoadDriversPwaUsersGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPwaUsersGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsApiRoadDriversPwaUsersGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDriversPwaUsersGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPwaUsersGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDriversPwaUsersGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDriversPwaUsersGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPwaUsersGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDriversGetParameters0Schema":{"type":"number"},"DocPathsApiRoadDriversGetParameters1Schema":{"type":"number"},"DocPathsApiRoadDriversGetParameters2Schema":{"type":"string"},"DocPathsApiRoadDriversGetParameters3Schema":{"type":"string","enum":["ADR_BASE","ADR_TANK","ADR_EXPLOSIVE","ADR_RADIOACTIVE","REEFER_HACCP","OVERSIZED","CRANE_OPERATOR","FORKLIFT"]},"DocPathsApiRoadDriversGetParameters4Schema":{"type":"string","enum":["B","C","C+E","C1","C1+E","D","D+E"]},"DocPathsApiRoadDriversGetParameters5Schema":{"type":"boolean"},"DocPathsApiRoadDriversGetParameters6Schema":{"type":"string","enum":["lastName","firstName","licenseExpires","adrExpires","cpcExpires","driverCardExpires","isActive"]},"DocPathsApiRoadDriversGetParameters7Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiRoadDriversGetParameters8Schema":{"type":"string"},"DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFirstName":{"type":"string"},"DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastName":{"type":"string"},"DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPhoneAnyOf0":{"type":"null"},"DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPhoneAnyOf1":{"type":"string"},"DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPhone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPhoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPhoneAnyOf1"}]},"DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLicenseCategoriesItems":{"type":"string"},"DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLicenseCategories":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLicenseCategoriesItems"}},"DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLicenseExpiresAnyOf0":{"type":"null"},"DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLicenseExpiresAnyOf1":{"type":"string"},"DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLicenseExpires":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLicenseExpiresAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLicenseExpiresAnyOf1"}]},"DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQualificationsItems":{"type":"string"},"DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQualifications":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQualificationsItems"}},"DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAdrExpiresAnyOf0":{"type":"null"},"DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAdrExpiresAnyOf1":{"type":"string"},"DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAdrExpires":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAdrExpiresAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAdrExpiresAnyOf1"}]},"DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCpcExpiresAnyOf0":{"type":"null"},"DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCpcExpiresAnyOf1":{"type":"string"},"DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCpcExpires":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCpcExpiresAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCpcExpiresAnyOf1"}]},"DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDriverCardExpiresAnyOf0":{"type":"null"},"DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDriverCardExpiresAnyOf1":{"type":"string"},"DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDriverCardExpires":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDriverCardExpiresAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDriverCardExpiresAnyOf1"}]},"DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"firstName":{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFirstName"},"lastName":{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastName"},"phone":{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPhone"},"licenseCategories":{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLicenseCategories"},"licenseExpires":{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLicenseExpires"},"qualifications":{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQualifications"},"adrExpires":{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAdrExpires"},"cpcExpires":{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCpcExpires"},"driverCardExpires":{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDriverCardExpires"},"isActive":{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"}},"required":["id","firstName","lastName","phone","licenseCategories","licenseExpires","qualifications","adrExpires","cpcExpires","driverCardExpires","isActive"],"additionalProperties":false},"DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiRoadDriversGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDriversGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDriversGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDriversGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDriversGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesFirstName":{"type":"string","minLength":1},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesLastName":{"type":"string","minLength":1},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesPhoneAnyOf0":{"type":"null"},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesPhoneAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesPhone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesPhoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesPhoneAnyOf1"}]},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesEmailAnyOf0":{"type":"null"},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesEmailAnyOf1":{"type":"string","format":"email"},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesEmailAnyOf1"}]},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesPeselAnyOf0":{"type":"null"},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesPeselAnyOf1":{"type":"string"},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesPesel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesPeselAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesPeselAnyOf1"}]},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesLicenseCategoriesAllOf0Items":{"type":"string","enum":["B","C","C+E","C1","C1+E","D","D+E"]},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesLicenseCategoriesAllOf0":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesLicenseCategoriesAllOf0Items"}},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesLicenseCategories":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesLicenseCategoriesAllOf0"}],"default":[]},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesLicenseNumberAnyOf0":{"type":"null"},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesLicenseNumberAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesLicenseNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesLicenseNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesLicenseNumberAnyOf1"}]},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesLicenseIssuedByAnyOf0":{"type":"null"},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesLicenseIssuedByAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesLicenseIssuedBy":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesLicenseIssuedByAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesLicenseIssuedByAnyOf1"}]},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesLicenseExpiresAnyOf0":{"type":"null"},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesLicenseExpiresAnyOf1":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesLicenseExpires":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesLicenseExpiresAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesLicenseExpiresAnyOf1"}]},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesQualificationsAllOf0Items":{"type":"string","enum":["ADR_BASE","ADR_TANK","ADR_EXPLOSIVE","ADR_RADIOACTIVE","REEFER_HACCP","OVERSIZED","CRANE_OPERATOR","FORKLIFT"]},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesQualificationsAllOf0":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesQualificationsAllOf0Items"}},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesQualifications":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesQualificationsAllOf0"}],"default":[]},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesAdrCertificateNumberAnyOf0":{"type":"null"},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesAdrCertificateNumberAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesAdrCertificateNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesAdrCertificateNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesAdrCertificateNumberAnyOf1"}]},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesAdrCertificateClassesAnyOf0":{"type":"null"},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesAdrCertificateClassesAnyOf1Items":{"type":"string","minLength":1},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesAdrCertificateClassesAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesAdrCertificateClassesAnyOf1Items"}},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesAdrCertificateClasses":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesAdrCertificateClassesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesAdrCertificateClassesAnyOf1"}]},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesAdrExpiresAnyOf0":{"type":"null"},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesAdrExpiresAnyOf1":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesAdrExpires":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesAdrExpiresAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesAdrExpiresAnyOf1"}]},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesDigitalTachographIdAnyOf0":{"type":"null"},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesDigitalTachographIdAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesDigitalTachographId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesDigitalTachographIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesDigitalTachographIdAnyOf1"}]},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesDriverCardExpiresAnyOf0":{"type":"null"},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesDriverCardExpiresAnyOf1":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesDriverCardExpires":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesDriverCardExpiresAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesDriverCardExpiresAnyOf1"}]},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesCpcNumberAnyOf0":{"type":"null"},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesCpcNumberAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesCpcNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesCpcNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesCpcNumberAnyOf1"}]},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesCpcExpiresAnyOf0":{"type":"null"},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesCpcExpiresAnyOf1":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesCpcExpires":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesCpcExpiresAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesCpcExpiresAnyOf1"}]},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesUserIdAnyOf0":{"type":"null"},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesUserIdAnyOf1"}]},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesIsActiveAllOf0":{"type":"boolean"},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesIsActiveAllOf0"}],"default":true},"DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"firstName":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesFirstName"},"lastName":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesLastName"},"phone":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesPhone"},"email":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesEmail"},"pesel":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesPesel"},"licenseCategories":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesLicenseCategories"},"licenseNumber":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesLicenseNumber"},"licenseIssuedBy":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesLicenseIssuedBy"},"licenseExpires":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesLicenseExpires"},"qualifications":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesQualifications"},"adrCertificateNumber":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesAdrCertificateNumber"},"adrCertificateClasses":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesAdrCertificateClasses"},"adrExpires":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesAdrExpires"},"digitalTachographId":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesDigitalTachographId"},"driverCardExpires":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesDriverCardExpires"},"cpcNumber":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesCpcNumber"},"cpcExpires":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesCpcExpires"},"userId":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesUserId"},"isActive":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["firstName","lastName"],"additionalProperties":false},"DocPathsApiRoadDriversPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiRoadDriversPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadDriversPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiRoadDriversPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiRoadDriversPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDriversPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDriversPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDriversPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDriversPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDispatchAssignmentsIdGetParameters0Schema":{"type":"string"},"DocPathsApiRoadDispatchAssignmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiRoadDispatchAssignmentsIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdGetResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiRoadDispatchAssignmentsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDispatchAssignmentsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDispatchAssignmentsIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDispatchAssignmentsIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDispatchAssignmentsIdPatchParameters0Schema":{"type":"string"},"DocPathsApiRoadDispatchAssignmentsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["ASSIGNED","EN_ROUTE_PICKUP","AT_PICKUP","LOADING","IN_TRANSIT","AT_DELIVERY","UNLOADING","COMPLETED","CANCELLED"]},"DocPathsApiRoadDispatchAssignmentsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPlannedPickupAtAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchAssignmentsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPlannedPickupAtAnyOf1":{"type":"string","format":"datetime"},"DocPathsApiRoadDispatchAssignmentsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPlannedPickupAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPlannedPickupAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPlannedPickupAtAnyOf1"}]},"DocPathsApiRoadDispatchAssignmentsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPlannedDeliveryAtAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchAssignmentsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPlannedDeliveryAtAnyOf1":{"type":"string","format":"datetime"},"DocPathsApiRoadDispatchAssignmentsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPlannedDeliveryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPlannedDeliveryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPlannedDeliveryAtAnyOf1"}]},"DocPathsApiRoadDispatchAssignmentsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDispatcherNotesAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchAssignmentsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDispatcherNotesAnyOf1":{"type":"string"},"DocPathsApiRoadDispatchAssignmentsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDispatcherNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDispatcherNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDispatcherNotesAnyOf1"}]},"DocPathsApiRoadDispatchAssignmentsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesSpecialRequirementsAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchAssignmentsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesSpecialRequirementsAnyOf1PropertiesNeedsCrane":{"type":"boolean"},"DocPathsApiRoadDispatchAssignmentsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesSpecialRequirementsAnyOf1PropertiesNeedsForklift":{"type":"boolean"},"DocPathsApiRoadDispatchAssignmentsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesSpecialRequirementsAnyOf1":{"type":"object","properties":{"needsCrane":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesSpecialRequirementsAnyOf1PropertiesNeedsCrane"},"needsForklift":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesSpecialRequirementsAnyOf1PropertiesNeedsForklift"}},"additionalProperties":false},"DocPathsApiRoadDispatchAssignmentsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesSpecialRequirements":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesSpecialRequirementsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesSpecialRequirementsAnyOf1"}]},"DocPathsApiRoadDispatchAssignmentsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesVersion":{"type":"number"},"DocPathsApiRoadDispatchAssignmentsIdPatchRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"status":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesStatus"},"plannedPickupAt":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPlannedPickupAt"},"plannedDeliveryAt":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPlannedDeliveryAt"},"dispatcherNotes":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDispatcherNotes"},"specialRequirements":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesSpecialRequirements"},"version":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesVersion"}},"required":["version"],"additionalProperties":false},"DocPathsApiRoadDispatchAssignmentsIdPatchResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiRoadDispatchAssignmentsIdPatchResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdPatchResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiRoadDispatchAssignmentsIdPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDispatchAssignmentsIdPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDispatchAssignmentsIdPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDispatchAssignmentsIdPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDispatchAssignmentsIdDeleteParameters0Schema":{"type":"string"},"DocPathsApiRoadDispatchAssignmentsIdDeleteResponses200ContentApplicationJsonSchemaPropertiesSuccess":{"type":"boolean","enum":[true]},"DocPathsApiRoadDispatchAssignmentsIdDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"success":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdDeleteResponses200ContentApplicationJsonSchemaPropertiesSuccess"}},"required":["success"],"additionalProperties":false},"DocPathsApiRoadDispatchAssignmentsIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDispatchAssignmentsIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDispatchAssignmentsIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDispatchAssignmentsIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegId":{"type":"string"},"DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleId":{"type":"string"},"DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDriverId":{"type":"string"},"DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrailerIdAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrailerIdAnyOf1":{"type":"string"},"DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrailerId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrailerIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrailerIdAnyOf1"}]},"DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string"},"DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlannedPickupAtAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlannedPickupAtAnyOf1":{"type":"string"},"DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlannedPickupAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlannedPickupAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlannedPickupAtAnyOf1"}]},"DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlannedDeliveryAtAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlannedDeliveryAtAnyOf1":{"type":"string"},"DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlannedDeliveryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlannedDeliveryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlannedDeliveryAtAnyOf1"}]},"DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVersion":{"type":"number"},"DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"legId":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegId"},"vehicleId":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleId"},"driverId":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDriverId"},"trailerId":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrailerId"},"status":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"plannedPickupAt":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlannedPickupAt"},"plannedDeliveryAt":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlannedDeliveryAt"},"version":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVersion"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","organizationId","legId","vehicleId","driverId","trailerId","status","plannedPickupAt","plannedDeliveryAt","version","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsApiRoadDispatchAssignmentsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDispatchAssignmentsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDispatchAssignmentsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDispatchAssignmentsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesLegId":{"type":"string","format":"uuid"},"DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleId":{"type":"string","format":"uuid"},"DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesDriverId":{"type":"string","format":"uuid"},"DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTrailerIdAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTrailerIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTrailerId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTrailerIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTrailerIdAnyOf1"}]},"DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPlannedPickupAtAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPlannedPickupAtAnyOf1":{"type":"string","format":"datetime"},"DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPlannedPickupAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPlannedPickupAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPlannedPickupAtAnyOf1"}]},"DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPlannedDeliveryAtAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPlannedDeliveryAtAnyOf1":{"type":"string","format":"datetime"},"DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPlannedDeliveryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPlannedDeliveryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPlannedDeliveryAtAnyOf1"}]},"DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesDispatcherNotesAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesDispatcherNotesAnyOf1":{"type":"string"},"DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesDispatcherNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesDispatcherNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesDispatcherNotesAnyOf1"}]},"DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesSpecialRequirementsAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesSpecialRequirementsAnyOf1PropertiesNeedsCrane":{"type":"boolean"},"DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesSpecialRequirementsAnyOf1PropertiesNeedsForklift":{"type":"boolean"},"DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesSpecialRequirementsAnyOf1":{"type":"object","properties":{"needsCrane":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesSpecialRequirementsAnyOf1PropertiesNeedsCrane"},"needsForklift":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesSpecialRequirementsAnyOf1PropertiesNeedsForklift"}},"additionalProperties":false},"DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesSpecialRequirements":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesSpecialRequirementsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesSpecialRequirementsAnyOf1"}]},"DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"legId":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesLegId"},"vehicleId":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleId"},"driverId":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesDriverId"},"trailerId":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTrailerId"},"plannedPickupAt":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPlannedPickupAt"},"plannedDeliveryAt":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesPlannedDeliveryAt"},"dispatcherNotes":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesDispatcherNotes"},"specialRequirements":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesSpecialRequirements"}},"required":["legId","vehicleId","driverId"],"additionalProperties":false},"DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchemaPropertiesLegId":{"type":"string"},"DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchemaPropertiesVehicleId":{"type":"string"},"DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchemaPropertiesDriverId":{"type":"string"},"DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchemaPropertiesTrailerIdAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchemaPropertiesTrailerIdAnyOf1":{"type":"string"},"DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchemaPropertiesTrailerId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchemaPropertiesTrailerIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchemaPropertiesTrailerIdAnyOf1"}]},"DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchemaPropertiesPlannedPickupAtAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchemaPropertiesPlannedPickupAtAnyOf1":{"type":"string"},"DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchemaPropertiesPlannedPickupAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchemaPropertiesPlannedPickupAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchemaPropertiesPlannedPickupAtAnyOf1"}]},"DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchemaPropertiesPlannedDeliveryAtAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchemaPropertiesPlannedDeliveryAtAnyOf1":{"type":"string"},"DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchemaPropertiesPlannedDeliveryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchemaPropertiesPlannedDeliveryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchemaPropertiesPlannedDeliveryAtAnyOf1"}]},"DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchemaPropertiesVersion":{"type":"number"},"DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationId"},"legId":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchemaPropertiesLegId"},"vehicleId":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchemaPropertiesVehicleId"},"driverId":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchemaPropertiesDriverId"},"trailerId":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchemaPropertiesTrailerId"},"status":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchemaPropertiesStatus"},"plannedPickupAt":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchemaPropertiesPlannedPickupAt"},"plannedDeliveryAt":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchemaPropertiesPlannedDeliveryAt"},"version":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchemaPropertiesVersion"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","organizationId","legId","vehicleId","driverId","trailerId","status","plannedPickupAt","plannedDeliveryAt","version","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiRoadDispatchAssignmentsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDispatchAssignmentsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDispatchAssignmentsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDispatchAssignmentsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchAssignmentsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDispatchSuggestionsPostRequestBodyContentApplicationJsonSchemaPropertiesLegId":{"type":"string","format":"uuid"},"DocPathsApiRoadDispatchSuggestionsPostRequestBodyContentApplicationJsonSchemaPropertiesWindowStartAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchSuggestionsPostRequestBodyContentApplicationJsonSchemaPropertiesWindowStartAnyOf1":{"type":"string","format":"datetime"},"DocPathsApiRoadDispatchSuggestionsPostRequestBodyContentApplicationJsonSchemaPropertiesWindowStart":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchSuggestionsPostRequestBodyContentApplicationJsonSchemaPropertiesWindowStartAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchSuggestionsPostRequestBodyContentApplicationJsonSchemaPropertiesWindowStartAnyOf1"}]},"DocPathsApiRoadDispatchSuggestionsPostRequestBodyContentApplicationJsonSchemaPropertiesWindowEndAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchSuggestionsPostRequestBodyContentApplicationJsonSchemaPropertiesWindowEndAnyOf1":{"type":"string","format":"datetime"},"DocPathsApiRoadDispatchSuggestionsPostRequestBodyContentApplicationJsonSchemaPropertiesWindowEnd":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchSuggestionsPostRequestBodyContentApplicationJsonSchemaPropertiesWindowEndAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchSuggestionsPostRequestBodyContentApplicationJsonSchemaPropertiesWindowEndAnyOf1"}]},"DocPathsApiRoadDispatchSuggestionsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"legId":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchSuggestionsPostRequestBodyContentApplicationJsonSchemaPropertiesLegId"},"windowStart":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchSuggestionsPostRequestBodyContentApplicationJsonSchemaPropertiesWindowStart"},"windowEnd":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchSuggestionsPostRequestBodyContentApplicationJsonSchemaPropertiesWindowEnd"}},"required":["legId"],"additionalProperties":false},"DocPathsApiRoadDispatchSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesVehiclesItems":{"type":"object","additionalProperties":true},"DocPathsApiRoadDispatchSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesVehicles":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesVehiclesItems"}},"DocPathsApiRoadDispatchSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDriversItems":{"type":"object","additionalProperties":true},"DocPathsApiRoadDispatchSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDrivers":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDriversItems"}},"DocPathsApiRoadDispatchSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesWindowPropertiesStart":{"type":"string"},"DocPathsApiRoadDispatchSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesWindowPropertiesEnd":{"type":"string"},"DocPathsApiRoadDispatchSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesWindow":{"type":"object","properties":{"start":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesWindowPropertiesStart"},"end":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesWindowPropertiesEnd"}},"required":["start","end"],"additionalProperties":false},"DocPathsApiRoadDispatchSuggestionsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"vehicles":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesVehicles"},"drivers":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesDrivers"},"window":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchSuggestionsPostResponses201ContentApplicationJsonSchemaPropertiesWindow"}},"required":["vehicles","drivers","window"],"additionalProperties":false},"DocPathsApiRoadDispatchSuggestionsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDispatchSuggestionsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchSuggestionsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDispatchSuggestionsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDispatchSuggestionsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchSuggestionsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDriverActivePhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadDriverActivePhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFileName":{"type":"string"},"DocPathsApiRoadDriverActivePhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFileSize":{"type":"number"},"DocPathsApiRoadDriverActivePhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMimeTypeAnyOf0":{"type":"null"},"DocPathsApiRoadDriverActivePhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMimeTypeAnyOf1":{"type":"string"},"DocPathsApiRoadDriverActivePhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMimeType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriverActivePhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMimeTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriverActivePhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMimeTypeAnyOf1"}]},"DocPathsApiRoadDriverActivePhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUrl":{"type":"string"},"DocPathsApiRoadDriverActivePhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesThumbnailUrl":{"type":"string"},"DocPathsApiRoadDriverActivePhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiRoadDriverActivePhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActivePhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"fileName":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActivePhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFileName"},"fileSize":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActivePhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFileSize"},"mimeType":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActivePhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMimeType"},"url":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActivePhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUrl"},"thumbnailUrl":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActivePhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesThumbnailUrl"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActivePhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"}},"required":["id","fileName","fileSize","mimeType","url","thumbnailUrl","createdAt"],"additionalProperties":false},"DocPathsApiRoadDriverActivePhotosGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActivePhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiRoadDriverActivePhotosGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActivePhotosGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsApiRoadDriverActivePhotosGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDriverActivePhotosGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActivePhotosGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDriverActivePhotosPostRequestBodyContentMultipartFormDataSchemaPropertiesFile":{"type":"string"},"DocPathsApiRoadDriverActivePhotosPostRequestBodyContentMultipartFormDataSchema":{"type":"object","properties":{"file":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActivePhotosPostRequestBodyContentMultipartFormDataSchemaPropertiesFile"}},"required":["file"],"additionalProperties":false},"DocPathsApiRoadDriverActivePhotosPostResponses201ContentApplicationJsonSchema":{"type":"object","additionalProperties":true},"DocPathsApiRoadDriverActivePhotosPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDriverActivePhotosPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActivePhotosPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesOrderNumber":{"type":"string"},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesVersion":{"type":"number"},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesPlannedPickupAtAnyOf0":{"type":"null"},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesPlannedPickupAtAnyOf1":{"type":"string"},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesPlannedPickupAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesPlannedPickupAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesPlannedPickupAtAnyOf1"}]},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesPlannedDeliveryAtAnyOf0":{"type":"null"},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesPlannedDeliveryAtAnyOf1":{"type":"string"},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesPlannedDeliveryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesPlannedDeliveryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesPlannedDeliveryAtAnyOf1"}]},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesVehiclePlateAnyOf0":{"type":"null"},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesVehiclePlateAnyOf1":{"type":"string"},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesVehiclePlate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesVehiclePlateAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesVehiclePlateAnyOf1"}]},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesOriginLabelAnyOf0":{"type":"null"},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesOriginLabelAnyOf1":{"type":"string"},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesOriginLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesOriginLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesOriginLabelAnyOf1"}]},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesDestinationLabelAnyOf0":{"type":"null"},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesDestinationLabelAnyOf1":{"type":"string"},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesDestinationLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesDestinationLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesDestinationLabelAnyOf1"}]},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesDispatcherNotesAnyOf0":{"type":"null"},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesDispatcherNotesAnyOf1":{"type":"string"},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesDispatcherNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesDispatcherNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesDispatcherNotesAnyOf1"}]},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesStatusActionsItemsPropertiesStatus":{"type":"string"},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesStatusActionsItemsPropertiesLabel":{"type":"string"},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesStatusActionsItems":{"type":"object","properties":{"status":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesStatusActionsItemsPropertiesStatus"},"label":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesStatusActionsItemsPropertiesLabel"}},"required":["status","label"],"additionalProperties":false},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesStatusActions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesStatusActionsItems"}},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesEcmrAnyOf0":{"type":"null"},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesEcmrAnyOf1PropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesEcmrAnyOf1PropertiesDocumentNumber":{"type":"string"},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesEcmrAnyOf1PropertiesStatus":{"type":"string"},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesEcmrAnyOf1PropertiesSealHash":{"type":"string"},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesEcmrAnyOf1":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesEcmrAnyOf1PropertiesId"},"documentNumber":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesEcmrAnyOf1PropertiesDocumentNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesEcmrAnyOf1PropertiesStatus"},"sealHash":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesEcmrAnyOf1PropertiesSealHash"}},"required":["id","documentNumber","status","sealHash"],"additionalProperties":false},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesEcmr":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesEcmrAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesEcmrAnyOf1"}]},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItemsPropertiesFileName":{"type":"string"},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItemsPropertiesFileSize":{"type":"number"},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItemsPropertiesMimeTypeAnyOf0":{"type":"null"},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItemsPropertiesMimeTypeAnyOf1":{"type":"string"},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItemsPropertiesMimeType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItemsPropertiesMimeTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItemsPropertiesMimeTypeAnyOf1"}]},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItemsPropertiesUrl":{"type":"string"},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItemsPropertiesThumbnailUrl":{"type":"string"},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItemsPropertiesId"},"fileName":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItemsPropertiesFileName"},"fileSize":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItemsPropertiesFileSize"},"mimeType":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItemsPropertiesMimeType"},"url":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItemsPropertiesUrl"},"thumbnailUrl":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItemsPropertiesThumbnailUrl"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItemsPropertiesCreatedAt"}},"required":["id","fileName","fileSize","mimeType","url","thumbnailUrl","createdAt"],"additionalProperties":false},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesPhotos":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItems"}},"DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesId"},"orderNumber":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesOrderNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesStatus"},"version":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesVersion"},"plannedPickupAt":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesPlannedPickupAt"},"plannedDeliveryAt":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesPlannedDeliveryAt"},"vehiclePlate":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesVehiclePlate"},"originLabel":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesOriginLabel"},"destinationLabel":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesDestinationLabel"},"dispatcherNotes":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesDispatcherNotes"},"statusActions":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesStatusActions"},"ecmr":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesEcmr"},"photos":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses200ContentApplicationJsonSchemaPropertiesPhotos"}},"required":["id","orderNumber","status","version","plannedPickupAt","plannedDeliveryAt","vehiclePlate","originLabel","destinationLabel","dispatcherNotes","statusActions","ecmr","photos"],"additionalProperties":false,"nullable":true},"DocPathsApiRoadDriverActiveGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDriverActiveGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDriverActiveStatusPostRequestBodyContentApplicationJsonSchemaPropertiesDispatchId":{"type":"string","format":"uuid"},"DocPathsApiRoadDriverActiveStatusPostRequestBodyContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["ASSIGNED","EN_ROUTE_PICKUP","AT_PICKUP","LOADING","IN_TRANSIT","AT_DELIVERY","UNLOADING","COMPLETED","CANCELLED"]},"DocPathsApiRoadDriverActiveStatusPostRequestBodyContentApplicationJsonSchemaPropertiesVersion":{"type":"number"},"DocPathsApiRoadDriverActiveStatusPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"dispatchId":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveStatusPostRequestBodyContentApplicationJsonSchemaPropertiesDispatchId"},"status":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveStatusPostRequestBodyContentApplicationJsonSchemaPropertiesStatus"},"version":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveStatusPostRequestBodyContentApplicationJsonSchemaPropertiesVersion"}},"required":["dispatchId","status","version"],"additionalProperties":false},"DocPathsApiRoadDriverActiveStatusPostResponses200ContentApplicationJsonSchema":{"type":"object","additionalProperties":true},"DocPathsApiRoadDriverActiveStatusPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDriverActiveStatusPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveStatusPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDispatchDriverOrdersIdPhotosGetParameters0Schema":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdPhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadDispatchDriverOrdersIdPhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFileName":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdPhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMimeTypeAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchDriverOrdersIdPhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMimeTypeAnyOf1":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdPhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMimeType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdPhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMimeTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdPhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMimeTypeAnyOf1"}]},"DocPathsApiRoadDispatchDriverOrdersIdPhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdPhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesImageUrl":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdPhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFileUrl":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdPhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdPhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"fileName":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdPhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFileName"},"mimeType":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdPhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMimeType"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdPhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"imageUrl":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdPhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesImageUrl"},"fileUrl":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdPhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFileUrl"}},"required":["id","fileName","mimeType","createdAt","imageUrl","fileUrl"],"additionalProperties":false},"DocPathsApiRoadDispatchDriverOrdersIdPhotosGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdPhotosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiRoadDispatchDriverOrdersIdPhotosGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdPhotosGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsApiRoadDispatchDriverOrdersIdPhotosGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdPhotosGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdPhotosGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDispatchDriverOrdersIdPhotosPostParameters0Schema":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdPhotosPostRequestBodyContentMultipartFormDataSchemaPropertiesFile":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdPhotosPostRequestBodyContentMultipartFormDataSchema":{"type":"object","properties":{"file":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdPhotosPostRequestBodyContentMultipartFormDataSchemaPropertiesFile"}},"required":["file"],"additionalProperties":false},"DocPathsApiRoadDispatchDriverOrdersIdPhotosPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadDispatchDriverOrdersIdPhotosPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesFileName":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdPhotosPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesMimeTypeAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchDriverOrdersIdPhotosPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesMimeTypeAnyOf1":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdPhotosPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesMimeType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdPhotosPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesMimeTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdPhotosPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesMimeTypeAnyOf1"}]},"DocPathsApiRoadDispatchDriverOrdersIdPhotosPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAt":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdPhotosPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesImageUrl":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdPhotosPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesFileUrl":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdPhotosPostResponses201ContentApplicationJsonSchemaPropertiesItem":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdPhotosPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesId"},"fileName":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdPhotosPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesFileName"},"mimeType":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdPhotosPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesMimeType"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdPhotosPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAt"},"imageUrl":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdPhotosPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesImageUrl"},"fileUrl":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdPhotosPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesFileUrl"}},"required":["id","fileName","mimeType","createdAt","imageUrl","fileUrl"],"additionalProperties":false},"DocPathsApiRoadDispatchDriverOrdersIdPhotosPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"item":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdPhotosPostResponses201ContentApplicationJsonSchemaPropertiesItem"}},"required":["item"],"additionalProperties":false},"DocPathsApiRoadDispatchDriverOrdersIdPhotosPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdPhotosPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdPhotosPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDispatchDriverOrdersIdGetParameters0Schema":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesLegId":{"type":"string","format":"uuid"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleId":{"type":"string","format":"uuid"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesDriverId":{"type":"string","format":"uuid"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesTrailerIdAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesTrailerIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesTrailerId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesTrailerIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesTrailerIdAnyOf1"}]},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginLocationIdAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginLocationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginLocationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginLocationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginLocationIdAnyOf1"}]},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationLocationIdAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationLocationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationLocationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationLocationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationLocationIdAnyOf1"}]},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesPlannedPickupAtAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesPlannedPickupAtAnyOf1":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesPlannedPickupAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesPlannedPickupAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesPlannedPickupAtAnyOf1"}]},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesPlannedDeliveryAtAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesPlannedDeliveryAtAnyOf1":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesPlannedDeliveryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesPlannedDeliveryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesPlannedDeliveryAtAnyOf1"}]},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesActualDepartureAtAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesActualDepartureAtAnyOf1":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesActualDepartureAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesActualDepartureAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesActualDepartureAtAnyOf1"}]},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesActualPickupAtAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesActualPickupAtAnyOf1":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesActualPickupAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesActualPickupAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesActualPickupAtAnyOf1"}]},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesActualDeliveryAtAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesActualDeliveryAtAnyOf1":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesActualDeliveryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesActualDeliveryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesActualDeliveryAtAnyOf1"}]},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf1":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesCompletedAtAnyOf1"}]},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesDispatcherNotesAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesDispatcherNotesAnyOf1":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesDispatcherNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesDispatcherNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesDispatcherNotesAnyOf1"}]},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesSpecialRequirementsAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesSpecialRequirementsAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesSpecialRequirements":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesSpecialRequirementsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesSpecialRequirementsAnyOf1"}]},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesVersion":{"type":"number"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesAssignedByUserIdAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesAssignedByUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesAssignedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesAssignedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesAssignedByUserIdAnyOf1"}]},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesVehiclePlateAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesVehiclePlateAnyOf1":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesVehiclePlate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesVehiclePlateAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesVehiclePlateAnyOf1"}]},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginLocationNameAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginLocationNameAnyOf1":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginLocationName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginLocationNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginLocationNameAnyOf1"}]},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationLocationNameAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationLocationNameAnyOf1":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationLocationName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationLocationNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationLocationNameAnyOf1"}]},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesEcmrDocumentIdAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesEcmrDocumentIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesEcmrDocumentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesEcmrDocumentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesEcmrDocumentIdAnyOf1"}]},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesEcmrDocumentNumberAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesEcmrDocumentNumberAnyOf1":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesEcmrDocumentNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesEcmrDocumentNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesEcmrDocumentNumberAnyOf1"}]},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesEcmrStatusAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesEcmrStatusAnyOf1":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesEcmrStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesEcmrStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesEcmrStatusAnyOf1"}]},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesNextStatusesItems":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesNextStatuses":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesNextStatusesItems"}},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItemsPropertiesFileName":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItemsPropertiesMimeTypeAnyOf0":{"type":"null"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItemsPropertiesMimeTypeAnyOf1":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItemsPropertiesMimeType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItemsPropertiesMimeTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItemsPropertiesMimeTypeAnyOf1"}]},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItemsPropertiesImageUrl":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItemsPropertiesTagsItems":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItemsPropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItemsPropertiesTagsItems"}},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItemsPropertiesId"},"fileName":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItemsPropertiesFileName"},"mimeType":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItemsPropertiesMimeType"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItemsPropertiesCreatedAt"},"imageUrl":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItemsPropertiesImageUrl"},"tags":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItemsPropertiesTags"}},"required":["id","fileName","mimeType","createdAt","imageUrl","tags"],"additionalProperties":false},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesPhotos":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesPhotosItems"}},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"legId":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesLegId"},"vehicleId":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleId"},"driverId":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesDriverId"},"trailerId":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesTrailerId"},"originLocationId":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginLocationId"},"destinationLocationId":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationLocationId"},"status":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesStatus"},"plannedPickupAt":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesPlannedPickupAt"},"plannedDeliveryAt":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesPlannedDeliveryAt"},"actualDepartureAt":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesActualDepartureAt"},"actualPickupAt":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesActualPickupAt"},"actualDeliveryAt":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesActualDeliveryAt"},"completedAt":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesCompletedAt"},"dispatcherNotes":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesDispatcherNotes"},"specialRequirements":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesSpecialRequirements"},"version":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesVersion"},"assignedByUserId":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesAssignedByUserId"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"},"vehiclePlate":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesVehiclePlate"},"originLocationName":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginLocationName"},"destinationLocationName":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationLocationName"},"ecmrDocumentId":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesEcmrDocumentId"},"ecmrDocumentNumber":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesEcmrDocumentNumber"},"ecmrStatus":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesEcmrStatus"},"isActive":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesIsActive"},"nextStatuses":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesNextStatuses"},"photos":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses200ContentApplicationJsonSchemaPropertiesPhotos"}},"required":["id","organizationId","legId","vehicleId","driverId","trailerId","originLocationId","destinationLocationId","status","plannedPickupAt","plannedDeliveryAt","actualDepartureAt","actualPickupAt","actualDeliveryAt","completedAt","dispatcherNotes","specialRequirements","version","assignedByUserId","createdAt","updatedAt","vehiclePlate","originLocationName","destinationLocationName","ecmrDocumentId","ecmrDocumentNumber","ecmrStatus","isActive","nextStatuses","photos"],"additionalProperties":false},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDispatchDriverOrdersIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDispatchDriverOrdersIdGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesActiveDispatchIdAnyOf0":{"type":"null"},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesActiveDispatchIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesActiveDispatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesActiveDispatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesActiveDispatchIdAnyOf1"}]},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderNumber":{"type":"string"},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string"},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlannedPickupAtAnyOf0":{"type":"null"},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlannedPickupAtAnyOf1":{"type":"string"},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlannedPickupAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlannedPickupAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlannedPickupAtAnyOf1"}]},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlannedDeliveryAtAnyOf0":{"type":"null"},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlannedDeliveryAtAnyOf1":{"type":"string"},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlannedDeliveryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlannedDeliveryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlannedDeliveryAtAnyOf1"}]},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActualPickupAtAnyOf0":{"type":"null"},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActualPickupAtAnyOf1":{"type":"string"},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActualPickupAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActualPickupAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActualPickupAtAnyOf1"}]},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActualDeliveryAtAnyOf0":{"type":"null"},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActualDeliveryAtAnyOf1":{"type":"string"},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActualDeliveryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActualDeliveryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActualDeliveryAtAnyOf1"}]},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehiclePlateAnyOf0":{"type":"null"},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehiclePlateAnyOf1":{"type":"string"},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehiclePlate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehiclePlateAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehiclePlateAnyOf1"}]},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginLabelAnyOf0":{"type":"null"},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginLabelAnyOf1":{"type":"string"},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginLabelAnyOf1"}]},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationLabelAnyOf0":{"type":"null"},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationLabelAnyOf1":{"type":"string"},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationLabelAnyOf1"}]},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAttachmentCount":{"type":"number"},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEcmrAnyOf0":{"type":"null"},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEcmrAnyOf1PropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEcmrAnyOf1PropertiesDocumentNumber":{"type":"string"},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEcmrAnyOf1PropertiesStatus":{"type":"string"},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEcmrAnyOf1PropertiesSealHash":{"type":"string"},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEcmrAnyOf1":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEcmrAnyOf1PropertiesId"},"documentNumber":{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEcmrAnyOf1PropertiesDocumentNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEcmrAnyOf1PropertiesStatus"},"sealHash":{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEcmrAnyOf1PropertiesSealHash"}},"required":["id","documentNumber","status","sealHash"],"additionalProperties":false},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEcmr":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEcmrAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEcmrAnyOf1"}]},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"orderNumber":{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"plannedPickupAt":{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlannedPickupAt"},"plannedDeliveryAt":{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlannedDeliveryAt"},"actualPickupAt":{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActualPickupAt"},"actualDeliveryAt":{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActualDeliveryAt"},"vehiclePlate":{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehiclePlate"},"originLabel":{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginLabel"},"destinationLabel":{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationLabel"},"attachmentCount":{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAttachmentCount"},"ecmr":{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEcmr"}},"required":["id","orderNumber","status","plannedPickupAt","plannedDeliveryAt","actualPickupAt","actualDeliveryAt","vehiclePlate","originLabel","destinationLabel","attachmentCount","ecmr"],"additionalProperties":false},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"activeDispatchId":{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesActiveDispatchId"},"items":{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["activeDispatchId","items"],"additionalProperties":false},"DocPathsApiRoadDriverOrdersGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDriverOrdersGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDriverOrdersGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadLegsIdGetParameters0Schema":{"type":"string"},"DocPathsApiRoadLegsIdGetResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiRoadLegsIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdGetResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiRoadLegsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadLegsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadLegsIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadLegsIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadLegsIdPatchParameters0Schema":{"type":"string"},"DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesCargoIdAnyOf0":{"type":"null"},"DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesCargoIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesCargoId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesCargoIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesCargoIdAnyOf1"}]},"DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesOriginLocationIdAnyOf0":{"type":"null"},"DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesOriginLocationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesOriginLocationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesOriginLocationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesOriginLocationIdAnyOf1"}]},"DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDestinationLocationIdAnyOf0":{"type":"null"},"DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDestinationLocationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDestinationLocationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDestinationLocationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDestinationLocationIdAnyOf1"}]},"DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRequiredVehicleTypeAnyOf0":{"type":"null"},"DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRequiredVehicleTypeAnyOf1":{"type":"string","enum":["TRUCK","TRAILER","SOLO"]},"DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRequiredVehicleType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRequiredVehicleTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRequiredVehicleTypeAnyOf1"}]},"DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRequiredCapabilitiesAllOf0Items":{"type":"string","enum":["CONTAINER","FTL","REEFER","ADR","OVERSIZED","BULK"]},"DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRequiredCapabilitiesAllOf0":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRequiredCapabilitiesAllOf0Items"}},"DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRequiredCapabilities":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRequiredCapabilitiesAllOf0"}],"default":[]},"DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRequiredQualificationsAllOf0Items":{"type":"string","enum":["ADR_BASE","ADR_TANK","ADR_EXPLOSIVE","ADR_RADIOACTIVE","REEFER_HACCP","OVERSIZED","CRANE_OPERATOR","FORKLIFT"]},"DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRequiredQualificationsAllOf0":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRequiredQualificationsAllOf0Items"}},"DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRequiredQualifications":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRequiredQualificationsAllOf0"}],"default":[]},"DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesScheduledPickupAtAnyOf0":{"type":"null"},"DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesScheduledPickupAtAnyOf1":{"type":"string","format":"datetime"},"DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesScheduledPickupAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesScheduledPickupAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesScheduledPickupAtAnyOf1"}]},"DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesScheduledDeliveryAtAnyOf0":{"type":"null"},"DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesScheduledDeliveryAtAnyOf1":{"type":"string","format":"datetime"},"DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesScheduledDeliveryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesScheduledDeliveryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesScheduledDeliveryAtAnyOf1"}]},"DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0":{"type":"null"},"DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1":{"type":"string"},"DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1"}]},"DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"cargoId":{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesCargoId"},"originLocationId":{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesOriginLocationId"},"destinationLocationId":{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDestinationLocationId"},"requiredVehicleType":{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRequiredVehicleType"},"requiredCapabilities":{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRequiredCapabilities"},"requiredQualifications":{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRequiredQualifications"},"scheduledPickupAt":{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesScheduledPickupAt"},"scheduledDeliveryAt":{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesScheduledDeliveryAt"},"notes":{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdPatchRequestBodyContentApplicationJsonSchemaPropertiesNotes"}},"additionalProperties":false},"DocPathsApiRoadLegsIdPatchResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiRoadLegsIdPatchResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdPatchResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiRoadLegsIdPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadLegsIdPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadLegsIdPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadLegsIdPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadLegsIdDeleteParameters0Schema":{"type":"string"},"DocPathsApiRoadLegsIdDeleteResponses200ContentApplicationJsonSchemaPropertiesSuccess":{"type":"boolean","enum":[true]},"DocPathsApiRoadLegsIdDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"success":{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdDeleteResponses200ContentApplicationJsonSchemaPropertiesSuccess"}},"required":["success"],"additionalProperties":false},"DocPathsApiRoadLegsIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadLegsIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadLegsIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadLegsIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadLegsIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoIdAnyOf0":{"type":"null"},"DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoIdAnyOf1":{"type":"string"},"DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoIdAnyOf1"}]},"DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginLocationIdAnyOf0":{"type":"null"},"DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginLocationIdAnyOf1":{"type":"string"},"DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginLocationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginLocationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginLocationIdAnyOf1"}]},"DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationLocationIdAnyOf0":{"type":"null"},"DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationLocationIdAnyOf1":{"type":"string"},"DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationLocationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationLocationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationLocationIdAnyOf1"}]},"DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequiredVehicleTypeAnyOf0":{"type":"null"},"DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequiredVehicleTypeAnyOf1":{"type":"string"},"DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequiredVehicleType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequiredVehicleTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequiredVehicleTypeAnyOf1"}]},"DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequiredCapabilitiesItems":{"type":"string"},"DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequiredCapabilities":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequiredCapabilitiesItems"}},"DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequiredQualificationsItems":{"type":"string"},"DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequiredQualifications":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequiredQualificationsItems"}},"DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScheduledPickupAtAnyOf0":{"type":"null"},"DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScheduledPickupAtAnyOf1":{"type":"string"},"DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScheduledPickupAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScheduledPickupAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScheduledPickupAtAnyOf1"}]},"DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScheduledDeliveryAtAnyOf0":{"type":"null"},"DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScheduledDeliveryAtAnyOf1":{"type":"string"},"DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScheduledDeliveryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScheduledDeliveryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScheduledDeliveryAtAnyOf1"}]},"DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string"},"DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf0":{"type":"null"},"DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf1":{"type":"string"},"DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf1"}]},"DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"cargoId":{"$ref":"#/components/schemas/DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoId"},"originLocationId":{"$ref":"#/components/schemas/DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginLocationId"},"destinationLocationId":{"$ref":"#/components/schemas/DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationLocationId"},"requiredVehicleType":{"$ref":"#/components/schemas/DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequiredVehicleType"},"requiredCapabilities":{"$ref":"#/components/schemas/DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequiredCapabilities"},"requiredQualifications":{"$ref":"#/components/schemas/DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequiredQualifications"},"scheduledPickupAt":{"$ref":"#/components/schemas/DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScheduledPickupAt"},"scheduledDeliveryAt":{"$ref":"#/components/schemas/DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScheduledDeliveryAt"},"status":{"$ref":"#/components/schemas/DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"notes":{"$ref":"#/components/schemas/DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotes"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","organizationId","cargoId","originLocationId","destinationLocationId","requiredVehicleType","requiredCapabilities","requiredQualifications","scheduledPickupAt","scheduledDeliveryAt","status","notes","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiRoadLegsGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsApiRoadLegsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadLegsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadLegsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadLegsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadLegsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadLegsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesCargoIdAnyOf0":{"type":"null"},"DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesCargoIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesCargoId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesCargoIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesCargoIdAnyOf1"}]},"DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesOriginLocationIdAnyOf0":{"type":"null"},"DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesOriginLocationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesOriginLocationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesOriginLocationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesOriginLocationIdAnyOf1"}]},"DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationLocationIdAnyOf0":{"type":"null"},"DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationLocationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationLocationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationLocationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationLocationIdAnyOf1"}]},"DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRequiredVehicleTypeAnyOf0":{"type":"null"},"DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRequiredVehicleTypeAnyOf1":{"type":"string","enum":["TRUCK","TRAILER","SOLO"]},"DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRequiredVehicleType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRequiredVehicleTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRequiredVehicleTypeAnyOf1"}]},"DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRequiredCapabilitiesAllOf0Items":{"type":"string","enum":["CONTAINER","FTL","REEFER","ADR","OVERSIZED","BULK"]},"DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRequiredCapabilitiesAllOf0":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRequiredCapabilitiesAllOf0Items"}},"DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRequiredCapabilities":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRequiredCapabilitiesAllOf0"}],"default":[]},"DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRequiredQualificationsAllOf0Items":{"type":"string","enum":["ADR_BASE","ADR_TANK","ADR_EXPLOSIVE","ADR_RADIOACTIVE","REEFER_HACCP","OVERSIZED","CRANE_OPERATOR","FORKLIFT"]},"DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRequiredQualificationsAllOf0":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRequiredQualificationsAllOf0Items"}},"DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRequiredQualifications":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRequiredQualificationsAllOf0"}],"default":[]},"DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesScheduledPickupAtAnyOf0":{"type":"null"},"DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesScheduledPickupAtAnyOf1":{"type":"string","format":"datetime"},"DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesScheduledPickupAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesScheduledPickupAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesScheduledPickupAtAnyOf1"}]},"DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesScheduledDeliveryAtAnyOf0":{"type":"null"},"DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesScheduledDeliveryAtAnyOf1":{"type":"string","format":"datetime"},"DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesScheduledDeliveryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesScheduledDeliveryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesScheduledDeliveryAtAnyOf1"}]},"DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0":{"type":"null"},"DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1":{"type":"string"},"DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1"}]},"DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"cargoId":{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesCargoId"},"originLocationId":{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesOriginLocationId"},"destinationLocationId":{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationLocationId"},"requiredVehicleType":{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRequiredVehicleType"},"requiredCapabilities":{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRequiredCapabilities"},"requiredQualifications":{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesRequiredQualifications"},"scheduledPickupAt":{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesScheduledPickupAt"},"scheduledDeliveryAt":{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesScheduledDeliveryAt"},"notes":{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostRequestBodyContentApplicationJsonSchemaPropertiesNotes"}},"additionalProperties":false},"DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesCargoIdAnyOf0":{"type":"null"},"DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesCargoIdAnyOf1":{"type":"string"},"DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesCargoId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesCargoIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesCargoIdAnyOf1"}]},"DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesOriginLocationIdAnyOf0":{"type":"null"},"DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesOriginLocationIdAnyOf1":{"type":"string"},"DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesOriginLocationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesOriginLocationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesOriginLocationIdAnyOf1"}]},"DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesDestinationLocationIdAnyOf0":{"type":"null"},"DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesDestinationLocationIdAnyOf1":{"type":"string"},"DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesDestinationLocationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesDestinationLocationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesDestinationLocationIdAnyOf1"}]},"DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesRequiredVehicleTypeAnyOf0":{"type":"null"},"DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesRequiredVehicleTypeAnyOf1":{"type":"string"},"DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesRequiredVehicleType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesRequiredVehicleTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesRequiredVehicleTypeAnyOf1"}]},"DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesRequiredCapabilitiesItems":{"type":"string"},"DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesRequiredCapabilities":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesRequiredCapabilitiesItems"}},"DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesRequiredQualificationsItems":{"type":"string"},"DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesRequiredQualifications":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesRequiredQualificationsItems"}},"DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesScheduledPickupAtAnyOf0":{"type":"null"},"DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesScheduledPickupAtAnyOf1":{"type":"string"},"DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesScheduledPickupAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesScheduledPickupAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesScheduledPickupAtAnyOf1"}]},"DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesScheduledDeliveryAtAnyOf0":{"type":"null"},"DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesScheduledDeliveryAtAnyOf1":{"type":"string"},"DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesScheduledDeliveryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesScheduledDeliveryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesScheduledDeliveryAtAnyOf1"}]},"DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesNotesAnyOf0":{"type":"null"},"DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesNotesAnyOf1":{"type":"string"},"DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesNotesAnyOf1"}]},"DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationId"},"cargoId":{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesCargoId"},"originLocationId":{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesOriginLocationId"},"destinationLocationId":{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesDestinationLocationId"},"requiredVehicleType":{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesRequiredVehicleType"},"requiredCapabilities":{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesRequiredCapabilities"},"requiredQualifications":{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesRequiredQualifications"},"scheduledPickupAt":{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesScheduledPickupAt"},"scheduledDeliveryAt":{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesScheduledDeliveryAt"},"status":{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesStatus"},"notes":{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesNotes"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","organizationId","cargoId","originLocationId","destinationLocationId","requiredVehicleType","requiredCapabilities","requiredQualifications","scheduledPickupAt","scheduledDeliveryAt","status","notes","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiRoadLegsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadLegsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadLegsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadLegsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadLegsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesDispatchIdAnyOf0":{"type":"null"},"DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesDispatchIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesDispatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesDispatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesDispatchIdAnyOf1"}]},"DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesLatitude":{"type":"number"},"DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesLongitude":{"type":"number"},"DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesAltitudeMAnyOf0":{"type":"null"},"DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesAltitudeMAnyOf1":{"type":"number"},"DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesAltitudeM":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesAltitudeMAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesAltitudeMAnyOf1"}]},"DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesSpeedKmhAnyOf0":{"type":"null"},"DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesSpeedKmhAnyOf1":{"type":"number"},"DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesSpeedKmh":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesSpeedKmhAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesSpeedKmhAnyOf1"}]},"DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesHeadingDegAnyOf0":{"type":"null"},"DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesHeadingDegAnyOf1":{"type":"number"},"DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesHeadingDeg":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesHeadingDegAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesHeadingDegAnyOf1"}]},"DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesAccuracyMAnyOf0":{"type":"null"},"DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesAccuracyMAnyOf1":{"type":"number"},"DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesAccuracyM":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesAccuracyMAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesAccuracyMAnyOf1"}]},"DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesSatellitesAnyOf0":{"type":"null"},"DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesSatellitesAnyOf1":{"type":"number"},"DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesSatellites":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesSatellitesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesSatellitesAnyOf1"}]},"DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesHdopAnyOf0":{"type":"null"},"DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesHdopAnyOf1":{"type":"number"},"DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesHdop":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesHdopAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesHdopAnyOf1"}]},"DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesRecordedAtAnyOf0":{"type":"null"},"DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesRecordedAtAnyOf1":{"type":"string","format":"datetime"},"DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesRecordedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesRecordedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesRecordedAtAnyOf1"}]},"DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"dispatchId":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesDispatchId"},"latitude":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesLongitude"},"altitudeM":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesAltitudeM"},"speedKmh":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesSpeedKmh"},"headingDeg":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesHeadingDeg"},"accuracyM":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesAccuracyM"},"satellites":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesSatellites"},"hdop":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesHdop"},"recordedAt":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveManualLocationPostRequestBodyContentApplicationJsonSchemaPropertiesRecordedAt"}},"required":["latitude","longitude"],"additionalProperties":false},"DocPathsApiRoadDriverActiveManualLocationPostResponses200ContentApplicationJsonSchema":{"type":"object","additionalProperties":true},"DocPathsApiRoadDriverActiveManualLocationPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDriverActiveManualLocationPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveManualLocationPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesLatitude":{"type":"number"},"DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesLongitude":{"type":"number"},"DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesAltitudeMAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesAltitudeMAnyOf1":{"type":"number"},"DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesAltitudeM":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesAltitudeMAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesAltitudeMAnyOf1"}]},"DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesSpeedKmhAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesSpeedKmhAnyOf1":{"type":"number"},"DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesSpeedKmh":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesSpeedKmhAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesSpeedKmhAnyOf1"}]},"DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesHeadingDegAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesHeadingDegAnyOf1":{"type":"number"},"DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesHeadingDeg":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesHeadingDegAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesHeadingDegAnyOf1"}]},"DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesAccuracyMAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesAccuracyMAnyOf1":{"type":"number"},"DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesAccuracyM":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesAccuracyMAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesAccuracyMAnyOf1"}]},"DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesSatellitesAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesSatellitesAnyOf1":{"type":"number"},"DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesSatellites":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesSatellitesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesSatellitesAnyOf1"}]},"DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesHdopAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesHdopAnyOf1":{"type":"number"},"DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesHdop":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesHdopAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesHdopAnyOf1"}]},"DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesRecordedAt":{"type":"string","format":"datetime"},"DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"latitude":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesLongitude"},"altitudeM":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesAltitudeM"},"speedKmh":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesSpeedKmh"},"headingDeg":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesHeadingDeg"},"accuracyM":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesAccuracyM"},"satellites":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesSatellites"},"hdop":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesHdop"},"recordedAt":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingDriverReportPostRequestBodyContentApplicationJsonSchemaPropertiesRecordedAt"}},"required":["latitude","longitude"],"additionalProperties":false},"DocPathsApiRoadTrackingDriverReportPostResponses201ContentApplicationJsonSchema":{"type":"object","additionalProperties":true},"DocPathsApiRoadTrackingDriverReportPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadTrackingDriverReportPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingDriverReportPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadTrackingLiveGetParameters0Schema":{"type":"string"},"DocPathsApiRoadTrackingLiveGetParameters1Schema":{"type":"string"},"DocPathsApiRoadTrackingLiveGetParameters2Schema":{"type":"string","enum":["fresh","stale","offline"]},"DocPathsApiRoadTrackingLiveGetParameters3Schema":{"type":"number"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleId":{"type":"string","format":"uuid"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDriverIdAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDriverIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDriverId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDriverIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDriverIdAnyOf1"}]},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDispatchIdAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDispatchIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDispatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDispatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDispatchIdAnyOf1"}]},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegIdAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegIdAnyOf1"}]},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitude":{"type":"number"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitude":{"type":"number"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCoordinatesPropertiesLatitude":{"type":"number"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCoordinatesPropertiesLongitude":{"type":"number"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCoordinates":{"type":"object","properties":{"latitude":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCoordinatesPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCoordinatesPropertiesLongitude"}},"required":["latitude","longitude"],"additionalProperties":false},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAltitudeMAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAltitudeMAnyOf1":{"type":"number"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAltitudeM":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAltitudeMAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAltitudeMAnyOf1"}]},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSpeedKmhAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSpeedKmhAnyOf1":{"type":"number"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSpeedKmh":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSpeedKmhAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSpeedKmhAnyOf1"}]},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHeadingDegAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHeadingDegAnyOf1":{"type":"number"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHeadingDeg":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHeadingDegAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHeadingDegAnyOf1"}]},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource":{"type":"string"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccuracyMAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccuracyMAnyOf1":{"type":"number"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccuracyM":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccuracyMAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccuracyMAnyOf1"}]},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSatellitesAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSatellitesAnyOf1":{"type":"number"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSatellites":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSatellitesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSatellitesAnyOf1"}]},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHdopAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHdopAnyOf1":{"type":"number"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHdop":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHdopAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHdopAnyOf1"}]},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderName":{"type":"string"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderPayloadAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderPayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderPayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderPayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderPayloadAnyOf1"}]},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecordedAt":{"type":"string"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReceivedAt":{"type":"string"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegistrationPlateAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegistrationPlateAnyOf1":{"type":"string"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegistrationPlate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegistrationPlateAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegistrationPlateAnyOf1"}]},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGpsProviderAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGpsProviderAnyOf1":{"type":"string"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGpsProvider":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGpsProviderAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGpsProviderAnyOf1"}]},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDriverNameAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDriverNameAnyOf1":{"type":"string"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDriverName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDriverNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDriverNameAnyOf1"}]},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFreshness":{"type":"string","enum":["fresh","stale","offline"]},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAgeMinutes":{"type":"number"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrailItemsPropertiesLatitude":{"type":"number"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrailItemsPropertiesLongitude":{"type":"number"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrailItemsPropertiesRecordedAt":{"type":"string"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrailItems":{"type":"object","properties":{"latitude":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrailItemsPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrailItemsPropertiesLongitude"},"recordedAt":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrailItemsPropertiesRecordedAt"}},"required":["latitude","longitude","recordedAt"],"additionalProperties":false},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrail":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrailItems"}},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"vehicleId":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleId"},"driverId":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDriverId"},"dispatchId":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDispatchId"},"legId":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegId"},"latitude":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitude"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCoordinates"},"altitudeM":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAltitudeM"},"speedKmh":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSpeedKmh"},"headingDeg":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHeadingDeg"},"source":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource"},"accuracyM":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccuracyM"},"satellites":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSatellites"},"hdop":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHdop"},"providerName":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderName"},"providerPayload":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderPayload"},"recordedAt":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecordedAt"},"receivedAt":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReceivedAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"registrationPlate":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegistrationPlate"},"gpsProvider":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGpsProvider"},"isActive":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"driverName":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDriverName"},"freshness":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFreshness"},"ageMinutes":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAgeMinutes"},"trail":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrail"}},"required":["id","vehicleId","driverId","dispatchId","legId","latitude","longitude","coordinates","altitudeM","speedKmh","headingDeg","source","accuracyM","satellites","hdop","providerName","providerPayload","recordedAt","receivedAt","createdAt","registrationPlate","gpsProvider","isActive","driverName","freshness","ageMinutes","trail"],"additionalProperties":false},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesGeofenceLocationsItemsPropertiesLocationId":{"type":"string","format":"uuid"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesGeofenceLocationsItemsPropertiesName":{"type":"string"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesGeofenceLocationsItemsPropertiesLatitude":{"type":"number"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesGeofenceLocationsItemsPropertiesLongitude":{"type":"number"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesGeofenceLocationsItemsPropertiesGeofenceRadiusM":{"type":"number"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesGeofenceLocationsItems":{"type":"object","properties":{"locationId":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesGeofenceLocationsItemsPropertiesLocationId"},"name":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesGeofenceLocationsItemsPropertiesName"},"latitude":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesGeofenceLocationsItemsPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesGeofenceLocationsItemsPropertiesLongitude"},"geofenceRadiusM":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesGeofenceLocationsItemsPropertiesGeofenceRadiusM"}},"required":["locationId","name","latitude","longitude","geofenceRadiusM"],"additionalProperties":false},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesGeofenceLocations":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesGeofenceLocationsItems"}},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesGeneratedAt":{"type":"string"},"DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"geofenceLocations":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesGeofenceLocations"},"generatedAt":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses200ContentApplicationJsonSchemaPropertiesGeneratedAt"}},"required":["items","geofenceLocations","generatedAt"],"additionalProperties":false},"DocPathsApiRoadTrackingLiveGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadTrackingLiveGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadTrackingLiveGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadTrackingLiveGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadTrackingLiveGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadTrackingLiveGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingLiveGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleId":{"type":"string","format":"uuid"},"DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesDriverIdAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesDriverIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesDriverId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesDriverIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesDriverIdAnyOf1"}]},"DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesDispatchIdAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesDispatchIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesDispatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesDispatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesDispatchIdAnyOf1"}]},"DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesLegIdAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesLegIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesLegId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesLegIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesLegIdAnyOf1"}]},"DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesLatitude":{"type":"number"},"DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesLongitude":{"type":"number"},"DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesAltitudeMAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesAltitudeMAnyOf1":{"type":"number"},"DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesAltitudeM":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesAltitudeMAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesAltitudeMAnyOf1"}]},"DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesSpeedKmhAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesSpeedKmhAnyOf1":{"type":"number"},"DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesSpeedKmh":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesSpeedKmhAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesSpeedKmhAnyOf1"}]},"DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesHeadingDegAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesHeadingDegAnyOf1":{"type":"number"},"DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesHeadingDeg":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesHeadingDegAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesHeadingDegAnyOf1"}]},"DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesSource":{"type":"string","enum":["MANUAL","PWA"]},"DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesAccuracyMAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesAccuracyMAnyOf1":{"type":"number"},"DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesAccuracyM":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesAccuracyMAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesAccuracyMAnyOf1"}]},"DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesSatellitesAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesSatellitesAnyOf1":{"type":"number"},"DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesSatellites":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesSatellitesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesSatellitesAnyOf1"}]},"DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesHdopAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesHdopAnyOf1":{"type":"number"},"DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesHdop":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesHdopAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesHdopAnyOf1"}]},"DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesProviderPayloadAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesProviderPayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesProviderPayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesProviderPayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesProviderPayloadAnyOf1"}]},"DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesRecordedAt":{},"DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"vehicleId":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleId"},"driverId":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesDriverId"},"dispatchId":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesDispatchId"},"legId":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesLegId"},"latitude":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesLongitude"},"altitudeM":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesAltitudeM"},"speedKmh":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesSpeedKmh"},"headingDeg":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesHeadingDeg"},"source":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesSource"},"accuracyM":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesAccuracyM"},"satellites":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesSatellites"},"hdop":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesHdop"},"providerPayload":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesProviderPayload"},"recordedAt":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostRequestBodyContentApplicationJsonSchemaPropertiesRecordedAt"}},"required":["vehicleId","latitude","longitude","source","recordedAt"],"additionalProperties":false},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesVehicleId":{"type":"string","format":"uuid"},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesDriverIdAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesDriverIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesDriverId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesDriverIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesDriverIdAnyOf1"}]},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesDispatchIdAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesDispatchIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesDispatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesDispatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesDispatchIdAnyOf1"}]},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesLegIdAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesLegIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesLegId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesLegIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesLegIdAnyOf1"}]},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesLatitude":{"type":"number"},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesLongitude":{"type":"number"},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesCoordinatesPropertiesLatitude":{"type":"number"},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesCoordinatesPropertiesLongitude":{"type":"number"},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesCoordinates":{"type":"object","properties":{"latitude":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesCoordinatesPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesCoordinatesPropertiesLongitude"}},"required":["latitude","longitude"],"additionalProperties":false},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesAltitudeMAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesAltitudeMAnyOf1":{"type":"number"},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesAltitudeM":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesAltitudeMAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesAltitudeMAnyOf1"}]},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesSpeedKmhAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesSpeedKmhAnyOf1":{"type":"number"},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesSpeedKmh":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesSpeedKmhAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesSpeedKmhAnyOf1"}]},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesHeadingDegAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesHeadingDegAnyOf1":{"type":"number"},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesHeadingDeg":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesHeadingDegAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesHeadingDegAnyOf1"}]},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesSource":{"type":"string"},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesAccuracyMAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesAccuracyMAnyOf1":{"type":"number"},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesAccuracyM":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesAccuracyMAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesAccuracyMAnyOf1"}]},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesSatellitesAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesSatellitesAnyOf1":{"type":"number"},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesSatellites":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesSatellitesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesSatellitesAnyOf1"}]},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesHdopAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesHdopAnyOf1":{"type":"number"},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesHdop":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesHdopAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesHdopAnyOf1"}]},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesProviderName":{"type":"string"},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesProviderPayloadAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesProviderPayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesProviderPayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesProviderPayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesProviderPayloadAnyOf1"}]},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesRecordedAt":{"type":"string"},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesReceivedAt":{"type":"string"},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesId"},"vehicleId":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesVehicleId"},"driverId":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesDriverId"},"dispatchId":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesDispatchId"},"legId":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesLegId"},"latitude":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesLongitude"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesCoordinates"},"altitudeM":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesAltitudeM"},"speedKmh":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesSpeedKmh"},"headingDeg":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesHeadingDeg"},"source":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesSource"},"accuracyM":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesAccuracyM"},"satellites":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesSatellites"},"hdop":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesHdop"},"providerName":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesProviderName"},"providerPayload":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesProviderPayload"},"recordedAt":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesRecordedAt"},"receivedAt":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesReceivedAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses201ContentApplicationJsonSchemaPropertiesCreatedAt"}},"required":["id","vehicleId","driverId","dispatchId","legId","latitude","longitude","coordinates","altitudeM","speedKmh","headingDeg","source","accuracyM","satellites","hdop","providerName","providerPayload","recordedAt","receivedAt","createdAt"],"additionalProperties":false},"DocPathsApiRoadTrackingPositionPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadTrackingPositionPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadTrackingPositionPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadTrackingPositionPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadTrackingPositionPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadTrackingPositionPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingPositionPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadTrackingVehicleIdHistoryGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiRoadTrackingVehicleIdHistoryGetParameters3Schema":{"type":"number"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesVehicleId":{"type":"string","format":"uuid"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesRegistrationPlateAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesRegistrationPlateAnyOf1":{"type":"string"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesRegistrationPlate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesRegistrationPlateAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesRegistrationPlateAnyOf1"}]},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesVehicleId":{"type":"string","format":"uuid"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesDriverIdAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesDriverIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesDriverId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesDriverIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesDriverIdAnyOf1"}]},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesDispatchIdAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesDispatchIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesDispatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesDispatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesDispatchIdAnyOf1"}]},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesLegIdAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesLegIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesLegId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesLegIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesLegIdAnyOf1"}]},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesLatitude":{"type":"number"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesLongitude":{"type":"number"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesCoordinatesPropertiesLatitude":{"type":"number"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesCoordinatesPropertiesLongitude":{"type":"number"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesCoordinates":{"type":"object","properties":{"latitude":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesCoordinatesPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesCoordinatesPropertiesLongitude"}},"required":["latitude","longitude"],"additionalProperties":false},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesAltitudeMAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesAltitudeMAnyOf1":{"type":"number"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesAltitudeM":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesAltitudeMAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesAltitudeMAnyOf1"}]},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesSpeedKmhAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesSpeedKmhAnyOf1":{"type":"number"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesSpeedKmh":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesSpeedKmhAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesSpeedKmhAnyOf1"}]},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesHeadingDegAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesHeadingDegAnyOf1":{"type":"number"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesHeadingDeg":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesHeadingDegAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesHeadingDegAnyOf1"}]},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesSource":{"type":"string"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesAccuracyMAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesAccuracyMAnyOf1":{"type":"number"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesAccuracyM":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesAccuracyMAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesAccuracyMAnyOf1"}]},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesSatellitesAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesSatellitesAnyOf1":{"type":"number"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesSatellites":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesSatellitesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesSatellitesAnyOf1"}]},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesHdopAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesHdopAnyOf1":{"type":"number"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesHdop":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesHdopAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesHdopAnyOf1"}]},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesProviderName":{"type":"string"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesProviderPayloadAnyOf0":{"type":"null"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesProviderPayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesProviderPayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesProviderPayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesProviderPayloadAnyOf1"}]},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesRecordedAt":{"type":"string"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesReceivedAt":{"type":"string"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesId"},"vehicleId":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesVehicleId"},"driverId":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesDriverId"},"dispatchId":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesDispatchId"},"legId":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesLegId"},"latitude":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesLongitude"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesCoordinates"},"altitudeM":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesAltitudeM"},"speedKmh":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesSpeedKmh"},"headingDeg":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesHeadingDeg"},"source":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesSource"},"accuracyM":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesAccuracyM"},"satellites":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesSatellites"},"hdop":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesHdop"},"providerName":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesProviderName"},"providerPayload":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesProviderPayload"},"recordedAt":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesRecordedAt"},"receivedAt":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesReceivedAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItemsPropertiesCreatedAt"}},"required":["id","vehicleId","driverId","dispatchId","legId","latitude","longitude","coordinates","altitudeM","speedKmh","headingDeg","source","accuracyM","satellites","hdop","providerName","providerPayload","recordedAt","receivedAt","createdAt"],"additionalProperties":false},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPoints":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPointsItems"}},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesStopsItemsPropertiesStartedAt":{"type":"string"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesStopsItemsPropertiesEndedAt":{"type":"string"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesStopsItemsPropertiesDurationMinutes":{"type":"number"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesStopsItemsPropertiesLatitude":{"type":"number"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesStopsItemsPropertiesLongitude":{"type":"number"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesStopsItems":{"type":"object","properties":{"startedAt":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesStopsItemsPropertiesStartedAt"},"endedAt":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesStopsItemsPropertiesEndedAt"},"durationMinutes":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesStopsItemsPropertiesDurationMinutes"},"latitude":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesStopsItemsPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesStopsItemsPropertiesLongitude"}},"required":["startedAt","endedAt","durationMinutes","latitude","longitude"],"additionalProperties":false},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesStops":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesStopsItems"}},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesSummaryPropertiesPointCount":{"type":"number"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesSummaryPropertiesDistanceKmEstimate":{"type":"number"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesSummary":{"type":"object","properties":{"pointCount":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesSummaryPropertiesPointCount"},"distanceKmEstimate":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesSummaryPropertiesDistanceKmEstimate"}},"required":["pointCount","distanceKmEstimate"],"additionalProperties":false},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"vehicleId":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesVehicleId"},"registrationPlate":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesRegistrationPlate"},"points":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesPoints"},"stops":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesStops"},"summary":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses200ContentApplicationJsonSchemaPropertiesSummary"}},"required":["vehicleId","registrationPlate","points","stops","summary"],"additionalProperties":false},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadTrackingVehicleIdHistoryGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadTrackingVehicleIdHistoryGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadEcmrIdArchivePostParameters0Schema":{"type":"string"},"DocPathsApiRoadEcmrIdArchivePostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadEcmrIdArchivePostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsApiRoadEcmrIdArchivePostResponses200ContentApplicationJsonSchemaPropertiesSealHash":{"type":"string"},"DocPathsApiRoadEcmrIdArchivePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdArchivePostResponses200ContentApplicationJsonSchemaPropertiesId"},"status":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdArchivePostResponses200ContentApplicationJsonSchemaPropertiesStatus"},"sealHash":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdArchivePostResponses200ContentApplicationJsonSchemaPropertiesSealHash"}},"required":["id","status","sealHash"],"additionalProperties":false},"DocPathsApiRoadEcmrIdArchivePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadEcmrIdArchivePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdArchivePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadEcmrIdArchivePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadEcmrIdArchivePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdArchivePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadEcmrIdDeliverPostParameters0Schema":{"type":"string"},"DocPathsApiRoadEcmrIdDeliverPostRequestBodyContentApplicationJsonSchemaPropertiesDeliveredAt":{"type":"string","format":"date-time"},"DocPathsApiRoadEcmrIdDeliverPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverName":{"type":"string","minLength":1},"DocPathsApiRoadEcmrIdDeliverPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverCompanyAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrIdDeliverPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverCompanyAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadEcmrIdDeliverPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverCompany":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdDeliverPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverCompanyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdDeliverPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverCompanyAnyOf1"}]},"DocPathsApiRoadEcmrIdDeliverPostRequestBodyContentApplicationJsonSchemaPropertiesSignerTitleAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrIdDeliverPostRequestBodyContentApplicationJsonSchemaPropertiesSignerTitleAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadEcmrIdDeliverPostRequestBodyContentApplicationJsonSchemaPropertiesSignerTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdDeliverPostRequestBodyContentApplicationJsonSchemaPropertiesSignerTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdDeliverPostRequestBodyContentApplicationJsonSchemaPropertiesSignerTitleAnyOf1"}]},"DocPathsApiRoadEcmrIdDeliverPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverReservationSlotIdAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrIdDeliverPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverReservationSlotIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadEcmrIdDeliverPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverReservationSlotId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdDeliverPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverReservationSlotIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdDeliverPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverReservationSlotIdAnyOf1"}]},"DocPathsApiRoadEcmrIdDeliverPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverReservationReferenceAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrIdDeliverPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverReservationReferenceAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadEcmrIdDeliverPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverReservationReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdDeliverPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverReservationReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdDeliverPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverReservationReferenceAnyOf1"}]},"DocPathsApiRoadEcmrIdDeliverPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrIdDeliverPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadEcmrIdDeliverPostRequestBodyContentApplicationJsonSchemaPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdDeliverPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdDeliverPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1"}]},"DocPathsApiRoadEcmrIdDeliverPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"deliveredAt":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdDeliverPostRequestBodyContentApplicationJsonSchemaPropertiesDeliveredAt"},"receiverName":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdDeliverPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverName"},"receiverCompany":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdDeliverPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverCompany"},"signerTitle":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdDeliverPostRequestBodyContentApplicationJsonSchemaPropertiesSignerTitle"},"receiverReservationSlotId":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdDeliverPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverReservationSlotId"},"receiverReservationReference":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdDeliverPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverReservationReference"},"notes":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdDeliverPostRequestBodyContentApplicationJsonSchemaPropertiesNotes"}},"required":["deliveredAt","receiverName"],"additionalProperties":false},"DocPathsApiRoadEcmrIdDeliverPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadEcmrIdDeliverPostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsApiRoadEcmrIdDeliverPostResponses200ContentApplicationJsonSchemaPropertiesSealHash":{"type":"string"},"DocPathsApiRoadEcmrIdDeliverPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdDeliverPostResponses200ContentApplicationJsonSchemaPropertiesId"},"status":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdDeliverPostResponses200ContentApplicationJsonSchemaPropertiesStatus"},"sealHash":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdDeliverPostResponses200ContentApplicationJsonSchemaPropertiesSealHash"}},"required":["id","status","sealHash"],"additionalProperties":false},"DocPathsApiRoadEcmrIdDeliverPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadEcmrIdDeliverPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdDeliverPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadEcmrIdDeliverPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadEcmrIdDeliverPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdDeliverPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadEcmrIdPdfGetParameters0Schema":{"type":"string"},"DocPathsApiRoadEcmrIdPdfGetResponses200ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiRoadEcmrIdPdfGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadEcmrIdPdfGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdPdfGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadEcmrIdPdfGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadEcmrIdPdfGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdPdfGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadEcmrIdQrGetParameters0Schema":{"type":"string"},"DocPathsApiRoadEcmrIdQrGetResponses200ContentApplicationJsonSchema":{"type":"object","additionalProperties":true},"DocPathsApiRoadEcmrIdQrGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadEcmrIdQrGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdQrGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadEcmrIdQrGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadEcmrIdQrGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdQrGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadEcmrIdGetParameters0Schema":{"type":"string"},"DocPathsApiRoadEcmrIdGetResponses200ContentApplicationJsonSchema":{"type":"object","additionalProperties":true},"DocPathsApiRoadEcmrIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadEcmrIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadEcmrIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadEcmrIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadEcmrIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadEcmrIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadEcmrIdSignPostParameters0Schema":{"type":"string"},"DocPathsApiRoadEcmrIdSignPostRequestBodyContentApplicationJsonSchemaPropertiesRole":{"type":"string","enum":["SENDER","CARRIER","RECEIVER"]},"DocPathsApiRoadEcmrIdSignPostRequestBodyContentApplicationJsonSchemaPropertiesSignerName":{"type":"string","minLength":1},"DocPathsApiRoadEcmrIdSignPostRequestBodyContentApplicationJsonSchemaPropertiesSignerCompany":{"type":"string","minLength":1},"DocPathsApiRoadEcmrIdSignPostRequestBodyContentApplicationJsonSchemaPropertiesSignerTitleAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrIdSignPostRequestBodyContentApplicationJsonSchemaPropertiesSignerTitleAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadEcmrIdSignPostRequestBodyContentApplicationJsonSchemaPropertiesSignerTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdSignPostRequestBodyContentApplicationJsonSchemaPropertiesSignerTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdSignPostRequestBodyContentApplicationJsonSchemaPropertiesSignerTitleAnyOf1"}]},"DocPathsApiRoadEcmrIdSignPostRequestBodyContentApplicationJsonSchemaPropertiesSignerUserIdAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrIdSignPostRequestBodyContentApplicationJsonSchemaPropertiesSignerUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadEcmrIdSignPostRequestBodyContentApplicationJsonSchemaPropertiesSignerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdSignPostRequestBodyContentApplicationJsonSchemaPropertiesSignerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdSignPostRequestBodyContentApplicationJsonSchemaPropertiesSignerUserIdAnyOf1"}]},"DocPathsApiRoadEcmrIdSignPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"role":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdSignPostRequestBodyContentApplicationJsonSchemaPropertiesRole"},"signerName":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdSignPostRequestBodyContentApplicationJsonSchemaPropertiesSignerName"},"signerCompany":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdSignPostRequestBodyContentApplicationJsonSchemaPropertiesSignerCompany"},"signerTitle":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdSignPostRequestBodyContentApplicationJsonSchemaPropertiesSignerTitle"},"signerUserId":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdSignPostRequestBodyContentApplicationJsonSchemaPropertiesSignerUserId"}},"required":["role","signerName","signerCompany"],"additionalProperties":false},"DocPathsApiRoadEcmrIdSignPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadEcmrIdSignPostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsApiRoadEcmrIdSignPostResponses200ContentApplicationJsonSchemaPropertiesSealHash":{"type":"string"},"DocPathsApiRoadEcmrIdSignPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdSignPostResponses200ContentApplicationJsonSchemaPropertiesId"},"status":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdSignPostResponses200ContentApplicationJsonSchemaPropertiesStatus"},"sealHash":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdSignPostResponses200ContentApplicationJsonSchemaPropertiesSealHash"}},"required":["id","status","sealHash"],"additionalProperties":false},"DocPathsApiRoadEcmrIdSignPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadEcmrIdSignPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdSignPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadEcmrIdSignPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadEcmrIdSignPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrIdSignPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadDriverActiveQrGetResponses200ContentApplicationJsonSchema":{"type":"object","additionalProperties":true},"DocPathsApiRoadDriverActiveQrGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadDriverActiveQrGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadDriverActiveQrGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadEcmrGetParameters0Schema":{"type":"number"},"DocPathsApiRoadEcmrGetParameters1Schema":{"type":"number"},"DocPathsApiRoadEcmrGetParameters2Schema":{"type":"string","enum":["DRAFT","ISSUED","IN_TRANSIT","DELIVERED","ARCHIVED"]},"DocPathsApiRoadEcmrGetParameters3Schema":{"type":"string"},"DocPathsApiRoadEcmrGetParameters4Schema":{"type":"string"},"DocPathsApiRoadEcmrGetParameters5Schema":{"type":"string","format":"uuid"},"DocPathsApiRoadEcmrGetParameters6Schema":{"type":"string","format":"uuid"},"DocPathsApiRoadEcmrGetParameters7Schema":{"type":"string","format":"uuid"},"DocPathsApiRoadEcmrGetParameters8Schema":{"type":"string"},"DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDocumentNumber":{"type":"string"},"DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string"},"DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssueDate":{"type":"string"},"DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReferenceNumberAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReferenceNumberAnyOf1":{"type":"string"},"DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReferenceNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReferenceNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReferenceNumberAnyOf1"}]},"DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSenderNameAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSenderNameAnyOf1":{"type":"string"},"DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSenderName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSenderNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSenderNameAnyOf1"}]},"DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierNameAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierNameAnyOf1":{"type":"string"},"DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierNameAnyOf1"}]},"DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReceiverNameAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReceiverNameAnyOf1":{"type":"string"},"DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReceiverName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReceiverNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReceiverNameAnyOf1"}]},"DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlaceOfTakingOver":{"type":"string"},"DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlaceOfDelivery":{"type":"string"},"DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrentSealHash":{"type":"string"},"DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"documentNumber":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDocumentNumber"},"status":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"issueDate":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssueDate"},"referenceNumber":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReferenceNumber"},"senderName":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSenderName"},"carrierName":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierName"},"receiverName":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReceiverName"},"placeOfTakingOver":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlaceOfTakingOver"},"placeOfDelivery":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlaceOfDelivery"},"currentSealHash":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrentSealHash"}},"required":["id","documentNumber","status","issueDate","referenceNumber","senderName","carrierName","receiverName","placeOfTakingOver","placeOfDelivery","currentSealHash"],"additionalProperties":false},"DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiRoadEcmrGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadEcmrGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadEcmrGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadEcmrGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesIssueDate":{"type":"string","format":"date-time"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReferenceNumberAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReferenceNumberAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReferenceNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReferenceNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReferenceNumberAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesDispatchIdAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesDispatchIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesDispatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesDispatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesDispatchIdAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesDriverIdAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesDriverIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesDriverId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesDriverIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesDriverIdAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleIdAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleIdAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesName":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesCompanyAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesCompanyAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesCompany":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesCompanyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesCompanyAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesStreetAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesStreetAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesStreet":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesStreetAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesStreetAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesCityAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesCityAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesCity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesCityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesCityAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesPostalCodeAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesPostalCodeAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesPostalCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesPostalCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesPostalCodeAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesCountryCodeAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesCountryCodeAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesCountryCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesCountryCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesCountryCodeAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesLocodeAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesLocodeAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesLocode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesLocodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesLocodeAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesContactPhoneAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesContactPhoneAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesContactPhone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesContactPhoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesContactPhoneAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesContactEmail":{},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesTaxIdAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesTaxIdAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesTaxId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesTaxIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesTaxIdAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshot":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesName"},"company":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesCompany"},"street":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesStreet"},"city":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesCity"},"postalCode":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesPostalCode"},"countryCode":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesCountryCode"},"locode":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesLocode"},"contactPhone":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesContactPhone"},"contactEmail":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesContactEmail"},"taxId":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshotPropertiesTaxId"}},"required":["name","contactEmail"],"additionalProperties":false},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesName":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesCompanyAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesCompanyAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesCompany":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesCompanyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesCompanyAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesStreetAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesStreetAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesStreet":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesStreetAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesStreetAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesCityAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesCityAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesCity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesCityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesCityAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesPostalCodeAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesPostalCodeAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesPostalCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesPostalCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesPostalCodeAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesCountryCodeAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesCountryCodeAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesCountryCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesCountryCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesCountryCodeAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesLocodeAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesLocodeAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesLocode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesLocodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesLocodeAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesContactPhoneAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesContactPhoneAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesContactPhone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesContactPhoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesContactPhoneAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesContactEmail":{},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesTaxIdAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesTaxIdAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesTaxId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesTaxIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesTaxIdAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshot":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesName"},"company":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesCompany"},"street":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesStreet"},"city":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesCity"},"postalCode":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesPostalCode"},"countryCode":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesCountryCode"},"locode":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesLocode"},"contactPhone":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesContactPhone"},"contactEmail":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesContactEmail"},"taxId":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshotPropertiesTaxId"}},"required":["name","contactEmail"],"additionalProperties":false},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesName":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesCompanyAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesCompanyAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesCompany":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesCompanyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesCompanyAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesStreetAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesStreetAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesStreet":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesStreetAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesStreetAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesCityAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesCityAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesCity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesCityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesCityAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesPostalCodeAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesPostalCodeAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesPostalCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesPostalCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesPostalCodeAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesCountryCodeAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesCountryCodeAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesCountryCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesCountryCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesCountryCodeAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesLocodeAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesLocodeAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesLocode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesLocodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesLocodeAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesContactPhoneAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesContactPhoneAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesContactPhone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesContactPhoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesContactPhoneAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesContactEmail":{},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesTaxIdAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesTaxIdAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesTaxId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesTaxIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesTaxIdAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshot":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesName"},"company":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesCompany"},"street":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesStreet"},"city":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesCity"},"postalCode":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesPostalCode"},"countryCode":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesCountryCode"},"locode":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesLocode"},"contactPhone":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesContactPhone"},"contactEmail":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesContactEmail"},"taxId":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshotPropertiesTaxId"}},"required":["name","contactEmail"],"additionalProperties":false},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderLocationIdAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderLocationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderLocationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderLocationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderLocationIdAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierLocationIdAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierLocationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierLocationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierLocationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierLocationIdAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverLocationIdAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverLocationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverLocationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverLocationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverLocationIdAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesPlaceOfTakingOver":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesPlaceOfDelivery":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesPlannedPickupAtAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesPlannedPickupAtAnyOf1":{"type":"string","format":"date-time"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesPlannedPickupAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesPlannedPickupAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesPlannedPickupAtAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesPlannedDeliveryAtAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesPlannedDeliveryAtAnyOf1":{"type":"string","format":"date-time"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesPlannedDeliveryAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesPlannedDeliveryAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesPlannedDeliveryAtAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesGoodsDescription":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesGoodsPackagesCountAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesGoodsPackagesCountAnyOf1":{"type":"number"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesGoodsPackagesCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesGoodsPackagesCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesGoodsPackagesCountAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesGoodsGrossWeightKgAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesGoodsGrossWeightKgAnyOf1":{"type":"number"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesGoodsGrossWeightKg":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesGoodsGrossWeightKgAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesGoodsGrossWeightKgAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesGoodsVolumeM3AnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesGoodsVolumeM3AnyOf1":{"type":"number"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesGoodsVolumeM3":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesGoodsVolumeM3AnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesGoodsVolumeM3AnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesGoodsUnNumber":{},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesGoodsHsCodeAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesGoodsHsCodeAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesGoodsHsCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesGoodsHsCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesGoodsHsCodeAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesGoodsMarksAndNumbersAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesGoodsMarksAndNumbersAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesGoodsMarksAndNumbers":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesGoodsMarksAndNumbersAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesGoodsMarksAndNumbersAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesTemperatureRequirementsAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesTemperatureRequirementsAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesTemperatureRequirements":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesTemperatureRequirementsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesTemperatureRequirementsAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierInstructionsAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierInstructionsAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierInstructions":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierInstructionsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierInstructionsAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverInstructionsAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverInstructionsAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverInstructions":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverInstructionsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverInstructionsAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleRegistrationNumberAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleRegistrationNumberAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleRegistrationNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleRegistrationNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleRegistrationNumberAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesTrailerRegistrationNumberAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesTrailerRegistrationNumberAnyOf1":{"type":"string","minLength":1},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesTrailerRegistrationNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesTrailerRegistrationNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesTrailerRegistrationNumberAnyOf1"}]},"DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"issueDate":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesIssueDate"},"referenceNumber":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReferenceNumber"},"dispatchId":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesDispatchId"},"driverId":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesDriverId"},"vehicleId":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleId"},"senderSnapshot":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderSnapshot"},"carrierSnapshot":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierSnapshot"},"receiverSnapshot":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverSnapshot"},"senderLocationId":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesSenderLocationId"},"carrierLocationId":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierLocationId"},"receiverLocationId":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverLocationId"},"placeOfTakingOver":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesPlaceOfTakingOver"},"placeOfDelivery":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesPlaceOfDelivery"},"plannedPickupAt":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesPlannedPickupAt"},"plannedDeliveryAt":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesPlannedDeliveryAt"},"goodsDescription":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesGoodsDescription"},"goodsPackagesCount":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesGoodsPackagesCount"},"goodsGrossWeightKg":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesGoodsGrossWeightKg"},"goodsVolumeM3":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesGoodsVolumeM3"},"goodsUnNumber":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesGoodsUnNumber"},"goodsHsCode":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesGoodsHsCode"},"goodsMarksAndNumbers":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesGoodsMarksAndNumbers"},"temperatureRequirements":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesTemperatureRequirements"},"carrierInstructions":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierInstructions"},"receiverInstructions":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesReceiverInstructions"},"vehicleRegistrationNumber":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleRegistrationNumber"},"trailerRegistrationNumber":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostRequestBodyContentApplicationJsonSchemaPropertiesTrailerRegistrationNumber"}},"required":["issueDate","senderSnapshot","carrierSnapshot","receiverSnapshot","placeOfTakingOver","placeOfDelivery","goodsDescription","goodsUnNumber"],"additionalProperties":false},"DocPathsApiRoadEcmrPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiRoadEcmrPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadEcmrPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsApiRoadEcmrPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiRoadEcmrPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadEcmrPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadEcmrPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadEcmrPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadEcmrPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadGeofencesIdGetParameters0Schema":{"type":"string"},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesName":{"type":"string"},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesType":{"type":"string","enum":["TERMINAL","DELIVERY_ZONE","CITY","RESTRICTED","CUSTOM"]},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesCenterLat":{"type":"number"},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesCenterLng":{"type":"number"},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesRadiusKm":{"type":"number"},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesPolygonAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesPolygonAnyOf1PropertiesType":{"type":"string","enum":["Polygon"]},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesPolygonAnyOf1PropertiesCoordinatesItemsItemsPrefixItems0":{"type":"number"},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesPolygonAnyOf1PropertiesCoordinatesItemsItemsPrefixItems1":{"type":"number"},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesPolygonAnyOf1PropertiesCoordinatesItemsItems":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesPolygonAnyOf1PropertiesCoordinatesItemsItemsPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesPolygonAnyOf1PropertiesCoordinatesItemsItemsPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesPolygonAnyOf1PropertiesCoordinatesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesPolygonAnyOf1PropertiesCoordinatesItemsItems"}},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesPolygonAnyOf1PropertiesCoordinates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesPolygonAnyOf1PropertiesCoordinatesItems"}},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesPolygonAnyOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesPolygonAnyOf1PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesPolygonAnyOf1PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesPolygon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesPolygonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesPolygonAnyOf1"}]},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesLocationIdAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesLocationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesLocationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesLocationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesLocationIdAnyOf1"}]},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf1":{"type":"string","enum":["shipment","shipment_leg","dispatch","location","customer"]},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf1"}]},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf1"}]},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesTriggerOnEnter":{"type":"boolean"},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesTriggerOnExit":{"type":"boolean"},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1ItemsPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1ItemsPropertiesChannel":{"type":"string","enum":["push","sms","email"]},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1Items":{"type":"object","properties":{"userId":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1ItemsPropertiesUserId"},"channel":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1ItemsPropertiesChannel"}},"required":["userId","channel"],"additionalProperties":false},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1Items"}},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesNotificationTargets":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1"}]},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesMetadataAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesMetadataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesMetadataAnyOf1"}]},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf1"}]},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"name":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesName"},"type":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesType"},"centerLat":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesCenterLat"},"centerLng":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesCenterLng"},"radiusKm":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesRadiusKm"},"polygon":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesPolygon"},"locationId":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesLocationId"},"linkedEntityType":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityType"},"linkedEntityId":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityId"},"triggerOnEnter":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesTriggerOnEnter"},"triggerOnExit":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesTriggerOnExit"},"notificationTargets":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesNotificationTargets"},"isActive":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesIsActive"},"metadata":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesMetadata"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","name","type","centerLat","centerLng","radiusKm","polygon","locationId","linkedEntityType","linkedEntityId","triggerOnEnter","triggerOnExit","notificationTargets","isActive","metadata","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiRoadGeofencesIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadGeofencesIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadGeofencesIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadGeofencesIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadGeofencesIdGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiRoadGeofencesGetParameters0Schema":{"type":"number"},"DocPathsApiRoadGeofencesGetParameters1Schema":{"type":"number"},"DocPathsApiRoadGeofencesGetParameters2Schema":{"type":"string"},"DocPathsApiRoadGeofencesGetParameters3Schema":{"type":"string"},"DocPathsApiRoadGeofencesGetParameters4Schema":{"type":"string","format":"uuid"},"DocPathsApiRoadGeofencesGetParameters5Schema":{"type":"string","enum":["TERMINAL","DELIVERY_ZONE","CITY","RESTRICTED","CUSTOM"]},"DocPathsApiRoadGeofencesGetParameters6Schema":{"type":"string"},"DocPathsApiRoadGeofencesGetParameters7Schema":{"type":"string","enum":["name","createdAt","updatedAt"]},"DocPathsApiRoadGeofencesGetParameters8Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesType":{"type":"string","enum":["TERMINAL","DELIVERY_ZONE","CITY","RESTRICTED","CUSTOM"]},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCenterLat":{"type":"number"},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCenterLng":{"type":"number"},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRadiusKm":{"type":"number"},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPolygonAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPolygonAnyOf1PropertiesType":{"type":"string","enum":["Polygon"]},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPolygonAnyOf1PropertiesCoordinatesItemsItemsPrefixItems0":{"type":"number"},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPolygonAnyOf1PropertiesCoordinatesItemsItemsPrefixItems1":{"type":"number"},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPolygonAnyOf1PropertiesCoordinatesItemsItems":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPolygonAnyOf1PropertiesCoordinatesItemsItemsPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPolygonAnyOf1PropertiesCoordinatesItemsItemsPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPolygonAnyOf1PropertiesCoordinatesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPolygonAnyOf1PropertiesCoordinatesItemsItems"}},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPolygonAnyOf1PropertiesCoordinates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPolygonAnyOf1PropertiesCoordinatesItems"}},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPolygonAnyOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPolygonAnyOf1PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPolygonAnyOf1PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPolygon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPolygonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPolygonAnyOf1"}]},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationIdAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationIdAnyOf1"}]},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntityTypeAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntityTypeAnyOf1":{"type":"string","enum":["shipment","shipment_leg","dispatch","location","customer"]},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntityTypeAnyOf1"}]},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntityIdAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntityIdAnyOf1"}]},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTriggerOnEnter":{"type":"boolean"},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTriggerOnExit":{"type":"boolean"},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotificationTargetsAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotificationTargetsAnyOf1ItemsPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotificationTargetsAnyOf1ItemsPropertiesChannel":{"type":"string","enum":["push","sms","email"]},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotificationTargetsAnyOf1Items":{"type":"object","properties":{"userId":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotificationTargetsAnyOf1ItemsPropertiesUserId"},"channel":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotificationTargetsAnyOf1ItemsPropertiesChannel"}},"required":["userId","channel"],"additionalProperties":false},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotificationTargetsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotificationTargetsAnyOf1Items"}},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotificationTargets":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotificationTargetsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotificationTargetsAnyOf1"}]},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadataAnyOf1"}]},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"name":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"type":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesType"},"centerLat":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCenterLat"},"centerLng":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCenterLng"},"radiusKm":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRadiusKm"},"polygon":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPolygon"},"locationId":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationId"},"linkedEntityType":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntityType"},"linkedEntityId":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntityId"},"triggerOnEnter":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTriggerOnEnter"},"triggerOnExit":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTriggerOnExit"},"notificationTargets":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotificationTargets"},"isActive":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"metadata":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMetadata"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","name","type","centerLat","centerLng","radiusKm","polygon","locationId","linkedEntityType","linkedEntityId","triggerOnEnter","triggerOnExit","notificationTargets","isActive","metadata","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiRoadGeofencesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadGeofencesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadGeofencesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadGeofencesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesType":{"type":"string","enum":["TERMINAL","DELIVERY_ZONE","CITY","RESTRICTED","CUSTOM"]},"DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesCenterLat":{"type":"number"},"DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesCenterLng":{"type":"number"},"DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesRadiusKmAllOf0":{"type":"number"},"DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesRadiusKm":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesRadiusKmAllOf0"}],"default":1},"DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesPolygonAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesPolygon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesPolygonAnyOf0"},{}]},"DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesLocationIdAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesLocationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesLocationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesLocationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesLocationIdAnyOf1"}]},"DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf1":{"type":"string","enum":["shipment","shipment_leg","dispatch","location","customer"]},"DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf1"}]},"DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf1"}]},"DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesTriggerOnEnterAllOf0":{"type":"boolean"},"DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesTriggerOnEnter":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesTriggerOnEnterAllOf0"}],"default":true},"DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesTriggerOnExitAllOf0":{"type":"boolean"},"DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesTriggerOnExit":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesTriggerOnExitAllOf0"}],"default":false},"DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1ItemsPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1ItemsPropertiesChannel":{"type":"string","enum":["push","sms","email"]},"DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1Items":{"type":"object","properties":{"userId":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1ItemsPropertiesUserId"},"channel":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1ItemsPropertiesChannel"}},"required":["userId","channel"],"additionalProperties":false},"DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1Items"},"maxItems":100},"DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesNotificationTargets":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1"}]},"DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActiveAllOf0":{"type":"boolean"},"DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActiveAllOf0"}],"default":true},"DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf1"}]},"DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"type":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesType"},"centerLat":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesCenterLat"},"centerLng":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesCenterLng"},"radiusKm":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesRadiusKm"},"polygon":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesPolygon"},"locationId":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesLocationId"},"linkedEntityType":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityType"},"linkedEntityId":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityId"},"triggerOnEnter":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesTriggerOnEnter"},"triggerOnExit":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesTriggerOnExit"},"notificationTargets":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesNotificationTargets"},"isActive":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"metadata":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata"}},"required":["name","type","centerLat","centerLng"],"additionalProperties":false},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesName":{"type":"string"},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesType":{"type":"string","enum":["TERMINAL","DELIVERY_ZONE","CITY","RESTRICTED","CUSTOM"]},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesCenterLat":{"type":"number"},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesCenterLng":{"type":"number"},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesRadiusKm":{"type":"number"},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesPolygonAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesPolygonAnyOf1PropertiesType":{"type":"string","enum":["Polygon"]},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesPolygonAnyOf1PropertiesCoordinatesItemsItemsPrefixItems0":{"type":"number"},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesPolygonAnyOf1PropertiesCoordinatesItemsItemsPrefixItems1":{"type":"number"},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesPolygonAnyOf1PropertiesCoordinatesItemsItems":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesPolygonAnyOf1PropertiesCoordinatesItemsItemsPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesPolygonAnyOf1PropertiesCoordinatesItemsItemsPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesPolygonAnyOf1PropertiesCoordinatesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesPolygonAnyOf1PropertiesCoordinatesItemsItems"}},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesPolygonAnyOf1PropertiesCoordinates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesPolygonAnyOf1PropertiesCoordinatesItems"}},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesPolygonAnyOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesPolygonAnyOf1PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesPolygonAnyOf1PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesPolygon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesPolygonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesPolygonAnyOf1"}]},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesLocationIdAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesLocationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesLocationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesLocationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesLocationIdAnyOf1"}]},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf1":{"type":"string","enum":["shipment","shipment_leg","dispatch","location","customer"]},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesLinkedEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf1"}]},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesLinkedEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf1"}]},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesTriggerOnEnter":{"type":"boolean"},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesTriggerOnExit":{"type":"boolean"},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1ItemsPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1ItemsPropertiesChannel":{"type":"string","enum":["push","sms","email"]},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1Items":{"type":"object","properties":{"userId":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1ItemsPropertiesUserId"},"channel":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1ItemsPropertiesChannel"}},"required":["userId","channel"],"additionalProperties":false},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1Items"}},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesNotificationTargets":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1"}]},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesMetadataAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesMetadataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesMetadataAnyOf1"}]},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf1"}]},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationId"},"name":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesName"},"type":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesType"},"centerLat":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesCenterLat"},"centerLng":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesCenterLng"},"radiusKm":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesRadiusKm"},"polygon":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesPolygon"},"locationId":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesLocationId"},"linkedEntityType":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesLinkedEntityType"},"linkedEntityId":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesLinkedEntityId"},"triggerOnEnter":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesTriggerOnEnter"},"triggerOnExit":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesTriggerOnExit"},"notificationTargets":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesNotificationTargets"},"isActive":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesIsActive"},"metadata":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesMetadata"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","name","type","centerLat","centerLng","radiusKm","polygon","locationId","linkedEntityType","linkedEntityId","triggerOnEnter","triggerOnExit","notificationTargets","isActive","metadata","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiRoadGeofencesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadGeofencesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadGeofencesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadGeofencesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesType":{"type":"string","enum":["TERMINAL","DELIVERY_ZONE","CITY","RESTRICTED","CUSTOM"]},"DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesCenterLat":{"type":"number"},"DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesCenterLng":{"type":"number"},"DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesRadiusKm":{"type":"number"},"DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesPolygonAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesPolygon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesPolygonAnyOf0"},{}]},"DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesLocationIdAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesLocationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesLocationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesLocationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesLocationIdAnyOf1"}]},"DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf1":{"type":"string","enum":["shipment","shipment_leg","dispatch","location","customer"]},"DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf1"}]},"DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf1"}]},"DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesTriggerOnEnter":{"type":"boolean"},"DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesTriggerOnExit":{"type":"boolean"},"DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1ItemsPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1ItemsPropertiesChannel":{"type":"string","enum":["push","sms","email"]},"DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1Items":{"type":"object","properties":{"userId":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1ItemsPropertiesUserId"},"channel":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1ItemsPropertiesChannel"}},"required":["userId","channel"],"additionalProperties":false},"DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1Items"},"maxItems":100},"DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesNotificationTargets":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1"}]},"DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf1"}]},"DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"type":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesType"},"centerLat":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesCenterLat"},"centerLng":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesCenterLng"},"radiusKm":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesRadiusKm"},"polygon":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesPolygon"},"locationId":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesLocationId"},"linkedEntityType":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityType"},"linkedEntityId":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityId"},"triggerOnEnter":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesTriggerOnEnter"},"triggerOnExit":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesTriggerOnExit"},"notificationTargets":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesNotificationTargets"},"isActive":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"metadata":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutRequestBodyContentApplicationJsonSchemaPropertiesMetadata"}},"required":["id"],"additionalProperties":false},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesName":{"type":"string"},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesType":{"type":"string","enum":["TERMINAL","DELIVERY_ZONE","CITY","RESTRICTED","CUSTOM"]},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesCenterLat":{"type":"number"},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesCenterLng":{"type":"number"},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesRadiusKm":{"type":"number"},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesPolygonAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesPolygonAnyOf1PropertiesType":{"type":"string","enum":["Polygon"]},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesPolygonAnyOf1PropertiesCoordinatesItemsItemsPrefixItems0":{"type":"number"},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesPolygonAnyOf1PropertiesCoordinatesItemsItemsPrefixItems1":{"type":"number"},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesPolygonAnyOf1PropertiesCoordinatesItemsItems":{"type":"array","prefixItems":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesPolygonAnyOf1PropertiesCoordinatesItemsItemsPrefixItems0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesPolygonAnyOf1PropertiesCoordinatesItemsItemsPrefixItems1"}],"minItems":2,"maxItems":2},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesPolygonAnyOf1PropertiesCoordinatesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesPolygonAnyOf1PropertiesCoordinatesItemsItems"}},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesPolygonAnyOf1PropertiesCoordinates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesPolygonAnyOf1PropertiesCoordinatesItems"}},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesPolygonAnyOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesPolygonAnyOf1PropertiesType"},"coordinates":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesPolygonAnyOf1PropertiesCoordinates"}},"required":["type","coordinates"],"additionalProperties":false},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesPolygon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesPolygonAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesPolygonAnyOf1"}]},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesLocationIdAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesLocationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesLocationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesLocationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesLocationIdAnyOf1"}]},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf1":{"type":"string","enum":["shipment","shipment_leg","dispatch","location","customer"]},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf1"}]},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf1"}]},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesTriggerOnEnter":{"type":"boolean"},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesTriggerOnExit":{"type":"boolean"},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1ItemsPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1ItemsPropertiesChannel":{"type":"string","enum":["push","sms","email"]},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1Items":{"type":"object","properties":{"userId":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1ItemsPropertiesUserId"},"channel":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1ItemsPropertiesChannel"}},"required":["userId","channel"],"additionalProperties":false},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1Items"}},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesNotificationTargets":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesNotificationTargetsAnyOf1"}]},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesMetadataAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesMetadataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesMetadataAnyOf1"}]},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf1"}]},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"name":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesName"},"type":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesType"},"centerLat":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesCenterLat"},"centerLng":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesCenterLng"},"radiusKm":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesRadiusKm"},"polygon":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesPolygon"},"locationId":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesLocationId"},"linkedEntityType":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityType"},"linkedEntityId":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityId"},"triggerOnEnter":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesTriggerOnEnter"},"triggerOnExit":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesTriggerOnExit"},"notificationTargets":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesNotificationTargets"},"isActive":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesIsActive"},"metadata":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesMetadata"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","tenantId","organizationId","name","type","centerLat","centerLng","radiusKm","polygon","locationId","linkedEntityType","linkedEntityId","triggerOnEnter","triggerOnExit","notificationTargets","isActive","metadata","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiRoadGeofencesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadGeofencesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadGeofencesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadGeofencesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadGeofencesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadGeofencesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiRoadGeofencesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiRoadGeofencesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiRoadGeofencesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadGeofencesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadGeofencesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadGeofencesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadGeofencesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadRoutesIdGetParameters0Schema":{"type":"string"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegIdAnyOf1"}]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesDispatchIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesDispatchIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesDispatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesDispatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesDispatchIdAnyOf1"}]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginPropertiesLat":{"type":"number"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginPropertiesLng":{"type":"number"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginPropertiesLabelAnyOf1":{"type":"string"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginPropertiesLabelAnyOf1"}]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginPropertiesAddressAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginPropertiesAddressAnyOf1":{"type":"string"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginPropertiesAddress":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginPropertiesAddressAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginPropertiesAddressAnyOf1"}]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesOrigin":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginPropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginPropertiesLng"},"label":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginPropertiesLabel"},"address":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginPropertiesAddress"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationPropertiesLat":{"type":"number"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationPropertiesLng":{"type":"number"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationPropertiesLabelAnyOf1":{"type":"string"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationPropertiesLabelAnyOf1"}]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationPropertiesAddressAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationPropertiesAddressAnyOf1":{"type":"string"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationPropertiesAddress":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationPropertiesAddressAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationPropertiesAddressAnyOf1"}]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesDestination":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationPropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationPropertiesLng"},"label":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationPropertiesLabel"},"address":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationPropertiesAddress"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesWaypointsAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesWaypointsAnyOf1ItemsPropertiesLat":{"type":"number"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesWaypointsAnyOf1ItemsPropertiesLng":{"type":"number"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesWaypointsAnyOf1ItemsPropertiesNameAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesWaypointsAnyOf1ItemsPropertiesNameAnyOf1":{"type":"string"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesWaypointsAnyOf1ItemsPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesWaypointsAnyOf1ItemsPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesWaypointsAnyOf1ItemsPropertiesNameAnyOf1"}]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesWaypointsAnyOf1Items":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesWaypointsAnyOf1ItemsPropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesWaypointsAnyOf1ItemsPropertiesLng"},"name":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesWaypointsAnyOf1ItemsPropertiesName"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesWaypointsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesWaypointsAnyOf1Items"}},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesWaypoints":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesWaypointsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesWaypointsAnyOf1"}]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesDistanceKm":{"type":"number"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesDurationMinutes":{"type":"number"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTrafficDelayMinutesAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTrafficDelayMinutesAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTrafficDelayMinutes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTrafficDelayMinutesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTrafficDelayMinutesAnyOf1"}]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesPolyline":{"type":"string"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesBoundingBoxAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesBoundingBoxAnyOf1PropertiesNorth":{"type":"number"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesBoundingBoxAnyOf1PropertiesSouth":{"type":"number"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesBoundingBoxAnyOf1PropertiesEast":{"type":"number"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesBoundingBoxAnyOf1PropertiesWest":{"type":"number"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesBoundingBoxAnyOf1":{"type":"object","properties":{"north":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesBoundingBoxAnyOf1PropertiesNorth"},"south":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesBoundingBoxAnyOf1PropertiesSouth"},"east":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesBoundingBoxAnyOf1PropertiesEast"},"west":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesBoundingBoxAnyOf1PropertiesWest"}},"required":["north","south","east","west"],"additionalProperties":false},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesBoundingBox":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesBoundingBoxAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesBoundingBoxAnyOf1"}]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCountrySegmentsItemsPropertiesCountry":{"type":"string"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCountrySegmentsItemsPropertiesDistanceKm":{"type":"number"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCountrySegmentsItemsPropertiesDurationMinutes":{"type":"number"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCountrySegmentsItems":{"type":"object","properties":{"country":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCountrySegmentsItemsPropertiesCountry"},"distanceKm":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCountrySegmentsItemsPropertiesDistanceKm"},"durationMinutes":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCountrySegmentsItemsPropertiesDurationMinutes"}},"required":["country","distanceKm","durationMinutes"],"additionalProperties":false},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCountrySegments":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCountrySegmentsItems"}},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesCountry":{"type":"string"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesSystemAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesSystemAnyOf1":{"type":"string"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesSystem":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesSystemAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesSystemAnyOf1"}]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesDistanceKm":{"type":"number"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesAmount":{"type":"number"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesCurrency":{"type":"string"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1Items":{"type":"object","properties":{"country":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesCountry"},"system":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesSystem"},"distanceKm":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesDistanceKm"},"amount":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesAmount"},"currency":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesCurrency"}},"required":["country","distanceKm","amount","currency"],"additionalProperties":false},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1Items"}},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTollSegments":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1"}]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTotalCostPlnAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTotalCostPlnAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTotalCostPln":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTotalCostPlnAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTotalCostPlnAnyOf1"}]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesFuelAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesFuelAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesFuel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesFuelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesFuelAnyOf1"}]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesTollAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesTollAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesToll":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesTollAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesTollAnyOf1"}]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesDriverAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesDriverAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesDriver":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesDriverAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesDriverAnyOf1"}]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesOverheadAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesOverheadAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesOverhead":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesOverheadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesOverheadAnyOf1"}]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesTotalAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesTotalAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesTotal":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesTotalAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesTotalAnyOf1"}]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesCurrencyAnyOf1"}]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1":{"type":"object","properties":{"fuel":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesFuel"},"toll":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesToll"},"driver":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesDriver"},"overhead":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesOverhead"},"total":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesTotal"},"currency":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesCurrency"}},"additionalProperties":false},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdown":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1"}]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesFuelEstimateLitersAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesFuelEstimateLitersAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesFuelEstimateLiters":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesFuelEstimateLitersAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesFuelEstimateLitersAnyOf1"}]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTransportMode":{"type":"string"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesGrossWeightAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesGrossWeightAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesGrossWeight":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesGrossWeightAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesGrossWeightAnyOf1"}]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHeightAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHeightAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHeight":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHeightAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHeightAnyOf1"}]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesWidthAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesWidthAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesWidth":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesWidthAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesWidthAnyOf1"}]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesLengthAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesLengthAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesLength":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesLengthAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesLengthAnyOf1"}]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesAxleCountAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesAxleCountAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesAxleCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesAxleCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesAxleCountAnyOf1"}]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesTunnelCategoryAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesTunnelCategoryAnyOf1":{"type":"string"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesTunnelCategory":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesTunnelCategoryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesTunnelCategoryAnyOf1"}]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHazmatAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHazmatAnyOf1":{"type":"boolean"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHazmat":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHazmatAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHazmatAnyOf1"}]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1":{"type":"object","properties":{"grossWeight":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesGrossWeight"},"height":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHeight"},"width":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesWidth"},"length":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesLength"},"axleCount":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesAxleCount"},"tunnelCategory":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesTunnelCategory"},"hazmat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHazmat"}},"additionalProperties":false},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfile":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1"}]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesProvider":{"type":"string","enum":["HERE","OSRM","DEMO"]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesProviderRequestIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesProviderRequestIdAnyOf1":{"type":"string"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesProviderRequestId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesProviderRequestIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesProviderRequestIdAnyOf1"}]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesSource":{"type":"string","enum":["live","cache","fallback"]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesConfidence":{"type":"string","enum":["high","medium","low"]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesDegradedReasonCodeAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesDegradedReasonCodeAnyOf1":{"type":"string","enum":["provider_unavailable","provider_timeout","provider_limit_exceeded","stale_cache_used","fallback_distance_model","missing_coordinates","unsupported_mode"]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesDegradedReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesDegradedReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesDegradedReasonCodeAnyOf1"}]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCacheKeyAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCacheKeyAnyOf1":{"type":"string"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCacheKey":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCacheKeyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCacheKeyAnyOf1"}]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCacheAgeSecondsAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCacheAgeSecondsAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCacheAgeSeconds":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCacheAgeSecondsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCacheAgeSecondsAnyOf1"}]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf1":{"type":"string","enum":["shipment","shipment_leg","dispatch","location","customer"]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf1"}]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf1"}]},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCalculatedAt":{"type":"string"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"legId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesLegId"},"dispatchId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesDispatchId"},"origin":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesOrigin"},"destination":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesDestination"},"waypoints":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesWaypoints"},"distanceKm":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesDistanceKm"},"durationMinutes":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesDurationMinutes"},"trafficDelayMinutes":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTrafficDelayMinutes"},"polyline":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesPolyline"},"boundingBox":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesBoundingBox"},"countrySegments":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCountrySegments"},"tollSegments":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTollSegments"},"totalCostPln":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTotalCostPln"},"costBreakdown":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCostBreakdown"},"fuelEstimateLiters":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesFuelEstimateLiters"},"transportMode":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesTransportMode"},"vehicleProfile":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesVehicleProfile"},"provider":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesProvider"},"providerRequestId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesProviderRequestId"},"source":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesSource"},"confidence":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesConfidence"},"degradedReasonCode":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesDegradedReasonCode"},"cacheKey":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCacheKey"},"cacheAgeSeconds":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCacheAgeSeconds"},"linkedEntityType":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityType"},"linkedEntityId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityId"},"calculatedAt":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCalculatedAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"}},"required":["id","tenantId","organizationId","legId","dispatchId","origin","destination","waypoints","distanceKm","durationMinutes","trafficDelayMinutes","polyline","boundingBox","countrySegments","tollSegments","totalCostPln","costBreakdown","fuelEstimateLiters","transportMode","vehicleProfile","provider","providerRequestId","source","confidence","degradedReasonCode","cacheKey","cacheAgeSeconds","linkedEntityType","linkedEntityId","calculatedAt","createdAt"],"additionalProperties":false},"DocPathsApiRoadRoutesIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadRoutesIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadRoutesIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadRoutesIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadRoutesIdGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiRoadRoutesGetParameters0Schema":{"type":"number"},"DocPathsApiRoadRoutesGetParameters1Schema":{"type":"number"},"DocPathsApiRoadRoutesGetParameters2Schema":{"type":"string"},"DocPathsApiRoadRoutesGetParameters3Schema":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutesGetParameters4Schema":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutesGetParameters5Schema":{"type":"string","enum":["HERE","OSRM","DEMO"]},"DocPathsApiRoadRoutesGetParameters6Schema":{"type":"string","enum":["live","cache","fallback"]},"DocPathsApiRoadRoutesGetParameters7Schema":{"type":"string","enum":["high","medium","low"]},"DocPathsApiRoadRoutesGetParameters8Schema":{"type":"string","enum":["shipment","shipment_leg","dispatch","location","customer"]},"DocPathsApiRoadRoutesGetParameters9Schema":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutesGetParameters10Schema":{"type":"string","enum":["calculatedAt","createdAt"]},"DocPathsApiRoadRoutesGetParameters11Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegIdAnyOf1"}]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDispatchIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDispatchIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDispatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDispatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDispatchIdAnyOf1"}]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginPropertiesLat":{"type":"number"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginPropertiesLng":{"type":"number"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginPropertiesLabelAnyOf1":{"type":"string"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginPropertiesLabelAnyOf1"}]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginPropertiesAddressAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginPropertiesAddressAnyOf1":{"type":"string"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginPropertiesAddress":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginPropertiesAddressAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginPropertiesAddressAnyOf1"}]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrigin":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginPropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginPropertiesLng"},"label":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginPropertiesLabel"},"address":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginPropertiesAddress"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationPropertiesLat":{"type":"number"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationPropertiesLng":{"type":"number"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationPropertiesLabelAnyOf1":{"type":"string"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationPropertiesLabelAnyOf1"}]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationPropertiesAddressAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationPropertiesAddressAnyOf1":{"type":"string"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationPropertiesAddress":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationPropertiesAddressAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationPropertiesAddressAnyOf1"}]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestination":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationPropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationPropertiesLng"},"label":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationPropertiesLabel"},"address":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationPropertiesAddress"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWaypointsAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWaypointsAnyOf1ItemsPropertiesLat":{"type":"number"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWaypointsAnyOf1ItemsPropertiesLng":{"type":"number"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWaypointsAnyOf1ItemsPropertiesNameAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWaypointsAnyOf1ItemsPropertiesNameAnyOf1":{"type":"string"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWaypointsAnyOf1ItemsPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWaypointsAnyOf1ItemsPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWaypointsAnyOf1ItemsPropertiesNameAnyOf1"}]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWaypointsAnyOf1Items":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWaypointsAnyOf1ItemsPropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWaypointsAnyOf1ItemsPropertiesLng"},"name":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWaypointsAnyOf1ItemsPropertiesName"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWaypointsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWaypointsAnyOf1Items"}},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWaypoints":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWaypointsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWaypointsAnyOf1"}]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDistanceKm":{"type":"number"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMinutes":{"type":"number"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrafficDelayMinutesAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrafficDelayMinutesAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrafficDelayMinutes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrafficDelayMinutesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrafficDelayMinutesAnyOf1"}]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPolyline":{"type":"string"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBoundingBoxAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBoundingBoxAnyOf1PropertiesNorth":{"type":"number"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBoundingBoxAnyOf1PropertiesSouth":{"type":"number"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBoundingBoxAnyOf1PropertiesEast":{"type":"number"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBoundingBoxAnyOf1PropertiesWest":{"type":"number"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBoundingBoxAnyOf1":{"type":"object","properties":{"north":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBoundingBoxAnyOf1PropertiesNorth"},"south":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBoundingBoxAnyOf1PropertiesSouth"},"east":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBoundingBoxAnyOf1PropertiesEast"},"west":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBoundingBoxAnyOf1PropertiesWest"}},"required":["north","south","east","west"],"additionalProperties":false},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBoundingBox":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBoundingBoxAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBoundingBoxAnyOf1"}]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountrySegmentsItemsPropertiesCountry":{"type":"string"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountrySegmentsItemsPropertiesDistanceKm":{"type":"number"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountrySegmentsItemsPropertiesDurationMinutes":{"type":"number"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountrySegmentsItems":{"type":"object","properties":{"country":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountrySegmentsItemsPropertiesCountry"},"distanceKm":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountrySegmentsItemsPropertiesDistanceKm"},"durationMinutes":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountrySegmentsItemsPropertiesDurationMinutes"}},"required":["country","distanceKm","durationMinutes"],"additionalProperties":false},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountrySegments":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountrySegmentsItems"}},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTollSegmentsAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTollSegmentsAnyOf1ItemsPropertiesCountry":{"type":"string"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTollSegmentsAnyOf1ItemsPropertiesSystemAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTollSegmentsAnyOf1ItemsPropertiesSystemAnyOf1":{"type":"string"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTollSegmentsAnyOf1ItemsPropertiesSystem":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTollSegmentsAnyOf1ItemsPropertiesSystemAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTollSegmentsAnyOf1ItemsPropertiesSystemAnyOf1"}]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTollSegmentsAnyOf1ItemsPropertiesDistanceKm":{"type":"number"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTollSegmentsAnyOf1ItemsPropertiesAmount":{"type":"number"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTollSegmentsAnyOf1ItemsPropertiesCurrency":{"type":"string"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTollSegmentsAnyOf1Items":{"type":"object","properties":{"country":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTollSegmentsAnyOf1ItemsPropertiesCountry"},"system":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTollSegmentsAnyOf1ItemsPropertiesSystem"},"distanceKm":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTollSegmentsAnyOf1ItemsPropertiesDistanceKm"},"amount":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTollSegmentsAnyOf1ItemsPropertiesAmount"},"currency":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTollSegmentsAnyOf1ItemsPropertiesCurrency"}},"required":["country","distanceKm","amount","currency"],"additionalProperties":false},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTollSegmentsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTollSegmentsAnyOf1Items"}},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTollSegments":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTollSegmentsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTollSegmentsAnyOf1"}]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalCostPlnAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalCostPlnAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalCostPln":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalCostPlnAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalCostPlnAnyOf1"}]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1PropertiesFuelAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1PropertiesFuelAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1PropertiesFuel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1PropertiesFuelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1PropertiesFuelAnyOf1"}]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1PropertiesTollAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1PropertiesTollAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1PropertiesToll":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1PropertiesTollAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1PropertiesTollAnyOf1"}]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1PropertiesDriverAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1PropertiesDriverAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1PropertiesDriver":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1PropertiesDriverAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1PropertiesDriverAnyOf1"}]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1PropertiesOverheadAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1PropertiesOverheadAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1PropertiesOverhead":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1PropertiesOverheadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1PropertiesOverheadAnyOf1"}]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1PropertiesTotalAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1PropertiesTotalAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1PropertiesTotal":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1PropertiesTotalAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1PropertiesTotalAnyOf1"}]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1PropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1PropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1PropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1PropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1PropertiesCurrencyAnyOf1"}]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1":{"type":"object","properties":{"fuel":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1PropertiesFuel"},"toll":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1PropertiesToll"},"driver":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1PropertiesDriver"},"overhead":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1PropertiesOverhead"},"total":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1PropertiesTotal"},"currency":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1PropertiesCurrency"}},"additionalProperties":false},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdown":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdownAnyOf1"}]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFuelEstimateLitersAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFuelEstimateLitersAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFuelEstimateLiters":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFuelEstimateLitersAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFuelEstimateLitersAnyOf1"}]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTransportMode":{"type":"string"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesGrossWeightAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesGrossWeightAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesGrossWeight":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesGrossWeightAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesGrossWeightAnyOf1"}]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesHeightAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesHeightAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesHeight":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesHeightAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesHeightAnyOf1"}]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesWidthAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesWidthAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesWidth":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesWidthAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesWidthAnyOf1"}]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesLengthAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesLengthAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesLength":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesLengthAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesLengthAnyOf1"}]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesAxleCountAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesAxleCountAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesAxleCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesAxleCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesAxleCountAnyOf1"}]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesTunnelCategoryAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesTunnelCategoryAnyOf1":{"type":"string"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesTunnelCategory":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesTunnelCategoryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesTunnelCategoryAnyOf1"}]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesHazmatAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesHazmatAnyOf1":{"type":"boolean"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesHazmat":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesHazmatAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesHazmatAnyOf1"}]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1":{"type":"object","properties":{"grossWeight":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesGrossWeight"},"height":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesHeight"},"width":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesWidth"},"length":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesLength"},"axleCount":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesAxleCount"},"tunnelCategory":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesTunnelCategory"},"hazmat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1PropertiesHazmat"}},"additionalProperties":false},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfile":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfileAnyOf1"}]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProvider":{"type":"string","enum":["HERE","OSRM","DEMO"]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderRequestIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderRequestIdAnyOf1":{"type":"string"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderRequestId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderRequestIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderRequestIdAnyOf1"}]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource":{"type":"string","enum":["live","cache","fallback"]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfidence":{"type":"string","enum":["high","medium","low"]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDegradedReasonCodeAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDegradedReasonCodeAnyOf1":{"type":"string","enum":["provider_unavailable","provider_timeout","provider_limit_exceeded","stale_cache_used","fallback_distance_model","missing_coordinates","unsupported_mode"]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDegradedReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDegradedReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDegradedReasonCodeAnyOf1"}]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCacheKeyAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCacheKeyAnyOf1":{"type":"string"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCacheKey":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCacheKeyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCacheKeyAnyOf1"}]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCacheAgeSecondsAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCacheAgeSecondsAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCacheAgeSeconds":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCacheAgeSecondsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCacheAgeSecondsAnyOf1"}]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntityTypeAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntityTypeAnyOf1":{"type":"string","enum":["shipment","shipment_leg","dispatch","location","customer"]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntityTypeAnyOf1"}]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntityIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntityIdAnyOf1"}]},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculatedAt":{"type":"string"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"legId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLegId"},"dispatchId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDispatchId"},"origin":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrigin"},"destination":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestination"},"waypoints":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWaypoints"},"distanceKm":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDistanceKm"},"durationMinutes":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMinutes"},"trafficDelayMinutes":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrafficDelayMinutes"},"polyline":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPolyline"},"boundingBox":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBoundingBox"},"countrySegments":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountrySegments"},"tollSegments":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTollSegments"},"totalCostPln":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalCostPln"},"costBreakdown":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostBreakdown"},"fuelEstimateLiters":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFuelEstimateLiters"},"transportMode":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTransportMode"},"vehicleProfile":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleProfile"},"provider":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProvider"},"providerRequestId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderRequestId"},"source":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource"},"confidence":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfidence"},"degradedReasonCode":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDegradedReasonCode"},"cacheKey":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCacheKey"},"cacheAgeSeconds":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCacheAgeSeconds"},"linkedEntityType":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntityType"},"linkedEntityId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntityId"},"calculatedAt":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculatedAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"}},"required":["id","tenantId","organizationId","legId","dispatchId","origin","destination","waypoints","distanceKm","durationMinutes","trafficDelayMinutes","polyline","boundingBox","countrySegments","tollSegments","totalCostPln","costBreakdown","fuelEstimateLiters","transportMode","vehicleProfile","provider","providerRequestId","source","confidence","degradedReasonCode","cacheKey","cacheAgeSeconds","linkedEntityType","linkedEntityId","calculatedAt","createdAt"],"additionalProperties":false},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiRoadRoutesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadRoutesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadRoutesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadRoutesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesLegIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesLegIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesLegId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesLegIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesLegIdAnyOf1"}]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesDispatchIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesDispatchIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesDispatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesDispatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesDispatchIdAnyOf1"}]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesLat":{"type":"number"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesLng":{"type":"number"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesLabelAnyOf1":{"type":"string","maxLength":255},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesLabelAnyOf1"}]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesAddressAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesAddressAnyOf1":{"type":"string","maxLength":1000},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesAddress":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesAddressAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesAddressAnyOf1"}]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesOrigin":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesLng"},"label":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesLabel"},"address":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesAddress"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesLat":{"type":"number"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesLng":{"type":"number"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesLabelAnyOf1":{"type":"string","maxLength":255},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesLabelAnyOf1"}]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesAddressAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesAddressAnyOf1":{"type":"string","maxLength":1000},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesAddress":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesAddressAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesAddressAnyOf1"}]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesDestination":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesLng"},"label":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesLabel"},"address":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesAddress"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAnyOf1ItemsPropertiesLat":{"type":"number"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAnyOf1ItemsPropertiesLng":{"type":"number"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAnyOf1ItemsPropertiesNameAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAnyOf1ItemsPropertiesNameAnyOf1":{"type":"string","maxLength":255},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAnyOf1ItemsPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAnyOf1ItemsPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAnyOf1ItemsPropertiesNameAnyOf1"}]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAnyOf1Items":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAnyOf1ItemsPropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAnyOf1ItemsPropertiesLng"},"name":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAnyOf1ItemsPropertiesName"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAnyOf1Items"},"maxItems":50},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesWaypoints":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAnyOf1"}]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesDistanceKm":{"type":"number"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesDurationMinutes":{"type":"number"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTrafficDelayMinutesAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTrafficDelayMinutesAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTrafficDelayMinutes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTrafficDelayMinutesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTrafficDelayMinutesAnyOf1"}]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesPolyline":{"type":"string","minLength":1},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesBoundingBoxAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesBoundingBoxAnyOf1PropertiesNorth":{"type":"number"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesBoundingBoxAnyOf1PropertiesSouth":{"type":"number"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesBoundingBoxAnyOf1PropertiesEast":{"type":"number"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesBoundingBoxAnyOf1PropertiesWest":{"type":"number"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesBoundingBoxAnyOf1":{"type":"object","properties":{"north":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesBoundingBoxAnyOf1PropertiesNorth"},"south":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesBoundingBoxAnyOf1PropertiesSouth"},"east":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesBoundingBoxAnyOf1PropertiesEast"},"west":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesBoundingBoxAnyOf1PropertiesWest"}},"required":["north","south","east","west"],"additionalProperties":false},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesBoundingBox":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesBoundingBoxAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesBoundingBoxAnyOf1"}]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCountrySegmentsItemsPropertiesCountry":{"type":"string","minLength":2,"maxLength":100},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCountrySegmentsItemsPropertiesDistanceKm":{"type":"number"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCountrySegmentsItemsPropertiesDurationMinutes":{"type":"number"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCountrySegmentsItems":{"type":"object","properties":{"country":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCountrySegmentsItemsPropertiesCountry"},"distanceKm":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCountrySegmentsItemsPropertiesDistanceKm"},"durationMinutes":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCountrySegmentsItemsPropertiesDurationMinutes"}},"required":["country","distanceKm","durationMinutes"],"additionalProperties":false},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCountrySegments":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCountrySegmentsItems"},"maxItems":100},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesCountry":{"type":"string","minLength":2,"maxLength":100},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesSystemAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesSystemAnyOf1":{"type":"string","maxLength":100},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesSystem":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesSystemAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesSystemAnyOf1"}]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesDistanceKm":{"type":"number"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesAmount":{"type":"number"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesCurrency":{"type":"string","minLength":3,"maxLength":10},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1Items":{"type":"object","properties":{"country":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesCountry"},"system":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesSystem"},"distanceKm":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesDistanceKm"},"amount":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesAmount"},"currency":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesCurrency"}},"required":["country","distanceKm","amount","currency"],"additionalProperties":false},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1Items"},"maxItems":100},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTollSegments":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1"}]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTotalCostPlnAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTotalCostPlnAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTotalCostPln":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTotalCostPlnAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTotalCostPlnAnyOf1"}]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesFuelAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesFuelAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesFuel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesFuelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesFuelAnyOf1"}]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesTollAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesTollAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesToll":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesTollAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesTollAnyOf1"}]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesDriverAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesDriverAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesDriver":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesDriverAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesDriverAnyOf1"}]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesOverheadAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesOverheadAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesOverhead":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesOverheadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesOverheadAnyOf1"}]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesTotalAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesTotalAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesTotal":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesTotalAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesTotalAnyOf1"}]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesCurrencyAnyOf1":{"type":"string","maxLength":10},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesCurrencyAnyOf1"}]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1":{"type":"object","properties":{"fuel":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesFuel"},"toll":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesToll"},"driver":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesDriver"},"overhead":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesOverhead"},"total":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesTotal"},"currency":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesCurrency"}},"additionalProperties":false},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdown":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1"}]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesFuelEstimateLitersAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesFuelEstimateLitersAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesFuelEstimateLiters":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesFuelEstimateLitersAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesFuelEstimateLitersAnyOf1"}]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTransportModeAllOf0":{"type":"string","minLength":1,"maxLength":20},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTransportMode":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTransportModeAllOf0"}],"default":"TRUCK"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesGrossWeightAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesGrossWeightAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesGrossWeight":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesGrossWeightAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesGrossWeightAnyOf1"}]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHeightAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHeightAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHeight":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHeightAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHeightAnyOf1"}]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesWidthAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesWidthAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesWidth":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesWidthAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesWidthAnyOf1"}]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesLengthAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesLengthAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesLength":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesLengthAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesLengthAnyOf1"}]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesAxleCountAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesAxleCountAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesAxleCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesAxleCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesAxleCountAnyOf1"}]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesTunnelCategoryAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesTunnelCategoryAnyOf1":{"type":"string","maxLength":20},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesTunnelCategory":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesTunnelCategoryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesTunnelCategoryAnyOf1"}]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHazmatAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHazmatAnyOf1":{"type":"boolean"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHazmat":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHazmatAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHazmatAnyOf1"}]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1":{"type":"object","properties":{"grossWeight":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesGrossWeight"},"height":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHeight"},"width":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesWidth"},"length":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesLength"},"axleCount":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesAxleCount"},"tunnelCategory":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesTunnelCategory"},"hazmat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHazmat"}},"additionalProperties":false},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfile":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1"}]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesProvider":{"type":"string","enum":["HERE","OSRM","DEMO"]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesProviderRequestIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesProviderRequestIdAnyOf1":{"type":"string","maxLength":100},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesProviderRequestId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesProviderRequestIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesProviderRequestIdAnyOf1"}]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesSourceAllOf0":{"type":"string","enum":["live","cache","fallback"]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesSource":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesSourceAllOf0"}],"default":"live"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesConfidenceAllOf0":{"type":"string","enum":["high","medium","low"]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesConfidence":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesConfidenceAllOf0"}],"default":"medium"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesDegradedReasonCodeAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesDegradedReasonCodeAnyOf1":{"type":"string","enum":["provider_unavailable","provider_timeout","provider_limit_exceeded","stale_cache_used","fallback_distance_model","missing_coordinates","unsupported_mode"]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesDegradedReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesDegradedReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesDegradedReasonCodeAnyOf1"}]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCacheKeyAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCacheKeyAnyOf1":{"type":"string","maxLength":256},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCacheKey":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCacheKeyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCacheKeyAnyOf1"}]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCacheAgeSecondsAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCacheAgeSecondsAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCacheAgeSeconds":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCacheAgeSecondsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCacheAgeSecondsAnyOf1"}]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf1":{"type":"string","enum":["shipment","shipment_leg","dispatch","location","customer"]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf1"}]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf1"}]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesProviderPayloadAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesProviderPayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesProviderPayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesProviderPayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesProviderPayloadAnyOf1"}]},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCalculatedAt":{},"DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"legId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesLegId"},"dispatchId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesDispatchId"},"origin":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesOrigin"},"destination":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesDestination"},"waypoints":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesWaypoints"},"distanceKm":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesDistanceKm"},"durationMinutes":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesDurationMinutes"},"trafficDelayMinutes":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTrafficDelayMinutes"},"polyline":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesPolyline"},"boundingBox":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesBoundingBox"},"countrySegments":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCountrySegments"},"tollSegments":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTollSegments"},"totalCostPln":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTotalCostPln"},"costBreakdown":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCostBreakdown"},"fuelEstimateLiters":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesFuelEstimateLiters"},"transportMode":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesTransportMode"},"vehicleProfile":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfile"},"provider":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesProvider"},"providerRequestId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesProviderRequestId"},"source":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesSource"},"confidence":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesConfidence"},"degradedReasonCode":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesDegradedReasonCode"},"cacheKey":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCacheKey"},"cacheAgeSeconds":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCacheAgeSeconds"},"linkedEntityType":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityType"},"linkedEntityId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityId"},"providerPayload":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesProviderPayload"},"calculatedAt":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostRequestBodyContentApplicationJsonSchemaPropertiesCalculatedAt"}},"required":["origin","destination","distanceKm","durationMinutes","polyline","countrySegments","provider","calculatedAt"],"additionalProperties":false},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesLegIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesLegIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesLegId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesLegIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesLegIdAnyOf1"}]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesDispatchIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesDispatchIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesDispatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesDispatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesDispatchIdAnyOf1"}]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesOriginPropertiesLat":{"type":"number"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesOriginPropertiesLng":{"type":"number"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesOriginPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesOriginPropertiesLabelAnyOf1":{"type":"string"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesOriginPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesOriginPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesOriginPropertiesLabelAnyOf1"}]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesOriginPropertiesAddressAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesOriginPropertiesAddressAnyOf1":{"type":"string"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesOriginPropertiesAddress":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesOriginPropertiesAddressAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesOriginPropertiesAddressAnyOf1"}]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesOrigin":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesOriginPropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesOriginPropertiesLng"},"label":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesOriginPropertiesLabel"},"address":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesOriginPropertiesAddress"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesDestinationPropertiesLat":{"type":"number"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesDestinationPropertiesLng":{"type":"number"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesDestinationPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesDestinationPropertiesLabelAnyOf1":{"type":"string"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesDestinationPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesDestinationPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesDestinationPropertiesLabelAnyOf1"}]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesDestinationPropertiesAddressAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesDestinationPropertiesAddressAnyOf1":{"type":"string"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesDestinationPropertiesAddress":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesDestinationPropertiesAddressAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesDestinationPropertiesAddressAnyOf1"}]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesDestination":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesDestinationPropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesDestinationPropertiesLng"},"label":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesDestinationPropertiesLabel"},"address":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesDestinationPropertiesAddress"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesWaypointsAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesWaypointsAnyOf1ItemsPropertiesLat":{"type":"number"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesWaypointsAnyOf1ItemsPropertiesLng":{"type":"number"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesWaypointsAnyOf1ItemsPropertiesNameAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesWaypointsAnyOf1ItemsPropertiesNameAnyOf1":{"type":"string"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesWaypointsAnyOf1ItemsPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesWaypointsAnyOf1ItemsPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesWaypointsAnyOf1ItemsPropertiesNameAnyOf1"}]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesWaypointsAnyOf1Items":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesWaypointsAnyOf1ItemsPropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesWaypointsAnyOf1ItemsPropertiesLng"},"name":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesWaypointsAnyOf1ItemsPropertiesName"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesWaypointsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesWaypointsAnyOf1Items"}},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesWaypoints":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesWaypointsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesWaypointsAnyOf1"}]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesDistanceKm":{"type":"number"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesDurationMinutes":{"type":"number"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTrafficDelayMinutesAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTrafficDelayMinutesAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTrafficDelayMinutes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTrafficDelayMinutesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTrafficDelayMinutesAnyOf1"}]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesPolyline":{"type":"string"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesBoundingBoxAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesBoundingBoxAnyOf1PropertiesNorth":{"type":"number"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesBoundingBoxAnyOf1PropertiesSouth":{"type":"number"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesBoundingBoxAnyOf1PropertiesEast":{"type":"number"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesBoundingBoxAnyOf1PropertiesWest":{"type":"number"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesBoundingBoxAnyOf1":{"type":"object","properties":{"north":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesBoundingBoxAnyOf1PropertiesNorth"},"south":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesBoundingBoxAnyOf1PropertiesSouth"},"east":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesBoundingBoxAnyOf1PropertiesEast"},"west":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesBoundingBoxAnyOf1PropertiesWest"}},"required":["north","south","east","west"],"additionalProperties":false},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesBoundingBox":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesBoundingBoxAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesBoundingBoxAnyOf1"}]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCountrySegmentsItemsPropertiesCountry":{"type":"string"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCountrySegmentsItemsPropertiesDistanceKm":{"type":"number"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCountrySegmentsItemsPropertiesDurationMinutes":{"type":"number"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCountrySegmentsItems":{"type":"object","properties":{"country":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCountrySegmentsItemsPropertiesCountry"},"distanceKm":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCountrySegmentsItemsPropertiesDistanceKm"},"durationMinutes":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCountrySegmentsItemsPropertiesDurationMinutes"}},"required":["country","distanceKm","durationMinutes"],"additionalProperties":false},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCountrySegments":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCountrySegmentsItems"}},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesCountry":{"type":"string"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesSystemAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesSystemAnyOf1":{"type":"string"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesSystem":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesSystemAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesSystemAnyOf1"}]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesDistanceKm":{"type":"number"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesAmount":{"type":"number"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesCurrency":{"type":"string"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1Items":{"type":"object","properties":{"country":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesCountry"},"system":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesSystem"},"distanceKm":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesDistanceKm"},"amount":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesAmount"},"currency":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1ItemsPropertiesCurrency"}},"required":["country","distanceKm","amount","currency"],"additionalProperties":false},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1Items"}},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTollSegments":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTollSegmentsAnyOf1"}]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTotalCostPlnAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTotalCostPlnAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTotalCostPln":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTotalCostPlnAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTotalCostPlnAnyOf1"}]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesFuelAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesFuelAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesFuel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesFuelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesFuelAnyOf1"}]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesTollAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesTollAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesToll":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesTollAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesTollAnyOf1"}]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesDriverAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesDriverAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesDriver":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesDriverAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesDriverAnyOf1"}]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesOverheadAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesOverheadAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesOverhead":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesOverheadAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesOverheadAnyOf1"}]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesTotalAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesTotalAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesTotal":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesTotalAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesTotalAnyOf1"}]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesCurrencyAnyOf1"}]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1":{"type":"object","properties":{"fuel":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesFuel"},"toll":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesToll"},"driver":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesDriver"},"overhead":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesOverhead"},"total":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesTotal"},"currency":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1PropertiesCurrency"}},"additionalProperties":false},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdown":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdownAnyOf1"}]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesFuelEstimateLitersAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesFuelEstimateLitersAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesFuelEstimateLiters":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesFuelEstimateLitersAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesFuelEstimateLitersAnyOf1"}]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTransportMode":{"type":"string"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesGrossWeightAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesGrossWeightAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesGrossWeight":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesGrossWeightAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesGrossWeightAnyOf1"}]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHeightAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHeightAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHeight":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHeightAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHeightAnyOf1"}]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesWidthAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesWidthAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesWidth":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesWidthAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesWidthAnyOf1"}]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesLengthAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesLengthAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesLength":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesLengthAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesLengthAnyOf1"}]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesAxleCountAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesAxleCountAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesAxleCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesAxleCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesAxleCountAnyOf1"}]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesTunnelCategoryAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesTunnelCategoryAnyOf1":{"type":"string"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesTunnelCategory":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesTunnelCategoryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesTunnelCategoryAnyOf1"}]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHazmatAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHazmatAnyOf1":{"type":"boolean"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHazmat":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHazmatAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHazmatAnyOf1"}]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1":{"type":"object","properties":{"grossWeight":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesGrossWeight"},"height":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHeight"},"width":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesWidth"},"length":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesLength"},"axleCount":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesAxleCount"},"tunnelCategory":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesTunnelCategory"},"hazmat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHazmat"}},"additionalProperties":false},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfile":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1"}]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesProvider":{"type":"string","enum":["HERE","OSRM","DEMO"]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesProviderRequestIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesProviderRequestIdAnyOf1":{"type":"string"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesProviderRequestId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesProviderRequestIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesProviderRequestIdAnyOf1"}]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesSource":{"type":"string","enum":["live","cache","fallback"]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesConfidence":{"type":"string","enum":["high","medium","low"]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesDegradedReasonCodeAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesDegradedReasonCodeAnyOf1":{"type":"string","enum":["provider_unavailable","provider_timeout","provider_limit_exceeded","stale_cache_used","fallback_distance_model","missing_coordinates","unsupported_mode"]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesDegradedReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesDegradedReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesDegradedReasonCodeAnyOf1"}]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCacheKeyAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCacheKeyAnyOf1":{"type":"string"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCacheKey":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCacheKeyAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCacheKeyAnyOf1"}]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCacheAgeSecondsAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCacheAgeSecondsAnyOf1":{"type":"number"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCacheAgeSeconds":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCacheAgeSecondsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCacheAgeSecondsAnyOf1"}]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf1":{"type":"string","enum":["shipment","shipment_leg","dispatch","location","customer"]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesLinkedEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf1"}]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesLinkedEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf1"}]},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCalculatedAt":{"type":"string"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationId"},"legId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesLegId"},"dispatchId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesDispatchId"},"origin":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesOrigin"},"destination":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesDestination"},"waypoints":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesWaypoints"},"distanceKm":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesDistanceKm"},"durationMinutes":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesDurationMinutes"},"trafficDelayMinutes":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTrafficDelayMinutes"},"polyline":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesPolyline"},"boundingBox":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesBoundingBox"},"countrySegments":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCountrySegments"},"tollSegments":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTollSegments"},"totalCostPln":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTotalCostPln"},"costBreakdown":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCostBreakdown"},"fuelEstimateLiters":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesFuelEstimateLiters"},"transportMode":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesTransportMode"},"vehicleProfile":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesVehicleProfile"},"provider":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesProvider"},"providerRequestId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesProviderRequestId"},"source":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesSource"},"confidence":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesConfidence"},"degradedReasonCode":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesDegradedReasonCode"},"cacheKey":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCacheKey"},"cacheAgeSeconds":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCacheAgeSeconds"},"linkedEntityType":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesLinkedEntityType"},"linkedEntityId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesLinkedEntityId"},"calculatedAt":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCalculatedAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses201ContentApplicationJsonSchemaPropertiesCreatedAt"}},"required":["id","tenantId","organizationId","legId","dispatchId","origin","destination","waypoints","distanceKm","durationMinutes","trafficDelayMinutes","polyline","boundingBox","countrySegments","tollSegments","totalCostPln","costBreakdown","fuelEstimateLiters","transportMode","vehicleProfile","provider","providerRequestId","source","confidence","degradedReasonCode","cacheKey","cacheAgeSeconds","linkedEntityType","linkedEntityId","calculatedAt","createdAt"],"additionalProperties":false},"DocPathsApiRoadRoutesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadRoutesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadRoutesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadRoutesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadRoutesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesLat":{"type":"number"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesLng":{"type":"number"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesLabelAnyOf1":{"type":"string","maxLength":255},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesLabelAnyOf1"}]},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesAddressAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesAddressAnyOf1":{"type":"string","maxLength":1000},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesAddress":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesAddressAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesAddressAnyOf1"}]},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesOrigin":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesLng"},"label":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesLabel"},"address":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesAddress"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesLat":{"type":"number"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesLng":{"type":"number"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesLabelAnyOf1":{"type":"string","maxLength":255},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesLabelAnyOf1"}]},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesAddressAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesAddressAnyOf1":{"type":"string","maxLength":1000},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesAddress":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesAddressAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesAddressAnyOf1"}]},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDestination":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesLng"},"label":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesLabel"},"address":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesAddress"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAllOf0ItemsPropertiesLat":{"type":"number"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAllOf0ItemsPropertiesLng":{"type":"number"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAllOf0ItemsPropertiesNameAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAllOf0ItemsPropertiesNameAnyOf1":{"type":"string","maxLength":255},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAllOf0ItemsPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAllOf0ItemsPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAllOf0ItemsPropertiesNameAnyOf1"}]},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAllOf0Items":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAllOf0ItemsPropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAllOf0ItemsPropertiesLng"},"name":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAllOf0ItemsPropertiesName"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAllOf0":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAllOf0Items"},"maxItems":50},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesWaypoints":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAllOf0"}],"default":[]},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityType":{"type":"string","enum":["shipment","shipment_leg","dispatch","location","customer"]},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityId":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDispatchIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDispatchIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDispatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDispatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDispatchIdAnyOf1"}]},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesLegIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesLegIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesLegId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesLegIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesLegIdAnyOf1"}]},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesProvider":{"type":"string","enum":["HERE","OSRM","DEMO"]},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesModeAllOf0":{"type":"string","enum":["road","rail","intermodal","sea"]},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesMode":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesModeAllOf0"}],"default":"road"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesTransportModeAllOf0":{"type":"string","minLength":1,"maxLength":20},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesTransportMode":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesTransportModeAllOf0"}],"default":"TRUCK"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesGrossWeightAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesGrossWeightAnyOf1":{"type":"number"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesGrossWeight":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesGrossWeightAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesGrossWeightAnyOf1"}]},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHeightAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHeightAnyOf1":{"type":"number"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHeight":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHeightAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHeightAnyOf1"}]},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesWidthAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesWidthAnyOf1":{"type":"number"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesWidth":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesWidthAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesWidthAnyOf1"}]},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesLengthAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesLengthAnyOf1":{"type":"number"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesLength":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesLengthAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesLengthAnyOf1"}]},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesAxleCountAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesAxleCountAnyOf1":{"type":"number"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesAxleCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesAxleCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesAxleCountAnyOf1"}]},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesTunnelCategoryAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesTunnelCategoryAnyOf1":{"type":"string","maxLength":20},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesTunnelCategory":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesTunnelCategoryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesTunnelCategoryAnyOf1"}]},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHazmatAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHazmatAnyOf1":{"type":"boolean"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHazmat":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHazmatAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHazmatAnyOf1"}]},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1":{"type":"object","properties":{"grossWeight":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesGrossWeight"},"height":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHeight"},"width":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesWidth"},"length":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesLength"},"axleCount":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesAxleCount"},"tunnelCategory":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesTunnelCategory"},"hazmat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHazmat"}},"additionalProperties":false},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfile":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1"}]},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDepartureAtAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDepartureAtAnyOf1OneOf0":{"type":"string","format":"date-time"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDepartureAtAnyOf1OneOf1":{"type":"string","format":"datetime"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDepartureAtAnyOf1":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDepartureAtAnyOf1OneOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDepartureAtAnyOf1OneOf1"}]},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDepartureAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDepartureAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDepartureAtAnyOf1"}]},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesMaxAgeSecondsAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesMaxAgeSecondsAnyOf1":{"type":"number"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesMaxAgeSeconds":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesMaxAgeSecondsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesMaxAgeSecondsAnyOf1"}]},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesAllowStale":{"type":"boolean"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesAllowStaleFallback":{"type":"boolean"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesForceRefreshAllOf0":{"type":"boolean"},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesForceRefresh":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesForceRefreshAllOf0"}],"default":false},"DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"origin":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesOrigin"},"destination":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDestination"},"waypoints":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesWaypoints"},"linkedEntityType":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityType"},"linkedEntityId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityId"},"dispatchId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDispatchId"},"legId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesLegId"},"provider":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesProvider"},"mode":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesMode"},"transportMode":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesTransportMode"},"vehicleProfile":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfile"},"departureAt":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDepartureAt"},"maxAgeSeconds":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesMaxAgeSeconds"},"allowStale":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesAllowStale"},"allowStaleFallback":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesAllowStaleFallback"},"forceRefresh":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesForceRefresh"}},"additionalProperties":false},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesLegIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesLegIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesLegId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesLegIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesLegIdAnyOf1"}]},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDispatchIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDispatchIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDispatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDispatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDispatchIdAnyOf1"}]},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesLinkedEntityTypeAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesLinkedEntityTypeAnyOf1":{"type":"string","enum":["shipment","shipment_leg","dispatch","location","customer"]},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesLinkedEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesLinkedEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesLinkedEntityTypeAnyOf1"}]},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesLinkedEntityIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesLinkedEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesLinkedEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesLinkedEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesLinkedEntityIdAnyOf1"}]},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginLabelAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginLabelAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginLabelAnyOf1"}]},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationLabelAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationLabelAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationLabelAnyOf1"}]},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginPropertiesLat":{"type":"number"},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginPropertiesLng":{"type":"number"},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginPropertiesLabelAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginPropertiesLabelAnyOf1"}]},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginPropertiesAddressAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginPropertiesAddressAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginPropertiesAddress":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginPropertiesAddressAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginPropertiesAddressAnyOf1"}]},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOrigin":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginPropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginPropertiesLng"},"label":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginPropertiesLabel"},"address":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginPropertiesAddress"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationPropertiesLat":{"type":"number"},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationPropertiesLng":{"type":"number"},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationPropertiesLabelAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationPropertiesLabelAnyOf1"}]},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationPropertiesAddressAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationPropertiesAddressAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationPropertiesAddress":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationPropertiesAddressAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationPropertiesAddressAnyOf1"}]},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestination":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationPropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationPropertiesLng"},"label":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationPropertiesLabel"},"address":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationPropertiesAddress"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDistanceKm":{"type":"number"},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDurationMinutes":{"type":"number"},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesTrafficDelayMinutesAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesTrafficDelayMinutesAnyOf1":{"type":"number"},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesTrafficDelayMinutes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesTrafficDelayMinutesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesTrafficDelayMinutesAnyOf1"}]},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesPolylineAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesPolylineAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesPolyline":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesPolylineAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesPolylineAnyOf1"}]},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesProvider":{"type":"string","enum":["HERE","OSRM","DEMO"]},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesSource":{"type":"string","enum":["live","cache","fallback"]},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesConfidence":{"type":"string","enum":["high","medium","low"]},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDegradedReasonCodeAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDegradedReasonCodeAnyOf1":{"type":"string","enum":["provider_unavailable","provider_timeout","provider_limit_exceeded","stale_cache_used","fallback_distance_model","missing_coordinates","unsupported_mode"]},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDegradedReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDegradedReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDegradedReasonCodeAnyOf1"}]},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesCacheAgeSecondsAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesCacheAgeSecondsAnyOf1":{"type":"number"},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesCacheAgeSeconds":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesCacheAgeSecondsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesCacheAgeSecondsAnyOf1"}]},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesCalculatedAt":{"type":"string"},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoute":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesId"},"legId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesLegId"},"dispatchId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDispatchId"},"linkedEntityType":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesLinkedEntityType"},"linkedEntityId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesLinkedEntityId"},"originLabel":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginLabel"},"destinationLabel":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationLabel"},"origin":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOrigin"},"destination":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestination"},"distanceKm":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDistanceKm"},"durationMinutes":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDurationMinutes"},"trafficDelayMinutes":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesTrafficDelayMinutes"},"polyline":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesPolyline"},"provider":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesProvider"},"source":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesSource"},"confidence":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesConfidence"},"degradedReasonCode":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDegradedReasonCode"},"cacheAgeSeconds":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesCacheAgeSeconds"},"calculatedAt":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesCalculatedAt"}},"required":["id","legId","dispatchId","linkedEntityType","linkedEntityId","originLabel","destinationLabel","origin","destination","distanceKm","durationMinutes","trafficDelayMinutes","polyline","provider","source","confidence","degradedReasonCode","cacheAgeSeconds","calculatedAt"],"additionalProperties":false},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesMetaPropertiesCacheHit":{"type":"boolean"},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesMetaPropertiesFallbackUsed":{"type":"boolean"},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesMetaPropertiesProviderHealth":{"type":"string","enum":["healthy","degraded","unavailable"]},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesMeta":{"type":"object","properties":{"cacheHit":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesMetaPropertiesCacheHit"},"fallbackUsed":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesMetaPropertiesFallbackUsed"},"providerHealth":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesMetaPropertiesProviderHealth"}},"required":["cacheHit","fallbackUsed","providerHealth"],"additionalProperties":false},"DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"route":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesRoute"},"meta":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses201ContentApplicationJsonSchemaPropertiesMeta"}},"required":["route","meta"],"additionalProperties":false},"DocPathsApiRoadRoutingCalculatePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadRoutingCalculatePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadRoutingCalculatePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadRoutingCalculatePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingCalculatePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadRoutingCalculatePostResponses422ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesLat":{"type":"number"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesLng":{"type":"number"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesLabelAnyOf1":{"type":"string","maxLength":255},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesLabelAnyOf1"}]},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesAddressAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesAddressAnyOf1":{"type":"string","maxLength":1000},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesAddress":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesAddressAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesAddressAnyOf1"}]},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesOrigin":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesLng"},"label":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesLabel"},"address":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesOriginPropertiesAddress"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesLat":{"type":"number"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesLng":{"type":"number"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesLabelAnyOf1":{"type":"string","maxLength":255},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesLabelAnyOf1"}]},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesAddressAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesAddressAnyOf1":{"type":"string","maxLength":1000},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesAddress":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesAddressAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesAddressAnyOf1"}]},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesDestination":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesLng"},"label":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesLabel"},"address":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationPropertiesAddress"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAllOf0ItemsPropertiesLat":{"type":"number"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAllOf0ItemsPropertiesLng":{"type":"number"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAllOf0ItemsPropertiesNameAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAllOf0ItemsPropertiesNameAnyOf1":{"type":"string","maxLength":255},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAllOf0ItemsPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAllOf0ItemsPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAllOf0ItemsPropertiesNameAnyOf1"}]},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAllOf0Items":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAllOf0ItemsPropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAllOf0ItemsPropertiesLng"},"name":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAllOf0ItemsPropertiesName"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAllOf0":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAllOf0Items"},"maxItems":50},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesWaypoints":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesWaypointsAllOf0"}],"default":[]},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityType":{"type":"string","enum":["shipment","shipment_leg","dispatch","location","customer"]},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityId":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesDispatchIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesDispatchIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesDispatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesDispatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesDispatchIdAnyOf1"}]},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesLegIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesLegIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesLegId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesLegIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesLegIdAnyOf1"}]},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesProvider":{"type":"string","enum":["HERE","OSRM","DEMO"]},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesModeAllOf0":{"type":"string","enum":["road","rail","intermodal","sea"]},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesMode":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesModeAllOf0"}],"default":"road"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesTransportModeAllOf0":{"type":"string","minLength":1,"maxLength":20},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesTransportMode":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesTransportModeAllOf0"}],"default":"TRUCK"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesGrossWeightAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesGrossWeightAnyOf1":{"type":"number"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesGrossWeight":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesGrossWeightAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesGrossWeightAnyOf1"}]},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHeightAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHeightAnyOf1":{"type":"number"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHeight":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHeightAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHeightAnyOf1"}]},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesWidthAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesWidthAnyOf1":{"type":"number"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesWidth":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesWidthAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesWidthAnyOf1"}]},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesLengthAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesLengthAnyOf1":{"type":"number"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesLength":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesLengthAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesLengthAnyOf1"}]},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesAxleCountAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesAxleCountAnyOf1":{"type":"number"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesAxleCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesAxleCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesAxleCountAnyOf1"}]},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesTunnelCategoryAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesTunnelCategoryAnyOf1":{"type":"string","maxLength":20},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesTunnelCategory":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesTunnelCategoryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesTunnelCategoryAnyOf1"}]},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHazmatAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHazmatAnyOf1":{"type":"boolean"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHazmat":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHazmatAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHazmatAnyOf1"}]},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1":{"type":"object","properties":{"grossWeight":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesGrossWeight"},"height":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHeight"},"width":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesWidth"},"length":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesLength"},"axleCount":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesAxleCount"},"tunnelCategory":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesTunnelCategory"},"hazmat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHazmat"}},"additionalProperties":false},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfile":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1"}]},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesDepartureAtAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesDepartureAtAnyOf1OneOf0":{"type":"string","format":"date-time"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesDepartureAtAnyOf1OneOf1":{"type":"string","format":"datetime"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesDepartureAtAnyOf1":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesDepartureAtAnyOf1OneOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesDepartureAtAnyOf1OneOf1"}]},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesDepartureAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesDepartureAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesDepartureAtAnyOf1"}]},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesMaxAgeSecondsAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesMaxAgeSecondsAnyOf1":{"type":"number"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesMaxAgeSeconds":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesMaxAgeSecondsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesMaxAgeSecondsAnyOf1"}]},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesAllowStale":{"type":"boolean"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesAllowStaleFallback":{"type":"boolean"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesForceRefreshAllOf0":{"type":"boolean"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesForceRefresh":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesForceRefreshAllOf0"}],"default":false},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesRouteIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesRouteIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesRouteId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesRouteIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesRouteIdAnyOf1"}]},"DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"origin":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesOrigin"},"destination":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesDestination"},"waypoints":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesWaypoints"},"linkedEntityType":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityType"},"linkedEntityId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityId"},"dispatchId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesDispatchId"},"legId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesLegId"},"provider":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesProvider"},"mode":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesMode"},"transportMode":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesTransportMode"},"vehicleProfile":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfile"},"departureAt":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesDepartureAt"},"maxAgeSeconds":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesMaxAgeSeconds"},"allowStale":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesAllowStale"},"allowStaleFallback":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesAllowStaleFallback"},"forceRefresh":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesForceRefresh"},"routeId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostRequestBodyContentApplicationJsonSchemaPropertiesRouteId"}},"additionalProperties":false},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesLegIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesLegIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesLegId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesLegIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesLegIdAnyOf1"}]},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDispatchIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDispatchIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDispatchId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDispatchIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDispatchIdAnyOf1"}]},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesLinkedEntityTypeAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesLinkedEntityTypeAnyOf1":{"type":"string","enum":["shipment","shipment_leg","dispatch","location","customer"]},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesLinkedEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesLinkedEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesLinkedEntityTypeAnyOf1"}]},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesLinkedEntityIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesLinkedEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesLinkedEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesLinkedEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesLinkedEntityIdAnyOf1"}]},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginLabelAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginLabelAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginLabelAnyOf1"}]},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationLabelAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationLabelAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationLabelAnyOf1"}]},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginPropertiesLat":{"type":"number"},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginPropertiesLng":{"type":"number"},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginPropertiesLabelAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginPropertiesLabelAnyOf1"}]},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginPropertiesAddressAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginPropertiesAddressAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginPropertiesAddress":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginPropertiesAddressAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginPropertiesAddressAnyOf1"}]},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOrigin":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginPropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginPropertiesLng"},"label":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginPropertiesLabel"},"address":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginPropertiesAddress"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationPropertiesLat":{"type":"number"},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationPropertiesLng":{"type":"number"},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationPropertiesLabelAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationPropertiesLabelAnyOf1"}]},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationPropertiesAddressAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationPropertiesAddressAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationPropertiesAddress":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationPropertiesAddressAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationPropertiesAddressAnyOf1"}]},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestination":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationPropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationPropertiesLng"},"label":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationPropertiesLabel"},"address":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationPropertiesAddress"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDistanceKm":{"type":"number"},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDurationMinutes":{"type":"number"},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesTrafficDelayMinutesAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesTrafficDelayMinutesAnyOf1":{"type":"number"},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesTrafficDelayMinutes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesTrafficDelayMinutesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesTrafficDelayMinutesAnyOf1"}]},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesPolylineAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesPolylineAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesPolyline":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesPolylineAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesPolylineAnyOf1"}]},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesProvider":{"type":"string","enum":["HERE","OSRM","DEMO"]},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesSource":{"type":"string","enum":["live","cache","fallback"]},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesConfidence":{"type":"string","enum":["high","medium","low"]},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDegradedReasonCodeAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDegradedReasonCodeAnyOf1":{"type":"string","enum":["provider_unavailable","provider_timeout","provider_limit_exceeded","stale_cache_used","fallback_distance_model","missing_coordinates","unsupported_mode"]},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDegradedReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDegradedReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDegradedReasonCodeAnyOf1"}]},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesCacheAgeSecondsAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesCacheAgeSecondsAnyOf1":{"type":"number"},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesCacheAgeSeconds":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesCacheAgeSecondsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesCacheAgeSecondsAnyOf1"}]},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesCalculatedAt":{"type":"string"},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoute":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesId"},"legId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesLegId"},"dispatchId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDispatchId"},"linkedEntityType":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesLinkedEntityType"},"linkedEntityId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesLinkedEntityId"},"originLabel":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOriginLabel"},"destinationLabel":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestinationLabel"},"origin":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesOrigin"},"destination":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDestination"},"distanceKm":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDistanceKm"},"durationMinutes":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDurationMinutes"},"trafficDelayMinutes":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesTrafficDelayMinutes"},"polyline":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesPolyline"},"provider":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesProvider"},"source":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesSource"},"confidence":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesConfidence"},"degradedReasonCode":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesDegradedReasonCode"},"cacheAgeSeconds":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesCacheAgeSeconds"},"calculatedAt":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoutePropertiesCalculatedAt"}},"required":["id","legId","dispatchId","linkedEntityType","linkedEntityId","originLabel","destinationLabel","origin","destination","distanceKm","durationMinutes","trafficDelayMinutes","polyline","provider","source","confidence","degradedReasonCode","cacheAgeSeconds","calculatedAt"],"additionalProperties":false},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesMetaPropertiesCacheHit":{"type":"boolean"},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesMetaPropertiesFallbackUsed":{"type":"boolean"},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesMetaPropertiesProviderHealth":{"type":"string","enum":["healthy","degraded","unavailable"]},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesMeta":{"type":"object","properties":{"cacheHit":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesMetaPropertiesCacheHit"},"fallbackUsed":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesMetaPropertiesFallbackUsed"},"providerHealth":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesMetaPropertiesProviderHealth"}},"required":["cacheHit","fallbackUsed","providerHealth"],"additionalProperties":false},"DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"route":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesRoute"},"meta":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses201ContentApplicationJsonSchemaPropertiesMeta"}},"required":["route","meta"],"additionalProperties":false},"DocPathsApiRoadRoutingEtaPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadRoutingEtaPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadRoutingEtaPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadRoutingEtaPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingEtaPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadRoutingMatrixIdGetParameters0Schema":{"type":"string"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["completed","degraded","failed"]},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesProvider":{"type":"string","enum":["HERE","OSRM","DEMO"]},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesMode":{"type":"string","enum":["road","rail","intermodal","sea"]},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesProviderMode":{"type":"string","enum":["road","rail","intermodal","sea"]},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesSource":{"type":"string","enum":["live","cache","fallback"]},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesConfidence":{"type":"string","enum":["high","medium","low"]},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesDegradedReasonCodeAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesDegradedReasonCodeAnyOf1":{"type":"string","enum":["provider_unavailable","provider_timeout","provider_limit_exceeded","stale_cache_used","fallback_distance_model","missing_coordinates","unsupported_mode"]},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesDegradedReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesDegradedReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesDegradedReasonCodeAnyOf1"}]},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf1":{"type":"string","enum":["shipment","shipment_leg","dispatch","location","customer"]},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf1"}]},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf1"}]},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginCount":{"type":"number"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationCount":{"type":"number"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesMatrixSize":{"type":"number"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesCacheAgeSecondsAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesCacheAgeSecondsAnyOf1":{"type":"number"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesCacheAgeSeconds":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesCacheAgeSecondsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesCacheAgeSecondsAnyOf1"}]},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserIdAnyOf1"}]},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesCalculatedAt":{"type":"string"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesLat":{"type":"number"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesLng":{"type":"number"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesLabelAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesLabelAnyOf1"}]},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesAddressAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesAddressAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesAddress":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesAddressAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesAddressAnyOf1"}]},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesIdAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesIdAnyOf1"}]},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginsItems":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesLng"},"label":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesLabel"},"address":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesAddress"},"id":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesId"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesOrigins":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginsItems"}},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesLat":{"type":"number"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesLng":{"type":"number"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesLabelAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesLabelAnyOf1"}]},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesAddressAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesAddressAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesAddress":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesAddressAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesAddressAnyOf1"}]},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesIdAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesIdAnyOf1"}]},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationsItems":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesLng"},"label":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesLabel"},"address":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesAddress"},"id":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesId"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinations":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationsItems"}},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesRowsItemsPropertiesOriginIndex":{"type":"number"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesRowsItemsPropertiesDestinationIndex":{"type":"number"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesRowsItemsPropertiesDistanceKm":{"type":"number"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesRowsItemsPropertiesDurationMinutes":{"type":"number"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesRowsItemsPropertiesConfidence":{"type":"string","enum":["high","medium","low"]},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesRowsItems":{"type":"object","properties":{"originIndex":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesRowsItemsPropertiesOriginIndex"},"destinationIndex":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesRowsItemsPropertiesDestinationIndex"},"distanceKm":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesRowsItemsPropertiesDistanceKm"},"durationMinutes":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesRowsItemsPropertiesDurationMinutes"},"confidence":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesRowsItemsPropertiesConfidence"}},"required":["originIndex","destinationIndex","distanceKm","durationMinutes","confidence"],"additionalProperties":false},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesRows":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesRowsItems"}},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesRequestSnapshot":{"type":"object","additionalProperties":true},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesOriginsItemsPropertiesLat":{"type":"number"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesOriginsItemsPropertiesLng":{"type":"number"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesOriginsItemsPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesOriginsItemsPropertiesLabelAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesOriginsItemsPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesOriginsItemsPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesOriginsItemsPropertiesLabelAnyOf1"}]},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesOriginsItemsPropertiesAddressAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesOriginsItemsPropertiesAddressAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesOriginsItemsPropertiesAddress":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesOriginsItemsPropertiesAddressAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesOriginsItemsPropertiesAddressAnyOf1"}]},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesOriginsItemsPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesOriginsItemsPropertiesIdAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesOriginsItemsPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesOriginsItemsPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesOriginsItemsPropertiesIdAnyOf1"}]},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesOriginsItems":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesOriginsItemsPropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesOriginsItemsPropertiesLng"},"label":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesOriginsItemsPropertiesLabel"},"address":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesOriginsItemsPropertiesAddress"},"id":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesOriginsItemsPropertiesId"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesOrigins":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesOriginsItems"}},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesLat":{"type":"number"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesLng":{"type":"number"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesLabelAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesLabelAnyOf1"}]},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesAddressAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesAddressAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesAddress":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesAddressAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesAddressAnyOf1"}]},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesIdAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesIdAnyOf1"}]},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesDestinationsItems":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesLng"},"label":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesLabel"},"address":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesAddress"},"id":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesId"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesDestinations":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesDestinationsItems"}},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesCellsItemsPropertiesOriginIndex":{"type":"number"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesCellsItemsPropertiesDestinationIndex":{"type":"number"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesCellsItemsPropertiesDistanceKm":{"type":"number"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesCellsItemsPropertiesDurationMinutes":{"type":"number"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesCellsItemsPropertiesConfidence":{"type":"string","enum":["high","medium","low"]},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesCellsItems":{"type":"object","properties":{"originIndex":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesCellsItemsPropertiesOriginIndex"},"destinationIndex":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesCellsItemsPropertiesDestinationIndex"},"distanceKm":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesCellsItemsPropertiesDistanceKm"},"durationMinutes":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesCellsItemsPropertiesDurationMinutes"},"confidence":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesCellsItemsPropertiesConfidence"}},"required":["originIndex","destinationIndex","distanceKm","durationMinutes","confidence"],"additionalProperties":false},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesCells":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesCellsItems"}},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesSource":{"type":"string","enum":["live","cache","fallback"]},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesConfidence":{"type":"string","enum":["high","medium","low"]},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesDegradedReasonCodeAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesDegradedReasonCodeAnyOf1":{"type":"string","enum":["provider_unavailable","provider_timeout","provider_limit_exceeded","stale_cache_used","fallback_distance_model","missing_coordinates","unsupported_mode"]},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesDegradedReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesDegradedReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesDegradedReasonCodeAnyOf1"}]},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshot":{"type":"object","properties":{"origins":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesOrigins"},"destinations":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesDestinations"},"cells":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesCells"},"source":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesSource"},"confidence":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesConfidence"},"degradedReasonCode":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshotPropertiesDegradedReasonCode"}},"required":["origins","destinations","cells","source","confidence"],"additionalProperties":true},"DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"status":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesStatus"},"provider":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesProvider"},"mode":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesMode"},"providerMode":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesProviderMode"},"source":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesSource"},"confidence":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesConfidence"},"degradedReasonCode":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesDegradedReasonCode"},"linkedEntityType":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityType"},"linkedEntityId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesLinkedEntityId"},"originCount":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesOriginCount"},"destinationCount":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinationCount"},"matrixSize":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesMatrixSize"},"cacheAgeSeconds":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesCacheAgeSeconds"},"requestedByUserId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesRequestedByUserId"},"calculatedAt":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesCalculatedAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"},"origins":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesOrigins"},"destinations":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesDestinations"},"rows":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesRows"},"requestSnapshot":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesRequestSnapshot"},"resultSnapshot":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses200ContentApplicationJsonSchemaPropertiesResultSnapshot"}},"required":["id","status","provider","mode","source","confidence","degradedReasonCode","linkedEntityType","linkedEntityId","originCount","destinationCount","cacheAgeSeconds","requestedByUserId","calculatedAt","createdAt","updatedAt","origins","destinations","rows","requestSnapshot","resultSnapshot"],"additionalProperties":false},"DocPathsApiRoadRoutingMatrixIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadRoutingMatrixIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadRoutingMatrixIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadRoutingMatrixIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadRoutingMatrixIdGetResponses404ContentApplicationJsonSchema":{"type":"object"},"DocPathsApiRoadRoutingMatrixGetParameters0Schema":{"type":"number"},"DocPathsApiRoadRoutingMatrixGetParameters1Schema":{"type":"number"},"DocPathsApiRoadRoutingMatrixGetParameters2Schema":{"type":"string"},"DocPathsApiRoadRoutingMatrixGetParameters3Schema":{"type":"string","enum":["completed","degraded","failed"]},"DocPathsApiRoadRoutingMatrixGetParameters4Schema":{"type":"string","enum":["HERE","OSRM","DEMO"]},"DocPathsApiRoadRoutingMatrixGetParameters5Schema":{"type":"string","enum":["live","cache","fallback"]},"DocPathsApiRoadRoutingMatrixGetParameters6Schema":{"type":"string","enum":["high","medium","low"]},"DocPathsApiRoadRoutingMatrixGetParameters7Schema":{"type":"string","enum":["shipment","shipment_leg","dispatch","location","customer"]},"DocPathsApiRoadRoutingMatrixGetParameters8Schema":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutingMatrixGetParameters9Schema":{"type":"string","enum":["createdAt","updatedAt"]},"DocPathsApiRoadRoutingMatrixGetParameters10Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string","enum":["completed","degraded","failed"]},"DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProvider":{"type":"string","enum":["HERE","OSRM","DEMO"]},"DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMode":{"type":"string","enum":["road","rail","intermodal","sea"]},"DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderMode":{"type":"string","enum":["road","rail","intermodal","sea"]},"DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource":{"type":"string","enum":["live","cache","fallback"]},"DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfidence":{"type":"string","enum":["high","medium","low"]},"DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDegradedReasonCodeAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDegradedReasonCodeAnyOf1":{"type":"string","enum":["provider_unavailable","provider_timeout","provider_limit_exceeded","stale_cache_used","fallback_distance_model","missing_coordinates","unsupported_mode"]},"DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDegradedReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDegradedReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDegradedReasonCodeAnyOf1"}]},"DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntityTypeAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntityTypeAnyOf1":{"type":"string","enum":["shipment","shipment_leg","dispatch","location","customer"]},"DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntityTypeAnyOf1"}]},"DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntityIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntityIdAnyOf1"}]},"DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginCount":{"type":"number"},"DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationCount":{"type":"number"},"DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMatrixSize":{"type":"number"},"DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCacheAgeSecondsAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCacheAgeSecondsAnyOf1":{"type":"number"},"DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCacheAgeSeconds":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCacheAgeSecondsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCacheAgeSecondsAnyOf1"}]},"DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequestedByUserIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequestedByUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequestedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequestedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequestedByUserIdAnyOf1"}]},"DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculatedAt":{"type":"string"},"DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"status":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"provider":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProvider"},"mode":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMode"},"providerMode":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderMode"},"source":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource"},"confidence":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfidence"},"degradedReasonCode":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDegradedReasonCode"},"linkedEntityType":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntityType"},"linkedEntityId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntityId"},"originCount":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOriginCount"},"destinationCount":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDestinationCount"},"matrixSize":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMatrixSize"},"cacheAgeSeconds":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCacheAgeSeconds"},"requestedByUserId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequestedByUserId"},"calculatedAt":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCalculatedAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","status","provider","mode","source","confidence","degradedReasonCode","linkedEntityType","linkedEntityId","originCount","destinationCount","cacheAgeSeconds","requestedByUserId","calculatedAt","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiRoadRoutingMatrixGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadRoutingMatrixGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadRoutingMatrixGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadRoutingMatrixGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesLat":{"type":"number"},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesLng":{"type":"number"},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesLabelAnyOf1":{"type":"string","maxLength":255},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesLabelAnyOf1"}]},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesAddressAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesAddressAnyOf1":{"type":"string","maxLength":1000},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesAddress":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesAddressAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesAddressAnyOf1"}]},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesIdAnyOf1":{"type":"string","minLength":1,"maxLength":100},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesIdAnyOf1"}]},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesOriginsItems":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesLng"},"label":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesLabel"},"address":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesAddress"},"id":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesOriginsItemsPropertiesId"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesOrigins":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesOriginsItems"},"minItems":1,"maxItems":50},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesLat":{"type":"number"},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesLng":{"type":"number"},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesLabelAnyOf1":{"type":"string","maxLength":255},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesLabelAnyOf1"}]},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesAddressAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesAddressAnyOf1":{"type":"string","maxLength":1000},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesAddress":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesAddressAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesAddressAnyOf1"}]},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesIdAnyOf1":{"type":"string","minLength":1,"maxLength":100},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesIdAnyOf1"}]},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationsItems":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesLng"},"label":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesLabel"},"address":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesAddress"},"id":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationsItemsPropertiesId"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesDestinations":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesDestinationsItems"},"minItems":1,"maxItems":50},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf1":{"type":"string","enum":["shipment","shipment_leg","dispatch","location","customer"]},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityTypeAnyOf1"}]},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityIdAnyOf1"}]},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesProvider":{"type":"string","enum":["HERE","OSRM","DEMO"]},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesModeAllOf0":{"type":"string","enum":["road","rail","intermodal","sea"]},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesMode":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesModeAllOf0"}],"default":"road"},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesGrossWeightAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesGrossWeightAnyOf1":{"type":"number"},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesGrossWeight":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesGrossWeightAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesGrossWeightAnyOf1"}]},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHeightAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHeightAnyOf1":{"type":"number"},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHeight":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHeightAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHeightAnyOf1"}]},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesWidthAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesWidthAnyOf1":{"type":"number"},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesWidth":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesWidthAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesWidthAnyOf1"}]},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesLengthAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesLengthAnyOf1":{"type":"number"},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesLength":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesLengthAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesLengthAnyOf1"}]},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesAxleCountAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesAxleCountAnyOf1":{"type":"number"},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesAxleCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesAxleCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesAxleCountAnyOf1"}]},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesTunnelCategoryAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesTunnelCategoryAnyOf1":{"type":"string","maxLength":20},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesTunnelCategory":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesTunnelCategoryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesTunnelCategoryAnyOf1"}]},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHazmatAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHazmatAnyOf1":{"type":"boolean"},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHazmat":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHazmatAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHazmatAnyOf1"}]},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1":{"type":"object","properties":{"grossWeight":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesGrossWeight"},"height":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHeight"},"width":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesWidth"},"length":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesLength"},"axleCount":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesAxleCount"},"tunnelCategory":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesTunnelCategory"},"hazmat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1PropertiesHazmat"}},"additionalProperties":false},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfile":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfileAnyOf1"}]},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesDepartureAtAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesDepartureAtAnyOf1OneOf0":{"type":"string","format":"date-time"},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesDepartureAtAnyOf1OneOf1":{"type":"string","format":"datetime"},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesDepartureAtAnyOf1":{"oneOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesDepartureAtAnyOf1OneOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesDepartureAtAnyOf1OneOf1"}]},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesDepartureAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesDepartureAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesDepartureAtAnyOf1"}]},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesMaxAgeSecondsAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesMaxAgeSecondsAnyOf1":{"type":"number"},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesMaxAgeSeconds":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesMaxAgeSecondsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesMaxAgeSecondsAnyOf1"}]},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesAllowStale":{"type":"boolean"},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesAllowStaleFallback":{"type":"boolean"},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesForceRefreshAllOf0":{"type":"boolean"},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesForceRefresh":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesForceRefreshAllOf0"}],"default":false},"DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"origins":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesOrigins"},"destinations":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesDestinations"},"linkedEntityType":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityType"},"linkedEntityId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesLinkedEntityId"},"provider":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesProvider"},"mode":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesMode"},"vehicleProfile":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleProfile"},"departureAt":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesDepartureAt"},"maxAgeSeconds":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesMaxAgeSeconds"},"allowStale":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesAllowStale"},"allowStaleFallback":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesAllowStaleFallback"},"forceRefresh":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostRequestBodyContentApplicationJsonSchemaPropertiesForceRefresh"}},"required":["origins","destinations"],"additionalProperties":false},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesStatus":{"type":"string","enum":["completed","degraded","failed"]},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesProvider":{"type":"string","enum":["HERE","OSRM","DEMO"]},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesMode":{"type":"string","enum":["road","rail","intermodal","sea"]},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesProviderMode":{"type":"string","enum":["road","rail","intermodal","sea"]},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesSource":{"type":"string","enum":["live","cache","fallback"]},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesConfidence":{"type":"string","enum":["high","medium","low"]},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesDegradedReasonCodeAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesDegradedReasonCodeAnyOf1":{"type":"string","enum":["provider_unavailable","provider_timeout","provider_limit_exceeded","stale_cache_used","fallback_distance_model","missing_coordinates","unsupported_mode"]},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesDegradedReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesDegradedReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesDegradedReasonCodeAnyOf1"}]},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesLinkedEntityTypeAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesLinkedEntityTypeAnyOf1":{"type":"string","enum":["shipment","shipment_leg","dispatch","location","customer"]},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesLinkedEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesLinkedEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesLinkedEntityTypeAnyOf1"}]},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesLinkedEntityIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesLinkedEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesLinkedEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesLinkedEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesLinkedEntityIdAnyOf1"}]},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesOriginCount":{"type":"number"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesDestinationCount":{"type":"number"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesMatrixSize":{"type":"number"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesCacheAgeSecondsAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesCacheAgeSecondsAnyOf1":{"type":"number"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesCacheAgeSeconds":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesCacheAgeSecondsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesCacheAgeSecondsAnyOf1"}]},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesRequestedByUserIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesRequestedByUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesRequestedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesRequestedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesRequestedByUserIdAnyOf1"}]},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesCalculatedAt":{"type":"string"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesCreatedAt":{"type":"string"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesUpdatedAt":{"type":"string"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesOriginsItemsPropertiesLat":{"type":"number"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesOriginsItemsPropertiesLng":{"type":"number"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesOriginsItemsPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesOriginsItemsPropertiesLabelAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesOriginsItemsPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesOriginsItemsPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesOriginsItemsPropertiesLabelAnyOf1"}]},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesOriginsItemsPropertiesAddressAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesOriginsItemsPropertiesAddressAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesOriginsItemsPropertiesAddress":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesOriginsItemsPropertiesAddressAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesOriginsItemsPropertiesAddressAnyOf1"}]},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesOriginsItemsPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesOriginsItemsPropertiesIdAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesOriginsItemsPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesOriginsItemsPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesOriginsItemsPropertiesIdAnyOf1"}]},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesOriginsItems":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesOriginsItemsPropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesOriginsItemsPropertiesLng"},"label":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesOriginsItemsPropertiesLabel"},"address":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesOriginsItemsPropertiesAddress"},"id":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesOriginsItemsPropertiesId"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesOrigins":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesOriginsItems"}},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesDestinationsItemsPropertiesLat":{"type":"number"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesDestinationsItemsPropertiesLng":{"type":"number"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesDestinationsItemsPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesDestinationsItemsPropertiesLabelAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesDestinationsItemsPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesDestinationsItemsPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesDestinationsItemsPropertiesLabelAnyOf1"}]},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesDestinationsItemsPropertiesAddressAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesDestinationsItemsPropertiesAddressAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesDestinationsItemsPropertiesAddress":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesDestinationsItemsPropertiesAddressAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesDestinationsItemsPropertiesAddressAnyOf1"}]},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesDestinationsItemsPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesDestinationsItemsPropertiesIdAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesDestinationsItemsPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesDestinationsItemsPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesDestinationsItemsPropertiesIdAnyOf1"}]},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesDestinationsItems":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesDestinationsItemsPropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesDestinationsItemsPropertiesLng"},"label":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesDestinationsItemsPropertiesLabel"},"address":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesDestinationsItemsPropertiesAddress"},"id":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesDestinationsItemsPropertiesId"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesDestinations":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesDestinationsItems"}},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesRowsItemsPropertiesOriginIndex":{"type":"number"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesRowsItemsPropertiesDestinationIndex":{"type":"number"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesRowsItemsPropertiesDistanceKm":{"type":"number"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesRowsItemsPropertiesDurationMinutes":{"type":"number"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesRowsItemsPropertiesConfidence":{"type":"string","enum":["high","medium","low"]},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesRowsItems":{"type":"object","properties":{"originIndex":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesRowsItemsPropertiesOriginIndex"},"destinationIndex":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesRowsItemsPropertiesDestinationIndex"},"distanceKm":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesRowsItemsPropertiesDistanceKm"},"durationMinutes":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesRowsItemsPropertiesDurationMinutes"},"confidence":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesRowsItemsPropertiesConfidence"}},"required":["originIndex","destinationIndex","distanceKm","durationMinutes","confidence"],"additionalProperties":false},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesRows":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesRowsItems"}},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesRequestSnapshot":{"type":"object","additionalProperties":true},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesOriginsItemsPropertiesLat":{"type":"number"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesOriginsItemsPropertiesLng":{"type":"number"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesOriginsItemsPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesOriginsItemsPropertiesLabelAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesOriginsItemsPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesOriginsItemsPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesOriginsItemsPropertiesLabelAnyOf1"}]},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesOriginsItemsPropertiesAddressAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesOriginsItemsPropertiesAddressAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesOriginsItemsPropertiesAddress":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesOriginsItemsPropertiesAddressAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesOriginsItemsPropertiesAddressAnyOf1"}]},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesOriginsItemsPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesOriginsItemsPropertiesIdAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesOriginsItemsPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesOriginsItemsPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesOriginsItemsPropertiesIdAnyOf1"}]},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesOriginsItems":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesOriginsItemsPropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesOriginsItemsPropertiesLng"},"label":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesOriginsItemsPropertiesLabel"},"address":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesOriginsItemsPropertiesAddress"},"id":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesOriginsItemsPropertiesId"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesOrigins":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesOriginsItems"}},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesLat":{"type":"number"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesLng":{"type":"number"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesLabelAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesLabelAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesLabelAnyOf1"}]},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesAddressAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesAddressAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesAddress":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesAddressAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesAddressAnyOf1"}]},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesIdAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesIdAnyOf1":{"type":"string"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesIdAnyOf1"}]},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesDestinationsItems":{"type":"object","properties":{"lat":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesLat"},"lng":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesLng"},"label":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesLabel"},"address":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesAddress"},"id":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesDestinationsItemsPropertiesId"}},"required":["lat","lng"],"additionalProperties":false},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesDestinations":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesDestinationsItems"}},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesCellsItemsPropertiesOriginIndex":{"type":"number"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesCellsItemsPropertiesDestinationIndex":{"type":"number"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesCellsItemsPropertiesDistanceKm":{"type":"number"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesCellsItemsPropertiesDurationMinutes":{"type":"number"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesCellsItemsPropertiesConfidence":{"type":"string","enum":["high","medium","low"]},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesCellsItems":{"type":"object","properties":{"originIndex":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesCellsItemsPropertiesOriginIndex"},"destinationIndex":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesCellsItemsPropertiesDestinationIndex"},"distanceKm":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesCellsItemsPropertiesDistanceKm"},"durationMinutes":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesCellsItemsPropertiesDurationMinutes"},"confidence":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesCellsItemsPropertiesConfidence"}},"required":["originIndex","destinationIndex","distanceKm","durationMinutes","confidence"],"additionalProperties":false},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesCells":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesCellsItems"}},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesSource":{"type":"string","enum":["live","cache","fallback"]},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesConfidence":{"type":"string","enum":["high","medium","low"]},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesDegradedReasonCodeAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesDegradedReasonCodeAnyOf1":{"type":"string","enum":["provider_unavailable","provider_timeout","provider_limit_exceeded","stale_cache_used","fallback_distance_model","missing_coordinates","unsupported_mode"]},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesDegradedReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesDegradedReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesDegradedReasonCodeAnyOf1"}]},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshot":{"type":"object","properties":{"origins":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesOrigins"},"destinations":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesDestinations"},"cells":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesCells"},"source":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesSource"},"confidence":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesConfidence"},"degradedReasonCode":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshotPropertiesDegradedReasonCode"}},"required":["origins","destinations","cells","source","confidence"],"additionalProperties":true},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRun":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesId"},"status":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesStatus"},"provider":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesProvider"},"mode":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesMode"},"providerMode":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesProviderMode"},"source":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesSource"},"confidence":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesConfidence"},"degradedReasonCode":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesDegradedReasonCode"},"linkedEntityType":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesLinkedEntityType"},"linkedEntityId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesLinkedEntityId"},"originCount":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesOriginCount"},"destinationCount":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesDestinationCount"},"matrixSize":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesMatrixSize"},"cacheAgeSeconds":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesCacheAgeSeconds"},"requestedByUserId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesRequestedByUserId"},"calculatedAt":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesCalculatedAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesUpdatedAt"},"origins":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesOrigins"},"destinations":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesDestinations"},"rows":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesRows"},"requestSnapshot":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesRequestSnapshot"},"resultSnapshot":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRunPropertiesResultSnapshot"}},"required":["id","status","provider","mode","source","confidence","degradedReasonCode","linkedEntityType","linkedEntityId","originCount","destinationCount","cacheAgeSeconds","requestedByUserId","calculatedAt","createdAt","updatedAt","origins","destinations","rows","requestSnapshot","resultSnapshot"],"additionalProperties":false},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMetaPropertiesCacheHit":{"type":"boolean"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMetaPropertiesFallbackUsed":{"type":"boolean"},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMeta":{"type":"object","properties":{"cacheHit":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMetaPropertiesCacheHit"},"fallbackUsed":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMetaPropertiesFallbackUsed"}},"required":["cacheHit","fallbackUsed"],"additionalProperties":false},"DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"matrixRun":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMatrixRun"},"meta":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses201ContentApplicationJsonSchemaPropertiesMeta"}},"required":["matrixRun","meta"],"additionalProperties":false},"DocPathsApiRoadRoutingMatrixPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadRoutingMatrixPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadRoutingMatrixPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadRoutingMatrixPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingMatrixPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadRoutingProviderHealthGetParameters0Schema":{"type":"string","enum":["HERE","OSRM","DEMO"]},"DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderId":{"type":"string","enum":["HERE","OSRM","DEMO"]},"DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProvider":{"type":"string","enum":["HERE","OSRM","DEMO"]},"DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"type":"string"},"DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOk":{"type":"boolean"},"DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHealthy":{"type":"boolean"},"DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource":{"type":"string","enum":["live","fallback-capable","unavailable"]},"DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDegradedReasonCodeAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDegradedReasonCodeAnyOf1":{"type":"string","enum":["provider_unavailable","provider_timeout","provider_limit_exceeded","stale_cache_used","fallback_distance_model","missing_coordinates","unsupported_mode"]},"DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDegradedReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDegradedReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDegradedReasonCodeAnyOf1"}]},"DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCheckedAt":{"type":"string"},"DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapabilitiesItems":{"type":"string","enum":["route","eta","matrix"]},"DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapabilities":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapabilitiesItems"}},"DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModesItems":{"type":"string","enum":["road","rail","intermodal","sea"]},"DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModes":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModesItems"}},"DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"providerId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderId"},"provider":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProvider"},"label":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"},"ok":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOk"},"healthy":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHealthy"},"source":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource"},"degradedReasonCode":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDegradedReasonCode"},"checkedAt":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCheckedAt"},"capabilities":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapabilities"},"modes":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModes"}},"required":["providerId","label","ok","source","checkedAt","capabilities","modes"],"additionalProperties":false},"DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesProviderId":{"type":"string","enum":["HERE","OSRM","DEMO"]},"DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesProvider":{"type":"string","enum":["HERE","OSRM","DEMO"]},"DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesLabel":{"type":"string"},"DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesOk":{"type":"boolean"},"DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesHealthy":{"type":"boolean"},"DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesSource":{"type":"string","enum":["live","fallback-capable","unavailable"]},"DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesDegradedReasonCodeAnyOf0":{"type":"null"},"DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesDegradedReasonCodeAnyOf1":{"type":"string","enum":["provider_unavailable","provider_timeout","provider_limit_exceeded","stale_cache_used","fallback_distance_model","missing_coordinates","unsupported_mode"]},"DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesDegradedReasonCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesDegradedReasonCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesDegradedReasonCodeAnyOf1"}]},"DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesCheckedAt":{"type":"string"},"DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesCapabilitiesItems":{"type":"string","enum":["route","eta","matrix"]},"DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesCapabilities":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesCapabilitiesItems"}},"DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesModesItems":{"type":"string","enum":["road","rail","intermodal","sea"]},"DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesModes":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesModesItems"}},"DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItems":{"type":"object","properties":{"providerId":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesProviderId"},"provider":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesProvider"},"label":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesLabel"},"ok":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesOk"},"healthy":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesHealthy"},"source":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesSource"},"degradedReasonCode":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesDegradedReasonCode"},"checkedAt":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesCheckedAt"},"capabilities":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesCapabilities"},"modes":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItemsPropertiesModes"}},"required":["providerId","label","ok","source","checkedAt","capabilities","modes"],"additionalProperties":false},"DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProviders":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProvidersItems"}},"DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"providers":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetResponses200ContentApplicationJsonSchemaPropertiesProviders"}},"required":["items"],"additionalProperties":false},"DocPathsApiRoadRoutingProviderHealthGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadRoutingProviderHealthGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoadRoutingProviderHealthGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoadRoutingProviderHealthGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoadRoutingProviderHealthGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStationId":{"type":"string","format":"uuid"},"DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode":{"type":"string"},"DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCity":{"type":"string"},"DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitude":{"type":"number"},"DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitude":{"type":"number"},"DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStationType":{"type":"string"},"DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsElectrified":{"type":"boolean"},"DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLineNumbersAnyOf0":{"type":"null"},"DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLineNumbersAnyOf1":{"type":"string"},"DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLineNumbers":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLineNumbersAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLineNumbersAnyOf1"}]},"DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKmMarkerAnyOf0":{"type":"null"},"DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKmMarkerAnyOf1":{"type":"number"},"DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKmMarker":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKmMarkerAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKmMarkerAnyOf1"}]},"DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDistanceKm":{"type":"number"},"DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"stationId":{"$ref":"#/components/schemas/DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStationId"},"code":{"$ref":"#/components/schemas/DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode"},"name":{"$ref":"#/components/schemas/DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"city":{"$ref":"#/components/schemas/DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCity"},"latitude":{"$ref":"#/components/schemas/DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitude"},"stationType":{"$ref":"#/components/schemas/DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStationType"},"isElectrified":{"$ref":"#/components/schemas/DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsElectrified"},"lineNumbers":{"$ref":"#/components/schemas/DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLineNumbers"},"kmMarker":{"$ref":"#/components/schemas/DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKmMarker"},"distanceKm":{"$ref":"#/components/schemas/DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDistanceKm"}},"required":["stationId","code","name","city","latitude","longitude","stationType","isElectrified","lineNumbers","kmMarker","distanceKm"],"additionalProperties":false},"DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiRailNetworkProximityGetResponses200ContentApplicationJsonSchemaPropertiesTotal"}},"required":["items","total"],"additionalProperties":false},"DocPathsApiRailNetworkProximityGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRailNetworkProximityGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRailNetworkProximityGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRailNetworkProximityGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRailNetworkProximityGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRailNetworkProximityGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFromStationId":{"type":"string","format":"uuid"},"DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesToStationId":{"type":"string","format":"uuid"},"DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFromStationNameAnyOf0":{"type":"null"},"DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFromStationNameAnyOf1":{"type":"string"},"DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFromStationName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFromStationNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFromStationNameAnyOf1"}]},"DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFromStationCodeAnyOf0":{"type":"null"},"DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFromStationCodeAnyOf1":{"type":"string"},"DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFromStationCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFromStationCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFromStationCodeAnyOf1"}]},"DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesToStationNameAnyOf0":{"type":"null"},"DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesToStationNameAnyOf1":{"type":"string"},"DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesToStationName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesToStationNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesToStationNameAnyOf1"}]},"DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesToStationCodeAnyOf0":{"type":"null"},"DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesToStationCodeAnyOf1":{"type":"string"},"DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesToStationCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesToStationCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesToStationCodeAnyOf1"}]},"DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDistanceKm":{"type":"number"},"DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLineNumber":{"type":"string"},"DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLineCategory":{"type":"string"},"DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsElectrified":{"type":"boolean"},"DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"fromStationId":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFromStationId"},"toStationId":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesToStationId"},"fromStationName":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFromStationName"},"fromStationCode":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFromStationCode"},"toStationName":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesToStationName"},"toStationCode":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesToStationCode"},"distanceKm":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDistanceKm"},"lineNumber":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLineNumber"},"lineCategory":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLineCategory"},"isElectrified":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsElectrified"},"isActive":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"}},"required":["id","fromStationId","toStationId","fromStationName","fromStationCode","toStationName","toStationCode","distanceKm","lineNumber","lineCategory","isElectrified","isActive"],"additionalProperties":false},"DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","totalPages"],"additionalProperties":false},"DocPathsApiRailNetworkSegmentsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRailNetworkSegmentsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRailNetworkSegmentsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRailNetworkSegmentsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesFromStationId":{"type":"string","format":"uuid"},"DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesToStationId":{"type":"string","format":"uuid"},"DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesDistanceKm":{"type":"number"},"DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesLineNumber":{"type":"string","minLength":1,"maxLength":10},"DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesLineCategory":{"type":"string","enum":["TRUNK","MAIN","SECONDARY","LOCAL"]},"DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesIsElectrified":{"type":"boolean"},"DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesMaxSpeedKmhAnyOf0":{"type":"null"},"DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesMaxSpeedKmhAnyOf1":{"type":"number"},"DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesMaxSpeedKmh":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesMaxSpeedKmhAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesMaxSpeedKmhAnyOf1"}]},"DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesMaxAxleLoadTonsAnyOf0":{"type":"null"},"DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesMaxAxleLoadTonsAnyOf1":{"type":"number"},"DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesMaxAxleLoadTons":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesMaxAxleLoadTonsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesMaxAxleLoadTonsAnyOf1"}]},"DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesInfrastructureManager":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesGaugeMmAllOf0":{"type":"number"},"DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesGaugeMm":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesGaugeMmAllOf0"}],"default":1435},"DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTariffZoneAnyOf0":{"type":"null"},"DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTariffZoneAnyOf1":{"type":"string","maxLength":20},"DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTariffZone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTariffZoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTariffZoneAnyOf1"}]},"DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesSource":{"type":"string","enum":["OSM","UTK","MANUAL"]},"DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesExternalIdAnyOf0":{"type":"null"},"DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesExternalIdAnyOf1":{"type":"string","maxLength":100},"DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesExternalId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesExternalIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesExternalIdAnyOf1"}]},"DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"fromStationId":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesFromStationId"},"toStationId":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesToStationId"},"distanceKm":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesDistanceKm"},"lineNumber":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesLineNumber"},"lineCategory":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesLineCategory"},"isElectrified":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesIsElectrified"},"maxSpeedKmh":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesMaxSpeedKmh"},"maxAxleLoadTons":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesMaxAxleLoadTons"},"infrastructureManager":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesInfrastructureManager"},"gaugeMm":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesGaugeMm"},"tariffZone":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTariffZone"},"source":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesSource"},"externalId":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesExternalId"},"isActive":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["organizationId","tenantId","fromStationId","toStationId","distanceKm","lineNumber","lineCategory","isElectrified","infrastructureManager","source"],"additionalProperties":false},"DocPathsApiRailNetworkSegmentsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRailNetworkSegmentsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiRailNetworkSegmentsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRailNetworkSegmentsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRailNetworkSegmentsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRailNetworkSegmentsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesFromStationId":{"type":"string","format":"uuid"},"DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesToStationId":{"type":"string","format":"uuid"},"DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesDistanceKm":{"type":"number"},"DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesLineNumber":{"type":"string","minLength":1,"maxLength":10},"DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesLineCategory":{"type":"string","enum":["TRUNK","MAIN","SECONDARY","LOCAL"]},"DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesIsElectrified":{"type":"boolean"},"DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesMaxSpeedKmhAnyOf0":{"type":"null"},"DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesMaxSpeedKmhAnyOf1":{"type":"number"},"DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesMaxSpeedKmh":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesMaxSpeedKmhAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesMaxSpeedKmhAnyOf1"}]},"DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesMaxAxleLoadTonsAnyOf0":{"type":"null"},"DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesMaxAxleLoadTonsAnyOf1":{"type":"number"},"DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesMaxAxleLoadTons":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesMaxAxleLoadTonsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesMaxAxleLoadTonsAnyOf1"}]},"DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesInfrastructureManager":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesGaugeMmAllOf0":{"type":"number"},"DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesGaugeMm":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesGaugeMmAllOf0"}],"default":1435},"DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesTariffZoneAnyOf0":{"type":"null"},"DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesTariffZoneAnyOf1":{"type":"string","maxLength":20},"DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesTariffZone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesTariffZoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesTariffZoneAnyOf1"}]},"DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesSource":{"type":"string","enum":["OSM","UTK","MANUAL"]},"DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesExternalIdAnyOf0":{"type":"null"},"DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesExternalIdAnyOf1":{"type":"string","maxLength":100},"DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesExternalId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesExternalIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesExternalIdAnyOf1"}]},"DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"fromStationId":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesFromStationId"},"toStationId":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesToStationId"},"distanceKm":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesDistanceKm"},"lineNumber":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesLineNumber"},"lineCategory":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesLineCategory"},"isElectrified":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesIsElectrified"},"maxSpeedKmh":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesMaxSpeedKmh"},"maxAxleLoadTons":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesMaxAxleLoadTons"},"infrastructureManager":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesInfrastructureManager"},"gaugeMm":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesGaugeMm"},"tariffZone":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesTariffZone"},"source":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesSource"},"externalId":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesExternalId"},"isActive":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["id"],"additionalProperties":false},"DocPathsApiRailNetworkSegmentsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiRailNetworkSegmentsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiRailNetworkSegmentsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRailNetworkSegmentsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRailNetworkSegmentsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRailNetworkSegmentsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRailNetworkSegmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiRailNetworkSegmentsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiRailNetworkSegmentsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRailNetworkSegmentsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRailNetworkSegmentsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRailNetworkSegmentsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSegmentsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRailNetworkStationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRailNetworkStationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode":{"type":"string"},"DocPathsApiRailNetworkStationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsApiRailNetworkStationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCity":{"type":"string"},"DocPathsApiRailNetworkStationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountry":{"type":"string"},"DocPathsApiRailNetworkStationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStationType":{"type":"string"},"DocPathsApiRailNetworkStationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitude":{"type":"number"},"DocPathsApiRailNetworkStationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitude":{"type":"number"},"DocPathsApiRailNetworkStationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsApiRailNetworkStationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"code":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode"},"name":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"city":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCity"},"country":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountry"},"stationType":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStationType"},"latitude":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitude"},"isActive":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"}},"required":["id","code","name","city","country","stationType","latitude","longitude","isActive"],"additionalProperties":false},"DocPathsApiRailNetworkStationsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiRailNetworkStationsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiRailNetworkStationsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiRailNetworkStationsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiRailNetworkStationsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","totalPages"],"additionalProperties":false},"DocPathsApiRailNetworkStationsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRailNetworkStationsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRailNetworkStationsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRailNetworkStationsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesCode":{"type":"string","minLength":1,"maxLength":10},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesNameInternationalAnyOf0":{"type":"null"},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesNameInternationalAnyOf1":{"type":"string","maxLength":200},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesNameInternational":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesNameInternationalAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesNameInternationalAnyOf1"}]},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesCity":{"type":"string","minLength":1,"maxLength":100},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesVoivodeshipAnyOf0":{"type":"null"},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesVoivodeshipAnyOf1":{"type":"string","maxLength":50},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesVoivodeship":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesVoivodeshipAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesVoivodeshipAnyOf1"}]},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesCountryAllOf0":{"type":"string","minLength":3,"maxLength":3},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesCountry":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesCountryAllOf0"}],"default":"POL"},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesLatitude":{"type":"number"},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesLongitude":{"type":"number"},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesStationType":{"type":"string","enum":["FREIGHT_TERMINAL","PASSENGER","MIXED","SIDING","PORT_TERMINAL","INLAND_TERMINAL","BORDER_CROSSING"]},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesInfrastructureManager":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesSource":{"type":"string","enum":["OSM","UTK","MANUAL"]},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesExternalIdAnyOf0":{"type":"null"},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesExternalIdAnyOf1":{"type":"string","maxLength":100},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesExternalId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesExternalIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesExternalIdAnyOf1"}]},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesIsElectrified":{"type":"boolean"},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesMaxTrainLengthMAnyOf0":{"type":"null"},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesMaxTrainLengthMAnyOf1":{"type":"number"},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesMaxTrainLengthM":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesMaxTrainLengthMAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesMaxTrainLengthMAnyOf1"}]},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesTrackCountAnyOf0":{"type":"null"},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesTrackCountAnyOf1":{"type":"number"},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesTrackCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesTrackCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesTrackCountAnyOf1"}]},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesHasCrane":{"type":"boolean"},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesHasWeighbridge":{"type":"boolean"},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesHasReachstacker":{"type":"boolean"},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesTerminalCapacityTeuAnyOf0":{"type":"null"},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesTerminalCapacityTeuAnyOf1":{"type":"number"},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesTerminalCapacityTeu":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesTerminalCapacityTeuAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesTerminalCapacityTeuAnyOf1"}]},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesLineNumbersAnyOf0":{"type":"null"},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesLineNumbersAnyOf1":{"type":"string","maxLength":500},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesLineNumbers":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesLineNumbersAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesLineNumbersAnyOf1"}]},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesKmMarkerAnyOf0":{"type":"null"},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesKmMarkerAnyOf1":{"type":"number"},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesKmMarker":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesKmMarkerAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesKmMarkerAnyOf1"}]},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"code":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesCode"},"name":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"nameInternational":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesNameInternational"},"city":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesCity"},"voivodeship":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesVoivodeship"},"country":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesCountry"},"latitude":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesLongitude"},"stationType":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesStationType"},"infrastructureManager":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesInfrastructureManager"},"source":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesSource"},"externalId":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesExternalId"},"isElectrified":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesIsElectrified"},"maxTrainLengthM":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesMaxTrainLengthM"},"trackCount":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesTrackCount"},"hasCrane":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesHasCrane"},"hasWeighbridge":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesHasWeighbridge"},"hasReachstacker":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesHasReachstacker"},"terminalCapacityTeu":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesTerminalCapacityTeu"},"lineNumbers":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesLineNumbers"},"kmMarker":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesKmMarker"},"isActive":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["organizationId","tenantId","code","name","city","latitude","longitude","stationType","infrastructureManager","source"],"additionalProperties":false},"DocPathsApiRailNetworkStationsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRailNetworkStationsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiRailNetworkStationsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRailNetworkStationsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRailNetworkStationsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRailNetworkStationsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesCode":{"type":"string","minLength":1,"maxLength":10},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesNameInternationalAnyOf0":{"type":"null"},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesNameInternationalAnyOf1":{"type":"string","maxLength":200},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesNameInternational":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesNameInternationalAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesNameInternationalAnyOf1"}]},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesCity":{"type":"string","minLength":1,"maxLength":100},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesVoivodeshipAnyOf0":{"type":"null"},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesVoivodeshipAnyOf1":{"type":"string","maxLength":50},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesVoivodeship":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesVoivodeshipAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesVoivodeshipAnyOf1"}]},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesCountryAllOf0":{"type":"string","minLength":3,"maxLength":3},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesCountry":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesCountryAllOf0"}],"default":"POL"},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesLatitude":{"type":"number"},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesLongitude":{"type":"number"},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesStationType":{"type":"string","enum":["FREIGHT_TERMINAL","PASSENGER","MIXED","SIDING","PORT_TERMINAL","INLAND_TERMINAL","BORDER_CROSSING"]},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesInfrastructureManager":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesSource":{"type":"string","enum":["OSM","UTK","MANUAL"]},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesExternalIdAnyOf0":{"type":"null"},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesExternalIdAnyOf1":{"type":"string","maxLength":100},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesExternalId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesExternalIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesExternalIdAnyOf1"}]},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesIsElectrified":{"type":"boolean"},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesMaxTrainLengthMAnyOf0":{"type":"null"},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesMaxTrainLengthMAnyOf1":{"type":"number"},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesMaxTrainLengthM":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesMaxTrainLengthMAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesMaxTrainLengthMAnyOf1"}]},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesTrackCountAnyOf0":{"type":"null"},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesTrackCountAnyOf1":{"type":"number"},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesTrackCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesTrackCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesTrackCountAnyOf1"}]},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesHasCrane":{"type":"boolean"},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesHasWeighbridge":{"type":"boolean"},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesHasReachstacker":{"type":"boolean"},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesTerminalCapacityTeuAnyOf0":{"type":"null"},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesTerminalCapacityTeuAnyOf1":{"type":"number"},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesTerminalCapacityTeu":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesTerminalCapacityTeuAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesTerminalCapacityTeuAnyOf1"}]},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesLineNumbersAnyOf0":{"type":"null"},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesLineNumbersAnyOf1":{"type":"string","maxLength":500},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesLineNumbers":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesLineNumbersAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesLineNumbersAnyOf1"}]},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesKmMarkerAnyOf0":{"type":"null"},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesKmMarkerAnyOf1":{"type":"number"},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesKmMarker":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesKmMarkerAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesKmMarkerAnyOf1"}]},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"code":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesCode"},"name":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"nameInternational":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesNameInternational"},"city":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesCity"},"voivodeship":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesVoivodeship"},"country":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesCountry"},"latitude":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesLongitude"},"stationType":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesStationType"},"infrastructureManager":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesInfrastructureManager"},"source":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesSource"},"externalId":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesExternalId"},"isElectrified":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesIsElectrified"},"maxTrainLengthM":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesMaxTrainLengthM"},"trackCount":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesTrackCount"},"hasCrane":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesHasCrane"},"hasWeighbridge":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesHasWeighbridge"},"hasReachstacker":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesHasReachstacker"},"terminalCapacityTeu":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesTerminalCapacityTeu"},"lineNumbers":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesLineNumbers"},"kmMarker":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesKmMarker"},"isActive":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["id"],"additionalProperties":false},"DocPathsApiRailNetworkStationsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiRailNetworkStationsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiRailNetworkStationsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRailNetworkStationsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRailNetworkStationsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRailNetworkStationsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRailNetworkStationsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiRailNetworkStationsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiRailNetworkStationsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRailNetworkStationsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRailNetworkStationsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRailNetworkStationsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRailNetworkStationsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRailNetworkSyncPostRequestBodyContentApplicationJsonSchemaPropertiesProviderAllOf0":{"type":"string","enum":["utk","osm","all"]},"DocPathsApiRailNetworkSyncPostRequestBodyContentApplicationJsonSchemaPropertiesProvider":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiRailNetworkSyncPostRequestBodyContentApplicationJsonSchemaPropertiesProviderAllOf0"}],"default":"all"},"DocPathsApiRailNetworkSyncPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"provider":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSyncPostRequestBodyContentApplicationJsonSchemaPropertiesProvider"}},"additionalProperties":false},"DocPathsApiRailNetworkSyncPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiRailNetworkSyncPostResponses200ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsApiRailNetworkSyncPostResponses200ContentApplicationJsonSchemaPropertiesImported":{"type":"number"},"DocPathsApiRailNetworkSyncPostResponses200ContentApplicationJsonSchemaPropertiesSkipped":{"type":"number"},"DocPathsApiRailNetworkSyncPostResponses200ContentApplicationJsonSchemaPropertiesErrorsItems":{"type":"string"},"DocPathsApiRailNetworkSyncPostResponses200ContentApplicationJsonSchemaPropertiesErrors":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSyncPostResponses200ContentApplicationJsonSchemaPropertiesErrorsItems"}},"DocPathsApiRailNetworkSyncPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSyncPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"message":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSyncPostResponses200ContentApplicationJsonSchemaPropertiesMessage"},"imported":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSyncPostResponses200ContentApplicationJsonSchemaPropertiesImported"},"skipped":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSyncPostResponses200ContentApplicationJsonSchemaPropertiesSkipped"},"errors":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSyncPostResponses200ContentApplicationJsonSchemaPropertiesErrors"}},"required":["ok","message","imported","skipped"],"additionalProperties":false},"DocPathsApiRailNetworkSyncPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRailNetworkSyncPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSyncPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRailNetworkSyncPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRailNetworkSyncPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRailNetworkSyncPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansConfirmPostRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiTrainPlanningTrainPlansConfirmPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansConfirmPostRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansConfirmPostResponses200ContentApplicationJsonSchemaPropertiesPlanId":{"type":"string","format":"uuid"},"DocPathsApiTrainPlanningTrainPlansConfirmPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"planId":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansConfirmPostResponses200ContentApplicationJsonSchemaPropertiesPlanId"}},"required":["planId"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansConfirmPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTrainPlanningTrainPlansConfirmPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansConfirmPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansConfirmPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTrainPlanningTrainPlansConfirmPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansConfirmPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansConfirmPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTrainPlanningTrainPlansConfirmPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansConfirmPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansConfirmPostResponses422ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTrainPlanningTrainPlansConfirmPostResponses422ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiTrainPlanningTrainPlansConfirmPostResponses422ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansConfirmPostResponses422ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansConfirmPostResponses422ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlanNumber":{"type":"string"},"DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf0":{"type":"null"},"DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf1":{"type":"string"},"DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf1"}]},"DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string","enum":["draft","validated","confirmed","cancelled"]},"DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocomotiveId":{"type":"string","format":"uuid"},"DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFromStationIdAnyOf0":{"type":"null"},"DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFromStationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFromStationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFromStationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFromStationIdAnyOf1"}]},"DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesToStationIdAnyOf0":{"type":"null"},"DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesToStationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesToStationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesToStationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesToStationIdAnyOf1"}]},"DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDepartureDateAnyOf0":{"type":"null"},"DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDepartureDateAnyOf1":{"type":"string"},"DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDepartureDate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDepartureDateAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDepartureDateAnyOf1"}]},"DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalWeightTonnesAnyOf0":{"type":"null"},"DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalWeightTonnesAnyOf1":{"type":"number"},"DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalWeightTonnes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalWeightTonnesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalWeightTonnesAnyOf1"}]},"DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalLengthMetresAnyOf0":{"type":"null"},"DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalLengthMetresAnyOf1":{"type":"number"},"DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalLengthMetres":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalLengthMetresAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalLengthMetresAnyOf1"}]},"DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidationErrorsAnyOf0":{"type":"null"},"DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidationErrorsAnyOf1Items":{"type":"string"},"DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidationErrorsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidationErrorsAnyOf1Items"}},"DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidationErrors":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidationErrorsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidationErrorsAnyOf1"}]},"DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf0":{"type":"null"},"DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf1":{"type":"string"},"DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf1"}]},"DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"planNumber":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlanNumber"},"name":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"status":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"locomotiveId":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocomotiveId"},"fromStationId":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFromStationId"},"toStationId":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesToStationId"},"departureDate":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDepartureDate"},"totalWeightTonnes":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalWeightTonnes"},"totalLengthMetres":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalLengthMetres"},"validationErrors":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidationErrors"},"notes":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotes"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","planNumber","status","locomotiveId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","totalPages"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTrainPlanningTrainPlansGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTrainPlanningTrainPlansGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansPostRequestBodyContentApplicationJsonSchemaPropertiesPlanNumber":{"type":"string","minLength":1,"maxLength":50},"DocPathsApiTrainPlanningTrainPlansPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiTrainPlanningTrainPlansPostRequestBodyContentApplicationJsonSchemaPropertiesLocomotiveId":{"type":"string","format":"uuid"},"DocPathsApiTrainPlanningTrainPlansPostRequestBodyContentApplicationJsonSchemaPropertiesFromStationId":{"type":"string","format":"uuid"},"DocPathsApiTrainPlanningTrainPlansPostRequestBodyContentApplicationJsonSchemaPropertiesToStationId":{"type":"string","format":"uuid"},"DocPathsApiTrainPlanningTrainPlansPostRequestBodyContentApplicationJsonSchemaPropertiesRouteSegmentId":{"type":"string","format":"uuid"},"DocPathsApiTrainPlanningTrainPlansPostRequestBodyContentApplicationJsonSchemaPropertiesDepartureDate":{"type":"string","format":"date-time"},"DocPathsApiTrainPlanningTrainPlansPostRequestBodyContentApplicationJsonSchemaPropertiesNotes":{"type":"string","maxLength":2000},"DocPathsApiTrainPlanningTrainPlansPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiTrainPlanningTrainPlansPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiTrainPlanningTrainPlansPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"planNumber":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansPostRequestBodyContentApplicationJsonSchemaPropertiesPlanNumber"},"name":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"locomotiveId":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansPostRequestBodyContentApplicationJsonSchemaPropertiesLocomotiveId"},"fromStationId":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansPostRequestBodyContentApplicationJsonSchemaPropertiesFromStationId"},"toStationId":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansPostRequestBodyContentApplicationJsonSchemaPropertiesToStationId"},"routeSegmentId":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansPostRequestBodyContentApplicationJsonSchemaPropertiesRouteSegmentId"},"departureDate":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansPostRequestBodyContentApplicationJsonSchemaPropertiesDepartureDate"},"notes":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansPostRequestBodyContentApplicationJsonSchemaPropertiesNotes"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"}},"required":["planNumber","locomotiveId","organizationId","tenantId"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiTrainPlanningTrainPlansPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTrainPlanningTrainPlansPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTrainPlanningTrainPlansPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiTrainPlanningTrainPlansPutRequestBodyContentApplicationJsonSchemaPropertiesPlanNumber":{"type":"string","minLength":1,"maxLength":50},"DocPathsApiTrainPlanningTrainPlansPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiTrainPlanningTrainPlansPutRequestBodyContentApplicationJsonSchemaPropertiesLocomotiveId":{"type":"string","format":"uuid"},"DocPathsApiTrainPlanningTrainPlansPutRequestBodyContentApplicationJsonSchemaPropertiesFromStationId":{"type":"string","format":"uuid"},"DocPathsApiTrainPlanningTrainPlansPutRequestBodyContentApplicationJsonSchemaPropertiesToStationId":{"type":"string","format":"uuid"},"DocPathsApiTrainPlanningTrainPlansPutRequestBodyContentApplicationJsonSchemaPropertiesRouteSegmentId":{"type":"string","format":"uuid"},"DocPathsApiTrainPlanningTrainPlansPutRequestBodyContentApplicationJsonSchemaPropertiesDepartureDate":{"type":"string","format":"date-time"},"DocPathsApiTrainPlanningTrainPlansPutRequestBodyContentApplicationJsonSchemaPropertiesNotes":{"type":"string","maxLength":2000},"DocPathsApiTrainPlanningTrainPlansPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiTrainPlanningTrainPlansPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiTrainPlanningTrainPlansPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"planNumber":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansPutRequestBodyContentApplicationJsonSchemaPropertiesPlanNumber"},"name":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"locomotiveId":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansPutRequestBodyContentApplicationJsonSchemaPropertiesLocomotiveId"},"fromStationId":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansPutRequestBodyContentApplicationJsonSchemaPropertiesFromStationId"},"toStationId":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansPutRequestBodyContentApplicationJsonSchemaPropertiesToStationId"},"routeSegmentId":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansPutRequestBodyContentApplicationJsonSchemaPropertiesRouteSegmentId"},"departureDate":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansPutRequestBodyContentApplicationJsonSchemaPropertiesDepartureDate"},"notes":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansPutRequestBodyContentApplicationJsonSchemaPropertiesNotes"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"}},"required":["id"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiTrainPlanningTrainPlansPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTrainPlanningTrainPlansPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTrainPlanningTrainPlansPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiTrainPlanningTrainPlansDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTrainPlanningTrainPlansDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTrainPlanningTrainPlansDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansValidatePostRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiTrainPlanningTrainPlansValidatePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansValidatePostRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansValidatePostResponses200ContentApplicationJsonSchemaPropertiesValid":{"type":"boolean"},"DocPathsApiTrainPlanningTrainPlansValidatePostResponses200ContentApplicationJsonSchemaPropertiesErrorsItems":{"type":"string"},"DocPathsApiTrainPlanningTrainPlansValidatePostResponses200ContentApplicationJsonSchemaPropertiesErrors":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansValidatePostResponses200ContentApplicationJsonSchemaPropertiesErrorsItems"}},"DocPathsApiTrainPlanningTrainPlansValidatePostResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesWeightTonnes":{"type":"number"},"DocPathsApiTrainPlanningTrainPlansValidatePostResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesLengthMetres":{"type":"number"},"DocPathsApiTrainPlanningTrainPlansValidatePostResponses200ContentApplicationJsonSchemaPropertiesTotals":{"type":"object","properties":{"weightTonnes":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansValidatePostResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesWeightTonnes"},"lengthMetres":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansValidatePostResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesLengthMetres"}},"required":["weightTonnes","lengthMetres"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansValidatePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"valid":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansValidatePostResponses200ContentApplicationJsonSchemaPropertiesValid"},"errors":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansValidatePostResponses200ContentApplicationJsonSchemaPropertiesErrors"},"totals":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansValidatePostResponses200ContentApplicationJsonSchemaPropertiesTotals"}},"required":["valid","errors","totals"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansValidatePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTrainPlanningTrainPlansValidatePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansValidatePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansValidatePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTrainPlanningTrainPlansValidatePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansValidatePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansValidatePostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTrainPlanningTrainPlansValidatePostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansValidatePostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansValidatePostResponses422ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTrainPlanningTrainPlansValidatePostResponses422ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiTrainPlanningTrainPlansValidatePostResponses422ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansValidatePostResponses422ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansValidatePostResponses422ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrainPlanId":{"type":"string","format":"uuid"},"DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWagonId":{"type":"string","format":"uuid"},"DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPosition":{"type":"number"},"DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoReferenceAnyOf0":{"type":"null"},"DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoReferenceAnyOf1":{"type":"string"},"DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoReferenceAnyOf1"}]},"DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLoadTonnesAnyOf0":{"type":"null"},"DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLoadTonnesAnyOf1":{"type":"number"},"DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLoadTonnes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLoadTonnesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLoadTonnesAnyOf1"}]},"DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf0":{"type":"null"},"DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf1":{"type":"string"},"DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf1"}]},"DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"trainPlanId":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrainPlanId"},"wagonId":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWagonId"},"position":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPosition"},"cargoReference":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoReference"},"loadTonnes":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLoadTonnes"},"notes":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotes"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","trainPlanId","wagonId","position","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","totalPages"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansWagonsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTrainPlanningTrainPlansWagonsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansWagonsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTrainPlanningTrainPlansWagonsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesTrainPlanId":{"type":"string","format":"uuid"},"DocPathsApiTrainPlanningTrainPlansWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonId":{"type":"string","format":"uuid"},"DocPathsApiTrainPlanningTrainPlansWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesPosition":{"type":"number"},"DocPathsApiTrainPlanningTrainPlansWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesCargoReference":{"type":"string","maxLength":255},"DocPathsApiTrainPlanningTrainPlansWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesLoadTonnes":{"type":"number"},"DocPathsApiTrainPlanningTrainPlansWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesNotes":{"type":"string","maxLength":1000},"DocPathsApiTrainPlanningTrainPlansWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiTrainPlanningTrainPlansWagonsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"trainPlanId":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesTrainPlanId"},"wagonId":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonId"},"position":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesPosition"},"cargoReference":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesCargoReference"},"loadTonnes":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesLoadTonnes"},"notes":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesNotes"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"}},"required":["trainPlanId","wagonId","tenantId"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansWagonsPostResponses201ContentApplicationJsonSchemaPropertiesSlotId":{"type":"string","format":"uuid"},"DocPathsApiTrainPlanningTrainPlansWagonsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"slotId":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsPostResponses201ContentApplicationJsonSchemaPropertiesSlotId"}},"required":["slotId"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansWagonsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTrainPlanningTrainPlansWagonsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansWagonsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTrainPlanningTrainPlansWagonsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiTrainPlanningTrainPlansWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesPosition":{"type":"number"},"DocPathsApiTrainPlanningTrainPlansWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesCargoReference":{"type":"string","maxLength":255},"DocPathsApiTrainPlanningTrainPlansWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesLoadTonnes":{"type":"number"},"DocPathsApiTrainPlanningTrainPlansWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesNotes":{"type":"string","maxLength":1000},"DocPathsApiTrainPlanningTrainPlansWagonsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"position":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesPosition"},"cargoReference":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesCargoReference"},"loadTonnes":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesLoadTonnes"},"notes":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesNotes"}},"required":["id"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansWagonsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiTrainPlanningTrainPlansWagonsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansWagonsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTrainPlanningTrainPlansWagonsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansWagonsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTrainPlanningTrainPlansWagonsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansWagonsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiTrainPlanningTrainPlansWagonsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansWagonsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTrainPlanningTrainPlansWagonsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTrainPlanningTrainPlansWagonsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTrainPlanningTrainPlansWagonsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTrainPlanningTrainPlansWagonsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTerminalSchedulingHarmonogramGeneratePostRequestBodyContentApplicationJsonSchemaPropertiesHarmonogramEntryId":{"type":"string","format":"uuid"},"DocPathsApiTerminalSchedulingHarmonogramGeneratePostRequestBodyContentApplicationJsonSchemaPropertiesStationId":{"type":"string","format":"uuid"},"DocPathsApiTerminalSchedulingHarmonogramGeneratePostRequestBodyContentApplicationJsonSchemaPropertiesDateFrom":{"type":"string","format":"date-time"},"DocPathsApiTerminalSchedulingHarmonogramGeneratePostRequestBodyContentApplicationJsonSchemaPropertiesDateTo":{"type":"string","format":"date-time"},"DocPathsApiTerminalSchedulingHarmonogramGeneratePostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiTerminalSchedulingHarmonogramGeneratePostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiTerminalSchedulingHarmonogramGeneratePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"harmonogramEntryId":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGeneratePostRequestBodyContentApplicationJsonSchemaPropertiesHarmonogramEntryId"},"stationId":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGeneratePostRequestBodyContentApplicationJsonSchemaPropertiesStationId"},"dateFrom":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGeneratePostRequestBodyContentApplicationJsonSchemaPropertiesDateFrom"},"dateTo":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGeneratePostRequestBodyContentApplicationJsonSchemaPropertiesDateTo"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGeneratePostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGeneratePostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"}},"required":["dateFrom","dateTo","tenantId","organizationId"],"additionalProperties":false},"DocPathsApiTerminalSchedulingHarmonogramGeneratePostResponses200ContentApplicationJsonSchemaPropertiesGenerated":{"type":"number"},"DocPathsApiTerminalSchedulingHarmonogramGeneratePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"generated":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGeneratePostResponses200ContentApplicationJsonSchemaPropertiesGenerated"}},"required":["generated"],"additionalProperties":false},"DocPathsApiTerminalSchedulingHarmonogramGeneratePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTerminalSchedulingHarmonogramGeneratePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGeneratePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTerminalSchedulingHarmonogramGeneratePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTerminalSchedulingHarmonogramGeneratePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGeneratePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTerminalSchedulingHarmonogramGeneratePostResponses422ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTerminalSchedulingHarmonogramGeneratePostResponses422ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGeneratePostResponses422ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStationId":{"type":"string","format":"uuid"},"DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlotType":{"type":"string","enum":["arrival","departure","shunting"]},"DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrackNumber":{"type":"number"},"DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlatformAnyOf0":{"type":"null"},"DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlatformAnyOf1":{"type":"string"},"DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlatform":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlatformAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlatformAnyOf1"}]},"DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesArrivalTime":{"type":"string"},"DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDepartureTime":{"type":"string"},"DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDaysOfWeekItems":{"type":"number"},"DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDaysOfWeek":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDaysOfWeekItems"}},"DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFrom":{"type":"string"},"DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidUntilAnyOf0":{"type":"null"},"DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidUntilAnyOf1":{"type":"string"},"DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidUntil":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidUntilAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidUntilAnyOf1"}]},"DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrainNumberAnyOf0":{"type":"null"},"DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrainNumberAnyOf1":{"type":"string"},"DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrainNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrainNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrainNumberAnyOf1"}]},"DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf0":{"type":"null"},"DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf1":{"type":"string"},"DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf1"}]},"DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"stationId":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStationId"},"slotType":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlotType"},"trackNumber":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrackNumber"},"platform":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlatform"},"arrivalTime":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesArrivalTime"},"departureTime":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDepartureTime"},"daysOfWeek":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDaysOfWeek"},"validFrom":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFrom"},"validUntil":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidUntil"},"trainNumber":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrainNumber"},"isActive":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"notes":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotes"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","stationId","slotType","trackNumber","arrivalTime","departureTime","daysOfWeek","validFrom","isActive","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","totalPages"],"additionalProperties":false},"DocPathsApiTerminalSchedulingHarmonogramGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTerminalSchedulingHarmonogramGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTerminalSchedulingHarmonogramGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTerminalSchedulingHarmonogramGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTerminalSchedulingHarmonogramPostRequestBodyContentApplicationJsonSchemaPropertiesStationId":{"type":"string","format":"uuid"},"DocPathsApiTerminalSchedulingHarmonogramPostRequestBodyContentApplicationJsonSchemaPropertiesSlotType":{"type":"string","enum":["arrival","departure","shunting"]},"DocPathsApiTerminalSchedulingHarmonogramPostRequestBodyContentApplicationJsonSchemaPropertiesTrackNumber":{"type":"number"},"DocPathsApiTerminalSchedulingHarmonogramPostRequestBodyContentApplicationJsonSchemaPropertiesPlatform":{"type":"string","maxLength":50},"DocPathsApiTerminalSchedulingHarmonogramPostRequestBodyContentApplicationJsonSchemaPropertiesArrivalTime":{"type":"string","pattern":"^\\d{2}:\\d{2}$"},"DocPathsApiTerminalSchedulingHarmonogramPostRequestBodyContentApplicationJsonSchemaPropertiesDepartureTime":{"type":"string","pattern":"^\\d{2}:\\d{2}$"},"DocPathsApiTerminalSchedulingHarmonogramPostRequestBodyContentApplicationJsonSchemaPropertiesDaysOfWeekItems":{"type":"number"},"DocPathsApiTerminalSchedulingHarmonogramPostRequestBodyContentApplicationJsonSchemaPropertiesDaysOfWeek":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPostRequestBodyContentApplicationJsonSchemaPropertiesDaysOfWeekItems"},"minItems":1},"DocPathsApiTerminalSchedulingHarmonogramPostRequestBodyContentApplicationJsonSchemaPropertiesValidFrom":{"type":"string","format":"date-time"},"DocPathsApiTerminalSchedulingHarmonogramPostRequestBodyContentApplicationJsonSchemaPropertiesValidUntil":{"type":"string","format":"date-time"},"DocPathsApiTerminalSchedulingHarmonogramPostRequestBodyContentApplicationJsonSchemaPropertiesTrainNumber":{"type":"string","maxLength":50},"DocPathsApiTerminalSchedulingHarmonogramPostRequestBodyContentApplicationJsonSchemaPropertiesNotes":{"type":"string","maxLength":2000},"DocPathsApiTerminalSchedulingHarmonogramPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiTerminalSchedulingHarmonogramPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiTerminalSchedulingHarmonogramPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"stationId":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPostRequestBodyContentApplicationJsonSchemaPropertiesStationId"},"slotType":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPostRequestBodyContentApplicationJsonSchemaPropertiesSlotType"},"trackNumber":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPostRequestBodyContentApplicationJsonSchemaPropertiesTrackNumber"},"platform":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPostRequestBodyContentApplicationJsonSchemaPropertiesPlatform"},"arrivalTime":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPostRequestBodyContentApplicationJsonSchemaPropertiesArrivalTime"},"departureTime":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPostRequestBodyContentApplicationJsonSchemaPropertiesDepartureTime"},"daysOfWeek":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPostRequestBodyContentApplicationJsonSchemaPropertiesDaysOfWeek"},"validFrom":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPostRequestBodyContentApplicationJsonSchemaPropertiesValidFrom"},"validUntil":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPostRequestBodyContentApplicationJsonSchemaPropertiesValidUntil"},"trainNumber":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPostRequestBodyContentApplicationJsonSchemaPropertiesTrainNumber"},"notes":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPostRequestBodyContentApplicationJsonSchemaPropertiesNotes"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"}},"required":["stationId","slotType","trackNumber","arrivalTime","departureTime","daysOfWeek","validFrom","organizationId","tenantId"],"additionalProperties":false},"DocPathsApiTerminalSchedulingHarmonogramPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiTerminalSchedulingHarmonogramPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiTerminalSchedulingHarmonogramPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTerminalSchedulingHarmonogramPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTerminalSchedulingHarmonogramPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTerminalSchedulingHarmonogramPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTerminalSchedulingHarmonogramPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiTerminalSchedulingHarmonogramPutRequestBodyContentApplicationJsonSchemaPropertiesStationId":{"type":"string","format":"uuid"},"DocPathsApiTerminalSchedulingHarmonogramPutRequestBodyContentApplicationJsonSchemaPropertiesSlotType":{"type":"string","enum":["arrival","departure","shunting"]},"DocPathsApiTerminalSchedulingHarmonogramPutRequestBodyContentApplicationJsonSchemaPropertiesTrackNumber":{"type":"number"},"DocPathsApiTerminalSchedulingHarmonogramPutRequestBodyContentApplicationJsonSchemaPropertiesPlatform":{"type":"string","maxLength":50},"DocPathsApiTerminalSchedulingHarmonogramPutRequestBodyContentApplicationJsonSchemaPropertiesArrivalTime":{"type":"string","pattern":"^\\d{2}:\\d{2}$"},"DocPathsApiTerminalSchedulingHarmonogramPutRequestBodyContentApplicationJsonSchemaPropertiesDepartureTime":{"type":"string","pattern":"^\\d{2}:\\d{2}$"},"DocPathsApiTerminalSchedulingHarmonogramPutRequestBodyContentApplicationJsonSchemaPropertiesDaysOfWeekItems":{"type":"number"},"DocPathsApiTerminalSchedulingHarmonogramPutRequestBodyContentApplicationJsonSchemaPropertiesDaysOfWeek":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPutRequestBodyContentApplicationJsonSchemaPropertiesDaysOfWeekItems"},"minItems":1},"DocPathsApiTerminalSchedulingHarmonogramPutRequestBodyContentApplicationJsonSchemaPropertiesValidFrom":{"type":"string","format":"date-time"},"DocPathsApiTerminalSchedulingHarmonogramPutRequestBodyContentApplicationJsonSchemaPropertiesValidUntil":{"type":"string","format":"date-time"},"DocPathsApiTerminalSchedulingHarmonogramPutRequestBodyContentApplicationJsonSchemaPropertiesTrainNumber":{"type":"string","maxLength":50},"DocPathsApiTerminalSchedulingHarmonogramPutRequestBodyContentApplicationJsonSchemaPropertiesNotes":{"type":"string","maxLength":2000},"DocPathsApiTerminalSchedulingHarmonogramPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiTerminalSchedulingHarmonogramPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiTerminalSchedulingHarmonogramPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"stationId":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPutRequestBodyContentApplicationJsonSchemaPropertiesStationId"},"slotType":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPutRequestBodyContentApplicationJsonSchemaPropertiesSlotType"},"trackNumber":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPutRequestBodyContentApplicationJsonSchemaPropertiesTrackNumber"},"platform":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPutRequestBodyContentApplicationJsonSchemaPropertiesPlatform"},"arrivalTime":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPutRequestBodyContentApplicationJsonSchemaPropertiesArrivalTime"},"departureTime":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPutRequestBodyContentApplicationJsonSchemaPropertiesDepartureTime"},"daysOfWeek":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPutRequestBodyContentApplicationJsonSchemaPropertiesDaysOfWeek"},"validFrom":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPutRequestBodyContentApplicationJsonSchemaPropertiesValidFrom"},"validUntil":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPutRequestBodyContentApplicationJsonSchemaPropertiesValidUntil"},"trainNumber":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPutRequestBodyContentApplicationJsonSchemaPropertiesTrainNumber"},"notes":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPutRequestBodyContentApplicationJsonSchemaPropertiesNotes"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"}},"required":["id"],"additionalProperties":false},"DocPathsApiTerminalSchedulingHarmonogramPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiTerminalSchedulingHarmonogramPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiTerminalSchedulingHarmonogramPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTerminalSchedulingHarmonogramPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTerminalSchedulingHarmonogramPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTerminalSchedulingHarmonogramPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTerminalSchedulingHarmonogramDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiTerminalSchedulingHarmonogramDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiTerminalSchedulingHarmonogramDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTerminalSchedulingHarmonogramDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTerminalSchedulingHarmonogramDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTerminalSchedulingHarmonogramDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingHarmonogramDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTerminalSchedulingSlotsBookPostRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiTerminalSchedulingSlotsBookPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsBookPostRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiTerminalSchedulingSlotsBookPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiTerminalSchedulingSlotsBookPostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsApiTerminalSchedulingSlotsBookPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsBookPostResponses200ContentApplicationJsonSchemaPropertiesId"},"status":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsBookPostResponses200ContentApplicationJsonSchemaPropertiesStatus"}},"required":["id","status"],"additionalProperties":false},"DocPathsApiTerminalSchedulingSlotsBookPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTerminalSchedulingSlotsBookPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsBookPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTerminalSchedulingSlotsBookPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTerminalSchedulingSlotsBookPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsBookPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTerminalSchedulingSlotsBookPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTerminalSchedulingSlotsBookPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsBookPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTerminalSchedulingSlotsBookPostResponses422ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTerminalSchedulingSlotsBookPostResponses422ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsBookPostResponses422ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTerminalSchedulingSlotsCheckConflictsPostRequestBodyContentApplicationJsonSchemaPropertiesStationId":{"type":"string","format":"uuid"},"DocPathsApiTerminalSchedulingSlotsCheckConflictsPostRequestBodyContentApplicationJsonSchemaPropertiesTrackNumber":{"type":"number"},"DocPathsApiTerminalSchedulingSlotsCheckConflictsPostRequestBodyContentApplicationJsonSchemaPropertiesStartTime":{"type":"string","format":"date-time"},"DocPathsApiTerminalSchedulingSlotsCheckConflictsPostRequestBodyContentApplicationJsonSchemaPropertiesEndTime":{"type":"string","format":"date-time"},"DocPathsApiTerminalSchedulingSlotsCheckConflictsPostRequestBodyContentApplicationJsonSchemaPropertiesExcludeSlotId":{"type":"string","format":"uuid"},"DocPathsApiTerminalSchedulingSlotsCheckConflictsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"stationId":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsCheckConflictsPostRequestBodyContentApplicationJsonSchemaPropertiesStationId"},"trackNumber":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsCheckConflictsPostRequestBodyContentApplicationJsonSchemaPropertiesTrackNumber"},"startTime":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsCheckConflictsPostRequestBodyContentApplicationJsonSchemaPropertiesStartTime"},"endTime":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsCheckConflictsPostRequestBodyContentApplicationJsonSchemaPropertiesEndTime"},"excludeSlotId":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsCheckConflictsPostRequestBodyContentApplicationJsonSchemaPropertiesExcludeSlotId"}},"required":["stationId","trackNumber","startTime","endTime"],"additionalProperties":false},"DocPathsApiTerminalSchedulingSlotsCheckConflictsPostResponses200ContentApplicationJsonSchemaPropertiesConflictsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiTerminalSchedulingSlotsCheckConflictsPostResponses200ContentApplicationJsonSchemaPropertiesConflictsItemsPropertiesStartTime":{"type":"string"},"DocPathsApiTerminalSchedulingSlotsCheckConflictsPostResponses200ContentApplicationJsonSchemaPropertiesConflictsItemsPropertiesEndTime":{"type":"string"},"DocPathsApiTerminalSchedulingSlotsCheckConflictsPostResponses200ContentApplicationJsonSchemaPropertiesConflictsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsCheckConflictsPostResponses200ContentApplicationJsonSchemaPropertiesConflictsItemsPropertiesId"},"startTime":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsCheckConflictsPostResponses200ContentApplicationJsonSchemaPropertiesConflictsItemsPropertiesStartTime"},"endTime":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsCheckConflictsPostResponses200ContentApplicationJsonSchemaPropertiesConflictsItemsPropertiesEndTime"}},"required":["id","startTime","endTime"],"additionalProperties":false},"DocPathsApiTerminalSchedulingSlotsCheckConflictsPostResponses200ContentApplicationJsonSchemaPropertiesConflicts":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsCheckConflictsPostResponses200ContentApplicationJsonSchemaPropertiesConflictsItems"}},"DocPathsApiTerminalSchedulingSlotsCheckConflictsPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"conflicts":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsCheckConflictsPostResponses200ContentApplicationJsonSchemaPropertiesConflicts"}},"required":["conflicts"],"additionalProperties":false},"DocPathsApiTerminalSchedulingSlotsCheckConflictsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTerminalSchedulingSlotsCheckConflictsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsCheckConflictsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTerminalSchedulingSlotsCheckConflictsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTerminalSchedulingSlotsCheckConflictsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsCheckConflictsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTerminalSchedulingSlotsCheckConflictsPostResponses422ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTerminalSchedulingSlotsCheckConflictsPostResponses422ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsCheckConflictsPostResponses422ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStationId":{"type":"string","format":"uuid"},"DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlotType":{"type":"string","enum":["arrival","departure","shunting"]},"DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string","enum":["planned","booked","in_progress","completed","cancelled"]},"DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrackNumber":{"type":"number"},"DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlatformAnyOf0":{"type":"null"},"DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlatformAnyOf1":{"type":"string"},"DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlatform":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlatformAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlatformAnyOf1"}]},"DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartTime":{"type":"string"},"DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndTime":{"type":"string"},"DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrainPlanIdAnyOf0":{"type":"null"},"DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrainPlanIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrainPlanId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrainPlanIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrainPlanIdAnyOf1"}]},"DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoDescriptionAnyOf0":{"type":"null"},"DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoDescriptionAnyOf1":{"type":"string"},"DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoDescriptionAnyOf1"}]},"DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf0":{"type":"null"},"DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf1":{"type":"string"},"DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf1"}]},"DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"stationId":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStationId"},"slotType":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlotType"},"status":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"trackNumber":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrackNumber"},"platform":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPlatform"},"startTime":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartTime"},"endTime":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndTime"},"trainPlanId":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrainPlanId"},"cargoDescription":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoDescription"},"notes":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotes"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","stationId","slotType","status","trackNumber","startTime","endTime","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","totalPages"],"additionalProperties":false},"DocPathsApiTerminalSchedulingSlotsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTerminalSchedulingSlotsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTerminalSchedulingSlotsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTerminalSchedulingSlotsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTerminalSchedulingSlotsPostRequestBodyContentApplicationJsonSchemaPropertiesStationId":{"type":"string","format":"uuid"},"DocPathsApiTerminalSchedulingSlotsPostRequestBodyContentApplicationJsonSchemaPropertiesSlotType":{"type":"string","enum":["arrival","departure","shunting"]},"DocPathsApiTerminalSchedulingSlotsPostRequestBodyContentApplicationJsonSchemaPropertiesTrackNumber":{"type":"number"},"DocPathsApiTerminalSchedulingSlotsPostRequestBodyContentApplicationJsonSchemaPropertiesPlatform":{"type":"string","maxLength":50},"DocPathsApiTerminalSchedulingSlotsPostRequestBodyContentApplicationJsonSchemaPropertiesStartTime":{"type":"string","format":"date-time"},"DocPathsApiTerminalSchedulingSlotsPostRequestBodyContentApplicationJsonSchemaPropertiesEndTime":{"type":"string","format":"date-time"},"DocPathsApiTerminalSchedulingSlotsPostRequestBodyContentApplicationJsonSchemaPropertiesTrainPlanId":{"type":"string","format":"uuid"},"DocPathsApiTerminalSchedulingSlotsPostRequestBodyContentApplicationJsonSchemaPropertiesHarmonogramEntryId":{"type":"string","format":"uuid"},"DocPathsApiTerminalSchedulingSlotsPostRequestBodyContentApplicationJsonSchemaPropertiesCargoDescription":{"type":"string","maxLength":2000},"DocPathsApiTerminalSchedulingSlotsPostRequestBodyContentApplicationJsonSchemaPropertiesNotes":{"type":"string","maxLength":2000},"DocPathsApiTerminalSchedulingSlotsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiTerminalSchedulingSlotsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiTerminalSchedulingSlotsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"stationId":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPostRequestBodyContentApplicationJsonSchemaPropertiesStationId"},"slotType":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPostRequestBodyContentApplicationJsonSchemaPropertiesSlotType"},"trackNumber":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPostRequestBodyContentApplicationJsonSchemaPropertiesTrackNumber"},"platform":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPostRequestBodyContentApplicationJsonSchemaPropertiesPlatform"},"startTime":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPostRequestBodyContentApplicationJsonSchemaPropertiesStartTime"},"endTime":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPostRequestBodyContentApplicationJsonSchemaPropertiesEndTime"},"trainPlanId":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPostRequestBodyContentApplicationJsonSchemaPropertiesTrainPlanId"},"harmonogramEntryId":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPostRequestBodyContentApplicationJsonSchemaPropertiesHarmonogramEntryId"},"cargoDescription":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPostRequestBodyContentApplicationJsonSchemaPropertiesCargoDescription"},"notes":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPostRequestBodyContentApplicationJsonSchemaPropertiesNotes"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"}},"required":["stationId","slotType","trackNumber","startTime","endTime","organizationId","tenantId"],"additionalProperties":false},"DocPathsApiTerminalSchedulingSlotsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiTerminalSchedulingSlotsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiTerminalSchedulingSlotsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTerminalSchedulingSlotsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTerminalSchedulingSlotsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTerminalSchedulingSlotsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTerminalSchedulingSlotsPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTerminalSchedulingSlotsPostResponses409ContentApplicationJsonSchemaPropertiesConflictsItemsPropertiesId":{"type":"string"},"DocPathsApiTerminalSchedulingSlotsPostResponses409ContentApplicationJsonSchemaPropertiesConflictsItemsPropertiesStartTime":{"type":"string"},"DocPathsApiTerminalSchedulingSlotsPostResponses409ContentApplicationJsonSchemaPropertiesConflictsItemsPropertiesEndTime":{"type":"string"},"DocPathsApiTerminalSchedulingSlotsPostResponses409ContentApplicationJsonSchemaPropertiesConflictsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPostResponses409ContentApplicationJsonSchemaPropertiesConflictsItemsPropertiesId"},"startTime":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPostResponses409ContentApplicationJsonSchemaPropertiesConflictsItemsPropertiesStartTime"},"endTime":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPostResponses409ContentApplicationJsonSchemaPropertiesConflictsItemsPropertiesEndTime"}},"required":["id","startTime","endTime"],"additionalProperties":false},"DocPathsApiTerminalSchedulingSlotsPostResponses409ContentApplicationJsonSchemaPropertiesConflicts":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPostResponses409ContentApplicationJsonSchemaPropertiesConflictsItems"}},"DocPathsApiTerminalSchedulingSlotsPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPostResponses409ContentApplicationJsonSchemaPropertiesError"},"conflicts":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPostResponses409ContentApplicationJsonSchemaPropertiesConflicts"}},"required":["error","conflicts"],"additionalProperties":false},"DocPathsApiTerminalSchedulingSlotsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiTerminalSchedulingSlotsPutRequestBodyContentApplicationJsonSchemaPropertiesStationId":{"type":"string","format":"uuid"},"DocPathsApiTerminalSchedulingSlotsPutRequestBodyContentApplicationJsonSchemaPropertiesSlotType":{"type":"string","enum":["arrival","departure","shunting"]},"DocPathsApiTerminalSchedulingSlotsPutRequestBodyContentApplicationJsonSchemaPropertiesTrackNumber":{"type":"number"},"DocPathsApiTerminalSchedulingSlotsPutRequestBodyContentApplicationJsonSchemaPropertiesPlatform":{"type":"string","maxLength":50},"DocPathsApiTerminalSchedulingSlotsPutRequestBodyContentApplicationJsonSchemaPropertiesStartTime":{"type":"string","format":"date-time"},"DocPathsApiTerminalSchedulingSlotsPutRequestBodyContentApplicationJsonSchemaPropertiesEndTime":{"type":"string","format":"date-time"},"DocPathsApiTerminalSchedulingSlotsPutRequestBodyContentApplicationJsonSchemaPropertiesTrainPlanId":{"type":"string","format":"uuid"},"DocPathsApiTerminalSchedulingSlotsPutRequestBodyContentApplicationJsonSchemaPropertiesHarmonogramEntryId":{"type":"string","format":"uuid"},"DocPathsApiTerminalSchedulingSlotsPutRequestBodyContentApplicationJsonSchemaPropertiesCargoDescription":{"type":"string","maxLength":2000},"DocPathsApiTerminalSchedulingSlotsPutRequestBodyContentApplicationJsonSchemaPropertiesNotes":{"type":"string","maxLength":2000},"DocPathsApiTerminalSchedulingSlotsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiTerminalSchedulingSlotsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiTerminalSchedulingSlotsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"stationId":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPutRequestBodyContentApplicationJsonSchemaPropertiesStationId"},"slotType":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPutRequestBodyContentApplicationJsonSchemaPropertiesSlotType"},"trackNumber":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPutRequestBodyContentApplicationJsonSchemaPropertiesTrackNumber"},"platform":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPutRequestBodyContentApplicationJsonSchemaPropertiesPlatform"},"startTime":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPutRequestBodyContentApplicationJsonSchemaPropertiesStartTime"},"endTime":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPutRequestBodyContentApplicationJsonSchemaPropertiesEndTime"},"trainPlanId":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPutRequestBodyContentApplicationJsonSchemaPropertiesTrainPlanId"},"harmonogramEntryId":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPutRequestBodyContentApplicationJsonSchemaPropertiesHarmonogramEntryId"},"cargoDescription":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPutRequestBodyContentApplicationJsonSchemaPropertiesCargoDescription"},"notes":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPutRequestBodyContentApplicationJsonSchemaPropertiesNotes"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"}},"required":["id"],"additionalProperties":false},"DocPathsApiTerminalSchedulingSlotsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiTerminalSchedulingSlotsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiTerminalSchedulingSlotsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTerminalSchedulingSlotsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTerminalSchedulingSlotsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTerminalSchedulingSlotsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTerminalSchedulingSlotsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiTerminalSchedulingSlotsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiTerminalSchedulingSlotsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTerminalSchedulingSlotsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiTerminalSchedulingSlotsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiTerminalSchedulingSlotsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiTerminalSchedulingSlotsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAdapterType":{"type":"string","enum":["GBOX","TRIMBLE","MQTT_GENERIC","WEBHOOK_GENERIC","MANUAL"]},"DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPollingIntervalSeconds":{"type":"number"},"DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastPollAtAnyOf0":{"type":"null"},"DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastPollAtAnyOf1":{"type":"string"},"DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastPollAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastPollAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastPollAtAnyOf1"}]},"DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastErrorAnyOf0":{"type":"null"},"DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastErrorAnyOf1":{"type":"string"},"DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastError":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastErrorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastErrorAnyOf1"}]},"DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"adapterType":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAdapterType"},"name":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"pollingIntervalSeconds":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPollingIntervalSeconds"},"isActive":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"lastPollAt":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastPollAt"},"lastError":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastError"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","adapterType","name","pollingIntervalSeconds","isActive","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","totalPages"],"additionalProperties":false},"DocPathsApiRailTrackingAdaptersGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRailTrackingAdaptersGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRailTrackingAdaptersGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRailTrackingAdaptersGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRailTrackingAdaptersPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiRailTrackingAdaptersPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiRailTrackingAdaptersPostRequestBodyContentApplicationJsonSchemaPropertiesAdapterType":{"type":"string","enum":["GBOX","TRIMBLE","MQTT_GENERIC","WEBHOOK_GENERIC","MANUAL"]},"DocPathsApiRailTrackingAdaptersPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiRailTrackingAdaptersPostRequestBodyContentApplicationJsonSchemaPropertiesConfigAnyOf0":{"type":"null"},"DocPathsApiRailTrackingAdaptersPostRequestBodyContentApplicationJsonSchemaPropertiesConfigAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiRailTrackingAdaptersPostRequestBodyContentApplicationJsonSchemaPropertiesConfig":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersPostRequestBodyContentApplicationJsonSchemaPropertiesConfigAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersPostRequestBodyContentApplicationJsonSchemaPropertiesConfigAnyOf1"}]},"DocPathsApiRailTrackingAdaptersPostRequestBodyContentApplicationJsonSchemaPropertiesPollingIntervalSecondsAllOf0":{"type":"number"},"DocPathsApiRailTrackingAdaptersPostRequestBodyContentApplicationJsonSchemaPropertiesPollingIntervalSeconds":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersPostRequestBodyContentApplicationJsonSchemaPropertiesPollingIntervalSecondsAllOf0"}],"default":60},"DocPathsApiRailTrackingAdaptersPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiRailTrackingAdaptersPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"adapterType":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersPostRequestBodyContentApplicationJsonSchemaPropertiesAdapterType"},"name":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"config":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersPostRequestBodyContentApplicationJsonSchemaPropertiesConfig"},"pollingIntervalSeconds":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersPostRequestBodyContentApplicationJsonSchemaPropertiesPollingIntervalSeconds"},"isActive":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["organizationId","tenantId","adapterType","name"],"additionalProperties":false},"DocPathsApiRailTrackingAdaptersPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRailTrackingAdaptersPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiRailTrackingAdaptersPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRailTrackingAdaptersPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRailTrackingAdaptersPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRailTrackingAdaptersPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRailTrackingAdaptersPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRailTrackingAdaptersPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiRailTrackingAdaptersPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiRailTrackingAdaptersPutRequestBodyContentApplicationJsonSchemaPropertiesAdapterType":{"type":"string","enum":["GBOX","TRIMBLE","MQTT_GENERIC","WEBHOOK_GENERIC","MANUAL"]},"DocPathsApiRailTrackingAdaptersPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiRailTrackingAdaptersPutRequestBodyContentApplicationJsonSchemaPropertiesConfigAnyOf0":{"type":"null"},"DocPathsApiRailTrackingAdaptersPutRequestBodyContentApplicationJsonSchemaPropertiesConfigAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiRailTrackingAdaptersPutRequestBodyContentApplicationJsonSchemaPropertiesConfig":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersPutRequestBodyContentApplicationJsonSchemaPropertiesConfigAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersPutRequestBodyContentApplicationJsonSchemaPropertiesConfigAnyOf1"}]},"DocPathsApiRailTrackingAdaptersPutRequestBodyContentApplicationJsonSchemaPropertiesPollingIntervalSecondsAllOf0":{"type":"number"},"DocPathsApiRailTrackingAdaptersPutRequestBodyContentApplicationJsonSchemaPropertiesPollingIntervalSeconds":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersPutRequestBodyContentApplicationJsonSchemaPropertiesPollingIntervalSecondsAllOf0"}],"default":60},"DocPathsApiRailTrackingAdaptersPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiRailTrackingAdaptersPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"adapterType":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersPutRequestBodyContentApplicationJsonSchemaPropertiesAdapterType"},"name":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"config":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersPutRequestBodyContentApplicationJsonSchemaPropertiesConfig"},"pollingIntervalSeconds":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersPutRequestBodyContentApplicationJsonSchemaPropertiesPollingIntervalSeconds"},"isActive":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["id"],"additionalProperties":false},"DocPathsApiRailTrackingAdaptersPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiRailTrackingAdaptersPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiRailTrackingAdaptersPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRailTrackingAdaptersPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRailTrackingAdaptersPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRailTrackingAdaptersPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRailTrackingAdaptersDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiRailTrackingAdaptersDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiRailTrackingAdaptersDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRailTrackingAdaptersDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRailTrackingAdaptersDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRailTrackingAdaptersDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRailTrackingAdaptersDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRailTrackingEtaGetResponses200ContentApplicationJsonSchemaPropertiesLocomotiveId":{"type":"string","format":"uuid"},"DocPathsApiRailTrackingEtaGetResponses200ContentApplicationJsonSchemaPropertiesDestinationStationId":{"type":"string","format":"uuid"},"DocPathsApiRailTrackingEtaGetResponses200ContentApplicationJsonSchemaPropertiesCurrentPositionPropertiesLatitude":{"type":"number"},"DocPathsApiRailTrackingEtaGetResponses200ContentApplicationJsonSchemaPropertiesCurrentPositionPropertiesLongitude":{"type":"number"},"DocPathsApiRailTrackingEtaGetResponses200ContentApplicationJsonSchemaPropertiesCurrentPositionPropertiesSpeedKmhAnyOf0":{"type":"null"},"DocPathsApiRailTrackingEtaGetResponses200ContentApplicationJsonSchemaPropertiesCurrentPositionPropertiesSpeedKmhAnyOf1":{"type":"number"},"DocPathsApiRailTrackingEtaGetResponses200ContentApplicationJsonSchemaPropertiesCurrentPositionPropertiesSpeedKmh":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailTrackingEtaGetResponses200ContentApplicationJsonSchemaPropertiesCurrentPositionPropertiesSpeedKmhAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailTrackingEtaGetResponses200ContentApplicationJsonSchemaPropertiesCurrentPositionPropertiesSpeedKmhAnyOf1"}]},"DocPathsApiRailTrackingEtaGetResponses200ContentApplicationJsonSchemaPropertiesCurrentPositionPropertiesRecordedAt":{"type":"string"},"DocPathsApiRailTrackingEtaGetResponses200ContentApplicationJsonSchemaPropertiesCurrentPosition":{"type":"object","properties":{"latitude":{"$ref":"#/components/schemas/DocPathsApiRailTrackingEtaGetResponses200ContentApplicationJsonSchemaPropertiesCurrentPositionPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiRailTrackingEtaGetResponses200ContentApplicationJsonSchemaPropertiesCurrentPositionPropertiesLongitude"},"speedKmh":{"$ref":"#/components/schemas/DocPathsApiRailTrackingEtaGetResponses200ContentApplicationJsonSchemaPropertiesCurrentPositionPropertiesSpeedKmh"},"recordedAt":{"$ref":"#/components/schemas/DocPathsApiRailTrackingEtaGetResponses200ContentApplicationJsonSchemaPropertiesCurrentPositionPropertiesRecordedAt"}},"required":["latitude","longitude","speedKmh","recordedAt"],"additionalProperties":false},"DocPathsApiRailTrackingEtaGetResponses200ContentApplicationJsonSchemaPropertiesDistancePropertiesStraightLineKm":{"type":"number"},"DocPathsApiRailTrackingEtaGetResponses200ContentApplicationJsonSchemaPropertiesDistancePropertiesEstimatedRailKm":{"type":"number"},"DocPathsApiRailTrackingEtaGetResponses200ContentApplicationJsonSchemaPropertiesDistance":{"type":"object","properties":{"straightLineKm":{"$ref":"#/components/schemas/DocPathsApiRailTrackingEtaGetResponses200ContentApplicationJsonSchemaPropertiesDistancePropertiesStraightLineKm"},"estimatedRailKm":{"$ref":"#/components/schemas/DocPathsApiRailTrackingEtaGetResponses200ContentApplicationJsonSchemaPropertiesDistancePropertiesEstimatedRailKm"}},"required":["straightLineKm","estimatedRailKm"],"additionalProperties":false},"DocPathsApiRailTrackingEtaGetResponses200ContentApplicationJsonSchemaPropertiesEtaPropertiesEstimatedMinutes":{"type":"number"},"DocPathsApiRailTrackingEtaGetResponses200ContentApplicationJsonSchemaPropertiesEtaPropertiesEstimatedArrival":{"type":"string"},"DocPathsApiRailTrackingEtaGetResponses200ContentApplicationJsonSchemaPropertiesEtaPropertiesBasedOnSpeedKmh":{"type":"number"},"DocPathsApiRailTrackingEtaGetResponses200ContentApplicationJsonSchemaPropertiesEtaPropertiesConfidence":{"type":"string","enum":["measured","estimated"]},"DocPathsApiRailTrackingEtaGetResponses200ContentApplicationJsonSchemaPropertiesEta":{"type":"object","properties":{"estimatedMinutes":{"$ref":"#/components/schemas/DocPathsApiRailTrackingEtaGetResponses200ContentApplicationJsonSchemaPropertiesEtaPropertiesEstimatedMinutes"},"estimatedArrival":{"$ref":"#/components/schemas/DocPathsApiRailTrackingEtaGetResponses200ContentApplicationJsonSchemaPropertiesEtaPropertiesEstimatedArrival"},"basedOnSpeedKmh":{"$ref":"#/components/schemas/DocPathsApiRailTrackingEtaGetResponses200ContentApplicationJsonSchemaPropertiesEtaPropertiesBasedOnSpeedKmh"},"confidence":{"$ref":"#/components/schemas/DocPathsApiRailTrackingEtaGetResponses200ContentApplicationJsonSchemaPropertiesEtaPropertiesConfidence"}},"required":["estimatedMinutes","estimatedArrival","basedOnSpeedKmh","confidence"],"additionalProperties":false},"DocPathsApiRailTrackingEtaGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"locomotiveId":{"$ref":"#/components/schemas/DocPathsApiRailTrackingEtaGetResponses200ContentApplicationJsonSchemaPropertiesLocomotiveId"},"destinationStationId":{"$ref":"#/components/schemas/DocPathsApiRailTrackingEtaGetResponses200ContentApplicationJsonSchemaPropertiesDestinationStationId"},"currentPosition":{"$ref":"#/components/schemas/DocPathsApiRailTrackingEtaGetResponses200ContentApplicationJsonSchemaPropertiesCurrentPosition"},"distance":{"$ref":"#/components/schemas/DocPathsApiRailTrackingEtaGetResponses200ContentApplicationJsonSchemaPropertiesDistance"},"eta":{"$ref":"#/components/schemas/DocPathsApiRailTrackingEtaGetResponses200ContentApplicationJsonSchemaPropertiesEta"}},"required":["locomotiveId","destinationStationId","currentPosition","distance","eta"],"additionalProperties":false},"DocPathsApiRailTrackingEtaGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRailTrackingEtaGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRailTrackingEtaGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRailTrackingEtaGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRailTrackingEtaGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRailTrackingEtaGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAdapterId":{"type":"string","format":"uuid"},"DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocomotiveId":{"type":"string","format":"uuid"},"DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitude":{"type":"number"},"DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitude":{"type":"number"},"DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSpeedKmhAnyOf0":{"type":"null"},"DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSpeedKmhAnyOf1":{"type":"number"},"DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSpeedKmh":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSpeedKmhAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSpeedKmhAnyOf1"}]},"DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHeadingDegreesAnyOf0":{"type":"null"},"DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHeadingDegreesAnyOf1":{"type":"number"},"DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHeadingDegrees":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHeadingDegreesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHeadingDegreesAnyOf1"}]},"DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAltitudeMAnyOf0":{"type":"null"},"DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAltitudeMAnyOf1":{"type":"number"},"DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAltitudeM":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAltitudeMAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAltitudeMAnyOf1"}]},"DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccuracyMAnyOf0":{"type":"null"},"DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccuracyMAnyOf1":{"type":"number"},"DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccuracyM":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccuracyMAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccuracyMAnyOf1"}]},"DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNearestStationIdAnyOf0":{"type":"null"},"DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNearestStationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNearestStationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNearestStationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNearestStationIdAnyOf1"}]},"DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecordedAt":{"type":"string"},"DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReceivedAt":{"type":"string"},"DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"adapter_id":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAdapterId"},"locomotive_id":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocomotiveId"},"latitude":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitude"},"speed_kmh":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSpeedKmh"},"heading_degrees":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHeadingDegrees"},"altitude_m":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAltitudeM"},"accuracy_m":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccuracyM"},"nearest_station_id":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNearestStationId"},"recorded_at":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecordedAt"},"received_at":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReceivedAt"}},"required":["id","adapter_id","locomotive_id","latitude","longitude","speed_kmh","heading_degrees","altitude_m","accuracy_m","nearest_station_id","recorded_at","received_at"],"additionalProperties":false},"DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","totalPages"],"additionalProperties":false},"DocPathsApiRailTrackingPositionsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRailTrackingPositionsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRailTrackingPositionsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRailTrackingPositionsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesAdapterId":{"type":"string","format":"uuid"},"DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesLocomotiveId":{"type":"string","format":"uuid"},"DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesLatitude":{"type":"number"},"DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesLongitude":{"type":"number"},"DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesSpeedKmhAnyOf0":{"type":"null"},"DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesSpeedKmhAnyOf1":{"type":"number"},"DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesSpeedKmh":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesSpeedKmhAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesSpeedKmhAnyOf1"}]},"DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesHeadingDegreesAnyOf0":{"type":"null"},"DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesHeadingDegreesAnyOf1":{"type":"number"},"DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesHeadingDegrees":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesHeadingDegreesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesHeadingDegreesAnyOf1"}]},"DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesAltitudeMAnyOf0":{"type":"null"},"DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesAltitudeMAnyOf1":{"type":"number"},"DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesAltitudeM":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesAltitudeMAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesAltitudeMAnyOf1"}]},"DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesAccuracyMAnyOf0":{"type":"null"},"DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesAccuracyMAnyOf1":{"type":"number"},"DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesAccuracyM":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesAccuracyMAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesAccuracyMAnyOf1"}]},"DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf0":{"type":"null"},"DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadataAnyOf1"}]},"DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesRecordedAt":{"type":"string","format":"date-time"},"DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"adapterId":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesAdapterId"},"locomotiveId":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesLocomotiveId"},"latitude":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesLongitude"},"speedKmh":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesSpeedKmh"},"headingDegrees":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesHeadingDegrees"},"altitudeM":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesAltitudeM"},"accuracyM":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesAccuracyM"},"metadata":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesMetadata"},"recordedAt":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsPostRequestBodyContentApplicationJsonSchemaPropertiesRecordedAt"}},"required":["organizationId","tenantId","adapterId","locomotiveId","latitude","longitude","recordedAt"],"additionalProperties":false},"DocPathsApiRailTrackingPositionsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRailTrackingPositionsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiRailTrackingPositionsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRailTrackingPositionsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRailTrackingPositionsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRailTrackingPositionsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesLocomotiveId":{"type":"string","format":"uuid"},"DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesLatitude":{"type":"number"},"DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesLongitude":{"type":"number"},"DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesSpeedKmhAnyOf0":{"type":"null"},"DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesSpeedKmhAnyOf1":{"type":"number"},"DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesSpeedKmh":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesSpeedKmhAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesSpeedKmhAnyOf1"}]},"DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesHeadingDegreesAnyOf0":{"type":"null"},"DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesHeadingDegreesAnyOf1":{"type":"number"},"DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesHeadingDegrees":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesHeadingDegreesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesHeadingDegreesAnyOf1"}]},"DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesAltitudeMAnyOf0":{"type":"null"},"DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesAltitudeMAnyOf1":{"type":"number"},"DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesAltitudeM":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesAltitudeMAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesAltitudeMAnyOf1"}]},"DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesAccuracyMAnyOf0":{"type":"null"},"DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesAccuracyMAnyOf1":{"type":"number"},"DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesAccuracyM":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesAccuracyMAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesAccuracyMAnyOf1"}]},"DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesNearestStationIdAnyOf0":{"type":"null"},"DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesNearestStationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesNearestStationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesNearestStationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesNearestStationIdAnyOf1"}]},"DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesRecordedAt":{"type":"string"},"DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesId"},"latitude":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesLongitude"},"speedKmh":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesSpeedKmh"},"headingDegrees":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesHeadingDegrees"},"altitudeM":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesAltitudeM"},"accuracyM":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesAccuracyM"},"nearestStationId":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesNearestStationId"},"recordedAt":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItemsPropertiesRecordedAt"}},"required":["id","latitude","longitude","speedKmh","headingDegrees","altitudeM","accuracyM","nearestStationId","recordedAt"],"additionalProperties":false},"DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrail":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrailItems"}},"DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesCount":{"type":"number"},"DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"locomotiveId":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesLocomotiveId"},"trail":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesTrail"},"count":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsTrailGetResponses200ContentApplicationJsonSchemaPropertiesCount"}},"required":["locomotiveId","trail","count"],"additionalProperties":false},"DocPathsApiRailTrackingPositionsTrailGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRailTrackingPositionsTrailGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsTrailGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRailTrackingPositionsTrailGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRailTrackingPositionsTrailGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRailTrackingPositionsTrailGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoId":{"type":"string","format":"uuid"},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRailCargoType":{"type":"string","enum":["CONTAINER","INTERMODAL","BULK","GENERAL"]},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsoContainerSizeAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsoContainerSizeAnyOf1":{"type":"string"},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsoContainerSize":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsoContainerSizeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsoContainerSizeAnyOf1"}]},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsoContainerTypeCodeAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsoContainerTypeCodeAnyOf1":{"type":"string"},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsoContainerTypeCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsoContainerTypeCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsoContainerTypeCodeAnyOf1"}]},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntermodalUnitTypeAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntermodalUnitTypeAnyOf1":{"type":"string"},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntermodalUnitType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntermodalUnitTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntermodalUnitTypeAnyOf1"}]},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntermodalSsccAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntermodalSsccAnyOf1":{"type":"string"},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntermodalSscc":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntermodalSsccAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntermodalSsccAnyOf1"}]},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntermodalBookingRefAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntermodalBookingRefAnyOf1":{"type":"string"},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntermodalBookingRef":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntermodalBookingRefAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntermodalBookingRefAnyOf1"}]},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBulkMaterialCodeAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBulkMaterialCodeAnyOf1":{"type":"string"},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBulkMaterialCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBulkMaterialCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBulkMaterialCodeAnyOf1"}]},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBulkLoadingMethodAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBulkLoadingMethodAnyOf1":{"type":"string"},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBulkLoadingMethod":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBulkLoadingMethodAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBulkLoadingMethodAnyOf1"}]},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBulkMoisturePercentAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBulkMoisturePercentAnyOf1":{"type":"number"},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBulkMoisturePercent":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBulkMoisturePercentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBulkMoisturePercentAnyOf1"}]},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBulkSpecificGravityAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBulkSpecificGravityAnyOf1":{"type":"number"},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBulkSpecificGravity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBulkSpecificGravityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBulkSpecificGravityAnyOf1"}]},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWagonIdAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWagonIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWagonId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWagonIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWagonIdAnyOf1"}]},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWagonEvnAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWagonEvnAnyOf1":{"type":"string"},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWagonEvn":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWagonEvnAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWagonEvnAnyOf1"}]},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLoadingGaugeAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLoadingGaugeAnyOf1":{"type":"string"},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLoadingGauge":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLoadingGaugeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLoadingGaugeAnyOf1"}]},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxAxleLoadTonnesAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxAxleLoadTonnesAnyOf1":{"type":"number"},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxAxleLoadTonnes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxAxleLoadTonnesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxAxleLoadTonnesAnyOf1"}]},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"cargoId":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCargoId"},"railCargoType":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRailCargoType"},"isoContainerSize":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsoContainerSize"},"isoContainerTypeCode":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsoContainerTypeCode"},"intermodalUnitType":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntermodalUnitType"},"intermodalSscc":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntermodalSscc"},"intermodalBookingRef":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntermodalBookingRef"},"bulkMaterialCode":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBulkMaterialCode"},"bulkLoadingMethod":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBulkLoadingMethod"},"bulkMoisturePercent":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBulkMoisturePercent"},"bulkSpecificGravity":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBulkSpecificGravity"},"wagonId":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWagonId"},"wagonEvn":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWagonEvn"},"loadingGauge":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLoadingGauge"},"maxAxleLoadTonnes":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxAxleLoadTonnes"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","cargoId","railCargoType","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","totalPages"],"additionalProperties":false},"DocPathsApiCimCargoExtensionsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCimCargoExtensionsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCimCargoExtensionsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCimCargoExtensionsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesCargoId":{"type":"string","format":"uuid"},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesRailCargoType":{"type":"string","enum":["CONTAINER","INTERMODAL","BULK","GENERAL"]},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesIsoContainerSizeAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesIsoContainerSizeAnyOf1":{"type":"string","enum":["ISO_20","ISO_40","ISO_40HC","ISO_45"]},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesIsoContainerSize":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesIsoContainerSizeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesIsoContainerSizeAnyOf1"}]},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesIsoContainerTypeCodeAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesIsoContainerTypeCodeAnyOf1":{"type":"string","maxLength":4},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesIsoContainerTypeCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesIsoContainerTypeCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesIsoContainerTypeCodeAnyOf1"}]},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesIntermodalUnitTypeAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesIntermodalUnitTypeAnyOf1":{"type":"string","maxLength":50},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesIntermodalUnitType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesIntermodalUnitTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesIntermodalUnitTypeAnyOf1"}]},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesIntermodalSsccAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesIntermodalSsccAnyOf1":{"type":"string","maxLength":18},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesIntermodalSscc":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesIntermodalSsccAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesIntermodalSsccAnyOf1"}]},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesIntermodalBookingRefAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesIntermodalBookingRefAnyOf1":{"type":"string","maxLength":100},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesIntermodalBookingRef":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesIntermodalBookingRefAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesIntermodalBookingRefAnyOf1"}]},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesBulkMaterialCodeAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesBulkMaterialCodeAnyOf1":{"type":"string","maxLength":20},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesBulkMaterialCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesBulkMaterialCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesBulkMaterialCodeAnyOf1"}]},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesBulkLoadingMethodAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesBulkLoadingMethodAnyOf1":{"type":"string","maxLength":50},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesBulkLoadingMethod":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesBulkLoadingMethodAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesBulkLoadingMethodAnyOf1"}]},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesBulkMoisturePercentAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesBulkMoisturePercentAnyOf1":{"type":"number"},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesBulkMoisturePercent":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesBulkMoisturePercentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesBulkMoisturePercentAnyOf1"}]},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesBulkSpecificGravityAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesBulkSpecificGravityAnyOf1":{"type":"number"},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesBulkSpecificGravity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesBulkSpecificGravityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesBulkSpecificGravityAnyOf1"}]},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonIdAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonIdAnyOf1"}]},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonEvnAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonEvnAnyOf1":{"type":"string","maxLength":12},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonEvn":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonEvnAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonEvnAnyOf1"}]},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesLoadingGaugeAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesLoadingGaugeAnyOf1":{"type":"string","maxLength":10},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesLoadingGauge":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesLoadingGaugeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesLoadingGaugeAnyOf1"}]},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesMaxAxleLoadTonnesAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesMaxAxleLoadTonnesAnyOf1":{"type":"number"},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesMaxAxleLoadTonnes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesMaxAxleLoadTonnesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesMaxAxleLoadTonnesAnyOf1"}]},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"cargoId":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesCargoId"},"railCargoType":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesRailCargoType"},"isoContainerSize":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesIsoContainerSize"},"isoContainerTypeCode":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesIsoContainerTypeCode"},"intermodalUnitType":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesIntermodalUnitType"},"intermodalSscc":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesIntermodalSscc"},"intermodalBookingRef":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesIntermodalBookingRef"},"bulkMaterialCode":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesBulkMaterialCode"},"bulkLoadingMethod":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesBulkLoadingMethod"},"bulkMoisturePercent":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesBulkMoisturePercent"},"bulkSpecificGravity":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesBulkSpecificGravity"},"wagonId":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonId"},"wagonEvn":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonEvn"},"loadingGauge":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesLoadingGauge"},"maxAxleLoadTonnes":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesMaxAxleLoadTonnes"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"}},"required":["cargoId","organizationId","tenantId"],"additionalProperties":false},"DocPathsApiCimCargoExtensionsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCimCargoExtensionsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCimCargoExtensionsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCimCargoExtensionsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCimCargoExtensionsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCimCargoExtensionsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesCargoId":{"type":"string","format":"uuid"},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesRailCargoType":{"type":"string","enum":["CONTAINER","INTERMODAL","BULK","GENERAL"]},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesIsoContainerSizeAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesIsoContainerSizeAnyOf1":{"type":"string","enum":["ISO_20","ISO_40","ISO_40HC","ISO_45"]},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesIsoContainerSize":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesIsoContainerSizeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesIsoContainerSizeAnyOf1"}]},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesIsoContainerTypeCodeAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesIsoContainerTypeCodeAnyOf1":{"type":"string","maxLength":4},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesIsoContainerTypeCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesIsoContainerTypeCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesIsoContainerTypeCodeAnyOf1"}]},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesIntermodalUnitTypeAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesIntermodalUnitTypeAnyOf1":{"type":"string","maxLength":50},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesIntermodalUnitType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesIntermodalUnitTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesIntermodalUnitTypeAnyOf1"}]},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesIntermodalSsccAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesIntermodalSsccAnyOf1":{"type":"string","maxLength":18},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesIntermodalSscc":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesIntermodalSsccAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesIntermodalSsccAnyOf1"}]},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesIntermodalBookingRefAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesIntermodalBookingRefAnyOf1":{"type":"string","maxLength":100},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesIntermodalBookingRef":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesIntermodalBookingRefAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesIntermodalBookingRefAnyOf1"}]},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesBulkMaterialCodeAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesBulkMaterialCodeAnyOf1":{"type":"string","maxLength":20},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesBulkMaterialCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesBulkMaterialCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesBulkMaterialCodeAnyOf1"}]},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesBulkLoadingMethodAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesBulkLoadingMethodAnyOf1":{"type":"string","maxLength":50},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesBulkLoadingMethod":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesBulkLoadingMethodAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesBulkLoadingMethodAnyOf1"}]},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesBulkMoisturePercentAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesBulkMoisturePercentAnyOf1":{"type":"number"},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesBulkMoisturePercent":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesBulkMoisturePercentAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesBulkMoisturePercentAnyOf1"}]},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesBulkSpecificGravityAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesBulkSpecificGravityAnyOf1":{"type":"number"},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesBulkSpecificGravity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesBulkSpecificGravityAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesBulkSpecificGravityAnyOf1"}]},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonIdAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonIdAnyOf1"}]},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonEvnAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonEvnAnyOf1":{"type":"string","maxLength":12},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonEvn":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonEvnAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonEvnAnyOf1"}]},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesLoadingGaugeAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesLoadingGaugeAnyOf1":{"type":"string","maxLength":10},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesLoadingGauge":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesLoadingGaugeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesLoadingGaugeAnyOf1"}]},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesMaxAxleLoadTonnesAnyOf0":{"type":"null"},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesMaxAxleLoadTonnesAnyOf1":{"type":"number"},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesMaxAxleLoadTonnes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesMaxAxleLoadTonnesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesMaxAxleLoadTonnesAnyOf1"}]},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"cargoId":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesCargoId"},"railCargoType":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesRailCargoType"},"isoContainerSize":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesIsoContainerSize"},"isoContainerTypeCode":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesIsoContainerTypeCode"},"intermodalUnitType":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesIntermodalUnitType"},"intermodalSscc":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesIntermodalSscc"},"intermodalBookingRef":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesIntermodalBookingRef"},"bulkMaterialCode":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesBulkMaterialCode"},"bulkLoadingMethod":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesBulkLoadingMethod"},"bulkMoisturePercent":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesBulkMoisturePercent"},"bulkSpecificGravity":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesBulkSpecificGravity"},"wagonId":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonId"},"wagonEvn":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonEvn"},"loadingGauge":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesLoadingGauge"},"maxAxleLoadTonnes":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesMaxAxleLoadTonnes"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCimCargoExtensionsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiCimCargoExtensionsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCimCargoExtensionsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCimCargoExtensionsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCimCargoExtensionsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCimCargoExtensionsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCimCargoExtensionsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiCimCargoExtensionsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCimCargoExtensionsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCimCargoExtensionsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCimCargoExtensionsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCimCargoExtensionsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCimCargoExtensionsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCimWaybillsDeliverPostRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCimWaybillsDeliverPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsDeliverPostRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCimWaybillsDeliverPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCimWaybillsDeliverPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsDeliverPostResponses200ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCimWaybillsDeliverPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCimWaybillsDeliverPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsDeliverPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCimWaybillsDeliverPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCimWaybillsDeliverPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsDeliverPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCimWaybillsDeliverPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCimWaybillsDeliverPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsDeliverPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCimWaybillsDeliverPostResponses422ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCimWaybillsDeliverPostResponses422ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiCimWaybillsDeliverPostResponses422ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsDeliverPostResponses422ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsDeliverPostResponses422ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":false},"DocPathsApiCimWaybillsIssuePostRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCimWaybillsIssuePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsIssuePostRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCimWaybillsIssuePostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCimWaybillsIssuePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsIssuePostResponses200ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCimWaybillsIssuePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCimWaybillsIssuePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsIssuePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCimWaybillsIssuePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCimWaybillsIssuePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsIssuePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCimWaybillsIssuePostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCimWaybillsIssuePostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsIssuePostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCimWaybillsIssuePostResponses422ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCimWaybillsIssuePostResponses422ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiCimWaybillsIssuePostResponses422ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsIssuePostResponses422ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsIssuePostResponses422ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":false},"DocPathsApiCimWaybillsPdfGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCimWaybillsPdfGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPdfGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCimWaybillsPdfGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCimWaybillsPdfGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPdfGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCimWaybillsPdfGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCimWaybillsPdfGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPdfGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCimWaybillsPdfGetResponses422ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCimWaybillsPdfGetResponses422ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPdfGetResponses422ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCimWaybillsPdfPostRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCimWaybillsPdfPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPdfPostRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCimWaybillsPdfPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCimWaybillsPdfPostResponses200ContentApplicationJsonSchemaPropertiesPdfUrlAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPdfPostResponses200ContentApplicationJsonSchemaPropertiesPdfUrlAnyOf1":{"type":"string"},"DocPathsApiCimWaybillsPdfPostResponses200ContentApplicationJsonSchemaPropertiesPdfUrl":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPdfPostResponses200ContentApplicationJsonSchemaPropertiesPdfUrlAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPdfPostResponses200ContentApplicationJsonSchemaPropertiesPdfUrlAnyOf1"}]},"DocPathsApiCimWaybillsPdfPostResponses200ContentApplicationJsonSchemaPropertiesQrCodeDataAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPdfPostResponses200ContentApplicationJsonSchemaPropertiesQrCodeDataAnyOf1":{"type":"string"},"DocPathsApiCimWaybillsPdfPostResponses200ContentApplicationJsonSchemaPropertiesQrCodeData":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPdfPostResponses200ContentApplicationJsonSchemaPropertiesQrCodeDataAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPdfPostResponses200ContentApplicationJsonSchemaPropertiesQrCodeDataAnyOf1"}]},"DocPathsApiCimWaybillsPdfPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPdfPostResponses200ContentApplicationJsonSchemaPropertiesId"},"pdfUrl":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPdfPostResponses200ContentApplicationJsonSchemaPropertiesPdfUrl"},"qrCodeData":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPdfPostResponses200ContentApplicationJsonSchemaPropertiesQrCodeData"}},"required":["id","pdfUrl","qrCodeData"],"additionalProperties":false},"DocPathsApiCimWaybillsPdfPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCimWaybillsPdfPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPdfPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCimWaybillsPdfPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCimWaybillsPdfPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPdfPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCimWaybillsPdfPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCimWaybillsPdfPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPdfPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCimWaybillsPdfPostResponses422ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCimWaybillsPdfPostResponses422ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsApiCimWaybillsPdfPostResponses422ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPdfPostResponses422ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPdfPostResponses422ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":false},"DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWaybillNumber":{"type":"string"},"DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWaybillType":{"type":"string","enum":["CIM","CIM_SMGS","ECIM"]},"DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string","enum":["DRAFT","ISSUED","SIGNED","IN_TRANSIT","DELIVERED","CANCELLED","AMENDED"]},"DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDocumentIdAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDocumentIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDocumentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDocumentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDocumentIdAnyOf1"}]},"DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrainPlanIdAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrainPlanIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrainPlanId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrainPlanIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrainPlanIdAnyOf1"}]},"DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConsignorName":{"type":"string"},"DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConsigneeName":{"type":"string"},"DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierName":{"type":"string"},"DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGoodsDescription":{"type":"string"},"DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrossWeightKg":{"type":"number"},"DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsDangerous":{"type":"boolean"},"DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssuedAtAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssuedAtAnyOf1":{"type":"string"},"DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssuedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssuedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssuedAtAnyOf1"}]},"DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeliveredAtAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeliveredAtAnyOf1":{"type":"string"},"DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeliveredAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeliveredAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeliveredAtAnyOf1"}]},"DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPdfUrlAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPdfUrlAnyOf1":{"type":"string"},"DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPdfUrl":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPdfUrlAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPdfUrlAnyOf1"}]},"DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"waybillNumber":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWaybillNumber"},"waybillType":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWaybillType"},"status":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"documentId":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDocumentId"},"trainPlanId":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrainPlanId"},"consignorName":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConsignorName"},"consigneeName":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConsigneeName"},"carrierName":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCarrierName"},"goodsDescription":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGoodsDescription"},"grossWeightKg":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrossWeightKg"},"isDangerous":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsDangerous"},"issuedAt":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIssuedAt"},"deliveredAt":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDeliveredAt"},"pdfUrl":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPdfUrl"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","waybillNumber","waybillType","status","consignorName","consigneeName","carrierName","goodsDescription","grossWeightKg","isDangerous","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","totalPages"],"additionalProperties":false},"DocPathsApiCimWaybillsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCimWaybillsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCimWaybillsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCimWaybillsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesWaybillNumber":{"type":"string","minLength":1,"maxLength":50},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesWaybillType":{"type":"string","enum":["CIM","CIM_SMGS","ECIM"]},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesDocumentIdAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesDocumentIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesDocumentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesDocumentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesDocumentIdAnyOf1"}]},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesTrainPlanIdAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesTrainPlanIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesTrainPlanId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesTrainPlanIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesTrainPlanIdAnyOf1"}]},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesConsignorName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesConsignorAddressAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesConsignorAddressAnyOf1PropertiesStreet":{"type":"string","maxLength":200},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesConsignorAddressAnyOf1PropertiesCity":{"type":"string","maxLength":100},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesConsignorAddressAnyOf1PropertiesPostalCode":{"type":"string","maxLength":20},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesConsignorAddressAnyOf1PropertiesCountry":{"type":"string","maxLength":3},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesConsignorAddressAnyOf1":{"type":"object","properties":{"street":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesConsignorAddressAnyOf1PropertiesStreet"},"city":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesConsignorAddressAnyOf1PropertiesCity"},"postalCode":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesConsignorAddressAnyOf1PropertiesPostalCode"},"country":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesConsignorAddressAnyOf1PropertiesCountry"}},"additionalProperties":false},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesConsignorAddress":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesConsignorAddressAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesConsignorAddressAnyOf1"}]},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesConsigneeName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesConsigneeAddressAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesConsigneeAddressAnyOf1PropertiesStreet":{"type":"string","maxLength":200},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesConsigneeAddressAnyOf1PropertiesCity":{"type":"string","maxLength":100},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesConsigneeAddressAnyOf1PropertiesPostalCode":{"type":"string","maxLength":20},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesConsigneeAddressAnyOf1PropertiesCountry":{"type":"string","maxLength":3},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesConsigneeAddressAnyOf1":{"type":"object","properties":{"street":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesConsigneeAddressAnyOf1PropertiesStreet"},"city":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesConsigneeAddressAnyOf1PropertiesCity"},"postalCode":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesConsigneeAddressAnyOf1PropertiesPostalCode"},"country":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesConsigneeAddressAnyOf1PropertiesCountry"}},"additionalProperties":false},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesConsigneeAddress":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesConsigneeAddressAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesConsigneeAddressAnyOf1"}]},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierAddressAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierAddressAnyOf1PropertiesStreet":{"type":"string","maxLength":200},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierAddressAnyOf1PropertiesCity":{"type":"string","maxLength":100},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierAddressAnyOf1PropertiesPostalCode":{"type":"string","maxLength":20},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierAddressAnyOf1PropertiesCountry":{"type":"string","maxLength":3},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierAddressAnyOf1":{"type":"object","properties":{"street":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierAddressAnyOf1PropertiesStreet"},"city":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierAddressAnyOf1PropertiesCity"},"postalCode":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierAddressAnyOf1PropertiesPostalCode"},"country":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierAddressAnyOf1PropertiesCountry"}},"additionalProperties":false},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierAddress":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierAddressAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierAddressAnyOf1"}]},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesSuccessiveCarrierIdsAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesSuccessiveCarrierIdsAnyOf1Items":{"type":"string","format":"uuid"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesSuccessiveCarrierIdsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesSuccessiveCarrierIdsAnyOf1Items"}},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesSuccessiveCarrierIds":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesSuccessiveCarrierIdsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesSuccessiveCarrierIdsAnyOf1"}]},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesForwardingAgentNameAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesForwardingAgentNameAnyOf1":{"type":"string","maxLength":200},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesForwardingAgentName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesForwardingAgentNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesForwardingAgentNameAnyOf1"}]},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesStationOfDepartureId":{"type":"string","format":"uuid"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesStationOfDestinationId":{"type":"string","format":"uuid"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesViaStationsAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesViaStationsAnyOf1ItemsPropertiesStationId":{"type":"string","format":"uuid"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesViaStationsAnyOf1ItemsPropertiesStationName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesViaStationsAnyOf1Items":{"type":"object","properties":{"stationId":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesViaStationsAnyOf1ItemsPropertiesStationId"},"stationName":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesViaStationsAnyOf1ItemsPropertiesStationName"}},"required":["stationId","stationName"],"additionalProperties":false},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesViaStationsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesViaStationsAnyOf1Items"}},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesViaStations":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesViaStationsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesViaStationsAnyOf1"}]},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesBorderCrossingStationsAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesBorderCrossingStationsAnyOf1ItemsPropertiesStationId":{"type":"string","format":"uuid"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesBorderCrossingStationsAnyOf1ItemsPropertiesCountryFrom":{"type":"string","minLength":2,"maxLength":3},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesBorderCrossingStationsAnyOf1ItemsPropertiesCountryTo":{"type":"string","minLength":2,"maxLength":3},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesBorderCrossingStationsAnyOf1Items":{"type":"object","properties":{"stationId":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesBorderCrossingStationsAnyOf1ItemsPropertiesStationId"},"countryFrom":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesBorderCrossingStationsAnyOf1ItemsPropertiesCountryFrom"},"countryTo":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesBorderCrossingStationsAnyOf1ItemsPropertiesCountryTo"}},"required":["stationId","countryFrom","countryTo"],"additionalProperties":false},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesBorderCrossingStationsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesBorderCrossingStationsAnyOf1Items"}},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesBorderCrossingStations":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesBorderCrossingStationsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesBorderCrossingStationsAnyOf1"}]},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesGoodsDescription":{"type":"string","minLength":1,"maxLength":2000},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesNhmCodeAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesNhmCodeAnyOf1":{"type":"string","maxLength":10},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesNhmCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesNhmCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesNhmCodeAnyOf1"}]},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesHsCodeAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesHsCodeAnyOf1":{"type":"string","maxLength":10},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesHsCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesHsCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesHsCodeAnyOf1"}]},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesGrossWeightKg":{"type":"number"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesNumberOfPackagesAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesNumberOfPackagesAnyOf1":{"type":"number"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesNumberOfPackages":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesNumberOfPackagesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesNumberOfPackagesAnyOf1"}]},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesPackageTypeAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesPackageTypeAnyOf1":{"type":"string","maxLength":50},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesPackageType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesPackageTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesPackageTypeAnyOf1"}]},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesMarksAndNumbersAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesMarksAndNumbersAnyOf1":{"type":"string","maxLength":500},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesMarksAndNumbers":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesMarksAndNumbersAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesMarksAndNumbersAnyOf1"}]},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonDetailsItemsPropertiesEvn":{"type":"string","minLength":1,"maxLength":12},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonDetailsItemsPropertiesWagonType":{"type":"string","minLength":1,"maxLength":50},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonDetailsItemsPropertiesTareKg":{"type":"number"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonDetailsItemsPropertiesLoadedWeightKg":{"type":"number"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonDetailsItemsPropertiesSealNumbersItems":{"type":"string"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonDetailsItemsPropertiesSealNumbers":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonDetailsItemsPropertiesSealNumbersItems"}},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonDetailsItems":{"type":"object","properties":{"evn":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonDetailsItemsPropertiesEvn"},"wagonType":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonDetailsItemsPropertiesWagonType"},"tareKg":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonDetailsItemsPropertiesTareKg"},"loadedWeightKg":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonDetailsItemsPropertiesLoadedWeightKg"},"sealNumbers":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonDetailsItemsPropertiesSealNumbers"}},"required":["evn","wagonType","tareKg","loadedWeightKg"],"additionalProperties":false},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonDetails":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonDetailsItems"}},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesIsDangerous":{"type":"boolean"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidClassAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidClassAnyOf1":{"type":"string","maxLength":10},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidClass":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidClassAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidClassAnyOf1"}]},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidUnNumberAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidUnNumberAnyOf1":{"type":"string","maxLength":10},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidUnNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidUnNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidUnNumberAnyOf1"}]},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidPackingGroupAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidPackingGroupAnyOf1":{"type":"string","enum":["I","II","III"]},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidPackingGroup":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidPackingGroupAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidPackingGroupAnyOf1"}]},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidProperShippingNameAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidProperShippingNameAnyOf1":{"type":"string","maxLength":500},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidProperShippingName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidProperShippingNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidProperShippingNameAnyOf1"}]},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidTransportCategoryAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidTransportCategoryAnyOf1":{"type":"string","maxLength":10},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidTransportCategory":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidTransportCategoryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidTransportCategoryAnyOf1"}]},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidSpecialProvisionsAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidSpecialProvisionsAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidSpecialProvisions":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidSpecialProvisionsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidSpecialProvisionsAnyOf1"}]},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidEmergencyCardAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidEmergencyCardAnyOf1":{"type":"string","maxLength":50},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidEmergencyCard":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidEmergencyCardAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidEmergencyCardAnyOf1"}]},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesFreightChargesAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesFreightChargesAnyOf1":{"type":"number"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesFreightCharges":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesFreightChargesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesFreightChargesAnyOf1"}]},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesFreightCurrency":{"type":"string"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesChargesPaidBy":{"type":"string","enum":["CONSIGNOR","CONSIGNEE","THIRD_PARTY"]},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesSupplementaryChargesAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesSupplementaryChargesAnyOf1ItemsPropertiesDescription":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesSupplementaryChargesAnyOf1ItemsPropertiesAmount":{"type":"number"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesSupplementaryChargesAnyOf1ItemsPropertiesCurrency":{"type":"string"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesSupplementaryChargesAnyOf1Items":{"type":"object","properties":{"description":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesSupplementaryChargesAnyOf1ItemsPropertiesDescription"},"amount":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesSupplementaryChargesAnyOf1ItemsPropertiesAmount"},"currency":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesSupplementaryChargesAnyOf1ItemsPropertiesCurrency"}},"required":["description","amount","currency"],"additionalProperties":false},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesSupplementaryChargesAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesSupplementaryChargesAnyOf1Items"}},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesSupplementaryCharges":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesSupplementaryChargesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesSupplementaryChargesAnyOf1"}]},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRemarksAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRemarksAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRemarks":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRemarksAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRemarksAnyOf1"}]},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomsDeclarationsAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomsDeclarationsAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomsDeclarations":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomsDeclarationsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomsDeclarationsAnyOf1"}]},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"waybillNumber":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesWaybillNumber"},"waybillType":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesWaybillType"},"documentId":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesDocumentId"},"trainPlanId":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesTrainPlanId"},"consignorName":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesConsignorName"},"consignorAddress":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesConsignorAddress"},"consigneeName":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesConsigneeName"},"consigneeAddress":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesConsigneeAddress"},"carrierName":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierName"},"carrierAddress":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesCarrierAddress"},"successiveCarrierIds":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesSuccessiveCarrierIds"},"forwardingAgentName":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesForwardingAgentName"},"stationOfDepartureId":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesStationOfDepartureId"},"stationOfDestinationId":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesStationOfDestinationId"},"viaStations":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesViaStations"},"borderCrossingStations":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesBorderCrossingStations"},"goodsDescription":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesGoodsDescription"},"nhmCode":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesNhmCode"},"hsCode":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesHsCode"},"grossWeightKg":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesGrossWeightKg"},"numberOfPackages":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesNumberOfPackages"},"packageType":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesPackageType"},"marksAndNumbers":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesMarksAndNumbers"},"wagonDetails":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonDetails"},"isDangerous":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesIsDangerous"},"ridClass":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidClass"},"ridUnNumber":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidUnNumber"},"ridPackingGroup":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidPackingGroup"},"ridProperShippingName":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidProperShippingName"},"ridTransportCategory":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidTransportCategory"},"ridSpecialProvisions":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidSpecialProvisions"},"ridEmergencyCard":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRidEmergencyCard"},"freightCharges":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesFreightCharges"},"freightCurrency":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesFreightCurrency"},"chargesPaidBy":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesChargesPaidBy"},"supplementaryCharges":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesSupplementaryCharges"},"remarks":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesRemarks"},"customsDeclarations":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomsDeclarations"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"}},"required":["waybillNumber","consignorName","consigneeName","carrierName","stationOfDepartureId","stationOfDestinationId","goodsDescription","grossWeightKg","organizationId","tenantId"],"additionalProperties":false},"DocPathsApiCimWaybillsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCimWaybillsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCimWaybillsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCimWaybillsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCimWaybillsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCimWaybillsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesWaybillNumber":{"type":"string","minLength":1,"maxLength":50},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesWaybillType":{"type":"string","enum":["CIM","CIM_SMGS","ECIM"]},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesDocumentIdAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesDocumentIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesDocumentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesDocumentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesDocumentIdAnyOf1"}]},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesTrainPlanIdAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesTrainPlanIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesTrainPlanId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesTrainPlanIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesTrainPlanIdAnyOf1"}]},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesConsignorName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesConsignorAddressAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesConsignorAddressAnyOf1PropertiesStreet":{"type":"string","maxLength":200},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesConsignorAddressAnyOf1PropertiesCity":{"type":"string","maxLength":100},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesConsignorAddressAnyOf1PropertiesPostalCode":{"type":"string","maxLength":20},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesConsignorAddressAnyOf1PropertiesCountry":{"type":"string","maxLength":3},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesConsignorAddressAnyOf1":{"type":"object","properties":{"street":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesConsignorAddressAnyOf1PropertiesStreet"},"city":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesConsignorAddressAnyOf1PropertiesCity"},"postalCode":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesConsignorAddressAnyOf1PropertiesPostalCode"},"country":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesConsignorAddressAnyOf1PropertiesCountry"}},"additionalProperties":false},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesConsignorAddress":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesConsignorAddressAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesConsignorAddressAnyOf1"}]},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesConsigneeName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesConsigneeAddressAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesConsigneeAddressAnyOf1PropertiesStreet":{"type":"string","maxLength":200},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesConsigneeAddressAnyOf1PropertiesCity":{"type":"string","maxLength":100},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesConsigneeAddressAnyOf1PropertiesPostalCode":{"type":"string","maxLength":20},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesConsigneeAddressAnyOf1PropertiesCountry":{"type":"string","maxLength":3},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesConsigneeAddressAnyOf1":{"type":"object","properties":{"street":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesConsigneeAddressAnyOf1PropertiesStreet"},"city":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesConsigneeAddressAnyOf1PropertiesCity"},"postalCode":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesConsigneeAddressAnyOf1PropertiesPostalCode"},"country":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesConsigneeAddressAnyOf1PropertiesCountry"}},"additionalProperties":false},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesConsigneeAddress":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesConsigneeAddressAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesConsigneeAddressAnyOf1"}]},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesCarrierName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesCarrierAddressAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesCarrierAddressAnyOf1PropertiesStreet":{"type":"string","maxLength":200},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesCarrierAddressAnyOf1PropertiesCity":{"type":"string","maxLength":100},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesCarrierAddressAnyOf1PropertiesPostalCode":{"type":"string","maxLength":20},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesCarrierAddressAnyOf1PropertiesCountry":{"type":"string","maxLength":3},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesCarrierAddressAnyOf1":{"type":"object","properties":{"street":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesCarrierAddressAnyOf1PropertiesStreet"},"city":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesCarrierAddressAnyOf1PropertiesCity"},"postalCode":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesCarrierAddressAnyOf1PropertiesPostalCode"},"country":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesCarrierAddressAnyOf1PropertiesCountry"}},"additionalProperties":false},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesCarrierAddress":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesCarrierAddressAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesCarrierAddressAnyOf1"}]},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesSuccessiveCarrierIdsAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesSuccessiveCarrierIdsAnyOf1Items":{"type":"string","format":"uuid"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesSuccessiveCarrierIdsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesSuccessiveCarrierIdsAnyOf1Items"}},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesSuccessiveCarrierIds":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesSuccessiveCarrierIdsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesSuccessiveCarrierIdsAnyOf1"}]},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesForwardingAgentNameAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesForwardingAgentNameAnyOf1":{"type":"string","maxLength":200},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesForwardingAgentName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesForwardingAgentNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesForwardingAgentNameAnyOf1"}]},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesStationOfDepartureId":{"type":"string","format":"uuid"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesStationOfDestinationId":{"type":"string","format":"uuid"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesViaStationsAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesViaStationsAnyOf1ItemsPropertiesStationId":{"type":"string","format":"uuid"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesViaStationsAnyOf1ItemsPropertiesStationName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesViaStationsAnyOf1Items":{"type":"object","properties":{"stationId":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesViaStationsAnyOf1ItemsPropertiesStationId"},"stationName":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesViaStationsAnyOf1ItemsPropertiesStationName"}},"required":["stationId","stationName"],"additionalProperties":false},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesViaStationsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesViaStationsAnyOf1Items"}},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesViaStations":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesViaStationsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesViaStationsAnyOf1"}]},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesBorderCrossingStationsAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesBorderCrossingStationsAnyOf1ItemsPropertiesStationId":{"type":"string","format":"uuid"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesBorderCrossingStationsAnyOf1ItemsPropertiesCountryFrom":{"type":"string","minLength":2,"maxLength":3},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesBorderCrossingStationsAnyOf1ItemsPropertiesCountryTo":{"type":"string","minLength":2,"maxLength":3},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesBorderCrossingStationsAnyOf1Items":{"type":"object","properties":{"stationId":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesBorderCrossingStationsAnyOf1ItemsPropertiesStationId"},"countryFrom":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesBorderCrossingStationsAnyOf1ItemsPropertiesCountryFrom"},"countryTo":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesBorderCrossingStationsAnyOf1ItemsPropertiesCountryTo"}},"required":["stationId","countryFrom","countryTo"],"additionalProperties":false},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesBorderCrossingStationsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesBorderCrossingStationsAnyOf1Items"}},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesBorderCrossingStations":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesBorderCrossingStationsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesBorderCrossingStationsAnyOf1"}]},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesGoodsDescription":{"type":"string","minLength":1,"maxLength":2000},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesNhmCodeAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesNhmCodeAnyOf1":{"type":"string","maxLength":10},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesNhmCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesNhmCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesNhmCodeAnyOf1"}]},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesHsCodeAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesHsCodeAnyOf1":{"type":"string","maxLength":10},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesHsCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesHsCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesHsCodeAnyOf1"}]},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesGrossWeightKg":{"type":"number"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesNumberOfPackagesAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesNumberOfPackagesAnyOf1":{"type":"number"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesNumberOfPackages":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesNumberOfPackagesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesNumberOfPackagesAnyOf1"}]},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesPackageTypeAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesPackageTypeAnyOf1":{"type":"string","maxLength":50},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesPackageType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesPackageTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesPackageTypeAnyOf1"}]},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesMarksAndNumbersAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesMarksAndNumbersAnyOf1":{"type":"string","maxLength":500},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesMarksAndNumbers":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesMarksAndNumbersAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesMarksAndNumbersAnyOf1"}]},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonDetailsItemsPropertiesEvn":{"type":"string","minLength":1,"maxLength":12},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonDetailsItemsPropertiesWagonType":{"type":"string","minLength":1,"maxLength":50},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonDetailsItemsPropertiesTareKg":{"type":"number"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonDetailsItemsPropertiesLoadedWeightKg":{"type":"number"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonDetailsItemsPropertiesSealNumbersItems":{"type":"string"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonDetailsItemsPropertiesSealNumbers":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonDetailsItemsPropertiesSealNumbersItems"}},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonDetailsItems":{"type":"object","properties":{"evn":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonDetailsItemsPropertiesEvn"},"wagonType":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonDetailsItemsPropertiesWagonType"},"tareKg":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonDetailsItemsPropertiesTareKg"},"loadedWeightKg":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonDetailsItemsPropertiesLoadedWeightKg"},"sealNumbers":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonDetailsItemsPropertiesSealNumbers"}},"required":["evn","wagonType","tareKg","loadedWeightKg"],"additionalProperties":false},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonDetails":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonDetailsItems"}},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesIsDangerous":{"type":"boolean"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidClassAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidClassAnyOf1":{"type":"string","maxLength":10},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidClass":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidClassAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidClassAnyOf1"}]},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidUnNumberAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidUnNumberAnyOf1":{"type":"string","maxLength":10},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidUnNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidUnNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidUnNumberAnyOf1"}]},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidPackingGroupAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidPackingGroupAnyOf1":{"type":"string","enum":["I","II","III"]},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidPackingGroup":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidPackingGroupAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidPackingGroupAnyOf1"}]},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidProperShippingNameAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidProperShippingNameAnyOf1":{"type":"string","maxLength":500},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidProperShippingName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidProperShippingNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidProperShippingNameAnyOf1"}]},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidTransportCategoryAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidTransportCategoryAnyOf1":{"type":"string","maxLength":10},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidTransportCategory":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidTransportCategoryAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidTransportCategoryAnyOf1"}]},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidSpecialProvisionsAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidSpecialProvisionsAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidSpecialProvisions":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidSpecialProvisionsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidSpecialProvisionsAnyOf1"}]},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidEmergencyCardAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidEmergencyCardAnyOf1":{"type":"string","maxLength":50},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidEmergencyCard":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidEmergencyCardAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidEmergencyCardAnyOf1"}]},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesFreightChargesAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesFreightChargesAnyOf1":{"type":"number"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesFreightCharges":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesFreightChargesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesFreightChargesAnyOf1"}]},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesFreightCurrency":{"type":"string"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesChargesPaidBy":{"type":"string","enum":["CONSIGNOR","CONSIGNEE","THIRD_PARTY"]},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesSupplementaryChargesAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesSupplementaryChargesAnyOf1ItemsPropertiesDescription":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesSupplementaryChargesAnyOf1ItemsPropertiesAmount":{"type":"number"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesSupplementaryChargesAnyOf1ItemsPropertiesCurrency":{"type":"string"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesSupplementaryChargesAnyOf1Items":{"type":"object","properties":{"description":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesSupplementaryChargesAnyOf1ItemsPropertiesDescription"},"amount":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesSupplementaryChargesAnyOf1ItemsPropertiesAmount"},"currency":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesSupplementaryChargesAnyOf1ItemsPropertiesCurrency"}},"required":["description","amount","currency"],"additionalProperties":false},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesSupplementaryChargesAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesSupplementaryChargesAnyOf1Items"}},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesSupplementaryCharges":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesSupplementaryChargesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesSupplementaryChargesAnyOf1"}]},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRemarksAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRemarksAnyOf1":{"type":"string","maxLength":2000},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRemarks":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRemarksAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRemarksAnyOf1"}]},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomsDeclarationsAnyOf0":{"type":"null"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomsDeclarationsAnyOf1":{"type":"object","additionalProperties":true},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomsDeclarations":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomsDeclarationsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomsDeclarationsAnyOf1"}]},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"waybillNumber":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesWaybillNumber"},"waybillType":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesWaybillType"},"documentId":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesDocumentId"},"trainPlanId":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesTrainPlanId"},"consignorName":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesConsignorName"},"consignorAddress":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesConsignorAddress"},"consigneeName":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesConsigneeName"},"consigneeAddress":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesConsigneeAddress"},"carrierName":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesCarrierName"},"carrierAddress":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesCarrierAddress"},"successiveCarrierIds":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesSuccessiveCarrierIds"},"forwardingAgentName":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesForwardingAgentName"},"stationOfDepartureId":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesStationOfDepartureId"},"stationOfDestinationId":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesStationOfDestinationId"},"viaStations":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesViaStations"},"borderCrossingStations":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesBorderCrossingStations"},"goodsDescription":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesGoodsDescription"},"nhmCode":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesNhmCode"},"hsCode":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesHsCode"},"grossWeightKg":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesGrossWeightKg"},"numberOfPackages":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesNumberOfPackages"},"packageType":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesPackageType"},"marksAndNumbers":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesMarksAndNumbers"},"wagonDetails":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonDetails"},"isDangerous":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesIsDangerous"},"ridClass":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidClass"},"ridUnNumber":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidUnNumber"},"ridPackingGroup":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidPackingGroup"},"ridProperShippingName":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidProperShippingName"},"ridTransportCategory":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidTransportCategory"},"ridSpecialProvisions":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidSpecialProvisions"},"ridEmergencyCard":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRidEmergencyCard"},"freightCharges":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesFreightCharges"},"freightCurrency":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesFreightCurrency"},"chargesPaidBy":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesChargesPaidBy"},"supplementaryCharges":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesSupplementaryCharges"},"remarks":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesRemarks"},"customsDeclarations":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomsDeclarations"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"}},"required":["id"],"additionalProperties":false},"DocPathsApiCimWaybillsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiCimWaybillsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCimWaybillsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCimWaybillsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCimWaybillsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCimWaybillsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCimWaybillsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiCimWaybillsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiCimWaybillsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCimWaybillsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiCimWaybillsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiCimWaybillsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiCimWaybillsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiShuntingShuntingRequestsCompletePostRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiShuntingShuntingRequestsCompletePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsCompletePostRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiShuntingShuntingRequestsCompletePostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiShuntingShuntingRequestsCompletePostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsApiShuntingShuntingRequestsCompletePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsCompletePostResponses200ContentApplicationJsonSchemaPropertiesId"},"status":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsCompletePostResponses200ContentApplicationJsonSchemaPropertiesStatus"}},"required":["id","status"],"additionalProperties":false},"DocPathsApiShuntingShuntingRequestsCompletePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiShuntingShuntingRequestsCompletePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsCompletePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiShuntingShuntingRequestsCompletePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiShuntingShuntingRequestsCompletePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsCompletePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiShuntingShuntingRequestsCompletePostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiShuntingShuntingRequestsCompletePostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsCompletePostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiShuntingShuntingRequestsCompletePostResponses422ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiShuntingShuntingRequestsCompletePostResponses422ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsCompletePostResponses422ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStationId":{"type":"string","format":"uuid"},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlotId":{"type":"string","format":"uuid"},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string","enum":["pending","accepted","in_progress","completed","cancelled"]},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderIdAnyOf0":{"type":"null"},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderIdAnyOf1"}]},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequestType":{"type":"string"},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFromTrackAnyOf0":{"type":"null"},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFromTrackAnyOf1":{"type":"number"},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFromTrack":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFromTrackAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFromTrackAnyOf1"}]},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesToTrackAnyOf0":{"type":"null"},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesToTrackAnyOf1":{"type":"number"},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesToTrack":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesToTrackAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesToTrackAnyOf1"}]},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrainPlanIdAnyOf0":{"type":"null"},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrainPlanIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrainPlanId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrainPlanIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrainPlanIdAnyOf1"}]},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWagonsAnyOf0":{"type":"null"},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWagonsAnyOf1ItemsPropertiesWagonId":{"type":"string","format":"uuid"},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWagonsAnyOf1ItemsPropertiesEvn":{"type":"string"},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWagonsAnyOf1ItemsPropertiesPosition":{"type":"number"},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWagonsAnyOf1Items":{"type":"object","properties":{"wagonId":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWagonsAnyOf1ItemsPropertiesWagonId"},"evn":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWagonsAnyOf1ItemsPropertiesEvn"},"position":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWagonsAnyOf1ItemsPropertiesPosition"}},"required":["wagonId","evn"],"additionalProperties":false},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWagonsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWagonsAnyOf1Items"}},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWagons":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWagonsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWagonsAnyOf1"}]},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScheduledAtAnyOf0":{"type":"null"},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScheduledAtAnyOf1":{"type":"string"},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScheduledAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScheduledAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScheduledAtAnyOf1"}]},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartedAtAnyOf0":{"type":"null"},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartedAtAnyOf1":{"type":"string"},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartedAtAnyOf1"}]},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompletedAtAnyOf0":{"type":"null"},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompletedAtAnyOf1":{"type":"string"},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompletedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompletedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompletedAtAnyOf1"}]},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf0":{"type":"null"},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf1":{"type":"string"},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf1"}]},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"stationId":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStationId"},"slotId":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlotId"},"status":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"providerId":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderId"},"requestType":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequestType"},"fromTrack":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFromTrack"},"toTrack":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesToTrack"},"trainPlanId":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTrainPlanId"},"wagons":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWagons"},"scheduledAt":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScheduledAt"},"startedAt":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartedAt"},"completedAt":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompletedAt"},"notes":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotes"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","stationId","slotId","status","requestType","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","totalPages"],"additionalProperties":false},"DocPathsApiShuntingShuntingRequestsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiShuntingShuntingRequestsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiShuntingShuntingRequestsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiShuntingShuntingRequestsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiShuntingShuntingRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesStationId":{"type":"string","format":"uuid"},"DocPathsApiShuntingShuntingRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesSlotId":{"type":"string","format":"uuid"},"DocPathsApiShuntingShuntingRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesProviderId":{"type":"string","format":"uuid"},"DocPathsApiShuntingShuntingRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesRequestType":{"type":"string","minLength":1,"maxLength":50},"DocPathsApiShuntingShuntingRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesFromTrack":{"type":"number"},"DocPathsApiShuntingShuntingRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesToTrack":{"type":"number"},"DocPathsApiShuntingShuntingRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesTrainPlanId":{"type":"string","format":"uuid"},"DocPathsApiShuntingShuntingRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonsItemsPropertiesWagonId":{"type":"string","format":"uuid"},"DocPathsApiShuntingShuntingRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonsItemsPropertiesEvn":{"type":"string","minLength":1,"maxLength":12},"DocPathsApiShuntingShuntingRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonsItemsPropertiesPosition":{"type":"number"},"DocPathsApiShuntingShuntingRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonsItems":{"type":"object","properties":{"wagonId":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonsItemsPropertiesWagonId"},"evn":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonsItemsPropertiesEvn"},"position":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonsItemsPropertiesPosition"}},"required":["wagonId","evn"],"additionalProperties":false},"DocPathsApiShuntingShuntingRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesWagons":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonsItems"}},"DocPathsApiShuntingShuntingRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesScheduledAt":{"type":"string","format":"date-time"},"DocPathsApiShuntingShuntingRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesNotes":{"type":"string","maxLength":2000},"DocPathsApiShuntingShuntingRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiShuntingShuntingRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiShuntingShuntingRequestsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"stationId":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesStationId"},"slotId":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesSlotId"},"providerId":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesProviderId"},"requestType":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesRequestType"},"fromTrack":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesFromTrack"},"toTrack":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesToTrack"},"trainPlanId":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesTrainPlanId"},"wagons":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesWagons"},"scheduledAt":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesScheduledAt"},"notes":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesNotes"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"}},"required":["stationId","slotId","requestType","organizationId","tenantId"],"additionalProperties":false},"DocPathsApiShuntingShuntingRequestsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiShuntingShuntingRequestsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiShuntingShuntingRequestsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiShuntingShuntingRequestsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiShuntingShuntingRequestsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiShuntingShuntingRequestsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiShuntingShuntingRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiShuntingShuntingRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesProviderId":{"type":"string","format":"uuid"},"DocPathsApiShuntingShuntingRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesRequestType":{"type":"string","minLength":1,"maxLength":50},"DocPathsApiShuntingShuntingRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesFromTrack":{"type":"number"},"DocPathsApiShuntingShuntingRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesToTrack":{"type":"number"},"DocPathsApiShuntingShuntingRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesTrainPlanId":{"type":"string","format":"uuid"},"DocPathsApiShuntingShuntingRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonsItemsPropertiesWagonId":{"type":"string","format":"uuid"},"DocPathsApiShuntingShuntingRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonsItemsPropertiesEvn":{"type":"string","minLength":1,"maxLength":12},"DocPathsApiShuntingShuntingRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonsItemsPropertiesPosition":{"type":"number"},"DocPathsApiShuntingShuntingRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonsItems":{"type":"object","properties":{"wagonId":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonsItemsPropertiesWagonId"},"evn":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonsItemsPropertiesEvn"},"position":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonsItemsPropertiesPosition"}},"required":["wagonId","evn"],"additionalProperties":false},"DocPathsApiShuntingShuntingRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesWagons":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonsItems"}},"DocPathsApiShuntingShuntingRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesScheduledAt":{"type":"string","format":"date-time"},"DocPathsApiShuntingShuntingRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesNotes":{"type":"string","maxLength":2000},"DocPathsApiShuntingShuntingRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["pending","accepted","in_progress","completed","cancelled"]},"DocPathsApiShuntingShuntingRequestsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"providerId":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesProviderId"},"requestType":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesRequestType"},"fromTrack":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesFromTrack"},"toTrack":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesToTrack"},"trainPlanId":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesTrainPlanId"},"wagons":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesWagons"},"scheduledAt":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesScheduledAt"},"notes":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesNotes"},"status":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesStatus"}},"required":["id"],"additionalProperties":false},"DocPathsApiShuntingShuntingRequestsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiShuntingShuntingRequestsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiShuntingShuntingRequestsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiShuntingShuntingRequestsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiShuntingShuntingRequestsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiShuntingShuntingRequestsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiShuntingShuntingRequestsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiShuntingShuntingRequestsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiShuntingShuntingRequestsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiShuntingShuntingRequestsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiShuntingShuntingRequestsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiShuntingShuntingRequestsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiShuntingShuntingRequestsStartPostRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiShuntingShuntingRequestsStartPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsStartPostRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiShuntingShuntingRequestsStartPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiShuntingShuntingRequestsStartPostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsApiShuntingShuntingRequestsStartPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsStartPostResponses200ContentApplicationJsonSchemaPropertiesId"},"status":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsStartPostResponses200ContentApplicationJsonSchemaPropertiesStatus"}},"required":["id","status"],"additionalProperties":false},"DocPathsApiShuntingShuntingRequestsStartPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiShuntingShuntingRequestsStartPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsStartPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiShuntingShuntingRequestsStartPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiShuntingShuntingRequestsStartPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsStartPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiShuntingShuntingRequestsStartPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiShuntingShuntingRequestsStartPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsStartPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiShuntingShuntingRequestsStartPostResponses422ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiShuntingShuntingRequestsStartPostResponses422ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiShuntingShuntingRequestsStartPostResponses422ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoutePlanningTariffRatesCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesFromStationId":{"type":"string","format":"uuid"},"DocPathsApiRoutePlanningTariffRatesCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesToStationId":{"type":"string","format":"uuid"},"DocPathsApiRoutePlanningTariffRatesCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesGrossWeightTonnes":{"type":"number"},"DocPathsApiRoutePlanningTariffRatesCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDate":{"type":"string","format":"date-time"},"DocPathsApiRoutePlanningTariffRatesCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesProviderType":{"type":"string","enum":["PLK","PRIVATE"]},"DocPathsApiRoutePlanningTariffRatesCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiRoutePlanningTariffRatesCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiRoutePlanningTariffRatesCalculatePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"fromStationId":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesFromStationId"},"toStationId":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesToStationId"},"grossWeightTonnes":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesGrossWeightTonnes"},"date":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesDate"},"providerType":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesProviderType"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesCalculatePostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"}},"required":["fromStationId","toStationId","grossWeightTonnes","organizationId","tenantId"],"additionalProperties":false},"DocPathsApiRoutePlanningTariffRatesCalculatePostResponses200ContentApplicationJsonSchemaPropertiesRoutePropertiesPathItems":{"type":"string","format":"uuid"},"DocPathsApiRoutePlanningTariffRatesCalculatePostResponses200ContentApplicationJsonSchemaPropertiesRoutePropertiesPath":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesCalculatePostResponses200ContentApplicationJsonSchemaPropertiesRoutePropertiesPathItems"}},"DocPathsApiRoutePlanningTariffRatesCalculatePostResponses200ContentApplicationJsonSchemaPropertiesRoutePropertiesTotalDistanceKm":{"type":"number"},"DocPathsApiRoutePlanningTariffRatesCalculatePostResponses200ContentApplicationJsonSchemaPropertiesRoute":{"type":"object","properties":{"path":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesCalculatePostResponses200ContentApplicationJsonSchemaPropertiesRoutePropertiesPath"},"totalDistanceKm":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesCalculatePostResponses200ContentApplicationJsonSchemaPropertiesRoutePropertiesTotalDistanceKm"}},"required":["path","totalDistanceKm"],"additionalProperties":false},"DocPathsApiRoutePlanningTariffRatesCalculatePostResponses200ContentApplicationJsonSchemaPropertiesSegmentsItemsPropertiesSegmentId":{"type":"string","format":"uuid"},"DocPathsApiRoutePlanningTariffRatesCalculatePostResponses200ContentApplicationJsonSchemaPropertiesSegmentsItemsPropertiesLineCategory":{"type":"string"},"DocPathsApiRoutePlanningTariffRatesCalculatePostResponses200ContentApplicationJsonSchemaPropertiesSegmentsItemsPropertiesDistanceKm":{"type":"number"},"DocPathsApiRoutePlanningTariffRatesCalculatePostResponses200ContentApplicationJsonSchemaPropertiesSegmentsItemsPropertiesRatePerTonKm":{"type":"number"},"DocPathsApiRoutePlanningTariffRatesCalculatePostResponses200ContentApplicationJsonSchemaPropertiesSegmentsItemsPropertiesCost":{"type":"number"},"DocPathsApiRoutePlanningTariffRatesCalculatePostResponses200ContentApplicationJsonSchemaPropertiesSegmentsItems":{"type":"object","properties":{"segmentId":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesCalculatePostResponses200ContentApplicationJsonSchemaPropertiesSegmentsItemsPropertiesSegmentId"},"lineCategory":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesCalculatePostResponses200ContentApplicationJsonSchemaPropertiesSegmentsItemsPropertiesLineCategory"},"distanceKm":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesCalculatePostResponses200ContentApplicationJsonSchemaPropertiesSegmentsItemsPropertiesDistanceKm"},"ratePerTonKm":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesCalculatePostResponses200ContentApplicationJsonSchemaPropertiesSegmentsItemsPropertiesRatePerTonKm"},"cost":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesCalculatePostResponses200ContentApplicationJsonSchemaPropertiesSegmentsItemsPropertiesCost"}},"required":["segmentId","lineCategory","distanceKm","ratePerTonKm","cost"],"additionalProperties":false},"DocPathsApiRoutePlanningTariffRatesCalculatePostResponses200ContentApplicationJsonSchemaPropertiesSegments":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesCalculatePostResponses200ContentApplicationJsonSchemaPropertiesSegmentsItems"}},"DocPathsApiRoutePlanningTariffRatesCalculatePostResponses200ContentApplicationJsonSchemaPropertiesTotalCost":{"type":"number"},"DocPathsApiRoutePlanningTariffRatesCalculatePostResponses200ContentApplicationJsonSchemaPropertiesCurrency":{"type":"string"},"DocPathsApiRoutePlanningTariffRatesCalculatePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"route":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesCalculatePostResponses200ContentApplicationJsonSchemaPropertiesRoute"},"segments":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesCalculatePostResponses200ContentApplicationJsonSchemaPropertiesSegments"},"totalCost":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesCalculatePostResponses200ContentApplicationJsonSchemaPropertiesTotalCost"},"currency":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesCalculatePostResponses200ContentApplicationJsonSchemaPropertiesCurrency"}},"required":["route","segments","totalCost","currency"],"additionalProperties":false},"DocPathsApiRoutePlanningTariffRatesCalculatePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoutePlanningTariffRatesCalculatePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesCalculatePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoutePlanningTariffRatesCalculatePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoutePlanningTariffRatesCalculatePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesCalculatePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoutePlanningTariffRatesCalculatePostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoutePlanningTariffRatesCalculatePostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesCalculatePostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLineCategory":{"type":"string"},"DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRatePerTonKm":{"type":"number"},"DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrency":{"type":"string"},"DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFrom":{"type":"string"},"DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidToAnyOf0":{"type":"null"},"DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidToAnyOf1":{"type":"string"},"DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidTo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidToAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidToAnyOf1"}]},"DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderType":{"type":"string"},"DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInfrastructureManagerAnyOf0":{"type":"null"},"DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInfrastructureManagerAnyOf1":{"type":"string"},"DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInfrastructureManager":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInfrastructureManagerAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInfrastructureManagerAnyOf1"}]},"DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinChargeAnyOf0":{"type":"null"},"DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinChargeAnyOf1":{"type":"number"},"DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinCharge":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinChargeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinChargeAnyOf1"}]},"DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"lineCategory":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLineCategory"},"ratePerTonKm":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRatePerTonKm"},"currency":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrency"},"validFrom":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidFrom"},"validTo":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidTo"},"providerType":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProviderType"},"infrastructureManager":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInfrastructureManager"},"minCharge":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMinCharge"},"isActive":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","name","lineCategory","ratePerTonKm","currency","validFrom","providerType","isActive","createdAt","updatedAt"],"additionalProperties":false},"DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","totalPages"],"additionalProperties":false},"DocPathsApiRoutePlanningTariffRatesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoutePlanningTariffRatesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoutePlanningTariffRatesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoutePlanningTariffRatesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLineCategory":{"type":"string","enum":["TRUNK","MAIN","SECONDARY","LOCAL"]},"DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesRatePerTonKm":{"type":"number"},"DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyAllOf0":{"type":"string","minLength":3,"maxLength":3},"DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesCurrency":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyAllOf0"}],"default":"PLN"},"DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesValidFrom":{"type":"string","format":"date-time"},"DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesValidToAnyOf0":{"type":"null"},"DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesValidToAnyOf1":{"type":"string","format":"date-time"},"DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesValidTo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesValidToAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesValidToAnyOf1"}]},"DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesProviderType":{"type":"string","enum":["PLK","PRIVATE"]},"DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesInfrastructureManagerAnyOf0":{"type":"null"},"DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesInfrastructureManagerAnyOf1":{"type":"string","maxLength":200},"DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesInfrastructureManager":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesInfrastructureManagerAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesInfrastructureManagerAnyOf1"}]},"DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMinChargeAnyOf0":{"type":"null"},"DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMinChargeAnyOf1":{"type":"number"},"DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMinCharge":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMinChargeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMinChargeAnyOf1"}]},"DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"lineCategory":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesLineCategory"},"ratePerTonKm":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesRatePerTonKm"},"currency":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesCurrency"},"validFrom":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesValidFrom"},"validTo":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesValidTo"},"providerType":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesProviderType"},"infrastructureManager":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesInfrastructureManager"},"minCharge":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesMinCharge"},"isActive":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"}},"required":["name","lineCategory","ratePerTonKm","validFrom","providerType","organizationId","tenantId"],"additionalProperties":false},"DocPathsApiRoutePlanningTariffRatesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoutePlanningTariffRatesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiRoutePlanningTariffRatesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoutePlanningTariffRatesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoutePlanningTariffRatesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoutePlanningTariffRatesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":255},"DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLineCategory":{"type":"string","enum":["TRUNK","MAIN","SECONDARY","LOCAL"]},"DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesRatePerTonKm":{"type":"number"},"DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesCurrencyAllOf0":{"type":"string","minLength":3,"maxLength":3},"DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesCurrency":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesCurrencyAllOf0"}],"default":"PLN"},"DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesValidFrom":{"type":"string","format":"date-time"},"DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesValidToAnyOf0":{"type":"null"},"DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesValidToAnyOf1":{"type":"string","format":"date-time"},"DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesValidTo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesValidToAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesValidToAnyOf1"}]},"DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesProviderType":{"type":"string","enum":["PLK","PRIVATE"]},"DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesInfrastructureManagerAnyOf0":{"type":"null"},"DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesInfrastructureManagerAnyOf1":{"type":"string","maxLength":200},"DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesInfrastructureManager":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesInfrastructureManagerAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesInfrastructureManagerAnyOf1"}]},"DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMinChargeAnyOf0":{"type":"null"},"DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMinChargeAnyOf1":{"type":"number"},"DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMinCharge":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMinChargeAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMinChargeAnyOf1"}]},"DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"lineCategory":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesLineCategory"},"ratePerTonKm":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesRatePerTonKm"},"currency":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesCurrency"},"validFrom":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesValidFrom"},"validTo":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesValidTo"},"providerType":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesProviderType"},"infrastructureManager":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesInfrastructureManager"},"minCharge":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesMinCharge"},"isActive":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"}},"required":["id"],"additionalProperties":false},"DocPathsApiRoutePlanningTariffRatesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiRoutePlanningTariffRatesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiRoutePlanningTariffRatesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoutePlanningTariffRatesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoutePlanningTariffRatesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoutePlanningTariffRatesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoutePlanningTariffRatesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiRoutePlanningTariffRatesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiRoutePlanningTariffRatesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoutePlanningTariffRatesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRoutePlanningTariffRatesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRoutePlanningTariffRatesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRoutePlanningTariffRatesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRollingStockLocomotivesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRollingStockLocomotivesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEvn":{"type":"string"},"DocPathsApiRollingStockLocomotivesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsApiRollingStockLocomotivesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSeries":{"type":"string"},"DocPathsApiRollingStockLocomotivesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleType":{"type":"string"},"DocPathsApiRollingStockLocomotivesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string"},"DocPathsApiRollingStockLocomotivesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightTonnes":{"type":"number"},"DocPathsApiRollingStockLocomotivesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEcmName":{"type":"string"},"DocPathsApiRollingStockLocomotivesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"evn":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEvn"},"name":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"series":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSeries"},"vehicleType":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVehicleType"},"status":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"weightTonnes":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightTonnes"},"ecmName":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEcmName"}},"required":["id","evn","name","series","vehicleType","status","weightTonnes","ecmName"],"additionalProperties":false},"DocPathsApiRollingStockLocomotivesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiRollingStockLocomotivesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiRollingStockLocomotivesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiRollingStockLocomotivesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiRollingStockLocomotivesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","totalPages"],"additionalProperties":false},"DocPathsApiRollingStockLocomotivesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRollingStockLocomotivesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRollingStockLocomotivesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRollingStockLocomotivesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesEvn":{"type":"string","pattern":"^\\d{12}$"},"DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesSeries":{"type":"string","minLength":1,"maxLength":100},"DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleType":{"type":"string","enum":["electric","diesel","dual_mode","shunter"]},"DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["available","maintenance","in_use"]},"DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesWeightTonnes":{"type":"number"},"DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxSpeedKmhAnyOf0":{"type":"null"},"DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxSpeedKmhAnyOf1":{"type":"number"},"DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxSpeedKmh":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxSpeedKmhAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxSpeedKmhAnyOf1"}]},"DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesPowerKwAnyOf0":{"type":"null"},"DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesPowerKwAnyOf1":{"type":"number"},"DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesPowerKw":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesPowerKwAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesPowerKwAnyOf1"}]},"DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesTractionSystemsAnyOf0":{"type":"null"},"DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesTractionSystemsAnyOf1Items":{"type":"string","minLength":1},"DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesTractionSystemsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesTractionSystemsAnyOf1Items"}},"DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesTractionSystems":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesTractionSystemsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesTractionSystemsAnyOf1"}]},"DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesEcmName":{"type":"string","minLength":1,"maxLength":300},"DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesEcmCertificateIdAnyOf0":{"type":"null"},"DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesEcmCertificateIdAnyOf1":{"type":"string","maxLength":100},"DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesEcmCertificateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesEcmCertificateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesEcmCertificateIdAnyOf1"}]},"DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesEcmValidUntilAnyOf0":{"type":"null"},"DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesEcmValidUntilAnyOf1":{"type":"string","format":"date-time"},"DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesEcmValidUntil":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesEcmValidUntilAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesEcmValidUntilAnyOf1"}]},"DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0":{"type":"null"},"DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1":{"type":"string","maxLength":4000},"DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1"}]},"DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"evn":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesEvn"},"name":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"series":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesSeries"},"vehicleType":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesVehicleType"},"status":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesStatus"},"weightTonnes":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesWeightTonnes"},"maxSpeedKmh":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesMaxSpeedKmh"},"powerKw":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesPowerKw"},"tractionSystems":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesTractionSystems"},"ecmName":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesEcmName"},"ecmCertificateId":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesEcmCertificateId"},"ecmValidUntil":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesEcmValidUntil"},"notes":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostRequestBodyContentApplicationJsonSchemaPropertiesNotes"}},"required":["organizationId","tenantId","evn","name","series","vehicleType","weightTonnes","ecmName"],"additionalProperties":false},"DocPathsApiRollingStockLocomotivesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRollingStockLocomotivesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiRollingStockLocomotivesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRollingStockLocomotivesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRollingStockLocomotivesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRollingStockLocomotivesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRollingStockLocomotivesPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRollingStockLocomotivesPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRollingStockLocomotivesPostResponses422ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRollingStockLocomotivesPostResponses422ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPostResponses422ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesEvn":{"type":"string","pattern":"^\\d{12}$"},"DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesSeries":{"type":"string","minLength":1,"maxLength":100},"DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesVehicleType":{"type":"string","enum":["electric","diesel","dual_mode","shunter"]},"DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["available","maintenance","in_use"]},"DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesWeightTonnes":{"type":"number"},"DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxSpeedKmhAnyOf0":{"type":"null"},"DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxSpeedKmhAnyOf1":{"type":"number"},"DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxSpeedKmh":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxSpeedKmhAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxSpeedKmhAnyOf1"}]},"DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesPowerKwAnyOf0":{"type":"null"},"DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesPowerKwAnyOf1":{"type":"number"},"DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesPowerKw":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesPowerKwAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesPowerKwAnyOf1"}]},"DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesTractionSystemsAnyOf0":{"type":"null"},"DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesTractionSystemsAnyOf1Items":{"type":"string","minLength":1},"DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesTractionSystemsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesTractionSystemsAnyOf1Items"}},"DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesTractionSystems":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesTractionSystemsAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesTractionSystemsAnyOf1"}]},"DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesEcmName":{"type":"string","minLength":1,"maxLength":300},"DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesEcmCertificateIdAnyOf0":{"type":"null"},"DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesEcmCertificateIdAnyOf1":{"type":"string","maxLength":100},"DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesEcmCertificateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesEcmCertificateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesEcmCertificateIdAnyOf1"}]},"DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesEcmValidUntilAnyOf0":{"type":"null"},"DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesEcmValidUntilAnyOf1":{"type":"string","format":"date-time"},"DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesEcmValidUntil":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesEcmValidUntilAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesEcmValidUntilAnyOf1"}]},"DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0":{"type":"null"},"DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1":{"type":"string","maxLength":4000},"DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1"}]},"DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"evn":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesEvn"},"name":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"series":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesSeries"},"vehicleType":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesVehicleType"},"status":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesStatus"},"weightTonnes":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesWeightTonnes"},"maxSpeedKmh":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesMaxSpeedKmh"},"powerKw":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesPowerKw"},"tractionSystems":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesTractionSystems"},"ecmName":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesEcmName"},"ecmCertificateId":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesEcmCertificateId"},"ecmValidUntil":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesEcmValidUntil"},"notes":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPutRequestBodyContentApplicationJsonSchemaPropertiesNotes"}},"required":["id"],"additionalProperties":false},"DocPathsApiRollingStockLocomotivesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiRollingStockLocomotivesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiRollingStockLocomotivesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRollingStockLocomotivesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRollingStockLocomotivesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRollingStockLocomotivesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRollingStockLocomotivesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiRollingStockLocomotivesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiRollingStockLocomotivesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRollingStockLocomotivesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRollingStockLocomotivesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRollingStockLocomotivesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRollingStockLocomotivesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRollingStockWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRollingStockWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEvn":{"type":"string"},"DocPathsApiRollingStockWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsApiRollingStockWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSeries":{"type":"string"},"DocPathsApiRollingStockWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWagonType":{"type":"string"},"DocPathsApiRollingStockWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string"},"DocPathsApiRollingStockWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightTonnes":{"type":"number"},"DocPathsApiRollingStockWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxLoadTonnesAnyOf0":{"type":"null"},"DocPathsApiRollingStockWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxLoadTonnesAnyOf1":{"type":"number"},"DocPathsApiRollingStockWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxLoadTonnes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxLoadTonnesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxLoadTonnesAnyOf1"}]},"DocPathsApiRollingStockWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEcmName":{"type":"string"},"DocPathsApiRollingStockWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"evn":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEvn"},"name":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"series":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSeries"},"wagonType":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWagonType"},"status":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"weightTonnes":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWeightTonnes"},"maxLoadTonnes":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxLoadTonnes"},"ecmName":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEcmName"}},"required":["id","evn","name","series","wagonType","status","weightTonnes","maxLoadTonnes","ecmName"],"additionalProperties":false},"DocPathsApiRollingStockWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiRollingStockWagonsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiRollingStockWagonsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiRollingStockWagonsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiRollingStockWagonsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","totalPages"],"additionalProperties":false},"DocPathsApiRollingStockWagonsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRollingStockWagonsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRollingStockWagonsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRollingStockWagonsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesEvn":{"type":"string","pattern":"^\\d{12}$"},"DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesSeries":{"type":"string","minLength":1,"maxLength":100},"DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonType":{"type":"string","enum":["flat","tank","hopper","box","intermodal","refrigerated","other"]},"DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["available","maintenance","in_use"]},"DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesWeightTonnes":{"type":"number"},"DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesMaxLoadTonnesAnyOf0":{"type":"null"},"DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesMaxLoadTonnesAnyOf1":{"type":"number"},"DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesMaxLoadTonnes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesMaxLoadTonnesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesMaxLoadTonnesAnyOf1"}]},"DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesLengthMetresAnyOf0":{"type":"null"},"DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesLengthMetresAnyOf1":{"type":"number"},"DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesLengthMetres":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesLengthMetresAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesLengthMetresAnyOf1"}]},"DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesCapabilitiesAnyOf0":{"type":"null"},"DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesCapabilitiesAnyOf1Items":{"type":"string","minLength":1},"DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesCapabilitiesAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesCapabilitiesAnyOf1Items"}},"DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesCapabilities":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesCapabilitiesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesCapabilitiesAnyOf1"}]},"DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesEcmName":{"type":"string","minLength":1,"maxLength":300},"DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesEcmCertificateIdAnyOf0":{"type":"null"},"DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesEcmCertificateIdAnyOf1":{"type":"string","maxLength":100},"DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesEcmCertificateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesEcmCertificateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesEcmCertificateIdAnyOf1"}]},"DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesEcmValidUntilAnyOf0":{"type":"null"},"DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesEcmValidUntilAnyOf1":{"type":"string","format":"date-time"},"DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesEcmValidUntil":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesEcmValidUntilAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesEcmValidUntilAnyOf1"}]},"DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0":{"type":"null"},"DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1":{"type":"string","maxLength":4000},"DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1"}]},"DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"evn":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesEvn"},"name":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"series":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesSeries"},"wagonType":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesWagonType"},"status":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesStatus"},"weightTonnes":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesWeightTonnes"},"maxLoadTonnes":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesMaxLoadTonnes"},"lengthMetres":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesLengthMetres"},"capabilities":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesCapabilities"},"ecmName":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesEcmName"},"ecmCertificateId":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesEcmCertificateId"},"ecmValidUntil":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesEcmValidUntil"},"notes":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostRequestBodyContentApplicationJsonSchemaPropertiesNotes"}},"required":["organizationId","tenantId","evn","name","series","wagonType","weightTonnes","ecmName"],"additionalProperties":false},"DocPathsApiRollingStockWagonsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRollingStockWagonsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiRollingStockWagonsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRollingStockWagonsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRollingStockWagonsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRollingStockWagonsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRollingStockWagonsPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRollingStockWagonsPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRollingStockWagonsPostResponses422ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRollingStockWagonsPostResponses422ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPostResponses422ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesEvn":{"type":"string","pattern":"^\\d{12}$"},"DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesSeries":{"type":"string","minLength":1,"maxLength":100},"DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonType":{"type":"string","enum":["flat","tank","hopper","box","intermodal","refrigerated","other"]},"DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["available","maintenance","in_use"]},"DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesWeightTonnes":{"type":"number"},"DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesMaxLoadTonnesAnyOf0":{"type":"null"},"DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesMaxLoadTonnesAnyOf1":{"type":"number"},"DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesMaxLoadTonnes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesMaxLoadTonnesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesMaxLoadTonnesAnyOf1"}]},"DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesLengthMetresAnyOf0":{"type":"null"},"DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesLengthMetresAnyOf1":{"type":"number"},"DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesLengthMetres":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesLengthMetresAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesLengthMetresAnyOf1"}]},"DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesCapabilitiesAnyOf0":{"type":"null"},"DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesCapabilitiesAnyOf1Items":{"type":"string","minLength":1},"DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesCapabilitiesAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesCapabilitiesAnyOf1Items"}},"DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesCapabilities":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesCapabilitiesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesCapabilitiesAnyOf1"}]},"DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesEcmName":{"type":"string","minLength":1,"maxLength":300},"DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesEcmCertificateIdAnyOf0":{"type":"null"},"DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesEcmCertificateIdAnyOf1":{"type":"string","maxLength":100},"DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesEcmCertificateId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesEcmCertificateIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesEcmCertificateIdAnyOf1"}]},"DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesEcmValidUntilAnyOf0":{"type":"null"},"DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesEcmValidUntilAnyOf1":{"type":"string","format":"date-time"},"DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesEcmValidUntil":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesEcmValidUntilAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesEcmValidUntilAnyOf1"}]},"DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0":{"type":"null"},"DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1":{"type":"string","maxLength":4000},"DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1"}]},"DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"evn":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesEvn"},"name":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"series":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesSeries"},"wagonType":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesWagonType"},"status":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesStatus"},"weightTonnes":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesWeightTonnes"},"maxLoadTonnes":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesMaxLoadTonnes"},"lengthMetres":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesLengthMetres"},"capabilities":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesCapabilities"},"ecmName":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesEcmName"},"ecmCertificateId":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesEcmCertificateId"},"ecmValidUntil":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesEcmValidUntil"},"notes":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPutRequestBodyContentApplicationJsonSchemaPropertiesNotes"}},"required":["id"],"additionalProperties":false},"DocPathsApiRollingStockWagonsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiRollingStockWagonsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiRollingStockWagonsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRollingStockWagonsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRollingStockWagonsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRollingStockWagonsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRollingStockWagonsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsApiRollingStockWagonsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiRollingStockWagonsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRollingStockWagonsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRollingStockWagonsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRollingStockWagonsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRollingStockWagonsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubAcceptanceIssuesIdPatchParameters0Schema":{"type":"string"},"DocPathsApiProjectHubAcceptanceIssuesIdPatchResponses200ContentApplicationJsonSchema":{"type":"object","additionalProperties":true},"DocPathsApiProjectHubAcceptanceIssuesIdPatchResponses400ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubAcceptanceIssuesIdPatchResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubAcceptanceIssuesIdPatchResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubAcceptanceIssuesIdPatchResponses400ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubAcceptanceIssuesIdPatchResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubAcceptanceIssuesIdPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubAcceptanceIssuesIdPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubAcceptanceIssuesIdPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubAcceptanceIssuesIdPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubAcceptanceIssuesIdPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubAcceptanceIssuesIdPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubAcceptanceIssuesIdPatchResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubAcceptanceIssuesIdPatchResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubAcceptanceIssuesIdPatchResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubAcceptanceIssuesIdPatchResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubAcceptanceIssuesIdPatchResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubAcceptanceIssuesIdPatchResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubAcceptanceIssuesIdPatchResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubAcceptanceIssuesIdPatchResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubAcceptanceIssuesIdPatchResponses409ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubAcceptanceIssuesIdPatchResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubAcceptanceRequestsIdPatchParameters0Schema":{"type":"string"},"DocPathsApiProjectHubAcceptanceRequestsIdPatchResponses200ContentApplicationJsonSchema":{"type":"object","additionalProperties":true},"DocPathsApiProjectHubAcceptanceRequestsIdPatchResponses400ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubAcceptanceRequestsIdPatchResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubAcceptanceRequestsIdPatchResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubAcceptanceRequestsIdPatchResponses400ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubAcceptanceRequestsIdPatchResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubAcceptanceRequestsIdPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubAcceptanceRequestsIdPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubAcceptanceRequestsIdPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubAcceptanceRequestsIdPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubAcceptanceRequestsIdPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubAcceptanceRequestsIdPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubAcceptanceRequestsIdPatchResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubAcceptanceRequestsIdPatchResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubAcceptanceRequestsIdPatchResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubAcceptanceRequestsIdPatchResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubAcceptanceRequestsIdPatchResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubAcceptanceRequestsIdPatchResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubAcceptanceRequestsIdPatchResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubAcceptanceRequestsIdPatchResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubAcceptanceRequestsIdPatchResponses409ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubAcceptanceRequestsIdPatchResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdAcceptanceRequestsPostParameters0Schema":{"type":"string"},"DocPathsApiProjectHubModulesIdAcceptanceRequestsPostResponses200ContentApplicationJsonSchema":{"type":"object","additionalProperties":true},"DocPathsApiProjectHubModulesIdAcceptanceRequestsPostResponses400ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubModulesIdAcceptanceRequestsPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdAcceptanceRequestsPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdAcceptanceRequestsPostResponses400ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdAcceptanceRequestsPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdAcceptanceRequestsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdAcceptanceRequestsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdAcceptanceRequestsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdAcceptanceRequestsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdAcceptanceRequestsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdAcceptanceRequestsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdAcceptanceRequestsPostResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubModulesIdAcceptanceRequestsPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdAcceptanceRequestsPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdAcceptanceRequestsPostResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdAcceptanceRequestsPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdAcceptanceRequestsPostResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubModulesIdAcceptanceRequestsPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdAcceptanceRequestsPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdAcceptanceRequestsPostResponses409ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdAcceptanceRequestsPostResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdChecksPatchParameters0Schema":{"type":"string"},"DocPathsApiProjectHubModulesIdChecksPatchResponses200ContentApplicationJsonSchema":{"type":"object","additionalProperties":true},"DocPathsApiProjectHubModulesIdChecksPatchResponses400ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubModulesIdChecksPatchResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdChecksPatchResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdChecksPatchResponses400ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdChecksPatchResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdChecksPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdChecksPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdChecksPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdChecksPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdChecksPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdChecksPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdChecksPatchResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubModulesIdChecksPatchResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdChecksPatchResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdChecksPatchResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdChecksPatchResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdChecksPatchResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubModulesIdChecksPatchResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdChecksPatchResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdChecksPatchResponses409ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdChecksPatchResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdEvidenceEvidenceIdPatchParameters0Schema":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidenceEvidenceIdPatchParameters1Schema":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidenceEvidenceIdPatchResponses200ContentApplicationJsonSchema":{"type":"object","additionalProperties":true},"DocPathsApiProjectHubModulesIdEvidenceEvidenceIdPatchResponses400ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidenceEvidenceIdPatchResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidenceEvidenceIdPatchResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceEvidenceIdPatchResponses400ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceEvidenceIdPatchResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdEvidenceEvidenceIdPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidenceEvidenceIdPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceEvidenceIdPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdEvidenceEvidenceIdPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidenceEvidenceIdPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceEvidenceIdPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdEvidenceEvidenceIdPatchResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidenceEvidenceIdPatchResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidenceEvidenceIdPatchResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceEvidenceIdPatchResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceEvidenceIdPatchResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdEvidenceEvidenceIdPatchResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidenceEvidenceIdPatchResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidenceEvidenceIdPatchResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceEvidenceIdPatchResponses409ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceEvidenceIdPatchResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdEvidenceEvidenceIdDeleteParameters0Schema":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidenceEvidenceIdDeleteParameters1Schema":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidenceEvidenceIdDeleteResponses200ContentApplicationJsonSchema":{"type":"object","additionalProperties":true},"DocPathsApiProjectHubModulesIdEvidenceEvidenceIdDeleteResponses400ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidenceEvidenceIdDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidenceEvidenceIdDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceEvidenceIdDeleteResponses400ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceEvidenceIdDeleteResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdEvidenceEvidenceIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidenceEvidenceIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceEvidenceIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdEvidenceEvidenceIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidenceEvidenceIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceEvidenceIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdEvidenceEvidenceIdDeleteResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidenceEvidenceIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidenceEvidenceIdDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceEvidenceIdDeleteResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceEvidenceIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdEvidenceEvidenceIdDeleteResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidenceEvidenceIdDeleteResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidenceEvidenceIdDeleteResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceEvidenceIdDeleteResponses409ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceEvidenceIdDeleteResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdEvidenceGetParameters0Schema":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidenceGetResponses200ContentApplicationJsonSchema":{"type":"object","additionalProperties":true},"DocPathsApiProjectHubModulesIdEvidenceGetResponses400ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidenceGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidenceGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceGetResponses400ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdEvidenceGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidenceGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdEvidenceGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidenceGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdEvidenceGetResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidenceGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidenceGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceGetResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdEvidenceGetResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidenceGetResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidenceGetResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceGetResponses409ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidenceGetResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdEvidencePostParameters0Schema":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidencePostResponses200ContentApplicationJsonSchema":{"type":"object","additionalProperties":true},"DocPathsApiProjectHubModulesIdEvidencePostResponses400ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidencePostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidencePostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidencePostResponses400ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidencePostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdEvidencePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidencePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidencePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdEvidencePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidencePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidencePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdEvidencePostResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidencePostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidencePostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidencePostResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidencePostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdEvidencePostResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidencePostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdEvidencePostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidencePostResponses409ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdEvidencePostResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdGetParameters0Schema":{"type":"string"},"DocPathsApiProjectHubModulesIdGetResponses200ContentApplicationJsonSchema":{"type":"object","additionalProperties":true},"DocPathsApiProjectHubModulesIdGetResponses400ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubModulesIdGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdGetResponses400ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdGetResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubModulesIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdGetResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdGetResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubModulesIdGetResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdGetResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdGetResponses409ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdGetResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdPatchParameters0Schema":{"type":"string"},"DocPathsApiProjectHubModulesIdPatchResponses200ContentApplicationJsonSchema":{"type":"object","additionalProperties":true},"DocPathsApiProjectHubModulesIdPatchResponses400ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubModulesIdPatchResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdPatchResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdPatchResponses400ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdPatchResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdPatchResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubModulesIdPatchResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdPatchResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdPatchResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdPatchResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdPatchResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubModulesIdPatchResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdPatchResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdPatchResponses409ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdPatchResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdDeleteParameters0Schema":{"type":"string"},"DocPathsApiProjectHubModulesIdDeleteResponses200ContentApplicationJsonSchema":{"type":"object","additionalProperties":true},"DocPathsApiProjectHubModulesIdDeleteResponses400ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubModulesIdDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdDeleteResponses400ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdDeleteResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdDeleteResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubModulesIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdDeleteResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesIdDeleteResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubModulesIdDeleteResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesIdDeleteResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdDeleteResponses409ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesIdDeleteResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesBulkPostResponses200ContentApplicationJsonSchema":{"type":"object","additionalProperties":true},"DocPathsApiProjectHubModulesBulkPostResponses400ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubModulesBulkPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesBulkPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesBulkPostResponses400ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesBulkPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesBulkPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesBulkPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesBulkPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesBulkPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesBulkPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesBulkPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesBulkPostResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubModulesBulkPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesBulkPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesBulkPostResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesBulkPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesBulkPostResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubModulesBulkPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesBulkPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesBulkPostResponses409ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesBulkPostResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesGetResponses200ContentApplicationJsonSchema":{"type":"object","additionalProperties":true},"DocPathsApiProjectHubModulesGetResponses400ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubModulesGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesGetResponses400ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesGetResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubModulesGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesGetResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesGetResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubModulesGetResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesGetResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesGetResponses409ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesGetResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesPostResponses200ContentApplicationJsonSchema":{"type":"object","additionalProperties":true},"DocPathsApiProjectHubModulesPostResponses400ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubModulesPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesPostResponses400ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesPostResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubModulesPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesPostResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubModulesPostResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubModulesPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubModulesPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesPostResponses409ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubModulesPostResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubPortalAcceptanceRequestsIdDecisionPostParameters0Schema":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsIdDecisionPostResponses200ContentApplicationJsonSchema":{"type":"object","additionalProperties":true},"DocPathsApiProjectHubPortalAcceptanceRequestsIdDecisionPostResponses400ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsIdDecisionPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsIdDecisionPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdDecisionPostResponses400ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdDecisionPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubPortalAcceptanceRequestsIdDecisionPostResponses401ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsIdDecisionPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsIdDecisionPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdDecisionPostResponses401ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdDecisionPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubPortalAcceptanceRequestsIdDecisionPostResponses403ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsIdDecisionPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsIdDecisionPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdDecisionPostResponses403ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdDecisionPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubPortalAcceptanceRequestsIdDecisionPostResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsIdDecisionPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsIdDecisionPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdDecisionPostResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdDecisionPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubPortalAcceptanceRequestsIdDecisionPostResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsIdDecisionPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsIdDecisionPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdDecisionPostResponses409ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdDecisionPostResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesIssueIdPatchParameters0Schema":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesIssueIdPatchParameters1Schema":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesIssueIdPatchResponses200ContentApplicationJsonSchema":{"type":"object","additionalProperties":true},"DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesIssueIdPatchResponses400ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesIssueIdPatchResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesIssueIdPatchResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesIssueIdPatchResponses400ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesIssueIdPatchResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesIssueIdPatchResponses401ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesIssueIdPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesIssueIdPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesIssueIdPatchResponses401ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesIssueIdPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesIssueIdPatchResponses403ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesIssueIdPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesIssueIdPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesIssueIdPatchResponses403ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesIssueIdPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesIssueIdPatchResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesIssueIdPatchResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesIssueIdPatchResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesIssueIdPatchResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesIssueIdPatchResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesIssueIdPatchResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesIssueIdPatchResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesIssueIdPatchResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesIssueIdPatchResponses409ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesIssueIdPatchResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesPostParameters0Schema":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesPostResponses200ContentApplicationJsonSchema":{"type":"object","additionalProperties":true},"DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesPostResponses400ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesPostResponses400ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesPostResponses401ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesPostResponses401ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesPostResponses403ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesPostResponses403ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesPostResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesPostResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesPostResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesPostResponses409ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsIdIssuesPostResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubPortalAcceptanceRequestsGetResponses200ContentApplicationJsonSchema":{"type":"object","additionalProperties":true},"DocPathsApiProjectHubPortalAcceptanceRequestsGetResponses400ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsGetResponses400ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubPortalAcceptanceRequestsGetResponses401ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsGetResponses401ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubPortalAcceptanceRequestsGetResponses403ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsGetResponses403ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubPortalAcceptanceRequestsGetResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsGetResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubPortalAcceptanceRequestsGetResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsGetResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubPortalAcceptanceRequestsGetResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsGetResponses409ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalAcceptanceRequestsGetResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubPortalModulesIdGetParameters0Schema":{"type":"string"},"DocPathsApiProjectHubPortalModulesIdGetResponses200ContentApplicationJsonSchema":{"type":"object","additionalProperties":true},"DocPathsApiProjectHubPortalModulesIdGetResponses400ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubPortalModulesIdGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubPortalModulesIdGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalModulesIdGetResponses400ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalModulesIdGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubPortalModulesIdGetResponses401ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubPortalModulesIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubPortalModulesIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalModulesIdGetResponses401ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalModulesIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubPortalModulesIdGetResponses403ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubPortalModulesIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubPortalModulesIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalModulesIdGetResponses403ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalModulesIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubPortalModulesIdGetResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubPortalModulesIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubPortalModulesIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalModulesIdGetResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalModulesIdGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubPortalModulesIdGetResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubPortalModulesIdGetResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubPortalModulesIdGetResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalModulesIdGetResponses409ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalModulesIdGetResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubPortalModulesGetResponses200ContentApplicationJsonSchema":{"type":"object","additionalProperties":true},"DocPathsApiProjectHubPortalModulesGetResponses400ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubPortalModulesGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubPortalModulesGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalModulesGetResponses400ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalModulesGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubPortalModulesGetResponses401ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubPortalModulesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubPortalModulesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalModulesGetResponses401ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalModulesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubPortalModulesGetResponses403ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubPortalModulesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubPortalModulesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalModulesGetResponses403ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalModulesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubPortalModulesGetResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubPortalModulesGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubPortalModulesGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalModulesGetResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalModulesGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiProjectHubPortalModulesGetResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsApiProjectHubPortalModulesGetResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiProjectHubPortalModulesGetResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalModulesGetResponses409ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsApiProjectHubPortalModulesGetResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiExampleAssigneesGetParameters0Schema":{"type":"string"},"DocPathsApiExampleAssigneesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValue":{"type":"string"},"DocPathsApiExampleAssigneesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"type":"string"},"DocPathsApiExampleAssigneesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/DocPathsApiExampleAssigneesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsApiExampleAssigneesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"}},"required":["value","label"],"additionalProperties":false},"DocPathsApiExampleAssigneesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiExampleAssigneesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiExampleAssigneesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiExampleAssigneesGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsApiExampleAssigneesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleAssigneesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleAssigneesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiExampleAssigneesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleAssigneesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleAssigneesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiExampleAssigneesGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleAssigneesGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleAssigneesGetResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiExampleAssigneesPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiExampleAssigneesPostResponses200ContentApplicationJsonSchemaPropertiesEventId":{"type":"string"},"DocPathsApiExampleAssigneesPostResponses200ContentApplicationJsonSchemaPropertiesPayload":{"type":"object","additionalProperties":true},"DocPathsApiExampleAssigneesPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiExampleAssigneesPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"eventId":{"$ref":"#/components/schemas/DocPathsApiExampleAssigneesPostResponses200ContentApplicationJsonSchemaPropertiesEventId"},"payload":{"$ref":"#/components/schemas/DocPathsApiExampleAssigneesPostResponses200ContentApplicationJsonSchemaPropertiesPayload"}},"required":["ok","eventId","payload"],"additionalProperties":false},"DocPathsApiExampleAssigneesPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleAssigneesPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleAssigneesPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiExampleAssigneesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleAssigneesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleAssigneesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiExampleAssigneesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleAssigneesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleAssigneesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiExampleBlogIdGetParameters0Schema":{"type":"string"},"DocPathsApiExampleBlogIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiExampleBlogIdGetResponses200ContentApplicationJsonSchemaPropertiesMethod":{"type":"string","enum":["GET"]},"DocPathsApiExampleBlogIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiExampleBlogIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"method":{"$ref":"#/components/schemas/DocPathsApiExampleBlogIdGetResponses200ContentApplicationJsonSchemaPropertiesMethod"}},"required":["id","method"],"additionalProperties":false},"DocPathsApiExampleBlogIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleBlogIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleBlogIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiExampleBlogIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleBlogIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleBlogIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiExampleBlogIdPostParameters0Schema":{"type":"string"},"DocPathsApiExampleBlogIdPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsApiExampleBlogIdPostResponses200ContentApplicationJsonSchemaPropertiesMethod":{"type":"string","enum":["POST"]},"DocPathsApiExampleBlogIdPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiExampleBlogIdPostResponses200ContentApplicationJsonSchemaPropertiesId"},"method":{"$ref":"#/components/schemas/DocPathsApiExampleBlogIdPostResponses200ContentApplicationJsonSchemaPropertiesMethod"}},"required":["id","method"],"additionalProperties":false},"DocPathsApiExampleBlogIdPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleBlogIdPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleBlogIdPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiExampleBlogIdPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleBlogIdPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleBlogIdPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiExampleCustomerPrioritiesGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiExampleCustomerPrioritiesGetParameters1Schema":{"type":"string","format":"uuid"},"DocPathsApiExampleCustomerPrioritiesGetParameters2Schema":{"type":"number"},"DocPathsApiExampleCustomerPrioritiesGetParameters3Schema":{"type":"number"},"DocPathsApiExampleCustomerPrioritiesGetParameters4Schema":{"type":"string","enum":["id","customer_id","priority","created_at"]},"DocPathsApiExampleCustomerPrioritiesGetParameters5Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiExampleCustomerPrioritiesGetParameters6Schema":{"type":"string"},"DocPathsApiExampleCustomerPrioritiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiExampleCustomerPrioritiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerId":{"type":"string","format":"uuid"},"DocPathsApiExampleCustomerPrioritiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriority":{"type":"string","enum":["low","normal","high","critical"]},"DocPathsApiExampleCustomerPrioritiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiExampleCustomerPrioritiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiExampleCustomerPrioritiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiExampleCustomerPrioritiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiExampleCustomerPrioritiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsApiExampleCustomerPrioritiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiExampleCustomerPrioritiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"customer_id":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerId"},"priority":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriority"},"tenant_id":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"organization_id":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"}},"required":["id","customer_id","priority"],"additionalProperties":false},"DocPathsApiExampleCustomerPrioritiesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiExampleCustomerPrioritiesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiExampleCustomerPrioritiesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiExampleCustomerPrioritiesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiExampleCustomerPrioritiesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiExampleCustomerPrioritiesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiExampleCustomerPrioritiesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleCustomerPrioritiesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiExampleCustomerPrioritiesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleCustomerPrioritiesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiExampleCustomerPrioritiesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerId":{"type":"string","format":"uuid"},"DocPathsApiExampleCustomerPrioritiesPostRequestBodyContentApplicationJsonSchemaPropertiesPriorityAllOf0":{"type":"string","enum":["low","normal","high","critical"]},"DocPathsApiExampleCustomerPrioritiesPostRequestBodyContentApplicationJsonSchemaPropertiesPriority":{"allOf":[{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesPostRequestBodyContentApplicationJsonSchemaPropertiesPriorityAllOf0"}],"default":"normal"},"DocPathsApiExampleCustomerPrioritiesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"customerId":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerId"},"priority":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesPostRequestBodyContentApplicationJsonSchemaPropertiesPriority"}},"required":["customerId"],"additionalProperties":false},"DocPathsApiExampleCustomerPrioritiesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiExampleCustomerPrioritiesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiExampleCustomerPrioritiesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleCustomerPrioritiesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiExampleCustomerPrioritiesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleCustomerPrioritiesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiExampleCustomerPrioritiesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiExampleCustomerPrioritiesPutRequestBodyContentApplicationJsonSchemaPropertiesCustomerId":{"type":"string","format":"uuid"},"DocPathsApiExampleCustomerPrioritiesPutRequestBodyContentApplicationJsonSchemaPropertiesPriority":{"type":"string","enum":["low","normal","high","critical"]},"DocPathsApiExampleCustomerPrioritiesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"customerId":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesPutRequestBodyContentApplicationJsonSchemaPropertiesCustomerId"},"priority":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesPutRequestBodyContentApplicationJsonSchemaPropertiesPriority"}},"required":["id"],"additionalProperties":false},"DocPathsApiExampleCustomerPrioritiesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiExampleCustomerPrioritiesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiExampleCustomerPrioritiesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleCustomerPrioritiesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiExampleCustomerPrioritiesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleCustomerPrioritiesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiExampleCustomerPrioritiesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiExampleCustomerPrioritiesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiExampleCustomerPrioritiesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiExampleCustomerPrioritiesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiExampleCustomerPrioritiesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleCustomerPrioritiesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiExampleCustomerPrioritiesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleCustomerPrioritiesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleCustomerPrioritiesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiExampleNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesLinkHref":{"type":"string"},"DocPathsApiExampleNotificationsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"linkHref":{"$ref":"#/components/schemas/DocPathsApiExampleNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesLinkHref"}},"additionalProperties":false},"DocPathsApiExampleNotificationsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiExampleNotificationsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiExampleNotificationsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiExampleNotificationsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleNotificationsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleNotificationsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiExampleNotificationsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleNotificationsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleNotificationsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiExampleOrganizationsGetParameters0Schema":{"type":"string"},"DocPathsApiExampleOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValue":{"type":"string"},"DocPathsApiExampleOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"type":"string"},"DocPathsApiExampleOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/DocPathsApiExampleOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsApiExampleOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"}},"required":["value","label"],"additionalProperties":false},"DocPathsApiExampleOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiExampleOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiExampleOrganizationsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiExampleOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsApiExampleOrganizationsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleOrganizationsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleOrganizationsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiExampleOrganizationsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleOrganizationsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleOrganizationsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiExampleOrganizationsGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleOrganizationsGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleOrganizationsGetResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiExampleQaEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEvent":{"type":"string"},"DocPathsApiExampleQaEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayload":{"type":"object","additionalProperties":true},"DocPathsApiExampleQaEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapturedAt":{"type":"string"},"DocPathsApiExampleQaEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"event":{"$ref":"#/components/schemas/DocPathsApiExampleQaEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEvent"},"payload":{"$ref":"#/components/schemas/DocPathsApiExampleQaEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPayload"},"capturedAt":{"$ref":"#/components/schemas/DocPathsApiExampleQaEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapturedAt"}},"required":["event","payload","capturedAt"],"additionalProperties":false},"DocPathsApiExampleQaEventsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiExampleQaEventsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiExampleQaEventsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiExampleQaEventsGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsApiExampleQaEventsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleQaEventsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleQaEventsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiExampleQaEventsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleQaEventsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleQaEventsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiExampleQaEventsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiExampleQaEventsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiExampleQaEventsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiExampleQaEventsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleQaEventsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleQaEventsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiExampleQaEventsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleQaEventsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleQaEventsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiExampleTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValue":{"type":"string"},"DocPathsApiExampleTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"type":"string"},"DocPathsApiExampleTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/DocPathsApiExampleTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsApiExampleTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"}},"required":["value","label"],"additionalProperties":false},"DocPathsApiExampleTagsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiExampleTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiExampleTagsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiExampleTagsGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsApiExampleTagsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleTagsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleTagsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiExampleTagsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleTagsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleTagsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiExampleTagsGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleTagsGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleTagsGetResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsApiExampleTodosGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiExampleTodosGetParameters1Schema":{"type":"number"},"DocPathsApiExampleTodosGetParameters2Schema":{"type":"number"},"DocPathsApiExampleTodosGetParameters3Schema":{"type":"string"},"DocPathsApiExampleTodosGetParameters4Schema":{"type":"string","enum":["asc","desc"]},"DocPathsApiExampleTodosGetParameters5Schema":{"type":"string"},"DocPathsApiExampleTodosGetParameters6Schema":{"type":"boolean"},"DocPathsApiExampleTodosGetParameters7Schema":{"type":"boolean"},"DocPathsApiExampleTodosGetParameters8Schema":{"type":"string","format":"uuid"},"DocPathsApiExampleTodosGetParameters9Schema":{"type":"string"},"DocPathsApiExampleTodosGetParameters10Schema":{"type":"string"},"DocPathsApiExampleTodosGetParameters11Schema":{"type":"string","enum":["json","csv"]},"DocPathsApiExampleTodosGetParameters12Schema":{"type":"string"},"DocPathsApiExampleTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsApiExampleTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle":{"type":"string"},"DocPathsApiExampleTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsApiExampleTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string"},"DocPathsApiExampleTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiExampleTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiExampleTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsApiExampleTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsApiExampleTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string"},"DocPathsApiExampleTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiExampleTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiExampleTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsApiExampleTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsDone":{"type":"boolean"},"DocPathsApiExampleTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiExampleTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"title":{"$ref":"#/components/schemas/DocPathsApiExampleTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle"},"tenant_id":{"$ref":"#/components/schemas/DocPathsApiExampleTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"organization_id":{"$ref":"#/components/schemas/DocPathsApiExampleTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"is_done":{"$ref":"#/components/schemas/DocPathsApiExampleTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsDone"}},"required":["id","title"],"additionalProperties":true},"DocPathsApiExampleTodosGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiExampleTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiExampleTodosGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsApiExampleTodosGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsApiExampleTodosGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsApiExampleTodosGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsApiExampleTodosGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiExampleTodosGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsApiExampleTodosGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsApiExampleTodosGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsApiExampleTodosGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsApiExampleTodosGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsApiExampleTodosGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleTodosGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleTodosGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiExampleTodosGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleTodosGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleTodosGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiExampleTodosPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{},"additionalProperties":true},"DocPathsApiExampleTodosPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiExampleTodosPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiExampleTodosPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiExampleTodosPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleTodosPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleTodosPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiExampleTodosPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleTodosPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleTodosPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiExampleTodosPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{},"additionalProperties":true},"DocPathsApiExampleTodosPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiExampleTodosPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiExampleTodosPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiExampleTodosPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleTodosPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleTodosPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiExampleTodosPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleTodosPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleTodosPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiExampleTodosDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiExampleTodosDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiExampleTodosDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsApiExampleTodosDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiExampleTodosDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiExampleTodosDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiExampleTodosDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleTodosDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleTodosDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiExampleTodosDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiExampleTodosDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiExampleTodosDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiRatelimitProbePingPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsApiRatelimitProbePingPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsApiRatelimitProbePingPostResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsApiRatelimitProbePingPostResponses429ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsApiRatelimitProbePingPostResponses429ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsApiRatelimitProbePingPostResponses429ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsApiExampleCustomersSyncMappingsGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsApiExampleCustomersSyncMappingsGetParameters1Schema":{"type":"string","format":"uuid"},"DocPathsApiExampleCustomersSyncMappingsGetParameters2Schema":{"type":"number"},"DocPathsApiExampleCustomersSyncMappingsGetParameters3Schema":{"type":"string"},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionId":{"type":"string","format":"uuid"},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoId":{"type":"string","format":"uuid"},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSyncStatus":{"type":"string"},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastSyncedAtAnyOf0":{"type":"null"},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastSyncedAtAnyOf1":{"type":"string"},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastSyncedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastSyncedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastSyncedAtAnyOf1"}]},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastErrorAnyOf0":{"type":"null"},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastErrorAnyOf1":{"type":"string"},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastError":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastErrorAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastErrorAnyOf1"}]},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceUpdatedAtAnyOf0":{"type":"null"},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceUpdatedAtAnyOf1":{"type":"string"},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceUpdatedAtAnyOf1"}]},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExampleHref":{"type":"string"},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionAnyOf0":{"type":"null"},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionAnyOf1PropertiesId":{"type":"string","format":"uuid"},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionAnyOf1PropertiesTitleAnyOf0":{"type":"null"},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionAnyOf1PropertiesTitleAnyOf1":{"type":"string"},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionAnyOf1PropertiesTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionAnyOf1PropertiesTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionAnyOf1PropertiesTitleAnyOf1"}]},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionAnyOf1PropertiesStatus":{"type":"string"},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionAnyOf1PropertiesInteractionType":{"type":"string"},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionAnyOf1PropertiesCustomerAnyOf0":{"type":"null"},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionAnyOf1PropertiesCustomerAnyOf1PropertiesId":{"type":"string","format":"uuid"},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionAnyOf1PropertiesCustomerAnyOf1PropertiesDisplayNameAnyOf0":{"type":"null"},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionAnyOf1PropertiesCustomerAnyOf1PropertiesDisplayNameAnyOf1":{"type":"string"},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionAnyOf1PropertiesCustomerAnyOf1PropertiesDisplayName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionAnyOf1PropertiesCustomerAnyOf1PropertiesDisplayNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionAnyOf1PropertiesCustomerAnyOf1PropertiesDisplayNameAnyOf1"}]},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionAnyOf1PropertiesCustomerAnyOf1PropertiesKindAnyOf0":{"type":"null"},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionAnyOf1PropertiesCustomerAnyOf1PropertiesKindAnyOf1":{"type":"string"},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionAnyOf1PropertiesCustomerAnyOf1PropertiesKind":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionAnyOf1PropertiesCustomerAnyOf1PropertiesKindAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionAnyOf1PropertiesCustomerAnyOf1PropertiesKindAnyOf1"}]},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionAnyOf1PropertiesCustomerAnyOf1":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionAnyOf1PropertiesCustomerAnyOf1PropertiesId"},"displayName":{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionAnyOf1PropertiesCustomerAnyOf1PropertiesDisplayName"},"kind":{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionAnyOf1PropertiesCustomerAnyOf1PropertiesKind"}},"required":["id","displayName","kind"],"additionalProperties":false},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionAnyOf1PropertiesCustomer":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionAnyOf1PropertiesCustomerAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionAnyOf1PropertiesCustomerAnyOf1"}]},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionAnyOf1":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionAnyOf1PropertiesId"},"title":{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionAnyOf1PropertiesTitle"},"status":{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionAnyOf1PropertiesStatus"},"interactionType":{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionAnyOf1PropertiesInteractionType"},"customer":{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionAnyOf1PropertiesCustomer"}},"required":["id","title","status","interactionType","customer"],"additionalProperties":false},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteraction":{"anyOf":[{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionAnyOf0"},{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionAnyOf1"}]},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"interactionId":{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionId"},"todoId":{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoId"},"syncStatus":{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSyncStatus"},"lastSyncedAt":{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastSyncedAt"},"lastError":{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastError"},"sourceUpdatedAt":{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceUpdatedAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"organizationId":{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"exampleHref":{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExampleHref"},"interaction":{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteraction"}},"required":["id","interactionId","todoId","syncStatus","lastSyncedAt","lastError","sourceUpdatedAt","createdAt","updatedAt","organizationId","tenantId","exampleHref","interaction"],"additionalProperties":false},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesNextCursor":{"type":"string"},"DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"nextCursor":{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncMappingsGetResponses200ContentApplicationJsonSchemaPropertiesNextCursor"}},"required":["items"],"additionalProperties":false},"DocPathsApiExampleCustomersSyncReconcilePostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsApiExampleCustomersSyncReconcilePostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsApiExampleCustomersSyncReconcilePostRequestBodyContentApplicationJsonSchemaPropertiesLimit":{"type":"number"},"DocPathsApiExampleCustomersSyncReconcilePostRequestBodyContentApplicationJsonSchemaPropertiesCursor":{"type":"string"},"DocPathsApiExampleCustomersSyncReconcilePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncReconcilePostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncReconcilePostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"limit":{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncReconcilePostRequestBodyContentApplicationJsonSchemaPropertiesLimit"},"cursor":{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncReconcilePostRequestBodyContentApplicationJsonSchemaPropertiesCursor"}},"additionalProperties":false},"DocPathsApiExampleCustomersSyncReconcilePostResponses202ContentApplicationJsonSchemaPropertiesQueued":{"type":"number"},"DocPathsApiExampleCustomersSyncReconcilePostResponses202ContentApplicationJsonSchema":{"type":"object","properties":{"queued":{"$ref":"#/components/schemas/DocPathsApiExampleCustomersSyncReconcilePostResponses202ContentApplicationJsonSchemaPropertiesQueued"}},"required":["queued"],"additionalProperties":false}}},"tags":[{"name":"Dashboards"},{"name":"Auth"},{"name":"Directory"},{"name":"Customers"},{"name":"Perspectives"},{"name":"Configs"},{"name":"Audit Logs"},{"name":"Attachments"},{"name":"Catalog"},{"name":"Sales"},{"name":"Api Keys"},{"name":"Dictionaries"},{"name":"Onboarding"},{"name":"Business Rules"},{"name":"Feature Toggles"},{"name":"Workflows"},{"name":"Search"},{"name":"Currencies"},{"name":"Resources"},{"name":"Staff"},{"name":"Events"},{"name":"Notifications"},{"name":"Progress"},{"name":"Integrations"},{"name":"Data Sync"},{"name":"Messages"},{"name":"Ai Assistant"},{"name":"Translations"},{"name":"Scheduler"},{"name":"Inbox Ops"},{"name":"Payment Gateways"},{"name":"Checkout"},{"name":"Sync Akeneo"},{"name":"Shipping Carriers"},{"name":"Webhooks"},{"name":"Freight"},{"name":"Participants"},{"name":"Compliance"},{"name":"Etruck"},{"name":"Road"},{"name":"Rail Network"},{"name":"Train Planning"},{"name":"Terminal Scheduling"},{"name":"Rail Tracking"},{"name":"Cim"},{"name":"Shunting"},{"name":"Route Planning"},{"name":"Rolling Stock"},{"name":"Project Hub"},{"name":"Example"},{"name":"Ratelimit Probe"},{"name":"Example Customers Sync"}]}